home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / HTMLEd / FlexED / FlexED32.exe / 0 / RCDATA / TFORM_DBTABLEP / TFORM_DBTABLEP.txt
Encoding:
Text File  |  1997-08-22  |  1.9 KB  |  110 lines

  1. object Form_DBTableP: TForm_DBTableP
  2.   Left = 249
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = '<DBTable> Editor'
  6.   ClientHeight = 143
  7.   ClientWidth = 222
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 2
  20.     Width = 28
  21.     Height = 13
  22.     Caption = '&Query'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 42
  27.     Width = 54
  28.     Height = 13
  29.     Caption = '&ColSpacing'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 80
  33.     Top = 42
  34.     Width = 60
  35.     Height = 13
  36.     Caption = '&HeaderLines'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 152
  40.     Top = 42
  41.     Width = 47
  42.     Height = 13
  43.     Caption = '&MaxRows'
  44.   end
  45.   object OkButton: TButton
  46.     Left = 104
  47.     Top = 112
  48.     Width = 49
  49.     Height = 25
  50.     Caption = '&Ok'
  51.     Default = True
  52.     TabOrder = 0
  53.     OnClick = OkButtonClick
  54.   end
  55.   object CancelButton: TButton
  56.     Left = 160
  57.     Top = 112
  58.     Width = 57
  59.     Height = 25
  60.     Caption = '&Cancel'
  61.     TabOrder = 1
  62.     OnClick = CancelButtonClick
  63.   end
  64.   object QueryE: TEdit
  65.     Left = 8
  66.     Top = 18
  67.     Width = 209
  68.     Height = 21
  69.     TabOrder = 2
  70.   end
  71.   object ColSpacingSE: TSpinEdit
  72.     Left = 8
  73.     Top = 58
  74.     Width = 65
  75.     Height = 22
  76.     MaxValue = 0
  77.     MinValue = 0
  78.     TabOrder = 3
  79.     Value = 0
  80.   end
  81.   object HeaderLinesSE: TSpinEdit
  82.     Left = 80
  83.     Top = 58
  84.     Width = 65
  85.     Height = 22
  86.     MaxValue = 0
  87.     MinValue = 0
  88.     TabOrder = 4
  89.     Value = 0
  90.   end
  91.   object MaxRowsSE: TSpinEdit
  92.     Left = 152
  93.     Top = 58
  94.     Width = 65
  95.     Height = 22
  96.     MaxValue = 0
  97.     MinValue = 0
  98.     TabOrder = 5
  99.     Value = 0
  100.   end
  101.   object HTMLTableCB: TCheckBox
  102.     Left = 8
  103.     Top = 88
  104.     Width = 89
  105.     Height = 17
  106.     Caption = 'HTML Table'
  107.     TabOrder = 6
  108.   end
  109. end
  110.