object FormNew: TFormNew Left = 854 Height = 300 Top = 417 Width = 497 Caption = 'New image' ClientHeight = 300 ClientWidth = 497 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '1.6.0.4' object SpinEditWidth: TSpinEdit Left = 168 Height = 34 Top = 24 Width = 122 MaxValue = 10000 OnChange = SpinEditWidthChange TabOrder = 0 end object Label1: TLabel Left = 15 Height = 24 Top = 26 Width = 56 Caption = 'Width:' ParentColor = False end object Label2: TLabel Left = 15 Height = 24 Top = 64 Width = 62 Caption = 'Height:' ParentColor = False end object SpinEditHeight: TSpinEdit Left = 168 Height = 34 Top = 64 Width = 122 MaxValue = 10000 OnChange = SpinEditWidthChange TabOrder = 1 end object Label3: TLabel Left = 15 Height = 24 Top = 104 Width = 96 Caption = 'Resolution:' ParentColor = False end object SpinEditDPI: TSpinEdit Left = 168 Height = 34 Top = 104 Width = 122 MaxValue = 10000 OnChange = SpinEditWidthChange TabOrder = 2 end object Label4: TLabel Left = 15 Height = 24 Top = 167 Width = 105 Caption = 'Color depth:' ParentColor = False end object ComboBoxColorFormat: TComboBox Left = 167 Height = 38 Top = 157 Width = 209 ItemHeight = 0 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 = 224 Height = 25 Top = 256 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object Label5: TLabel Left = 16 Height = 24 Top = 224 Width = 152 Caption = 'Memory required:' ParentColor = False end object LabelMemRequire: TLabel Left = 192 Height = 24 Top = 224 Width = 15 Caption = ' ' ParentColor = False end end