home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / DCLSTD40.BPL / 0 / RCDATA / TACTIONLISTDESIGNER / TACTIONLISTDESIGNER.txt
Text File  |  1998-06-16  |  14KB  |  408 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 = 184
  12.   ClientWidth = 212
  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 = 212
  23.   end
  24.   object Splitter2: TSplitter [1]
  25.     Left = 73
  26.     Top = 33
  27.     Width = 4
  28.     Height = 151
  29.     Cursor = crHSplit
  30.     ResizeStyle = rsUpdate
  31.   end
  32.   inherited ToolBar1: TToolBar
  33.     Width = 212
  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 = 151
  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 = 133
  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 = 135
  106.     Height = 151
  107.     Align = alClient
  108.     BevelOuter = bvNone
  109.     TabOrder = 0
  110.     object ListView1: TListView
  111.       Left = 0
  112.       Top = 18
  113.       Width = 135
  114.       Height = 133
  115.       Align = alClient
  116.       Columns = <>
  117.       ColumnClick = False
  118.       DragMode = dmAutomatic
  119.       HideSelection = False
  120.       HotTrackStyles = []
  121.       MultiSelect = True
  122.       ReadOnly = True
  123.       RowSelect = True
  124.       ShowColumnHeaders = False
  125.       TabOrder = 0
  126.       ViewStyle = vsReport
  127.       OnChange = ListView1Change
  128.       OnClick = ListView1Click
  129.       OnDblClick = ListView1DblClick
  130.       OnEndDrag = ListView1EndDrag
  131.       OnDragDrop = ListView1DragDrop
  132.       OnDragOver = ListView1DragOver
  133.       OnKeyPress = ListView1KeyPress
  134.       OnStartDrag = ListView1StartDrag
  135.     end
  136.     object Panel4: TPanel
  137.       Left = 0
  138.       Top = 0
  139.       Width = 135
  140.       Height = 18
  141.       Align = alTop
  142.       BevelOuter = bvNone
  143.       TabOrder = 1
  144.       object Label2: TLabel
  145.         Left = 3
  146.         Top = 2
  147.         Width = 38
  148.         Height = 13
  149.         Caption = '&Actions:'
  150.         FocusControl = ListView1
  151.       end
  152.     end
  153.   end
  154.   inherited PopupMenu1: TPopupMenu
  155.     Images = ImageList1
  156.     object TMenuItem [0]
  157.       Action = NewAction
  158.     end
  159.     object TMenuItem [1]
  160.       Action = NewCommonAction
  161.     end
  162.     object AddCommon1: TMenuItem [2]
  163.       Action = NewStdAction
  164.     end
  165.     object N1: TMenuItem [3]
  166.       Caption = '-'
  167.     end
  168.     object MoveUp1: TMenuItem [4]
  169.       Action = MoveUp
  170.     end
  171.     object MoveDown1: TMenuItem [5]
  172.       Action = MoveDown
  173.     end
  174.     object N2: TMenuItem [6]
  175.       Caption = '-'
  176.     end
  177.     object CutItem: TMenuItem [7]
  178.       Caption = 'Cu&t'
  179.       ShortCut = 16472
  180.       OnClick = CutItemClick
  181.     end
  182.     object CopyItem: TMenuItem [8]
  183.       Caption = '&Copy'
  184.       ShortCut = 16451
  185.       OnClick = CopyItemClick
  186.     end
  187.     object PasteItem: TMenuItem [9]
  188.       Caption = '&Paste'
  189.       ShortCut = 16470
  190.       OnClick = PasteItemClick
  191.     end
  192.     object DeleteItem: TMenuItem [10]
  193.       Action = RemoveAction
  194.     end
  195.     object SelectAllItem: TMenuItem [11]
  196.       Action = SelectAllAction
  197.     end
  198.     object N3: TMenuItem [12]
  199.       Caption = '-'
  200.     end
  201.     object PanelDescriptions1: TMenuItem [13]
  202.       Action = DescriptionsAction
  203.     end
  204.   end
  205.   inherited ActionList1: TActionList
  206.     Images = ImageList1
  207.     object NewAction: TAction
  208.       Caption = 'Ne&w Action'
  209.       Hint = 'New Action|Create new action'
  210.       ImageIndex = 0
  211.       ShortCut = 45
  212.       OnExecute = NewActionExecute
  213.     end
  214.     object NewCommonAction: TAction
  215.       ShortCut = 32813
  216.       Visible = False
  217.       OnExecute = NewCommonActionExecute
  218.     end
  219.     object NewStdAction: TAction
  220.       Caption = 'New &Standard Action...'
  221.       Hint = 'New Standard Action|Create new actions from list'
  222.       ShortCut = 16429
  223.       OnExecute = NewStdActionExecute
  224.     end
  225.     object RemoveAction: TAction
  226.       Caption = '&Delete'
  227.       Enabled = False
  228.       Hint = 'Delete|Delete selected actions'
  229.       ImageIndex = 1
  230.       ShortCut = 46
  231.       OnExecute = DeleteClick
  232.       OnUpdate = SelectedUpdate
  233.     end
  234.     object MoveUp: TAction
  235.       Caption = 'Move &Up'
  236.       Hint = 'Move Up|Move selected upwards'
  237.       ImageIndex = 2
  238.       ShortCut = 16422
  239.       OnExecute = MoveUpClick
  240.       OnUpdate = MoveUpUpdate
  241.     end
  242.     object MoveDown: TAction
  243.       Caption = 'Move Dow&n'
  244.       Hint = 'Move Down|Move selected downwards'
  245.       ImageIndex = 3
  246.       ShortCut = 16424
  247.       OnExecute = MoveDownClick
  248.       OnUpdate = MoveDownUpdate
  249.     end
  250.     object DescriptionsAction: TAction
  251.       Caption = 'Panel D&escriptions'
  252.       Checked = True
  253.       Hint = 'Descriptions|Shows/hides panel descriptions'
  254.       OnExecute = DescriptionsActionExecute
  255.     end
  256.     object SelectAllAction: TAction
  257.       Caption = 'Select &All'
  258.       Hint = 'Select All|Selects all actions'
  259.       OnExecute = SelectAllItemClick
  260.       OnUpdate = SelectAllActionUpdate
  261.     end
  262.     object EditCopy1: TEditCopy
  263.       Category = 'Edit'
  264.       Caption = '&Copy'
  265.       ShortCut = 16451
  266.       OnExecute = CopyItemClick
  267.       OnUpdate = SelectedUpdate
  268.     end
  269.     object EditCut1: TEditCut
  270.       Category = 'Edit'
  271.       Caption = 'Cu&t'
  272.       ShortCut = 16472
  273.       OnExecute = CutItemClick
  274.       OnUpdate = SelectedUpdate
  275.     end
  276.     object EditPaste1: TEditPaste
  277.       Category = 'Edit'
  278.       Caption = '&Paste'
  279.       ShortCut = 16470
  280.       OnExecute = PasteItemClick
  281.       OnUpdate = SelectedUpdate
  282.     end
  283.   end
  284.   object ImageList1: TImageList
  285.     Left = 8
  286.     Top = 104
  287.     Bitmap = {
  288.       360C000004000000424D360C0000000000003600000028000000400000001000
  289.       00000100180000000000000C0000000000000000000000000000000000000000
  290.       0000000000000000000000000000000000000000000000000000000000000000
  291.       0000000000000000000000000000000000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000000000000000000000000000000000000000000000000000000000000000
  295.       0000000000000000000000000000000000000000000000000000000000000000
  296.       0000000084848484848484848484848484848484848484848484848484848484
  297.       8484848484848484848484848484000000000000848484848484848484848484
  298.       8484848484848484848484848484848484848484848484848484848484840000
  299.       0000000000000000000000000000000000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000848484000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000008484840000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       00000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00000000
  309.       0000FFFFFF00FFFF000000848484000000000000FFFFFF00FFFFFFFFFF00FFFF
  310.       FFFFFF00FFFFFFFFFF00FFFF000000000000FFFFFF00FFFF0000008484840000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF000000C6
  315.       C6C6000000FFFFFF00000084848484848400000000FFFFFFFFFF00FFFFFFFFFF
  316.       00FFFFFFFFFF00FFFFFFFFFF000000C6C6C6000000FFFFFF0000008484840000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       00000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00000000
  321.       FFFFC6C6C6000000000000848484000084000000FFFFFF00FFFFFFFFFF00FFFF
  322.       FFFFFF00FFFFFFFFFF00FFFF00000000FFFFC6C6C60000000000008484840000
  323.       0000000000000000000000000000000084840084840084840000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000008484000000000000000000000000000000000000000000000000000000
  326.       0000000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000
  327.       000000000000000000000084848400008400008400FFFFFFFFFF00FFFFFFFFFF
  328.       84848400008400FFFFFFFFFF0000000000000000000000000000008484840000
  329.       0000000000000000000000000000000084840084840084840000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       848400848400848400000000000000000000000000000000000000000000FFFF
  332.       FF000000FFFFFF84848400FFFFFFFFFF00FFFFFFFFFF00FFFF00FFFFFFFFFF00
  333.       FFFFFFFFFF00FFFF00000084848484848400008484848400FFFFFFFFFF848484
  334.       000084848484FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF0000008484840000
  335.       0000000000000000000000000000000084840084840084840000000000000000
  336.       0000000000000000000000000000000000000000000000000000000000848400
  337.       8484008484008484008484000000000000000000000000000000000000008484
  338.       8400FFFF00FFFF848484FFFFFF00FFFF84848400FFFFFFFFFFFFFFFF00FFFFFF
  339.       FFFF00FFFFFFFFFF00000084848400000000008400008484848400FFFF000084
  340.       000084FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF0000008484840000
  341.       0000000000000000000000000000000084840084840084840000000000000000
  342.       0000000000000000000000000000000000000000000000000000848400848400
  343.       8484008484008484008484008484000000000000000000000000000000000000
  344.       00848484FFFFFF84848400FFFF84848400FFFFFFFFFF00FFFF00FFFFFFFFFF00
  345.       FFFFFFFFFF00FFFF000000848484000000848484000084000084000084000084
  346.       FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF0000008484840000
  347.       0000000000000000000084840084840084840084840084840084840084840000
  348.       0000000000000000000000000000000000000000000000000000000000000000
  349.       8484008484008484000000000000000000000000000000000000000000008484
  350.       84848484848484FFFFFF848484FFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFF
  351.       FFFF00FFFFFFFFFF000000848484000000848484000084000084000084FFFFFF
  352.       00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF0000008484840000
  353.       0000000000000000000000000084840084840084840084840084840000000000
  354.       0000000000000000000000000000000000000000000000000000000000000000
  355.       848400848400848400000000000000000000000000000000000000000000FFFF
  356.       FF00FFFF84848400FFFFFFFFFF84848484848484848484848400000000000000
  357.       0000000000000000000000000000848484000084000084000084000084848484
  358.       0000000000000000000000000000000000000000000000000000000000000000
  359.       0000000000000000000000000000000084840084840084840000000000000000
  360.       0000000000000000000000000000000000000000000000000000000000000000
  361.       8484008484008484000000000000000000000000000000000000000000000000
  362.       0084848400FFFF84848400FFFF84848400FFFF00000000000000000000000000
  363.       0000000000000000000000000000000084000084848484000000000084000084
  364.       8484840000000000000000000000000000000000000000000000000000000000
  365.       0000000000000000000000000000000000000084840000000000000000000000
  366.       0000000000000000000000000000000000000000000000000000000000000000
  367.       8484008484008484000000000000000000000000000000000000000000008484
  368.       8400FFFF000000848484FFFFFF00000084848400FFFF00000000000000000000
  369.       0000000000000000000000000000000000000000000000000000000000000084
  370.       0000848484840000000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000000000000000000000000000000
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       00000000000000000000000000000000000000000000000000000000000000FF
  374.       FF00000000000084848400FFFF00000000000084848400000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000840000848484840000000000000000000000000000000000000000000000
  377.       0000000000000000000000000000000000000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       00000000000000848484FFFFFF00000000000000000000000000000000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       0000000000000000000000000000000000000000000000000000000000000000
  383.       0000000000000000000000000000000000000000000000000000000000000000
  384.       0000000000000000000000000000000000000000000000000000000000000000
  385.       000000000000000000000000000000000000000000000000000000000000424D
  386.       BE000000000000003E0000002800000040000000100000000100010000000000
  387.       800000000000000000000000020000000200000000000000FFFFFF00FFFFFFFF
  388.       FFFFFFFFC000C000FFFFFFFF80008000FFFFFFFF80008000FFFFFFFF80000000
  389.       F83FFEFF80000000F83FFC7F80000000F83FF83F00000000F83FF01F00008000
  390.       C007E00F80008000E00FC00700008000F01FF83F00010001F83FF83F81FF11FF
  391.       FC7FF83F24FFF8FFFEFFF83F66FFFC7FFFFFFFFFE7FFFFFFFFFFFFFF}
  392.   end
  393.   object NewActionsPopup: TPopupMenu
  394.     OnPopup = NewActionsPopupPopup
  395.     Left = 40
  396.     Top = 104
  397.     object NewAction1: TMenuItem
  398.       Action = NewAction
  399.     end
  400.     object TMenuItem
  401.       Action = NewCommonAction
  402.     end
  403.     object NewStandardAction1: TMenuItem
  404.       Action = NewStdAction
  405.     end
  406.   end
  407. end
  408.