home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / dclstd50.bpl / 0 / RCDATA / TACTIONLISTDESIGNER / TACTIONLISTDESIGNER.txt
Text File  |  1999-08-11  |  11KB  |  358 lines

  1. inherited ActionListDesigner: TActionListDesigner
  2.   Left = 222
  3.   Top = 140
  4.   HelpContext = 26170
  5.   HorzScrollBar.Increment = 19
  6.   VertScrollBar.Increment = 16
  7.   VertScrollBar.Range = 0
  8.   AutoScroll = False
  9.   BorderIcons = [biSystemMenu]
  10.   Caption = 'ActionListDesigner'
  11.   ClientHeight = 269
  12.   ClientWidth = 328
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnKeyPress = FormKeyPress
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   inherited Splitter1: TSplitter
  22.     Width = 328
  23.   end
  24.   object Splitter2: TSplitter [1]
  25.     Left = 73
  26.     Top = 33
  27.     Width = 4
  28.     Height = 236
  29.     Cursor = crHSplit
  30.     ResizeStyle = rsUpdate
  31.   end
  32.   inherited ToolBar1: TToolBar
  33.     Width = 328
  34.     Images = ImageList1
  35.     TabOrder = 2
  36.     object ToolButton1: TToolButton
  37.       Left = 4
  38.       Top = 0
  39.       Action = NewAction
  40.       DropdownMenu = NewActionsPopup
  41.       Style = tbsDropDown
  42.     end
  43.     object ToolButton2: TToolButton
  44.       Left = 40
  45.       Top = 0
  46.       Action = RemoveAction
  47.     end
  48.     object ToolButton5: TToolButton
  49.       Left = 63
  50.       Top = 0
  51.       Width = 8
  52.       Style = tbsSeparator
  53.     end
  54.     object ToolButton3: TToolButton
  55.       Left = 71
  56.       Top = 0
  57.       Action = MoveUp
  58.     end
  59.     object ToolButton4: TToolButton
  60.       Left = 94
  61.       Top = 0
  62.       Action = MoveDown
  63.     end
  64.   end
  65.   object CategoryPanel: TPanel [3]
  66.     Left = 0
  67.     Top = 33
  68.     Width = 73
  69.     Height = 236
  70.     Align = alLeft
  71.     BevelOuter = bvNone
  72.     Caption = 'CategoryPanel'
  73.     TabOrder = 1
  74.     object ListBox1: TListBox
  75.       Left = 0
  76.       Top = 18
  77.       Width = 73
  78.       Height = 218
  79.       Align = alClient
  80.       ItemHeight = 13
  81.       TabOrder = 0
  82.       OnClick = ListBox1Click
  83.     end
  84.     object Panel3: TPanel
  85.       Left = 0
  86.       Top = 0
  87.       Width = 73
  88.       Height = 18
  89.       Align = alTop
  90.       BevelOuter = bvNone
  91.       TabOrder = 1
  92.       object Label1: TLabel
  93.         Left = 3
  94.         Top = 2
  95.         Width = 53
  96.         Height = 13
  97.         Caption = 'Categor&ies:'
  98.         FocusControl = ListBox1
  99.       end
  100.     end
  101.   end
  102.   object ActionPanel: TPanel [4]
  103.     Left = 77
  104.     Top = 33
  105.     Width = 251
  106.     Height = 236
  107.     Align = alClient
  108.     BevelOuter = bvNone
  109.     TabOrder = 0
  110.     object ListView1: TListView
  111.       Left = 0
  112.       Top = 18
  113.       Width = 251
  114.       Height = 218
  115.       Align = alClient
  116.       Columns = <
  117.         item
  118.           Caption = 'Actions'
  119.           Width = -1
  120.           WidthType = (
  121.             -1)
  122.         end>
  123.       ColumnClick = False
  124.       DragMode = dmAutomatic
  125.       HideSelection = False
  126.       MultiSelect = True
  127.       ReadOnly = True
  128.       RowSelect = True
  129.       ShowColumnHeaders = False
  130.       TabOrder = 0
  131.       ViewStyle = vsReport
  132.       OnChange = ListView1Change
  133.       OnClick = ListView1Click
  134.       OnDblClick = ListView1DblClick
  135.       OnEndDrag = ListView1EndDrag
  136.       OnDragDrop = ListView1DragDrop
  137.       OnDragOver = ListView1DragOver
  138.       OnKeyPress = ListView1KeyPress
  139.       OnResize = ListView1Resize
  140.       OnStartDrag = ListView1StartDrag
  141.     end
  142.     object Panel4: TPanel
  143.       Left = 0
  144.       Top = 0
  145.       Width = 251
  146.       Height = 18
  147.       Align = alTop
  148.       BevelOuter = bvNone
  149.       TabOrder = 1
  150.       object Label2: TLabel
  151.         Left = 3
  152.         Top = 2
  153.         Width = 38
  154.         Height = 13
  155.         Caption = '&Actions:'
  156.         FocusControl = ListView1
  157.       end
  158.     end
  159.   end
  160.   inherited PopupMenu1: TPopupMenu
  161.     Images = ImageList1
  162.     object TMenuItem [0]
  163.       Action = NewAction
  164.     end
  165.     object TMenuItem [1]
  166.       Action = NewCommonAction
  167.     end
  168.     object AddCommon1: TMenuItem [2]
  169.       Action = NewStdAction
  170.     end
  171.     object N1: TMenuItem [3]
  172.       Caption = '-'
  173.     end
  174.     object MoveUp1: TMenuItem [4]
  175.       Action = MoveUp
  176.     end
  177.     object MoveDown1: TMenuItem [5]
  178.       Action = MoveDown
  179.     end
  180.     object N2: TMenuItem [6]
  181.       Caption = '-'
  182.     end
  183.     object CutItem: TMenuItem [7]
  184.       Caption = 'Cu&t'
  185.       ShortCut = 16472
  186.       OnClick = CutItemClick
  187.     end
  188.     object CopyItem: TMenuItem [8]
  189.       Caption = '&Copy'
  190.       ShortCut = 16451
  191.       OnClick = CopyItemClick
  192.     end
  193.     object PasteItem: TMenuItem [9]
  194.       Caption = '&Paste'
  195.       ShortCut = 16470
  196.       OnClick = PasteItemClick
  197.     end
  198.     object DeleteItem: TMenuItem [10]
  199.       Action = RemoveAction
  200.     end
  201.     object SelectAllItem: TMenuItem [11]
  202.       Action = SelectAllAction
  203.     end
  204.     object N3: TMenuItem [12]
  205.       Caption = '-'
  206.     end
  207.     object PanelDescriptions1: TMenuItem [13]
  208.       Action = DescriptionsAction
  209.     end
  210.   end
  211.   inherited ActionList1: TActionList
  212.     Images = ImageList1
  213.     object NewAction: TAction
  214.       Caption = 'Ne&w Action'
  215.       Hint = 'New Action|Create new action'
  216.       ImageIndex = 0
  217.       ShortCut = 45
  218.       OnExecute = NewActionExecute
  219.     end
  220.     object NewCommonAction: TAction
  221.       ShortCut = 32813
  222.       Visible = False
  223.       OnExecute = NewCommonActionExecute
  224.     end
  225.     object NewStdAction: TAction
  226.       Caption = 'New &Standard Action...'
  227.       Hint = 'New Standard Action|Create new actions from list'
  228.       ShortCut = 16429
  229.       OnExecute = NewStdActionExecute
  230.     end
  231.     object RemoveAction: TAction
  232.       Caption = '&Delete'
  233.       Enabled = False
  234.       Hint = 'Delete|Delete selected actions'
  235.       ImageIndex = 1
  236.       ShortCut = 46
  237.       OnExecute = DeleteClick
  238.       OnUpdate = SelectedUpdate
  239.     end
  240.     object MoveUp: TAction
  241.       Caption = 'Move &Up'
  242.       Hint = 'Move Up|Move selected upwards'
  243.       ImageIndex = 2
  244.       ShortCut = 16422
  245.       OnExecute = MoveUpClick
  246.       OnUpdate = MoveUpUpdate
  247.     end
  248.     object MoveDown: TAction
  249.       Caption = 'Move Dow&n'
  250.       Hint = 'Move Down|Move selected downwards'
  251.       ImageIndex = 3
  252.       ShortCut = 16424
  253.       OnExecute = MoveDownClick
  254.       OnUpdate = MoveDownUpdate
  255.     end
  256.     object DescriptionsAction: TAction
  257.       Caption = 'Panel D&escriptions'
  258.       Checked = True
  259.       Hint = 'Descriptions|Shows/hides panel descriptions'
  260.       OnExecute = DescriptionsActionExecute
  261.     end
  262.     object SelectAllAction: TAction
  263.       Caption = 'Select &All'
  264.       Hint = 'Select All|Selects all actions'
  265.       OnExecute = SelectAllItemClick
  266.       OnUpdate = SelectAllActionUpdate
  267.     end
  268.     object EditCopy1: TEditCopy
  269.       Category = 'Edit'
  270.       Caption = '&Copy'
  271.       ShortCut = 16451
  272.       OnExecute = CopyItemClick
  273.       OnUpdate = SelectedUpdate
  274.     end
  275.     object EditCut1: TEditCut
  276.       Category = 'Edit'
  277.       Caption = 'Cu&t'
  278.       ShortCut = 16472
  279.       OnExecute = CutItemClick
  280.       OnUpdate = SelectedUpdate
  281.     end
  282.     object EditPaste1: TEditPaste
  283.       Category = 'Edit'
  284.       Caption = '&Paste'
  285.       ShortCut = 16470
  286.       OnExecute = PasteItemClick
  287.       OnUpdate = SelectedUpdate
  288.     end
  289.   end
  290.   object ImageList1: TImageList
  291.     Left = 8
  292.     Top = 104
  293.     Bitmap = {
  294.       494C010104000500040010001000FFFFFFFF0110FFFFFFFFFFFFFFFF424D7600
  295.       0000000000007600000028000000400000002000000001000400000000000004
  296.       0000000000000000000000000000000000000000000000008000008000000080
  297.       8000800000008000800080800000C0C0C000808080000000FF0000FF000000FF
  298.       FF00FF000000FF00FF00FFFF0000FFFFFF000000000000000000000000000000
  299.       0000000000000000000000000000000000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000000000000000000000000000
  315.       0000000000000000000000000000000000000088888888888888008888888888
  316.       8888000000000000000000000000000000000000000000000008000000000000
  317.       00080000000000000000000000000000000000FBFBFBFB00FB0800FBFBFBFB00
  318.       FB080000000000000000000000000000000000BFBFBFBF070F0880BFBFBFBF07
  319.       0F080000000000000000000000000000000000FBFBFBFB0B700810FBFBFBFB0B
  320.       70080000006660000000000000060000000000BFBFBFBF00000811BFBF81BF00
  321.       000800000066600000000000006660000000F0F8BFBFBBFBFB08818BF818FBFB
  322.       FB08000000666000000000000666660000008BB8FB8BFFBFBF080118B11FBFBF
  323.       BF080000006660000000000066666660000008F8B8BFBBFBFB08081111FBFBFB
  324.       FB0800006666666000000000006660000000888F8FBFBFBFBF0808111FBFBFBF
  325.       BF0800000666660000000000006660000000FB8BF88880000000811118000000
  326.       00000000006660000000000000666000000008B8B8B000000000118011800000
  327.       0000000000060000000000000066600000008B08F08B00000000000001180000
  328.       000000000000000000000000000000000000B008B00800000000000000118000
  329.       0000000000000000000000000000000000000008F00000000000000000000000
  330.       000000000000000000000000000000000000424D3E000000000000003E000000
  331.       2800000040000000200000000100010000000000000100000000000000000000
  332.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  333.       0000000000000000000000000000000000000000000000000000000000000000
  334.       0000000000000000000000000000000000000000000000000000000000000000
  335.       0000000000000000000000000000000000000000000000000000000000000000
  336.       00000000000000000000000000000000FFFFFFFFFFFFFFFFC000C000FFFFFFFF
  337.       80008000FFFFFFFF80008000FFFFFFFF80000000F83FFEFF80000000F83FFC7F
  338.       80000000F83FF83F00000000F83FF01F00008000C007E00F80008000E00FC007
  339.       00008000F01FF83F00010001F83FF83F81FF11FFFC7FF83F24FFF8FFFEFFF83F
  340.       66FFFC7FFFFFFFFFE7FFFFFFFFFFFFFF00000000000000000000000000000000
  341.       000000000000}
  342.   end
  343.   object NewActionsPopup: TPopupMenu
  344.     OnPopup = NewActionsPopupPopup
  345.     Left = 40
  346.     Top = 104
  347.     object NewAction1: TMenuItem
  348.       Action = NewAction
  349.     end
  350.     object TMenuItem
  351.       Action = NewCommonAction
  352.     end
  353.     object NewStandardAction1: TMenuItem
  354.       Action = NewStdAction
  355.     end
  356.   end
  357. end
  358.