home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TFRMFIELDINFO / TFRMFIELDINFO.txt
Text File  |  1998-02-19  |  2KB  |  93 lines

  1. object FrmFieldInfo: TFrmFieldInfo
  2.   Left = 246
  3.   Top = 205
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Field Information'
  7.   ClientHeight = 98
  8.   ClientWidth = 622
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object OkBtn: TBitBtn
  17.     Left = 226
  18.     Top = 59
  19.     Width = 95
  20.     Height = 33
  21.     TabOrder = 1
  22.     OnClick = OkBtnClick
  23.     Kind = bkOK
  24.   end
  25.   object CancelBtn: TBitBtn
  26.     Left = 374
  27.     Top = 59
  28.     Width = 95
  29.     Height = 33
  30.     TabOrder = 2
  31.     Kind = bkCancel
  32.   end
  33.   object HelpBtn: TBitBtn
  34.     Left = 522
  35.     Top = 59
  36.     Width = 95
  37.     Height = 33
  38.     TabOrder = 3
  39.     Kind = bkHelp
  40.   end
  41.   object GroupBox1: TGroupBox
  42.     Left = 10
  43.     Top = 5
  44.     Width = 602
  45.     Height = 45
  46.     TabOrder = 0
  47.     object Label1: TLabel
  48.       Left = 128
  49.       Top = 17
  50.       Width = 72
  51.       Height = 16
  52.       Caption = 'Field &name'
  53.       FocusControl = FieldNameEdit
  54.     end
  55.     object Label2: TLabel
  56.       Left = 443
  57.       Top = 17
  58.       Width = 71
  59.       Height = 16
  60.       Caption = '&Max length'
  61.       FocusControl = MaxLenEdit
  62.     end
  63.     object StrTypeCheckBox: TCheckBox
  64.       Left = 10
  65.       Top = 15
  66.       Width = 100
  67.       Height = 21
  68.       Caption = 'String &type'
  69.       State = cbChecked
  70.       TabOrder = 0
  71.       OnClick = StrTypeCheckBoxClick
  72.     end
  73.     object FieldNameEdit: TEdit
  74.       Left = 217
  75.       Top = 14
  76.       Width = 208
  77.       Height = 24
  78.       MaxLength = 21
  79.       TabOrder = 1
  80.       Text = 'FieldNameEdit'
  81.     end
  82.     object MaxLenEdit: TEdit
  83.       Left = 532
  84.       Top = 14
  85.       Width = 60
  86.       Height = 24
  87.       MaxLength = 3
  88.       TabOrder = 2
  89.       Text = 'MaxLenEdit'
  90.     end
  91.   end
  92. end
  93.