home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / DSDEFINE.DFM / DSDEFINE.txt
Text File  |  1997-01-16  |  4KB  |  219 lines

  1. object DefineField: TDefineField
  2.   Left = 221
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   Caption = 'New Field'
  6.   ClientHeight = 258
  7.   ClientWidth = 417
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object LookupGroup: TGroupBox
  17.     Left = 8
  18.     Top = 136
  19.     Width = 401
  20.     Height = 81
  21.     Caption = 'Lookup definition'
  22.     TabOrder = 2
  23.     object DatasetLabel: TLabel
  24.       Left = 208
  25.       Top = 19
  26.       Width = 40
  27.       Height = 13
  28.       Caption = 'D&ataset:'
  29.       Enabled = False
  30.       FocusControl = DatasetList
  31.     end
  32.     object KeyFieldsLabel: TLabel
  33.       Left = 8
  34.       Top = 19
  35.       Width = 51
  36.       Height = 13
  37.       Caption = '&Key Fields:'
  38.       Enabled = False
  39.       FocusControl = KeyFieldsList
  40.     end
  41.     object LookupKeysLabel: TLabel
  42.       Left = 8
  43.       Top = 51
  44.       Width = 65
  45.       Height = 13
  46.       Caption = 'Look&up Keys:'
  47.       Enabled = False
  48.       FocusControl = LookupKeysList
  49.     end
  50.     object ResultFieldLabel: TLabel
  51.       Left = 208
  52.       Top = 51
  53.       Width = 58
  54.       Height = 13
  55.       Caption = '&Result Field:'
  56.       Enabled = False
  57.       FocusControl = ResultFieldList
  58.     end
  59.     object DatasetList: TComboBox
  60.       Left = 272
  61.       Top = 16
  62.       Width = 121
  63.       Height = 21
  64.       Enabled = False
  65.       ItemHeight = 13
  66.       TabOrder = 1
  67.       OnChange = DatasetListChange
  68.       OnDropDown = DatasetListDropDown
  69.     end
  70.     object KeyFieldsList: TComboBox
  71.       Left = 80
  72.       Top = 16
  73.       Width = 121
  74.       Height = 21
  75.       Enabled = False
  76.       ItemHeight = 13
  77.       TabOrder = 0
  78.       OnDropDown = KeyFieldsListDropDown
  79.     end
  80.     object LookupKeysList: TComboBox
  81.       Left = 80
  82.       Top = 48
  83.       Width = 121
  84.       Height = 21
  85.       Enabled = False
  86.       ItemHeight = 13
  87.       TabOrder = 2
  88.       OnDropDown = LookupKeysListDropDown
  89.     end
  90.     object ResultFieldList: TComboBox
  91.       Left = 272
  92.       Top = 48
  93.       Width = 121
  94.       Height = 21
  95.       Enabled = False
  96.       ItemHeight = 13
  97.       TabOrder = 3
  98.       OnDropDown = ResultFieldListDropDown
  99.     end
  100.   end
  101.   object OkBtn: TButton
  102.     Left = 174
  103.     Top = 226
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 3
  110.     OnClick = OkBtnClick
  111.   end
  112.   object CancelBtn: TButton
  113.     Left = 254
  114.     Top = 226
  115.     Width = 75
  116.     Height = 25
  117.     Cancel = True
  118.     Caption = 'Cancel'
  119.     ModalResult = 2
  120.     TabOrder = 4
  121.   end
  122.   object HelpBtn: TButton
  123.     Left = 334
  124.     Top = 226
  125.     Width = 75
  126.     Height = 25
  127.     Caption = '&Help'
  128.     TabOrder = 5
  129.     OnClick = HelpBtnClick
  130.   end
  131.   object FieldGroup: TGroupBox
  132.     Left = 8
  133.     Top = 8
  134.     Width = 401
  135.     Height = 81
  136.     Caption = 'Field properties'
  137.     TabOrder = 0
  138.     object ComponentNameLabel: TLabel
  139.       Left = 208
  140.       Top = 19
  141.       Width = 57
  142.       Height = 13
  143.       Caption = 'C&omponent:'
  144.       FocusControl = ComponentNameEdit
  145.     end
  146.     object FieldNameLabel: TLabel
  147.       Left = 11
  148.       Top = 19
  149.       Width = 31
  150.       Height = 13
  151.       Caption = '&Name:'
  152.       FocusControl = FieldNameEdit
  153.     end
  154.     object FieldTypeLabel: TLabel
  155.       Left = 8
  156.       Top = 51
  157.       Width = 27
  158.       Height = 13
  159.       Caption = '&Type:'
  160.       FocusControl = FieldTypeList
  161.     end
  162.     object Label2: TLabel
  163.       Left = 208
  164.       Top = 51
  165.       Width = 23
  166.       Height = 13
  167.       Caption = '&Size:'
  168.       FocusControl = SizeEdit
  169.     end
  170.     object ComponentNameEdit: TEdit
  171.       Left = 272
  172.       Top = 16
  173.       Width = 121
  174.       Height = 21
  175.       TabOrder = 1
  176.     end
  177.     object FieldNameEdit: TEdit
  178.       Left = 64
  179.       Top = 16
  180.       Width = 137
  181.       Height = 21
  182.       TabOrder = 0
  183.       OnChange = FieldNameEditChange
  184.       OnClick = FieldNameEditChange
  185.     end
  186.     object FieldTypeList: TComboBox
  187.       Left = 64
  188.       Top = 48
  189.       Width = 137
  190.       Height = 21
  191.       ItemHeight = 13
  192.       TabOrder = 2
  193.     end
  194.     object SizeEdit: TEdit
  195.       Left = 272
  196.       Top = 48
  197.       Width = 57
  198.       Height = 21
  199.       MaxLength = 5
  200.       TabOrder = 3
  201.     end
  202.   end
  203.   object FieldKind: TRadioGroup
  204.     Left = 8
  205.     Top = 92
  206.     Width = 401
  207.     Height = 41
  208.     Caption = 'Field type'
  209.     Columns = 3
  210.     ItemIndex = 0
  211.     Items.Strings = (
  212.       '&Data'
  213.       '&Calculated'
  214.       '&Lookup')
  215.     TabOrder = 1
  216.     OnClick = FieldKindClick
  217.   end
  218. end
  219.