object FrmFieldInfo: TFrmFieldInfo Left = 246 Top = 205 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Field Information' ClientHeight = 98 ClientWidth = 622 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object OkBtn: TBitBtn Left = 226 Top = 59 Width = 95 Height = 33 TabOrder = 1 OnClick = OkBtnClick Kind = bkOK end object CancelBtn: TBitBtn Left = 374 Top = 59 Width = 95 Height = 33 TabOrder = 2 Kind = bkCancel end object HelpBtn: TBitBtn Left = 522 Top = 59 Width = 95 Height = 33 TabOrder = 3 Kind = bkHelp end object GroupBox1: TGroupBox Left = 10 Top = 5 Width = 602 Height = 45 TabOrder = 0 object Label1: TLabel Left = 128 Top = 17 Width = 72 Height = 16 Caption = 'Field &name' FocusControl = FieldNameEdit end object Label2: TLabel Left = 443 Top = 17 Width = 71 Height = 16 Caption = '&Max length' FocusControl = MaxLenEdit end object StrTypeCheckBox: TCheckBox Left = 10 Top = 15 Width = 100 Height = 21 Caption = 'String &type' State = cbChecked TabOrder = 0 OnClick = StrTypeCheckBoxClick end object FieldNameEdit: TEdit Left = 217 Top = 14 Width = 208 Height = 24 MaxLength = 21 TabOrder = 1 Text = 'FieldNameEdit' end object MaxLenEdit: TEdit Left = 532 Top = 14 Width = 60 Height = 24 MaxLength = 3 TabOrder = 2 Text = 'MaxLenEdit' end end end