object FormField: TFormField Left = 721 Height = 533 Top = 85 Width = 1169 Caption = 'Field' ClientHeight = 533 ClientWidth = 1169 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow Position = poMainFormCenter LCLVersion = '2.2.2.0' object EditName: TEdit Left = 202 Height = 43 Top = 13 Width = 317 TabOrder = 0 end object Label1: TLabel Left = 20 Height = 26 Top = 25 Width = 56 Caption = 'Name:' ParentColor = False end object ButtonOk: TButton Left = 1056 Height = 30 Top = 480 Width = 90 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object EditTextBefore: TEdit Left = 200 Height = 43 Top = 106 Width = 318 TabOrder = 2 end object Label2: TLabel Left = 19 Height = 26 Top = 118 Width = 100 Caption = 'Text before:' ParentColor = False end object EditTextAfter: TEdit Left = 200 Height = 43 Top = 163 Width = 318 TabOrder = 3 end object Label3: TLabel Left = 19 Height = 26 Top = 173 Width = 84 Caption = 'Text after:' ParentColor = False end object Label4: TLabel Left = 20 Height = 26 Top = 67 Width = 85 Caption = 'Data type:' ParentColor = False end object ComboBoxType: TComboBox Left = 200 Height = 42 Top = 58 Width = 318 ItemHeight = 0 OnChange = ComboBoxTypeChange Style = csDropDownList TabOrder = 4 end object ButtonCancel: TButton Left = 941 Height = 30 Top = 480 Width = 90 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object PageControl1: TPageControl Left = 19 Height = 240 Top = 221 Width = 1124 ActivePage = TabSheetBoolean Anchors = [akTop, akLeft, akRight, akBottom] ShowTabs = False TabIndex = 3 TabOrder = 6 object TabSheetString: TTabSheet ClientHeight = 236 ClientWidth = 1114 object EditStringDefault: TEdit Left = 192 Height = 43 Top = 10 Width = 318 TabOrder = 0 end object Label5: TLabel Left = 19 Height = 26 Top = 10 Width = 116 Caption = 'Default value:' ParentColor = False end end object TabSheetInteger: TTabSheet ClientHeight = 236 ClientWidth = 1114 object Label10: TLabel Left = 14 Height = 26 Top = 25 Width = 87 Caption = 'Minimum:' ParentColor = False end object SpinEditMin: TSpinEdit Left = 184 Height = 43 Top = 23 Width = 306 MaxValue = 10000000 TabOrder = 0 end object SpinEditMax: TSpinEdit Left = 184 Height = 43 Top = 67 Width = 306 TabOrder = 1 end object Label11: TLabel Left = 14 Height = 26 Top = 70 Width = 91 Caption = 'Maximum:' ParentColor = False end end object TabSheetDateTime: TTabSheet ClientHeight = 236 ClientWidth = 1114 object DateEditMin: TDateEdit Left = 163 Height = 43 Top = 29 Width = 259 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] DateOrder = doNone ButtonWidth = 28 NumGlyphs = 1 MaxLength = 0 TabOrder = 0 end object Label6: TLabel Left = 19 Height = 26 Top = 38 Width = 87 Caption = 'Minimum:' ParentColor = False end object DateEditMax: TDateEdit Left = 163 Height = 43 Top = 86 Width = 259 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] DateOrder = doNone ButtonWidth = 28 NumGlyphs = 1 MaxLength = 0 TabOrder = 1 end object Label7: TLabel Left = 19 Height = 26 Top = 96 Width = 91 Caption = 'Maximum:' ParentColor = False end end object TabSheetBoolean: TTabSheet end object TabSheetFloat: TTabSheet ClientHeight = 236 ClientWidth = 1114 object FloatSpinEditMin: TFloatSpinEdit Left = 173 Height = 43 Top = 19 Width = 319 MaxValue = 100000000 TabOrder = 0 end object Label8: TLabel Left = 10 Height = 26 Top = 30 Width = 87 Caption = 'Minimum:' ParentColor = False end object FloatSpinEditMax: TFloatSpinEdit Left = 173 Height = 43 Top = 77 Width = 319 MaxValue = 100 TabOrder = 1 end object Label9: TLabel Left = 10 Height = 26 Top = 88 Width = 91 Caption = 'Maximum:' ParentColor = False end end end end