object FormField: TFormField Left = 721 Height = 444 Top = 85 Width = 974 Caption = 'Field' ClientHeight = 444 ClientWidth = 974 DesignTimePPI = 120 OnCreate = FormCreate OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.8.0.6' object EditName: TEdit Left = 168 Height = 28 Top = 11 Width = 264 TabOrder = 0 end object Label1: TLabel Left = 17 Height = 20 Top = 21 Width = 43 Caption = 'Name:' ParentColor = False end object ButtonOk: TButton Left = 880 Height = 25 Top = 400 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object EditTextBefore: TEdit Left = 167 Height = 28 Top = 88 Width = 265 TabOrder = 2 end object Label2: TLabel Left = 16 Height = 20 Top = 98 Width = 79 Caption = 'Text before:' ParentColor = False end object EditTextAfter: TEdit Left = 167 Height = 28 Top = 136 Width = 265 TabOrder = 3 end object Label3: TLabel Left = 16 Height = 20 Top = 144 Width = 66 Caption = 'Text after:' ParentColor = False end object Label4: TLabel Left = 17 Height = 20 Top = 56 Width = 68 Caption = 'Data type:' ParentColor = False end object ComboBoxType: TComboBox Left = 167 Height = 28 Top = 48 Width = 265 ItemHeight = 20 OnChange = ComboBoxTypeChange Style = csDropDownList TabOrder = 4 end object ButtonCancel: TButton Left = 784 Height = 25 Top = 400 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object PageControl1: TPageControl Left = 16 Height = 200 Top = 184 Width = 936 ActivePage = TabSheetBoolean Anchors = [akTop, akLeft, akRight, akBottom] ShowTabs = False TabIndex = 3 TabOrder = 6 object TabSheetString: TTabSheet ClientHeight = 194 ClientWidth = 930 object EditStringDefault: TEdit Left = 160 Height = 36 Top = 8 Width = 265 TabOrder = 0 end object Label5: TLabel Left = 16 Height = 26 Top = 8 Width = 117 Caption = 'Default value:' ParentColor = False end end object TabSheetInteger: TTabSheet ClientHeight = 194 ClientWidth = 930 object Label10: TLabel Left = 12 Height = 26 Top = 21 Width = 87 Caption = 'Minimum:' ParentColor = False end object SpinEditMin: TSpinEdit Left = 153 Height = 36 Top = 19 Width = 255 MaxValue = 10000000 TabOrder = 0 end object SpinEditMax: TSpinEdit Left = 153 Height = 36 Top = 56 Width = 255 TabOrder = 1 end object Label11: TLabel Left = 12 Height = 26 Top = 58 Width = 91 Caption = 'Maximum:' ParentColor = False end end object TabSheetDateTime: TTabSheet ClientHeight = 194 ClientWidth = 930 object DateEditMin: TDateEdit Left = 136 Height = 36 Top = 24 Width = 216 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] DateOrder = doNone ButtonWidth = 23 NumGlyphs = 1 MaxLength = 0 TabOrder = 0 end object Label6: TLabel Left = 16 Height = 26 Top = 32 Width = 87 Caption = 'Minimum:' ParentColor = False end object DateEditMax: TDateEdit Left = 136 Height = 36 Top = 72 Width = 216 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] DateOrder = doNone ButtonWidth = 23 NumGlyphs = 1 MaxLength = 0 TabOrder = 1 end object Label7: TLabel Left = 16 Height = 26 Top = 80 Width = 91 Caption = 'Maximum:' ParentColor = False end end object TabSheetBoolean: TTabSheet end object TabSheetFloat: TTabSheet ClientHeight = 194 ClientWidth = 930 object FloatSpinEditMin: TFloatSpinEdit Left = 144 Height = 36 Top = 16 Width = 266 Increment = 1 MaxValue = 100000000 MinValue = 0 TabOrder = 0 Value = 0 end object Label8: TLabel Left = 8 Height = 26 Top = 25 Width = 87 Caption = 'Minimum:' ParentColor = False end object FloatSpinEditMax: TFloatSpinEdit Left = 144 Height = 36 Top = 64 Width = 266 Increment = 1 MaxValue = 100 MinValue = 0 TabOrder = 1 Value = 0 end object Label9: TLabel Left = 8 Height = 26 Top = 73 Width = 91 Caption = 'Maximum:' ParentColor = False end end end end