home *** CD-ROM | disk | FTP | other *** search
- object frmHelpEdit: TfrmHelpEdit
- Left = 379
- Top = 68
- Width = 349
- Height = 318
- BorderStyle = bsSizeToolWin
- Caption = 'Help Menu Editor'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- DesignSize = (
- 341
- 291)
- PixelsPerInch = 96
- TextHeight = 13
- object btnOk: TBitBtn
- Left = 61
- Top = 259
- Width = 90
- Height = 24
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333330000333333333333333333333333F33333333333
- 00003333344333333333333333388F3333333333000033334224333333333333
- 338338F3333333330000333422224333333333333833338F3333333300003342
- 222224333333333383333338F3333333000034222A22224333333338F338F333
- 8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
- 33333338F83338F338F33333000033A33333A222433333338333338F338F3333
- 0000333333333A222433333333333338F338F33300003333333333A222433333
- 333333338F338F33000033333333333A222433333333333338F338F300003333
- 33333333A222433333333333338F338F00003333333333333A22433333333333
- 3338F38F000033333333333333A223333333333333338F830000333333333333
- 333A333333333333333338330000333333333333333333333333333333333333
- 0000}
- NumGlyphs = 2
- end
- object btnCancel: TBitBtn
- Left = 152
- Top = 259
- Width = 90
- Height = 24
- Anchors = [akRight, akBottom]
- TabOrder = 1
- Kind = bkCancel
- end
- object btnHelp: TBitBtn
- Left = 255
- Top = 259
- Width = 75
- Height = 24
- Anchors = [akRight, akBottom]
- TabOrder = 2
- Kind = bkHelp
- end
- object grpOptions: TGroupBox
- Left = 8
- Top = 157
- Width = 325
- Height = 92
- Anchors = [akLeft, akBottom]
- Caption = ' Help Menu Options '
- TabOrder = 3
- object lblIcon: TLabel
- Left = 8
- Top = 16
- Width = 21
- Height = 13
- Caption = 'Icon'
- end
- object cboIcon: TComboBoxEx
- Left = 12
- Top = 31
- Width = 90
- Height = 22
- ItemsEx.CaseSensitive = False
- ItemsEx.SortType = stNone
- ItemsEx = <
- item
- Caption = 'None'
- end
- item
- ImageIndex = 0
- SelectedImageIndex = 0
- end
- item
- ImageIndex = 1
- SelectedImageIndex = 1
- end
- item
- ImageIndex = 2
- SelectedImageIndex = 2
- end
- item
- ImageIndex = 3
- SelectedImageIndex = 3
- end
- item
- ImageIndex = 4
- SelectedImageIndex = 4
- end
- item
- ImageIndex = 5
- SelectedImageIndex = 5
- end
- item
- ImageIndex = 6
- SelectedImageIndex = 6
- end>
- Style = csExDropDownList
- StyleEx = []
- ItemHeight = 16
- TabOrder = 0
- OnSelect = cboIconSelect
- Images = dmMain.HelpImages_Gnome
- DropDownCount = 8
- end
- object grpMenu: TRadioGroup
- Left = 111
- Top = 16
- Width = 197
- Height = 36
- Caption = ' Menu '
- Columns = 2
- Items.Strings = (
- 'Section 1'
- 'Section 2')
- TabOrder = 1
- OnClick = grpMenuClick
- end
- object cbPop: TCheckBox
- Left = 114
- Top = 65
- Width = 200
- Height = 17
- Caption = 'On Help Popup Menu'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 2
- OnClick = cbPopClick
- end
- object btnBrowse: TButton
- Left = 12
- Top = 62
- Width = 90
- Height = 23
- Caption = 'Browse for file...'
- TabOrder = 3
- OnClick = btnBrowseClick
- end
- end
- object lvFiles: TListView
- Left = 8
- Top = 8
- Width = 325
- Height = 140
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelInner = bvLowered
- BevelKind = bkSoft
- BorderStyle = bsNone
- Columns = <
- item
- Caption = 'Menu Text'
- Width = -1
- WidthType = (
- -1)
- end
- item
- Caption = 'Help File'
- Width = -2
- WidthType = (
- -2)
- end>
- ColumnClick = False
- GridLines = True
- HideSelection = False
- RowSelect = True
- TabOrder = 4
- ViewStyle = vsReport
- OnEdited = lvFilesEdited
- OnEditing = lvFilesEditing
- OnKeyUp = lvFilesKeyUp
- OnSelectItem = lvFilesSelectItem
- end
- end
-