home *** CD-ROM | disk | FTP | other *** search
- object FrmFieldInfo: TFrmFieldInfo
- Left = 246
- Top = 205
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Field Information'
- ClientHeight = 93
- ClientWidth = 622
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object OkBtn: TBitBtn
- Left = 316
- Top = 59
- Width = 95
- Height = 27
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OkBtnClick
- NumGlyphs = 2
- end
- object CancelBtn: TBitBtn
- Left = 416
- Top = 59
- Width = 95
- Height = 27
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- NumGlyphs = 2
- end
- object HelpBtn: TBitBtn
- Left = 516
- Top = 59
- Width = 95
- Height = 27
- Caption = '&Help'
- TabOrder = 3
- NumGlyphs = 2
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 5
- Width = 602
- Height = 45
- TabOrder = 0
- object Label1: TLabel
- Left = 152
- Top = 17
- Width = 54
- Height = 13
- Caption = 'Field &name:'
- FocusControl = FieldNameEdit
- end
- object Label2: TLabel
- Left = 471
- Top = 17
- Width = 55
- Height = 13
- 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 = 21
- MaxLength = 21
- TabOrder = 1
- Text = 'FieldNameEdit'
- end
- object MaxLenEdit: TEdit
- Left = 532
- Top = 14
- Width = 60
- Height = 21
- MaxLength = 3
- TabOrder = 2
- Text = 'MaxLenEdit'
- end
- end
- end
-