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

  1. object DBSetupForm4: TDBSetupForm4
  2.   Left = 162
  3.   Top = 105
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Parameters'
  7.   ClientHeight = 217
  8.   ClientWidth = 409
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 393
  22.     Height = 153
  23.   end
  24.   object Label1: TLabel
  25.     Tag = 1000
  26.     Left = 200
  27.     Top = 60
  28.     Width = 73
  29.     Height = 13
  30.     AutoSize = False
  31.     Caption = 'Value'
  32.   end
  33.   object Label2: TLabel
  34.     Tag = 1001
  35.     Left = 200
  36.     Top = 28
  37.     Width = 73
  38.     Height = 21
  39.     AutoSize = False
  40.     Caption = 'Datatype'
  41.   end
  42.   object ListBox1: TListBox
  43.     Left = 16
  44.     Top = 24
  45.     Width = 169
  46.     Height = 121
  47.     ItemHeight = 13
  48.     TabOrder = 0
  49.     OnClick = ListBox1Click
  50.   end
  51.   object ComboBox1: TComboBox
  52.     Left = 272
  53.     Top = 24
  54.     Width = 121
  55.     Height = 21
  56.     Style = csDropDownList
  57.     ItemHeight = 13
  58.     Items.Strings = (
  59.       'BCD'
  60.       'Boolean'
  61.       'Curreny'
  62.       'Date'
  63.       'DateTime'
  64.       'Integer'
  65.       'Float'
  66.       'Smallint'
  67.       'String'
  68.       'Time'
  69.       'Word')
  70.     TabOrder = 1
  71.     OnChange = ComboBox1Change
  72.   end
  73.   object Edit1: TEdit
  74.     Left = 272
  75.     Top = 56
  76.     Width = 121
  77.     Height = 20
  78.     TabOrder = 2
  79.     OnChange = Edit1Change
  80.     OnExit = Edit1Exit
  81.   end
  82.   object CheckBox2: TCheckBox
  83.     Tag = 1002
  84.     Left = 200
  85.     Top = 112
  86.     Width = 193
  87.     Height = 17
  88.     Caption = 'ask for value when printing'
  89.     TabOrder = 3
  90.     OnClick = CheckBox2Click
  91.   end
  92.   object BitBtn1: TBitBtn
  93.     Tag = 1003
  94.     Left = 160
  95.     Top = 176
  96.     Width = 89
  97.     Height = 33
  98.     TabOrder = 4
  99.     Kind = bkOK
  100.   end
  101. end
  102.