object GeneratorEditor: TGeneratorEditor Left = 330 Height = 374 Top = 215 Width = 478 ActiveControl = Button1 Caption = 'Define Generator' ClientHeight = 374 ClientWidth = 478 OnClose = FormClose OnShow = FormShow LCLVersion = '0.9.28.2' object Bevel1: TBevel Left = 16 Height = 336 Top = 16 Width = 355 end object Label1: TLabel Left = 32 Height = 19 Top = 35 Width = 122 Caption = 'Generator Name' ParentColor = False end object Label2: TLabel Left = 32 Height = 19 Top = 192 Width = 81 Caption = 'Field Name' ParentColor = False end object Label3: TLabel Left = 35 Height = 19 Top = 269 Width = 97 Caption = 'Increment By' ParentColor = False end object Button1: TButton Left = 392 Height = 30 Top = 24 Width = 75 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 392 Height = 30 Top = 64 Width = 75 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GeneratorNames: TComboBox Left = 32 Height = 30 Top = 58 Width = 312 ItemHeight = 0 TabOrder = 2 end object OnNewRecord: TRadioButton Left = 38 Height = 22 Top = 112 Width = 135 Caption = 'On New Record' Checked = True State = cbChecked TabOrder = 3 end object OnPost: TRadioButton Left = 38 Height = 22 Top = 144 Width = 78 Caption = 'On Post' TabOrder = 4 TabStop = False end object FieldNames: TComboBox Left = 32 Height = 30 Top = 213 Width = 308 ItemHeight = 0 Sorted = True TabOrder = 5 end object IncrementBy: TEdit Left = 39 Height = 28 Top = 292 Width = 52 OnKeyDown = nil TabOrder = 6 Text = 'IncrementBy' end object UpDown1: TUpDown Left = 91 Height = 28 Top = 292 Width = 17 Associate = IncrementBy Min = 0 Position = 0 TabOrder = 7 Wrap = False end end