home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Expert 29
/
Pce29cd.iso
/
RUNIMAGE
/
DELPHI40
/
BIN
/
DCLSTD40.BPL
/
0
/
RCDATA
/
TACTIONLISTDESIGNER
/
TACTIONLISTDESIGNER.txt
Wrap
Text File
|
1998-06-16
|
14KB
|
408 lines
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 = 184
ClientWidth = 212
KeyPreview = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyPress = FormKeyPress
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
inherited Splitter1: TSplitter
Width = 212
end
object Splitter2: TSplitter [1]
Left = 73
Top = 33
Width = 4
Height = 151
Cursor = crHSplit
ResizeStyle = rsUpdate
end
inherited ToolBar1: TToolBar
Width = 212
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 = 151
Align = alLeft
BevelOuter = bvNone
Caption = 'CategoryPanel'
TabOrder = 1
object ListBox1: TListBox
Left = 0
Top = 18
Width = 73
Height = 133
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 = 135
Height = 151
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object ListView1: TListView
Left = 0
Top = 18
Width = 135
Height = 133
Align = alClient
Columns = <>
ColumnClick = False
DragMode = dmAutomatic
HideSelection = False
HotTrackStyles = []
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
OnStartDrag = ListView1StartDrag
end
object Panel4: TPanel
Left = 0
Top = 0
Width = 135
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 = {
360C000004000000424D360C0000000000003600000028000000400000001000
00000100180000000000000C0000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000084848484848484848484848484848484848484848484848484848484
8484848484848484848484848484000000000000848484848484848484848484
8484848484848484848484848484848484848484848484848484848484840000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000848484000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000008484840000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00000000
0000FFFFFF00FFFF000000848484000000000000FFFFFF00FFFFFFFFFF00FFFF
FFFFFF00FFFFFFFFFF00FFFF000000000000FFFFFF00FFFF0000008484840000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF000000C6
C6C6000000FFFFFF00000084848484848400000000FFFFFFFFFF00FFFFFFFFFF
00FFFFFFFFFF00FFFFFFFFFF000000C6C6C6000000FFFFFF0000008484840000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00000000
FFFFC6C6C6000000000000848484000084000000FFFFFF00FFFFFFFFFF00FFFF
FFFFFF00FFFFFFFFFF00FFFF00000000FFFFC6C6C60000000000008484840000
0000000000000000000000000000000084840084840084840000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000008484000000000000000000000000000000000000000000000000000000
0000000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000
000000000000000000000084848400008400008400FFFFFFFFFF00FFFFFFFFFF
84848400008400FFFFFFFFFF0000000000000000000000000000008484840000
0000000000000000000000000000000084840084840084840000000000000000
0000000000000000000000000000000000000000000000000000000000000000
848400848400848400000000000000000000000000000000000000000000FFFF
FF000000FFFFFF84848400FFFFFFFFFF00FFFFFFFFFF00FFFF00FFFFFFFFFF00
FFFFFFFFFF00FFFF00000084848484848400008484848400FFFFFFFFFF848484
000084848484FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF0000008484840000
0000000000000000000000000000000084840084840084840000000000000000
0000000000000000000000000000000000000000000000000000000000848400
8484008484008484008484000000000000000000000000000000000000008484
8400FFFF00FFFF848484FFFFFF00FFFF84848400FFFFFFFFFFFFFFFF00FFFFFF
FFFF00FFFFFFFFFF00000084848400000000008400008484848400FFFF000084
000084FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF0000008484840000
0000000000000000000000000000000084840084840084840000000000000000
0000000000000000000000000000000000000000000000000000848400848400
8484008484008484008484008484000000000000000000000000000000000000
00848484FFFFFF84848400FFFF84848400FFFFFFFFFF00FFFF00FFFFFFFFFF00
FFFFFFFFFF00FFFF000000848484000000848484000084000084000084000084
FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF0000008484840000
0000000000000000000084840084840084840084840084840084840084840000
0000000000000000000000000000000000000000000000000000000000000000
8484008484008484000000000000000000000000000000000000000000008484
84848484848484FFFFFF848484FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFF
FFFF00FFFFFFFFFF000000848484000000848484000084000084000084FFFFFF
00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF0000008484840000
0000000000000000000000000084840084840084840084840084840000000000
0000000000000000000000000000000000000000000000000000000000000000
848400848400848400000000000000000000000000000000000000000000FFFF
FF00FFFF84848400FFFFFFFFFF84848484848484848484848400000000000000
0000000000000000000000000000848484000084000084000084000084848484
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000084840084840084840000000000000000
0000000000000000000000000000000000000000000000000000000000000000
8484008484008484000000000000000000000000000000000000000000000000
0084848400FFFF84848400FFFF84848400FFFF00000000000000000000000000
0000000000000000000000000000000084000084848484000000000084000084
8484840000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000084840000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
8484008484008484000000000000000000000000000000000000000000008484
8400FFFF000000848484FFFFFF00000084848400FFFF00000000000000000000
0000000000000000000000000000000000000000000000000000000000000084
0000848484840000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000FF
FF00000000000084848400FFFF00000000000084848400000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000840000848484840000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000848484FFFFFF00000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000424D
BE000000000000003E0000002800000040000000100000000100010000000000
800000000000000000000000020000000200000000000000FFFFFF00FFFFFFFF
FFFFFFFFC000C000FFFFFFFF80008000FFFFFFFF80008000FFFFFFFF80000000
F83FFEFF80000000F83FFC7F80000000F83FF83F00000000F83FF01F00008000
C007E00F80008000E00FC00700008000F01FF83F00010001F83FF83F81FF11FF
FC7FF83F24FFF8FFFEFFF83F66FFFC7FFFFFFFFFE7FFFFFFFFFFFFFF}
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