object FormField: TFormField Left = 721 Height = 463 Top = 85 Width = 1015 Caption = 'Field' ClientHeight = 463 ClientWidth = 1015 DesignTimePPI = 125 OnCreate = FormCreate OnShow = FormShow Position = poMainFormCenter LCLVersion = '3.2.0.0' object EditName: TEdit Left = 175 Height = 39 Top = 11 Width = 275 TabOrder = 0 end object Label1: TLabel Left = 17 Height = 22 Top = 22 Width = 49 Caption = 'Name:' ParentColor = False end object ButtonOk: TButton Left = 917 Height = 26 Top = 417 Width = 78 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object EditTextBefore: TEdit Left = 174 Height = 39 Top = 92 Width = 276 TabOrder = 2 end object Label2: TLabel Left = 16 Height = 22 Top = 102 Width = 87 Caption = 'Text before:' ParentColor = False end object EditTextAfter: TEdit Left = 174 Height = 39 Top = 141 Width = 276 TabOrder = 3 end object Label3: TLabel Left = 16 Height = 22 Top = 150 Width = 74 Caption = 'Text after:' ParentColor = False end object Label4: TLabel Left = 17 Height = 22 Top = 58 Width = 76 Caption = 'Data type:' ParentColor = False end object ComboBoxType: TComboBox Left = 174 Height = 38 Top = 50 Width = 276 ItemHeight = 0 Style = csDropDownList TabOrder = 4 OnChange = ComboBoxTypeChange end object ButtonCancel: TButton Left = 817 Height = 26 Top = 417 Width = 78 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object PageControl1: TPageControl Left = 16 Height = 209 Top = 192 Width = 976 ActivePage = TabSheetBoolean Anchors = [akTop, akLeft, akRight, akBottom] ShowTabs = False TabIndex = 3 TabOrder = 6 object TabSheetString: TTabSheet ClientHeight = 205 ClientWidth = 966 object EditStringDefault: TEdit Left = 167 Height = 39 Top = 9 Width = 276 TabOrder = 0 end object Label5: TLabel Left = 16 Height = 22 Top = 9 Width = 102 Caption = 'Default value:' ParentColor = False end end object TabSheetInteger: TTabSheet ClientHeight = 205 ClientWidth = 966 object Label10: TLabel Left = 12 Height = 22 Top = 22 Width = 76 Caption = 'Minimum:' ParentColor = False end object SpinEditMin: TSpinEdit Left = 160 Height = 39 Top = 20 Width = 266 MaxValue = 10000000 TabOrder = 0 end object SpinEditMax: TSpinEdit Left = 160 Height = 39 Top = 58 Width = 266 TabOrder = 1 end object Label11: TLabel Left = 12 Height = 22 Top = 61 Width = 79 Caption = 'Maximum:' ParentColor = False end end object TabSheetDateTime: TTabSheet ClientHeight = 205 ClientWidth = 966 object DateEditMin: TDateEdit Left = 141 Height = 39 Top = 25 Width = 225 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] DateOrder = doNone ButtonWidth = 24 NumGlyphs = 1 MaxLength = 0 TabOrder = 0 end object Label6: TLabel Left = 16 Height = 22 Top = 33 Width = 76 Caption = 'Minimum:' ParentColor = False end object DateEditMax: TDateEdit Left = 141 Height = 39 Top = 75 Width = 225 CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames] DateOrder = doNone ButtonWidth = 24 NumGlyphs = 1 MaxLength = 0 TabOrder = 1 end object Label7: TLabel Left = 16 Height = 22 Top = 83 Width = 79 Caption = 'Maximum:' ParentColor = False end end object TabSheetBoolean: TTabSheet end object TabSheetFloat: TTabSheet ClientHeight = 205 ClientWidth = 966 object FloatSpinEditMin: TFloatSpinEdit Left = 150 Height = 39 Top = 16 Width = 277 MaxValue = 100000000 TabOrder = 0 end object Label8: TLabel Left = 9 Height = 22 Top = 26 Width = 76 Caption = 'Minimum:' ParentColor = False end object FloatSpinEditMax: TFloatSpinEdit Left = 150 Height = 39 Top = 67 Width = 277 MaxValue = 100 TabOrder = 1 end object Label9: TLabel Left = 9 Height = 22 Top = 76 Width = 79 Caption = 'Maximum:' ParentColor = False end end end end