home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / CustomLists.dll / 0 / RCDATA / TDBSETUPFORM / TDBSETUPFORM.txt
Text File  |  1998-02-24  |  2KB  |  130 lines

  1. object DBSetupForm: TDBSetupForm
  2.   Left = 121
  3.   Top = 123
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Databases'
  7.   ClientHeight = 428
  8.   ClientWidth = 593
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 561
  21.     Height = 73
  22.   end
  23.   object Label2: TLabel
  24.     Tag = 1000
  25.     Left = 32
  26.     Top = 32
  27.     Width = 249
  28.     Height = 17
  29.     AutoSize = False
  30.     Caption = 'Main report table'
  31.   end
  32.   object Bevel2: TBevel
  33.     Left = 16
  34.     Top = 104
  35.     Width = 561
  36.     Height = 265
  37.   end
  38.   object Label1: TLabel
  39.     Tag = 1001
  40.     Left = 32
  41.     Top = 116
  42.     Width = 241
  43.     Height = 17
  44.     AutoSize = False
  45.     Caption = 'Available tables:'
  46.   end
  47.   object ListBox1: TListBox
  48.     Left = 32
  49.     Top = 136
  50.     Width = 529
  51.     Height = 185
  52.     Font.Color = clWindowText
  53.     Font.Height = -13
  54.     Font.Name = 'System'
  55.     Font.Pitch = fpFixed
  56.     Font.Style = []
  57.     ItemHeight = 15
  58.     ParentFont = False
  59.     TabOrder = 1
  60.   end
  61.   object ComboBox1: TComboBox
  62.     Left = 32
  63.     Top = 52
  64.     Width = 529
  65.     Height = 21
  66.     Style = csDropDownList
  67.     ItemHeight = 13
  68.     TabOrder = 0
  69.   end
  70.   object AddBitBtn: TBitBtn
  71.     Tag = 1002
  72.     Left = 247
  73.     Top = 330
  74.     Width = 100
  75.     Height = 28
  76.     Caption = 'New table'
  77.     TabOrder = 3
  78.     OnClick = AddBitBtnClick
  79.   end
  80.   object DeleteBitBtn: TBitBtn
  81.     Tag = 1003
  82.     Left = 461
  83.     Top = 330
  84.     Width = 100
  85.     Height = 28
  86.     Caption = 'Delete'
  87.     TabOrder = 5
  88.     OnClick = DeleteBitBtnClick
  89.   end
  90.   object PropertiesBitBtn: TBitBtn
  91.     Tag = 1004
  92.     Left = 32
  93.     Top = 330
  94.     Width = 100
  95.     Height = 28
  96.     Caption = 'Properties'
  97.     TabOrder = 2
  98.     OnClick = PropertiesBitBtnClick
  99.   end
  100.   object OkButton: TBitBtn
  101.     Tag = 1005
  102.     Left = 248
  103.     Top = 384
  104.     Width = 97
  105.     Height = 33
  106.     TabOrder = 6
  107.     Kind = bkOK
  108.   end
  109.   object NewQueryBitBtn: TBitBtn
  110.     Tag = 1006
  111.     Left = 354
  112.     Top = 330
  113.     Width = 100
  114.     Height = 28
  115.     Caption = 'New query'
  116.     TabOrder = 4
  117.     OnClick = NewQueryBitBtnClick
  118.   end
  119.   object FieldsBitBtn: TBitBtn
  120.     Tag = 1007
  121.     Left = 139
  122.     Top = 330
  123.     Width = 100
  124.     Height = 28
  125.     Caption = 'Fields'
  126.     TabOrder = 7
  127.     OnClick = FieldsBitBtnClick
  128.   end
  129. end
  130.