home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #9 / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMPUSHTASKS / TFRMPUSHTASKS.txt < prev   
Encoding:
Text File  |  2000-07-27  |  22.2 KB  |  543 lines

  1. object frmPushTasks: TfrmPushTasks
  2.   Left = 507
  3.   Top = 324
  4.   AutoScroll = False
  5.   Caption = 'Deploy Tasks'
  6.   ClientHeight = 296
  7.   ClientWidth = 545
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 315
  10.   Constraints.MinWidth = 545
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   PopupMenu = popShortcuts
  19.   Position = poScreenCenter
  20.   ShowHint = True
  21.   OnActivate = FormActivate
  22.   OnClose = FormClose
  23.   OnCreate = FormCreate
  24.   OnDestroy = FormDestroy
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object pnlTitle: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 545
  32.     Height = 57
  33.     Align = alTop
  34.     BevelOuter = bvNone
  35.     BorderWidth = 3
  36.     TabOrder = 0
  37.     object pnlImage: TPanel
  38.       Left = 3
  39.       Top = 3
  40.       Width = 62
  41.       Height = 51
  42.       Align = alLeft
  43.       BevelOuter = bvNone
  44.       TabOrder = 0
  45.       object imgTitle: TImage
  46.         Left = 0
  47.         Top = 0
  48.         Width = 53
  49.         Height = 51
  50.         Align = alLeft
  51.         Picture.Data = {<image001.bmp>}
  52.       end
  53.     end
  54.     object pnlTitleLabel: TPanel
  55.       Left = 65
  56.       Top = 3
  57.       Width = 477
  58.       Height = 51
  59.       Align = alClient
  60.       BevelOuter = bvNone
  61.       TabOrder = 1
  62.       object lblTitle: TLabel
  63.         Left = 0
  64.         Top = 0
  65.         Width = 477
  66.         Height = 51
  67.         Align = alClient
  68.         Caption = 
  69.           'Using the deploy tasks window you can deploy tasks to other mach' +
  70.           'ines running AutoMate if they are connected to your AutoMate Ent' +
  71.           'erprise Server.  Once deployed these tasks can either run immedi' +
  72.           'ately and/or stay on the machine to be run later.'
  73.         Layout = tlCenter
  74.         WordWrap = True
  75.       end
  76.     end
  77.   end
  78.   object pnlOKCancel: TPanel
  79.     Left = 472
  80.     Top = 57
  81.     Width = 73
  82.     Height = 198
  83.     Align = alRight
  84.     BevelOuter = bvNone
  85.     BorderWidth = 3
  86.     TabOrder = 3
  87.     object comCancel: TButton
  88.       Left = 6
  89.       Top = 51
  90.       Width = 64
  91.       Height = 25
  92.       Cancel = True
  93.       Caption = 'Cancel'
  94.       ModalResult = 2
  95.       TabOrder = 1
  96.     end
  97.     object comPush: TButton
  98.       Left = 6
  99.       Top = 19
  100.       Width = 64
  101.       Height = 25
  102.       Caption = '&Deploy'
  103.       Default = True
  104.       TabOrder = 0
  105.       OnClick = comPushClick
  106.     end
  107.   end
  108.   object pnlBottomChecks: TPanel
  109.     Left = 0
  110.     Top = 255
  111.     Width = 545
  112.     Height = 41
  113.     Align = alBottom
  114.     BevelOuter = bvNone
  115.     TabOrder = 2
  116.     object GroupBox1: TGroupBox
  117.       Left = 0
  118.       Top = 0
  119.       Width = 545
  120.       Height = 41
  121.       Align = alClient
  122.       Caption = 'Task Deployment Options'
  123.       TabOrder = 0
  124.       object chkRunImmediately: TCheckBox
  125.         Left = 12
  126.         Top = 16
  127.         Width = 97
  128.         Height = 17
  129.         Caption = '&Run on Receipt'
  130.         Checked = True
  131.         State = cbChecked
  132.         TabOrder = 0
  133.       end
  134.       object chkKeepCopy: TCheckBox
  135.         Left = 124
  136.         Top = 16
  137.         Width = 117
  138.         Height = 17
  139.         Caption = '&Add to Task List'
  140.         TabOrder = 1
  141.         OnClick = chkKeepCopyClick
  142.       end
  143.       object chkAskPermission: TCheckBox
  144.         Left = 344
  145.         Top = 16
  146.         Width = 93
  147.         Height = 17
  148.         Caption = 'Authorize &First'
  149.         TabOrder = 3
  150.       end
  151.       object chkOverwrite: TCheckBox
  152.         Left = 236
  153.         Top = 16
  154.         Width = 97
  155.         Height = 17
  156.         Caption = '&Overwrite Task'
  157.         Enabled = False
  158.         TabOrder = 2
  159.       end
  160.       object chkLog: TCheckBox
  161.         Left = 448
  162.         Top = 16
  163.         Width = 85
  164.         Height = 17
  165.         Caption = '&Log Deploy'
  166.         TabOrder = 4
  167.       end
  168.     end
  169.   end
  170.   object pnlClientArea: TPanel
  171.     Left = 0
  172.     Top = 57
  173.     Width = 472
  174.     Height = 198
  175.     Align = alClient
  176.     BevelOuter = bvNone
  177.     BorderWidth = 2
  178.     TabOrder = 1
  179.     object pnlClients: TPanel
  180.       Left = 2
  181.       Top = 2
  182.       Width = 468
  183.       Height = 194
  184.       Align = alClient
  185.       BevelOuter = bvNone
  186.       Caption = 'pnlClients'
  187.       TabOrder = 0
  188.       object pnlClientCaption: TPanel
  189.         Left = 0
  190.         Top = 0
  191.         Width = 468
  192.         Height = 45
  193.         Align = alTop
  194.         Alignment = taLeftJustify
  195.         BevelOuter = bvNone
  196.         TabOrder = 0
  197.         OnResize = pnlClientCaptionResize
  198.         object lblClients: TLabel
  199.           Left = 0
  200.           Top = 0
  201.           Width = 468
  202.           Height = 17
  203.           Align = alTop
  204.           AutoSize = False
  205.           Caption = 'Select the &group of machines to view:'
  206.           FocusControl = cboGroupView
  207.           Layout = tlBottom
  208.         end
  209.         object cboGroupView: TComboBox
  210.           Left = 1
  211.           Top = 20
  212.           Width = 403
  213.           Height = 21
  214.           Style = csDropDownList
  215.           ItemHeight = 13
  216.           Items.Strings = (
  217.             '( All Clients & Groups )'
  218.             '( Only Connected Clients )'
  219.             '( Only Groups )'
  220.             '')
  221.           TabOrder = 0
  222.           OnChange = cboGroupViewChange
  223.         end
  224.         object pnlRefresh: TPanel
  225.           Left = 435
  226.           Top = 17
  227.           Width = 33
  228.           Height = 28
  229.           Align = alRight
  230.           BevelOuter = bvNone
  231.           TabOrder = 1
  232.           object comRefresh: TSpeedButton
  233.             Left = 7
  234.             Top = 1
  235.             Width = 25
  236.             Height = 25
  237.             Flat = True
  238.             Glyph.Data = {
  239.               F6000000424DF600000000000000760000002800000010000000100000000100
  240.               0400000000008000000000000000000000001000000010000000000000000000
  241.               80000080000000808000800000008000800080800000C0C0C000808080000000
  242.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  243.               FFFFFFF88888888888FFFF000000000008FFFF077777777708FFFF0777000777
  244.               08FFFF077077707708FFFF077077777708FFFF070007707708FFFF0770770007
  245.               08FFFF077777707708FFFF077077707708FFFF077700077708FFFF0777777770
  246.               8FFFFF0777777708FFFFFF00000000FFFFFFFFFFFFFFFFFFFFFF}
  247.             OnClick = comRefreshClick
  248.           end
  249.         end
  250.       end
  251.       object pnlClientsList: TPanel
  252.         Left = 0
  253.         Top = 45
  254.         Width = 468
  255.         Height = 149
  256.         Align = alClient
  257.         BevelOuter = bvNone
  258.         Caption = 'pnlClientsList'
  259.         TabOrder = 1
  260.         object lstClients: TListView
  261.           Left = 0
  262.           Top = 19
  263.           Width = 468
  264.           Height = 130
  265.           Align = alClient
  266.           Columns = <
  267.             item
  268.               Caption = 'Name'
  269.               Width = 100
  270.             end
  271.             item
  272.               Caption = 'Comment'
  273.               Width = 180
  274.             end
  275.             item
  276.               Caption = 'IP'
  277.               Width = 90
  278.             end
  279.             item
  280.               Caption = 'Machine ID'
  281.               Width = 84
  282.             end>
  283.           ColumnClick = False
  284.           HideSelection = False
  285.           HotTrackStyles = []
  286.           MultiSelect = True
  287.           ReadOnly = True
  288.           RowSelect = True
  289.           SmallImages = imlImages
  290.           TabOrder = 0
  291.           ViewStyle = vsReport
  292.           OnDblClick = lsvClientsDblClick
  293.         end
  294.         object pnlClientsRealOne: TPanel
  295.           Left = 0
  296.           Top = 0
  297.           Width = 468
  298.           Height = 19
  299.           Align = alTop
  300.           BevelOuter = bvNone
  301.           TabOrder = 1
  302.           object lblClientsRealOne: TLabel
  303.             Left = 1
  304.             Top = 1
  305.             Width = 228
  306.             Height = 13
  307.             AutoSize = False
  308.             Caption = 'Select the &machines to deploy to:'
  309.             FocusControl = lstClients
  310.           end
  311.         end
  312.       end
  313.     end
  314.   end
  315.   object imlImages: TImageList
  316.     Left = 472
  317.     Top = 36
  318.     Bitmap = {
  319.       494C010103000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  320.       0000000000003600000028000000400000002000000001001800000000000018
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       0000000000000000000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000000000000000000000000000000000000000000000000000000000000000
  326.       0000000000000000000000000000000000000000000000000000000000000000
  327.       0000000000000000000000000000000000000000000000000000000000000000
  328.       0000000000000000000000000000000000000000000000000000000000000000
  329.       0000000000000000000000000000000000000000000000000000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       0000000000000000000000000000000000000000000000000000000000000000
  332.       0000000000000000000000000000000000000000000000000000000000000000
  333.       0000000000000000000000000000000000000000000000000000000000000000
  334.       0000000000000000000000000000000000000000000000000000000000000000
  335.       0000000000000000000000000000000000000000000000000000000000000000
  336.       0000000000000000000000000000000000000000000000000000000000000000
  337.       0000000000000000000000000000000000000000000000000000000000000000
  338.       0000000000000000000000000000000000000000000000000000000000000000
  339.       0000000000000000000000000000000000000000000000000000000000000000
  340.       0000000000000000000000000000000000000000000000000000000000000000
  341.       0000000000000000000000000000000000000000000000000000000000000000
  342.       0000000000000000000000000000000000000000000000000000000000000000
  343.       0000000000000000000000000000000000000000000000000000000000000000
  344.       0000000000000000000000000000000000000000000000000000000000000000
  345.       0000000000000000000000000000000000000000000000000000000000000000
  346.       0000000000000000000000000000000000000000000000000000000000000000
  347.       0000000000000000000000000000000000000000000000000000000000000000
  348.       0000000000000000000000000000000000000000000000000000000000000000
  349.       0000000000000000000000000000000000000000000000000000000000000000
  350.       0000000000000000000000000000000000000000000000000000000000000000
  351.       0000000000000000000000000000000000000000000000000000000000000000
  352.       0000000000000000000000000000000000000000000000000000000000000000
  353.       0000000000000000000000000000000000000000000000000000000000000000
  354.       0000000000000000000000000000000000000000000000000000000000000000
  355.       0000000000000000000000000000000000000000000000000000000000000000
  356.       0000000000000000000000000000000000000000000000000000000000000000
  357.       0000000000000000000000000000000000000000000000000000000000000000
  358.       0000000000000000000000000000000000000000000000000000000000000000
  359.       0000000000000000000000000000000000000000000000000000000000000000
  360.       0000000000000000000000000000000000000000000000000000000000000000
  361.       0000000000000000000000000000000000000000000000000000000000000000
  362.       0000000000000000000000000000000000000000000000000000000000000000
  363.       0000000000000000000000000000000000000000000000000000000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       0000000000000000000000000000000000000000000000000000000000000000
  366.       0000000000000000000000000000000000000000000000000000000000000000
  367.       0000000000000000000000000000000000000000000000000000000000000000
  368.       0000000000000000000000000000000000000000000000000000000000000000
  369.       0000000000000000000000000000000000000000000000000000000000000000
  370.       0000000000000000000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000000000000000000000000000000
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       0000000000000000000000000000000000000000000000000000000000000000
  374.       0000000000000000000000000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000000000000000000000
  377.       0000000000000000000000000000000000000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       0000000000000000000000000000000000000000000000000000000000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       0000000000000000000000000000000000000000000000000000000000000000
  383.       0000000000000000000000000000000000000000000000000000000000000000
  384.       0000000000000000000000000000000000000000000000000000000000000000
  385.       0000000000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000000000000000000000000000
  389.       0000000000000000000000000000000000000000000000000000000000000000
  390.       0000000000000000000000000000000000000000000000000000000000000000
  391.       0000000000000000000000000000000000000000000000000000000000000000
  392.       0000000000000000000000000000000000000000000000000000000000000000
  393.       0000000000000000000000000000000000000000000000000000000000000000
  394.       0000000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000000000000000000000000000
  397.       0000000000000000000000000000000000000000000000000000000000000000
  398.       0000000000000000000000000000000000000000000000000000000000000000
  399.       0000000000000000000000000000000000000000000000000000000000000000
  400.       0000000000000000000000000000000000000000000000000000000000000000
  401.       0000000000000000000000000000000000000000000000000000000000000000
  402.       0000000000000000000000000000000000000000000000000000000000000000
  403.       0000000000000000000000000000000000000000000000000000000000000000
  404.       0000000000000000000000000000000000000000000000000000000000000000
  405.       0000000000000000000000000000000000000000000000000000000000000000
  406.       0000000000000000000000000000000000000000000000000000000000000000
  407.       0000000000000000000000000000000000000000000000000000000000000000
  408.       0000000000000000000000000000000000000000000000000000000000000000
  409.       0000000000000000000000000000000000000000000000000000000000000000
  410.       0000000000000000000000000000000000000000000000000000000000000000
  411.       0000000000000000000000000000000000000000000000000000000000000000
  412.       0000000000000000000000000000000000000000000000000000000000000000
  413.       0000000000000000000000000000000000000000000000000000000000000000
  414.       0000000000000000000000000000000000000000000000000000000000000000
  415.       0000000000000000000000000000000000000000000000000000000000000000
  416.       0000000000000000000000000000000000000000000000000000000000000000
  417.       0000000000000000000000000000000000000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       0000000000000000000000000000000000000000000000000000000000000000
  423.       0000000000000000000000000000000000000000000000000000000000000000
  424.       0000000000000000000000000000000000000000000000000000000000000000
  425.       0000000000000000000000000000000000000000000000000000000000000000
  426.       0000000000000000000000000000000000000000000000000000000000000000
  427.       0000000000000084848484848484848484848484848484848484848484848400
  428.       0000000000000000000000000000000000000000000000000000000000000000
  429.       0000000000000000000000000000000000000000008484848484848484848484
  430.       8484848484848484848484848484848484848484848484848484848400000000
  431.       0000000000848484848484848484848484848484848484848484848484848484
  432.       8484848484848484848484840000000000000000000000000000000000000000
  433.       00000000000000C6C6C6848484848484848484848484848484848484C6C6C600
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000008484848484
  436.       8484848484848484848484848484848400000000000000000000000000000000
  437.       0000000000000000000000848484848484848484848484848484848484848484
  438.       0000000000000000000000000000000000000000000000000000000000000000
  439.       0000000000000000000000000000000000000000000000000000000000000000
  440.       0000000000000000000000000000000000000000000000000000000000000000
  441.       0000000000000000000000000000000000000000000000000000008484848484
  442.       8484848484848484848400000000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       0000000000000000000000000000000000000000000000000000000000000000
  445.       0000000000000000000000000000000000000000000000000000000000000000
  446.       0000000000000000000000000000000000000000000000000000000000000000
  447.       0000000000000000000000000000000000000000000000000000000000000000
  448.       0000000000000000000000000000000000000000000000000000000000000000
  449.       0000000000000000000000000000000000000000000000000000000000000000
  450.       0000000000000000000000000000000000000000008484848484848484848484
  451.       84848484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600
  452.       0000000000000000000000000000000000000000000000000000000000000000
  453.       000000000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6
  454.       C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000000
  455.       0000000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  456.       C6C6C6C6C6C6C6C6C6C6C6C6000000000000000000C6C6C68484848484848484
  457.       84848484000000C6C6C6FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       000000000000000000000000000000000000000000000000C6C6C6FF0000FF00
  460.       00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600000000
  461.       0000000000000000C6C6C6000000000000000000000000000000000000000000
  462.       000000000000000000C6C6C60000000000000000000000000000000000000000
  463.       00000000000000C6C6C6FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600
  464.       0000000000000000000000000000000000000000000000000000000000000000
  465.       000000000000000000000000000000000000000000000000C6C6C6FF0000FF00
  466.       00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600000000
  467.       0000000000000000C6C6C6000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  468.       C6C6C6C6C6C6000000C6C6C60000000000000000000000000000000000000000
  469.       00000000000000C6C6C6FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600
  470.       0000000000000000000000000000000000000000000000000000000000000000
  471.       000000000000000000000000000000000000000000000000C6C6C6FF0000FF00
  472.       00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600000000
  473.       0000000000000000C6C6C6000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  474.       C6C6C6C6C6C6000000C6C6C6000000000000000000C6C6C6C6C6C6C6C6C6C6C6
  475.       C6C6C6C6000000C6C6C6FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600
  476.       0000000000000000000000000000000000000000000000000000000000000000
  477.       000000000000000000000000000000000000000000000000C6C6C6FF0000FF00
  478.       00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600000000
  479.       0000000000000000C6C6C6000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  480.       C6C6C6C6C6C6000000C6C6C6000000000000000000C6C6C6FF0000FF0000FF00
  481.       00FF0000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       000000000000000000000000000000000000000000000000C6C6C6FF0000FF00
  484.       00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600000000
  485.       0000000000000000C6C6C6000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  486.       C6C6C6C6C6C6000000C6C6C6000000000000000000C6C6C6FF0000FF0000FF00
  487.       00FF000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       000000000000000000000000000000000000000000000000C6C6C6FF0000FF00
  490.       00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600000000
  491.       0000000000000000C6C6C6000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  492.       C6C6C6C6C6C6000000C6C6C6000000000000000000C6C6C6FF0000FF0000FF00
  493.       00FF0000FF0000FF0000C6C6C600000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       000000000000000000000000000000000000000000000000C6C6C6FF0000FF00
  496.       00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000C6C6C600000000
  497.       0000000000000000C6C6C6000000000000000000000000000000000000000000
  498.       000000000000000000C6C6C6000000000000000000C6C6C6FF0000FF0000FF00
  499.       00FF0000FF0000FF0000C6C6C600000000000000000000000000000000000000
  500.       0000000000000000000000000000000000000000000000000000000000000000
  501.       000000000000000000000000000000000000000000000000C6C6C6C6C6C6C6C6
  502.       C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C600000000
  503.       0000000000000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
  504.       C6C6C6C6C6C6C6C6C6C6C6C6000000000000000000C6C6C6C6C6C6C6C6C6C6C6
  505.       C6C6C6C6C6C6C6C6C6C6C6C6C600000000000000000000000000000000000000
  506.       0000000000000000000000000000000000000000000000000000000000000000
  507.       0000000000000000000000000000000000000000000000000000000000000000
  508.       0000000000000000000000000000000000000000000000000000000000000000
  509.       0000000000000000000000000000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000000000000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       000000000000000000000000000000000000424D3E000000000000003E000000
  514.       2800000040000000200000000100010000000000000100000000000000000000
  515.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       00000000000000000000000000000000FFFFFFFFFC00000080018001FC000000
  520.       80018001FE010000E007E007FE010000E007E007000000008001800100000000
  521.       8001800180000000800180018000000080018001000000008001800100000000
  522.       8001800100000000800180010000000080018001003F000080018001003F0000
  523.       80018001003F000080018001003F000000000000000000000000000000000000
  524.       000000000000}
  525.   end
  526.   object popShortcuts: TPopupMenu
  527.     Left = 449
  528.     Top = 39
  529.     object itmRefresh: TMenuItem
  530.       Caption = 'Refresh'
  531.       ShortCut = 116
  532.       Visible = False
  533.       OnClick = itmRefreshClick
  534.     end
  535.     object itmSelectall: TMenuItem
  536.       Caption = 'Selall'
  537.       ShortCut = 16449
  538.       Visible = False
  539.       OnClick = itmSelectallClick
  540.     end
  541.   end
  542. end
  543.