home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / SQLBUILD.ZIP / SQB14_D1.ZIP / SQLBLD06.DFM / SQLBLD06.txt
Encoding:
Text File  |  1996-09-24  |  2.1 KB  |  117 lines

  1. object frmOpenTable: TfrmOpenTable
  2.   Left = 122
  3.   Top = 71
  4.   HelpContext = 2015
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Open Table'
  8.   ClientHeight = 294
  9.   ClientWidth = 367
  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 Bevel2: TBevel
  20.     Left = 7
  21.     Top = 6
  22.     Width = 350
  23.     Height = 35
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 7
  29.     Top = 46
  30.     Width = 350
  31.     Height = 207
  32.     Shape = bsFrame
  33.     IsControl = True
  34.   end
  35.   object Label1: TLabel
  36.     Left = 16
  37.     Top = 16
  38.     Width = 31
  39.     Height = 16
  40.     Caption = 'Alias'
  41.     Font.Color = clBlack
  42.     Font.Height = -13
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object OKBtn: TBitBtn
  48.     Left = 61
  49.     Top = 263
  50.     Width = 77
  51.     Height = 27
  52.     TabOrder = 0
  53.     Kind = bkOK
  54.     Margin = 2
  55.     Style = bsNew
  56.     Spacing = -1
  57.     IsControl = True
  58.   end
  59.   object CancelBtn: TBitBtn
  60.     Left = 145
  61.     Top = 263
  62.     Width = 77
  63.     Height = 27
  64.     TabOrder = 1
  65.     Kind = bkCancel
  66.     Margin = 2
  67.     Style = bsNew
  68.     Spacing = -1
  69.     IsControl = True
  70.   end
  71.   object HelpBtn: TBitBtn
  72.     Left = 229
  73.     Top = 263
  74.     Width = 77
  75.     Height = 27
  76.     TabOrder = 2
  77.     Kind = bkHelp
  78.     Margin = 2
  79.     Style = bsNew
  80.     Spacing = -1
  81.     IsControl = True
  82.   end
  83.   object comboAliasNames: TComboBox
  84.     Left = 51
  85.     Top = 13
  86.     Width = 297
  87.     Height = 21
  88.     HelpContext = 2003
  89.     Style = csDropDownList
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ItemHeight = 13
  95.     Items.Strings = (
  96.       'Delete'
  97.       'Select'
  98.       'Update')
  99.     ParentFont = False
  100.     Sorted = True
  101.     TabOrder = 3
  102.     OnChange = comboAliasNamesChange
  103.   end
  104.   object TableListBox: TListBox
  105.     Left = 15
  106.     Top = 57
  107.     Width = 333
  108.     Height = 185
  109.     ItemHeight = 16
  110.     Items.Strings = (
  111.       'No Tables Found')
  112.     Sorted = True
  113.     TabOrder = 4
  114.     OnDblClick = TableListBoxDblClick
  115.   end
  116. end
  117.