home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / HCTLEDIT.DFM / HCTLEDIT.txt
Text File  |  1997-02-28  |  5KB  |  217 lines

  1. object HeaderControlEditor: THeaderControlEditor
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'HeaderControl Sections Editor'
  6.   ClientHeight = 210
  7.   ClientWidth = 441
  8.   Font.Color = clWindowText
  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 HelpButton: TButton
  17.     Left = 358
  18.     Top = 176
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&Help'
  22.     TabOrder = 5
  23.     OnClick = HelpButtonClick
  24.   end
  25.   object ApplyButton: TButton
  26.     Left = 278
  27.     Top = 176
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '&Apply'
  31.     Enabled = False
  32.     TabOrder = 4
  33.     OnClick = ApplyButtonClick
  34.   end
  35.   object CancelButton: TButton
  36.     Left = 198
  37.     Top = 176
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     TabOrder = 3
  43.     OnClick = CancelButtonClick
  44.   end
  45.   object OkButton: TButton
  46.     Left = 118
  47.     Top = 176
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'OK'
  51.     Default = True
  52.     TabOrder = 2
  53.     OnClick = OkButtonClick
  54.   end
  55.   object GroupBox2: TGroupBox
  56.     Left = 152
  57.     Top = 4
  58.     Width = 281
  59.     Height = 157
  60.     Caption = 'Section properties'
  61.     TabOrder = 1
  62.     object Label1: TLabel
  63.       Left = 12
  64.       Top = 21
  65.       Width = 24
  66.       Height = 13
  67.       Caption = '&Text:'
  68.       FocusControl = SectionText
  69.     end
  70.     object Label2: TLabel
  71.       Left = 12
  72.       Top = 47
  73.       Width = 31
  74.       Height = 13
  75.       Caption = '&Width:'
  76.       FocusControl = SectionWidth
  77.     end
  78.     object Label3: TLabel
  79.       Left = 12
  80.       Top = 73
  81.       Width = 26
  82.       Height = 13
  83.       Caption = '&Style:'
  84.       FocusControl = SectionStyle
  85.     end
  86.     object Label5: TLabel
  87.       Left = 12
  88.       Top = 99
  89.       Width = 49
  90.       Height = 13
  91.       Caption = 'A&lignment:'
  92.       FocusControl = SectionAlignment
  93.     end
  94.     object Label4: TLabel
  95.       Left = 120
  96.       Top = 48
  97.       Width = 45
  98.       Height = 13
  99.       Caption = '&Min/Max:'
  100.       FocusControl = SectionMinWidth
  101.     end
  102.     object SectionAlignment: TComboBox
  103.       Left = 68
  104.       Top = 96
  105.       Width = 147
  106.       Height = 21
  107.       Style = csDropDownList
  108.       ItemHeight = 13
  109.       Items.Strings = (
  110.         'Left justify'
  111.         'Right justify'
  112.         'Center')
  113.       TabOrder = 5
  114.       OnChange = SectionComboChange
  115.       OnExit = SectionControlExit
  116.     end
  117.     object SectionStyle: TComboBox
  118.       Left = 68
  119.       Top = 70
  120.       Width = 147
  121.       Height = 21
  122.       Style = csDropDownList
  123.       ItemHeight = 13
  124.       Items.Strings = (
  125.         'Text'
  126.         'OwnerDraw')
  127.       TabOrder = 4
  128.       OnChange = SectionComboChange
  129.       OnExit = SectionControlExit
  130.     end
  131.     object SectionMaxWidth: TEdit
  132.       Left = 220
  133.       Top = 44
  134.       Width = 45
  135.       Height = 21
  136.       TabOrder = 3
  137.       OnChange = SectionEditChange
  138.       OnExit = SectionControlExit
  139.     end
  140.     object SectionMinWidth: TEdit
  141.       Left = 170
  142.       Top = 44
  143.       Width = 45
  144.       Height = 21
  145.       TabOrder = 2
  146.       OnChange = SectionEditChange
  147.       OnExit = SectionControlExit
  148.     end
  149.     object SectionWidth: TEdit
  150.       Left = 68
  151.       Top = 44
  152.       Width = 45
  153.       Height = 21
  154.       TabOrder = 1
  155.       OnChange = SectionEditChange
  156.       OnExit = SectionControlExit
  157.     end
  158.     object SectionText: TEdit
  159.       Left = 68
  160.       Top = 18
  161.       Width = 197
  162.       Height = 21
  163.       TabOrder = 0
  164.       OnChange = SectionEditChange
  165.       OnExit = SectionControlExit
  166.     end
  167.     object SectionAllowClick: TCheckBox
  168.       Left = 68
  169.       Top = 124
  170.       Width = 79
  171.       Height = 17
  172.       Caption = 'Allow &click'
  173.       TabOrder = 6
  174.       OnClick = SectionComboChange
  175.       OnExit = SectionControlExit
  176.     end
  177.   end
  178.   object GroupBox1: TGroupBox
  179.     Left = 8
  180.     Top = 4
  181.     Width = 137
  182.     Height = 157
  183.     Caption = 'S&ections'
  184.     TabOrder = 0
  185.     object SectionList: TListBox
  186.       Left = 8
  187.       Top = 16
  188.       Width = 121
  189.       Height = 101
  190.       ItemHeight = 13
  191.       TabOrder = 0
  192.       OnClick = SectionListClick
  193.       OnDragDrop = SectionListDragDrop
  194.       OnDragOver = SectionListDragOver
  195.       OnMouseDown = SectionListMouseDown
  196.     end
  197.     object NewButton: TButton
  198.       Left = 8
  199.       Top = 124
  200.       Width = 57
  201.       Height = 25
  202.       Caption = '&New'
  203.       TabOrder = 1
  204.       OnClick = NewButtonClick
  205.     end
  206.     object DeleteButton: TButton
  207.       Left = 72
  208.       Top = 124
  209.       Width = 57
  210.       Height = 25
  211.       Caption = '&Delete'
  212.       TabOrder = 2
  213.       OnClick = DeleteButtonClick
  214.     end
  215.   end
  216. end
  217.