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

  1. object CalcFieldsListForm: TCalcFieldsListForm
  2.   Left = 458
  3.   Top = 251
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'User-defined fields'
  7.   ClientHeight = 412
  8.   ClientWidth = 376
  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.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 345
  21.     Height = 73
  22.   end
  23.   object Label2: TLabel
  24.     Tag = 1000
  25.     Left = 32
  26.     Top = 28
  27.     Width = 185
  28.     Height = 21
  29.     AutoSize = False
  30.     Caption = 'Current table:'
  31.   end
  32.   object Bevel2: TBevel
  33.     Left = 16
  34.     Top = 104
  35.     Width = 345
  36.     Height = 249
  37.   end
  38.   object Label1: TLabel
  39.     Tag = 1001
  40.     Left = 32
  41.     Top = 120
  42.     Width = 313
  43.     Height = 17
  44.     AutoSize = False
  45.     Caption = 'Available user-defined fields for table:'
  46.   end
  47.   object ComboBox1: TComboBox
  48.     Left = 32
  49.     Top = 52
  50.     Width = 313
  51.     Height = 21
  52.     Style = csDropDownList
  53.     ItemHeight = 13
  54.     TabOrder = 0
  55.     OnChange = ComboBox1Change
  56.   end
  57.   object ListBox1: TListBox
  58.     Left = 32
  59.     Top = 144
  60.     Width = 313
  61.     Height = 153
  62.     ItemHeight = 13
  63.     TabOrder = 1
  64.   end
  65.   object EditBitBtn: TBitBtn
  66.     Tag = 1004
  67.     Left = 31
  68.     Top = 309
  69.     Width = 100
  70.     Height = 33
  71.     Caption = 'Edit'
  72.     TabOrder = 2
  73.     OnClick = EditBitBtnClick
  74.   end
  75.   object AddBitBtn: TBitBtn
  76.     Tag = 1002
  77.     Left = 138
  78.     Top = 309
  79.     Width = 100
  80.     Height = 33
  81.     Caption = 'New'
  82.     TabOrder = 3
  83.     OnClick = AddBitBtnClick
  84.   end
  85.   object DeleteBitBtn: TBitBtn
  86.     Tag = 1003
  87.     Left = 245
  88.     Top = 309
  89.     Width = 100
  90.     Height = 33
  91.     Caption = 'Delete'
  92.     TabOrder = 4
  93.     OnClick = DeleteBitBtnClick
  94.   end
  95.   object OkButton: TBitBtn
  96.     Tag = 1005
  97.     Left = 143
  98.     Top = 368
  99.     Width = 89
  100.     Height = 33
  101.     TabOrder = 5
  102.     Kind = bkOK
  103.   end
  104. end
  105.