home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9COM / EPROJECT.ZIP / AUTOPAGE.EXE / RCDATA / TFRMFIELDINFO / TFRMFIELDINFO.txt
Text File  |  1997-09-07  |  2KB  |  100 lines

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