home *** CD-ROM | disk | FTP | other *** search
- inherited ActionListDesigner: TActionListDesigner
- Left = 222
- Top = 140
- HelpContext = 26170
- HorzScrollBar.Increment = 19
- VertScrollBar.Increment = 16
- VertScrollBar.Range = 0
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- Caption = 'ActionListDesigner'
- ClientHeight = 269
- ClientWidth = 328
- KeyPreview = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyPress = FormKeyPress
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- inherited Splitter1: TSplitter
- Width = 328
- end
- object Splitter2: TSplitter [1]
- Left = 73
- Top = 33
- Width = 4
- Height = 236
- Cursor = crHSplit
- ResizeStyle = rsUpdate
- end
- inherited ToolBar1: TToolBar
- Width = 328
- Images = ImageList1
- TabOrder = 2
- object ToolButton1: TToolButton
- Left = 4
- Top = 0
- Action = NewAction
- DropdownMenu = NewActionsPopup
- Style = tbsDropDown
- end
- object ToolButton2: TToolButton
- Left = 40
- Top = 0
- Action = RemoveAction
- end
- object ToolButton5: TToolButton
- Left = 63
- Top = 0
- Width = 8
- Style = tbsSeparator
- end
- object ToolButton3: TToolButton
- Left = 71
- Top = 0
- Action = MoveUp
- end
- object ToolButton4: TToolButton
- Left = 94
- Top = 0
- Action = MoveDown
- end
- end
- object CategoryPanel: TPanel [3]
- Left = 0
- Top = 33
- Width = 73
- Height = 236
- Align = alLeft
- BevelOuter = bvNone
- Caption = 'CategoryPanel'
- TabOrder = 1
- object ListBox1: TListBox
- Left = 0
- Top = 18
- Width = 73
- Height = 218
- Align = alClient
- ItemHeight = 13
- TabOrder = 0
- OnClick = ListBox1Click
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 73
- Height = 18
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Label1: TLabel
- Left = 3
- Top = 2
- Width = 53
- Height = 13
- Caption = 'Categor&ies:'
- FocusControl = ListBox1
- end
- end
- end
- object ActionPanel: TPanel [4]
- Left = 77
- Top = 33
- Width = 251
- Height = 236
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object ListView1: TListView
- Left = 0
- Top = 18
- Width = 251
- Height = 218
- Align = alClient
- Columns = <
- item
- Caption = 'Actions'
- Width = -1
- WidthType = (
- -1)
- end>
- ColumnClick = False
- DragMode = dmAutomatic
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- ShowColumnHeaders = False
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = ListView1Change
- OnClick = ListView1Click
- OnDblClick = ListView1DblClick
- OnEndDrag = ListView1EndDrag
- OnDragDrop = ListView1DragDrop
- OnDragOver = ListView1DragOver
- OnKeyPress = ListView1KeyPress
- OnResize = ListView1Resize
- OnStartDrag = ListView1StartDrag
- end
- object Panel4: TPanel
- Left = 0
- Top = 0
- Width = 251
- Height = 18
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Label2: TLabel
- Left = 3
- Top = 2
- Width = 38
- Height = 13
- Caption = '&Actions:'
- FocusControl = ListView1
- end
- end
- end
- inherited PopupMenu1: TPopupMenu
- Images = ImageList1
- object TMenuItem [0]
- Action = NewAction
- end
- object TMenuItem [1]
- Action = NewCommonAction
- end
- object AddCommon1: TMenuItem [2]
- Action = NewStdAction
- end
- object N1: TMenuItem [3]
- Caption = '-'
- end
- object MoveUp1: TMenuItem [4]
- Action = MoveUp
- end
- object MoveDown1: TMenuItem [5]
- Action = MoveDown
- end
- object N2: TMenuItem [6]
- Caption = '-'
- end
- object CutItem: TMenuItem [7]
- Caption = 'Cu&t'
- ShortCut = 16472
- OnClick = CutItemClick
- end
- object CopyItem: TMenuItem [8]
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = CopyItemClick
- end
- object PasteItem: TMenuItem [9]
- Caption = '&Paste'
- ShortCut = 16470
- OnClick = PasteItemClick
- end
- object DeleteItem: TMenuItem [10]
- Action = RemoveAction
- end
- object SelectAllItem: TMenuItem [11]
- Action = SelectAllAction
- end
- object N3: TMenuItem [12]
- Caption = '-'
- end
- object PanelDescriptions1: TMenuItem [13]
- Action = DescriptionsAction
- end
- end
- inherited ActionList1: TActionList
- Images = ImageList1
- object NewAction: TAction
- Caption = 'Ne&w Action'
- Hint = 'New Action|Create new action'
- ImageIndex = 0
- ShortCut = 45
- OnExecute = NewActionExecute
- end
- object NewCommonAction: TAction
- ShortCut = 32813
- Visible = False
- OnExecute = NewCommonActionExecute
- end
- object NewStdAction: TAction
- Caption = 'New &Standard Action...'
- Hint = 'New Standard Action|Create new actions from list'
- ShortCut = 16429
- OnExecute = NewStdActionExecute
- end
- object RemoveAction: TAction
- Caption = '&Delete'
- Enabled = False
- Hint = 'Delete|Delete selected actions'
- ImageIndex = 1
- ShortCut = 46
- OnExecute = DeleteClick
- OnUpdate = SelectedUpdate
- end
- object MoveUp: TAction
- Caption = 'Move &Up'
- Hint = 'Move Up|Move selected upwards'
- ImageIndex = 2
- ShortCut = 16422
- OnExecute = MoveUpClick
- OnUpdate = MoveUpUpdate
- end
- object MoveDown: TAction
- Caption = 'Move Dow&n'
- Hint = 'Move Down|Move selected downwards'
- ImageIndex = 3
- ShortCut = 16424
- OnExecute = MoveDownClick
- OnUpdate = MoveDownUpdate
- end
- object DescriptionsAction: TAction
- Caption = 'Panel D&escriptions'
- Checked = True
- Hint = 'Descriptions|Shows/hides panel descriptions'
- OnExecute = DescriptionsActionExecute
- end
- object SelectAllAction: TAction
- Caption = 'Select &All'
- Hint = 'Select All|Selects all actions'
- OnExecute = SelectAllItemClick
- OnUpdate = SelectAllActionUpdate
- end
- object EditCopy1: TEditCopy
- Category = 'Edit'
- Caption = '&Copy'
- ShortCut = 16451
- OnExecute = CopyItemClick
- OnUpdate = SelectedUpdate
- end
- object EditCut1: TEditCut
- Category = 'Edit'
- Caption = 'Cu&t'
- ShortCut = 16472
- OnExecute = CutItemClick
- OnUpdate = SelectedUpdate
- end
- object EditPaste1: TEditPaste
- Category = 'Edit'
- Caption = '&Paste'
- ShortCut = 16470
- OnExecute = PasteItemClick
- OnUpdate = SelectedUpdate
- end
- end
- object ImageList1: TImageList
- Left = 8
- Top = 104
- Bitmap = {
- 494C010104000500040010001000FFFFFFFF0110FFFFFFFFFFFFFFFF424D7600
- 0000000000007600000028000000400000002000000001000400000000000004
- 0000000000000000000000000000000000000000000000008000008000000080
- 8000800000008000800080800000C0C0C000808080000000FF0000FF000000FF
- FF00FF000000FF00FF00FFFF0000FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000088888888888888008888888888
- 8888000000000000000000000000000000000000000000000008000000000000
- 00080000000000000000000000000000000000FBFBFBFB00FB0800FBFBFBFB00
- FB080000000000000000000000000000000000BFBFBFBF070F0880BFBFBFBF07
- 0F080000000000000000000000000000000000FBFBFBFB0B700810FBFBFBFB0B
- 70080000006660000000000000060000000000BFBFBFBF00000811BFBF81BF00
- 000800000066600000000000006660000000F0F8BFBFBBFBFB08818BF818FBFB
- FB08000000666000000000000666660000008BB8FB8BFFBFBF080118B11FBFBF
- BF080000006660000000000066666660000008F8B8BFBBFBFB08081111FBFBFB
- FB0800006666666000000000006660000000888F8FBFBFBFBF0808111FBFBFBF
- BF0800000666660000000000006660000000FB8BF88880000000811118000000
- 00000000006660000000000000666000000008B8B8B000000000118011800000
- 0000000000060000000000000066600000008B08F08B00000000000001180000
- 000000000000000000000000000000000000B008B00800000000000000118000
- 0000000000000000000000000000000000000008F00000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000200000000100010000000000000100000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFFFFFFFFFFFFFFC000C000FFFFFFFF
- 80008000FFFFFFFF80008000FFFFFFFF80000000F83FFEFF80000000F83FFC7F
- 80000000F83FF83F00000000F83FF01F00008000C007E00F80008000E00FC007
- 00008000F01FF83F00010001F83FF83F81FF11FFFC7FF83F24FFF8FFFEFFF83F
- 66FFFC7FFFFFFFFFE7FFFFFFFFFFFFFF00000000000000000000000000000000
- 000000000000}
- end
- object NewActionsPopup: TPopupMenu
- OnPopup = NewActionsPopupPopup
- Left = 40
- Top = 104
- object NewAction1: TMenuItem
- Action = NewAction
- end
- object TMenuItem
- Action = NewCommonAction
- end
- object NewStandardAction1: TMenuItem
- Action = NewStdAction
- end
- end
- end
-