home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EBRepDesigner.exe / 0 / RCDATA / TFRMSRWTABLE / TFRMSRWTABLE.txt
Text File  |  1999-06-21  |  3KB  |  146 lines

  1. object frmSrwTable: TfrmSrwTable
  2.   Left = 201
  3.   Top = 123
  4.   HelpContext = 1015
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add Tables'
  8.   ClientHeight = 259
  9.   ClientWidth = 303
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   KeyPreview = True
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   TextHeight = 13
  20.   object cmdAdd: TBitBtn
  21.     Left = 210
  22.     Top = 4
  23.     Width = 89
  24.     Height = 25
  25.     Caption = '&Add Table'
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = cmdAddClick
  33.     Style = bsNew
  34.   end
  35.   object cmdDirectory: TBitBtn
  36.     Left = 210
  37.     Top = 36
  38.     Width = 89
  39.     Height = 25
  40.     Caption = '&Directory'
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     OnClick = cmdDirectoryClick
  48.     Style = bsNew
  49.   end
  50.   object cmdClose: TBitBtn
  51.     Left = 210
  52.     Top = 68
  53.     Width = 89
  54.     Height = 25
  55.     Caption = '&Close'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 2
  62.     OnClick = cmdCloseClick
  63.     Style = bsNew
  64.   end
  65.   object cmdHelp: TBitBtn
  66.     Left = 210
  67.     Top = 100
  68.     Width = 89
  69.     Height = 25
  70.     Caption = '&Help'
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     TabOrder = 3
  77.     OnClick = cmdHelpClick
  78.     Style = bsNew
  79.   end
  80.   object panMain: TPanel
  81.     Left = 4
  82.     Top = 4
  83.     Width = 201
  84.     Height = 252
  85.     TabOrder = 4
  86.     object Label1: TLabel
  87.       Left = 8
  88.       Top = 6
  89.       Width = 55
  90.       Height = 13
  91.       Caption = '&Database'
  92.       Font.Color = clBlack
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = [fsBold]
  96.       ParentFont = False
  97.     end
  98.     object Label2: TLabel
  99.       Left = 8
  100.       Top = 52
  101.       Width = 39
  102.       Height = 13
  103.       Caption = '&Tables'
  104.       Font.Color = clBlack
  105.       Font.Height = -11
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = [fsBold]
  108.       ParentFont = False
  109.     end
  110.     object cmbDatabase: TComboBox
  111.       Left = 8
  112.       Top = 24
  113.       Width = 183
  114.       Height = 21
  115.       Font.Color = clBlack
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ItemHeight = 13
  120.       ParentFont = False
  121.       TabOrder = 0
  122.       OnClick = cmbDatabaseClick
  123.       OnKeyDown = cmbDatabaseKeyDown
  124.     end
  125.     object lstTables: TListBox
  126.       Left = 8
  127.       Top = 70
  128.       Width = 183
  129.       Height = 171
  130.       Font.Color = clBlack
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ItemHeight = 13
  135.       ParentFont = False
  136.       Sorted = True
  137.       TabOrder = 1
  138.       OnDblClick = cmdAddClick
  139.     end
  140.   end
  141.   object dlgOpen: TOpenDialog
  142.     Left = 216
  143.     Top = 136
  144.   end
  145. end
  146.