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