home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21B.mdf / win95 / database / 32psdp / _setup.1 / HTML32.EXE / 0 / RCDATA / TFRMOPENTABLE / TFRMOPENTABLE.txt
Encoding:
Text File  |  1998-12-13  |  2.9 KB  |  139 lines

  1. object frmOpenTable: TfrmOpenTable
  2.   Left = 228
  3.   Top = 117
  4.   HelpContext = 2015
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Table'
  7.   ClientHeight = 356
  8.   ClientWidth = 462
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Bevel1: TBevel
  20.     Left = 10
  21.     Top = 8
  22.     Width = 444
  23.     Height = 316
  24.     Style = bsRaised
  25.     IsControl = True
  26.   end
  27.   object lblAlias: TLabel
  28.     Left = 22
  29.     Top = 19
  30.     Width = 31
  31.     Height = 16
  32.     Caption = 'Alias'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object lblPath: TLabel
  41.     Left = 22
  42.     Top = 49
  43.     Width = 29
  44.     Height = 16
  45.     Caption = 'Path'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -13
  49.     Font.Name = 'Arial'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object comboAliasNames: TComboBox
  54.     Left = 58
  55.     Top = 16
  56.     Width = 382
  57.     Height = 21
  58.     Style = csDropDownList
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ItemHeight = 13
  65.     Items.Strings = (
  66.       'Delete'
  67.       'Select'
  68.       'Update')
  69.     ParentFont = False
  70.     Sorted = True
  71.     TabOrder = 0
  72.     OnChange = comboAliasNamesChange
  73.   end
  74.   object TableListBox: TListBox
  75.     Left = 22
  76.     Top = 76
  77.     Width = 419
  78.     Height = 236
  79.     ItemHeight = 16
  80.     Items.Strings = (
  81.       'No Tables Found')
  82.     Sorted = True
  83.     TabOrder = 1
  84.     OnDblClick = TableListBoxDblClick
  85.   end
  86.   object EditPath: TBtnEdit
  87.     Left = 59
  88.     Top = 45
  89.     Width = 382
  90.     Height = 22
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     Glyph.Data = {
  97.       AE000000424DAE00000000000000360000002800000009000000060000000100
  98.       1000000000007800000000000000000000000000000000000000E03DE03DE03D
  99.       E03DE03DE03DE03DE03DE03D0300E03DE03DE03DE03DE03DE03DE03DE03DE03D
  100.       B60000000000E03D00000000E03D00000000E03D020000000000E03D00000000
  101.       E03D00000000E03D0A00E03DE03DE03DE03DE03DE03DE03DE03DE03D0800E03D
  102.       E03DE03DE03DE03DE03DE03DE03DE03D5702}
  103.     ParentFont = False
  104.     ReadOnly = True
  105.     TabOrder = 2
  106.     OnChange = EditPathChange
  107.     OnBtnClick = EditPathBtnClick
  108.   end
  109.   object btnOk: TButton
  110.     Left = 225
  111.     Top = 328
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'Ok'
  115.     Default = True
  116.     ModalResult = 1
  117.     TabOrder = 3
  118.   end
  119.   object btnCancel: TButton
  120.     Left = 302
  121.     Top = 328
  122.     Width = 75
  123.     Height = 25
  124.     Cancel = True
  125.     Caption = 'Cancel'
  126.     ModalResult = 2
  127.     TabOrder = 4
  128.   end
  129.   object btnHelp: TButton
  130.     Left = 379
  131.     Top = 328
  132.     Width = 75
  133.     Height = 25
  134.     Caption = 'Help'
  135.     TabOrder = 5
  136.     OnClick = btnHelpClick
  137.   end
  138. end
  139.