object FormNew: TFormNew Left = 854 Height = 300 Top = 417 Width = 497 Caption = 'New image' ClientHeight = 300 ClientWidth = 497 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '1.8.2.0' object SpinEditWidth: TSpinEdit Left = 168 Height = 28 Top = 24 Width = 122 MaxValue = 10000 OnChange = SpinEditWidthChange TabOrder = 0 end object Label1: TLabel Left = 15 Height = 20 Top = 26 Width = 43 Caption = 'Width:' ParentColor = False end object Label2: TLabel Left = 15 Height = 20 Top = 64 Width = 48 Caption = 'Height:' ParentColor = False end object SpinEditHeight: TSpinEdit Left = 168 Height = 28 Top = 64 Width = 122 MaxValue = 10000 OnChange = SpinEditWidthChange TabOrder = 1 end object Label3: TLabel Left = 15 Height = 20 Top = 104 Width = 73 Caption = 'Resolution:' ParentColor = False end object SpinEditDPI: TSpinEdit Left = 168 Height = 28 Top = 104 Width = 122 MaxValue = 10000 OnChange = SpinEditWidthChange TabOrder = 2 end object Label4: TLabel Left = 15 Height = 20 Top = 167 Width = 82 Caption = 'Color depth:' ParentColor = False end object ComboBoxColorFormat: TComboBox Left = 167 Height = 28 Top = 157 Width = 209 ItemHeight = 20 OnChange = SpinEditWidthChange Style = csDropDownList TabOrder = 3 end object Button1: TButton Left = 120 Height = 25 Top = 256 Width = 75 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 4 end object Button2: TButton Left = 232 Height = 25 Top = 256 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object Label5: TLabel Left = 16 Height = 20 Top = 224 Width = 118 Caption = 'Memory required:' ParentColor = False end object LabelMemRequire: TLabel Left = 192 Height = 20 Top = 224 Width = 12 Caption = ' ' ParentColor = False end end