home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / devcpp.exe / 0 / RCDATA / TFRMHELPEDIT / TFRMHELPEDIT.txt
Encoding:
Text File  |  2002-04-12  |  4.7 KB  |  199 lines

  1. object frmHelpEdit: TfrmHelpEdit
  2.   Left = 379
  3.   Top = 68
  4.   Width = 349
  5.   Height = 318
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Help Menu Editor'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     341
  19.     291)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object btnOk: TBitBtn
  23.     Left = 61
  24.     Top = 259
  25.     Width = 90
  26.     Height = 24
  27.     Anchors = [akRight, akBottom]
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.     Glyph.Data = {
  33.       DE010000424DDE01000000000000760000002800000024000000120000000100
  34.       0400000000006801000000000000000000001000000000000000000000000000
  35.       80000080000000808000800000008000800080800000C0C0C000808080000000
  36.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  37.       3333333333333333333333330000333333333333333333333333F33333333333
  38.       00003333344333333333333333388F3333333333000033334224333333333333
  39.       338338F3333333330000333422224333333333333833338F3333333300003342
  40.       222224333333333383333338F3333333000034222A22224333333338F338F333
  41.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  42.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  43.       0000333333333A222433333333333338F338F33300003333333333A222433333
  44.       333333338F338F33000033333333333A222433333333333338F338F300003333
  45.       33333333A222433333333333338F338F00003333333333333A22433333333333
  46.       3338F38F000033333333333333A223333333333333338F830000333333333333
  47.       333A333333333333333338330000333333333333333333333333333333333333
  48.       0000}
  49.     NumGlyphs = 2
  50.   end
  51.   object btnCancel: TBitBtn
  52.     Left = 152
  53.     Top = 259
  54.     Width = 90
  55.     Height = 24
  56.     Anchors = [akRight, akBottom]
  57.     TabOrder = 1
  58.     Kind = bkCancel
  59.   end
  60.   object btnHelp: TBitBtn
  61.     Left = 255
  62.     Top = 259
  63.     Width = 75
  64.     Height = 24
  65.     Anchors = [akRight, akBottom]
  66.     TabOrder = 2
  67.     Kind = bkHelp
  68.   end
  69.   object grpOptions: TGroupBox
  70.     Left = 8
  71.     Top = 157
  72.     Width = 325
  73.     Height = 92
  74.     Anchors = [akLeft, akBottom]
  75.     Caption = '  Help Menu Options  '
  76.     TabOrder = 3
  77.     object lblIcon: TLabel
  78.       Left = 8
  79.       Top = 16
  80.       Width = 21
  81.       Height = 13
  82.       Caption = 'Icon'
  83.     end
  84.     object cboIcon: TComboBoxEx
  85.       Left = 12
  86.       Top = 31
  87.       Width = 90
  88.       Height = 22
  89.       ItemsEx.CaseSensitive = False
  90.       ItemsEx.SortType = stNone
  91.       ItemsEx = <
  92.         item
  93.           Caption = 'None'
  94.         end
  95.         item
  96.           ImageIndex = 0
  97.           SelectedImageIndex = 0
  98.         end
  99.         item
  100.           ImageIndex = 1
  101.           SelectedImageIndex = 1
  102.         end
  103.         item
  104.           ImageIndex = 2
  105.           SelectedImageIndex = 2
  106.         end
  107.         item
  108.           ImageIndex = 3
  109.           SelectedImageIndex = 3
  110.         end
  111.         item
  112.           ImageIndex = 4
  113.           SelectedImageIndex = 4
  114.         end
  115.         item
  116.           ImageIndex = 5
  117.           SelectedImageIndex = 5
  118.         end
  119.         item
  120.           ImageIndex = 6
  121.           SelectedImageIndex = 6
  122.         end>
  123.       Style = csExDropDownList
  124.       StyleEx = []
  125.       ItemHeight = 16
  126.       TabOrder = 0
  127.       OnSelect = cboIconSelect
  128.       Images = dmMain.HelpImages_Gnome
  129.       DropDownCount = 8
  130.     end
  131.     object grpMenu: TRadioGroup
  132.       Left = 111
  133.       Top = 16
  134.       Width = 197
  135.       Height = 36
  136.       Caption = '  Menu  '
  137.       Columns = 2
  138.       Items.Strings = (
  139.         'Section 1'
  140.         'Section 2')
  141.       TabOrder = 1
  142.       OnClick = grpMenuClick
  143.     end
  144.     object cbPop: TCheckBox
  145.       Left = 114
  146.       Top = 65
  147.       Width = 200
  148.       Height = 17
  149.       Caption = 'On Help Popup Menu'
  150.       Ctl3D = True
  151.       ParentCtl3D = False
  152.       TabOrder = 2
  153.       OnClick = cbPopClick
  154.     end
  155.     object btnBrowse: TButton
  156.       Left = 12
  157.       Top = 62
  158.       Width = 90
  159.       Height = 23
  160.       Caption = 'Browse for file...'
  161.       TabOrder = 3
  162.       OnClick = btnBrowseClick
  163.     end
  164.   end
  165.   object lvFiles: TListView
  166.     Left = 8
  167.     Top = 8
  168.     Width = 325
  169.     Height = 140
  170.     Anchors = [akLeft, akTop, akRight, akBottom]
  171.     BevelInner = bvLowered
  172.     BevelKind = bkSoft
  173.     BorderStyle = bsNone
  174.     Columns = <
  175.       item
  176.         Caption = 'Menu Text'
  177.         Width = -1
  178.         WidthType = (
  179.           -1)
  180.       end
  181.       item
  182.         Caption = 'Help File'
  183.         Width = -2
  184.         WidthType = (
  185.           -2)
  186.       end>
  187.     ColumnClick = False
  188.     GridLines = True
  189.     HideSelection = False
  190.     RowSelect = True
  191.     TabOrder = 4
  192.     ViewStyle = vsReport
  193.     OnEdited = lvFilesEdited
  194.     OnEditing = lvFilesEditing
  195.     OnKeyUp = lvFilesKeyUp
  196.     OnSelectItem = lvFilesSelectItem
  197.   end
  198. end
  199.