object GeneratorEditor: TGeneratorEditor Left = 334 Height = 374 Top = 239 Width = 478 ActiveControl = Button1 Caption = 'Define Generator' ClientHeight = 374 ClientWidth = 478 OnClose = FormClose OnShow = FormShow LCLVersion = '0.9.30' object Bevel1: TBevel Left = 16 Height = 336 Top = 16 Width = 355 end object Label1: TLabel Left = 32 Height = 18 Top = 40 Width = 109 Caption = 'Generator Name' ParentColor = False end object Label2: TLabel Left = 32 Height = 18 Top = 192 Width = 75 Caption = 'Field Name' ParentColor = False end object Label3: TLabel Left = 35 Height = 18 Top = 269 Width = 88 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 = 29 Top = 58 Width = 312 ItemHeight = 0 TabOrder = 2 end object OnNewRecord: TRadioButton Left = 38 Height = 22 Top = 112 Width = 123 Caption = 'On New Record' Checked = True TabOrder = 3 TabStop = True end object OnPost: TRadioButton Left = 38 Height = 22 Top = 144 Width = 74 Caption = 'On Post' TabOrder = 4 end object FieldNames: TComboBox Left = 32 Height = 29 Top = 213 Width = 308 ItemHeight = 0 Sorted = True TabOrder = 5 end object IncrementBy: TEdit Left = 39 Height = 27 Top = 292 Width = 52 TabOrder = 6 Text = 'IncrementBy' end object UpDown1: TUpDown Left = 91 Height = 27 Top = 292 Width = 17 Associate = IncrementBy Min = 0 Position = 0 TabOrder = 7 Wrap = False end object IBTransaction1: TIBTransaction Active = False left = 415 top = 243 end end