home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 September / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMPARAMETERS / TFRMPARAMETERS.txt < prev   
Encoding:
Text File  |  2000-07-27  |  168.6 KB  |  6,631 lines

  1. object frmParameters: TfrmParameters
  2.   Left = 584
  3.   Top = 342
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = '---'
  7.   ClientHeight = 491
  8.   ClientWidth = 425
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnResize = FormResize
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object lblDeployablesTitle: TLabel
  27.     Left = 8
  28.     Top = 4
  29.     Width = 106
  30.     Height = 22
  31.     Caption = 'Deployables'
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clBlack
  34.     Font.Height = -19
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object lblDeployablesDesc: TLabel
  40.     Left = 8
  41.     Top = 27
  42.     Width = 313
  43.     Height = 42
  44.     AutoSize = False
  45.     Caption = 
  46.       'Deployables are files that are attached to your task, and contai' +
  47.       'n a local and remote directory.  On task import, the deployables' +
  48.       ' take on the remote path you specify for use in that task.'
  49.     WordWrap = True
  50.   end
  51.   object lblDepDesc: TLabel
  52.     Left = 56
  53.     Top = 272
  54.     Width = 365
  55.     Height = 45
  56.     AutoSize = False
  57.     Caption = 
  58.       'Deployables are files that are attached to your task, and contai' +
  59.       'n a local and remote directory.  On task import, the deployables' +
  60.       ' take on the remote path you specify for use in that task.'
  61.     WordWrap = True
  62.   end
  63.   object lblLocalPath: TLabel
  64.     Left = 28
  65.     Top = 376
  66.     Width = 120
  67.     Height = 13
  68.     Caption = '&Local Path and Filename:'
  69.     FocusControl = edtLocalPath
  70.   end
  71.   object Label81: TLabel
  72.     Left = 28
  73.     Top = 424
  74.     Width = 131
  75.     Height = 13
  76.     Caption = '&Remote Path and Filename:'
  77.     FocusControl = edtRemotePath
  78.   end
  79.   object lblDeployableName: TLabel
  80.     Left = 28
  81.     Top = 332
  82.     Width = 87
  83.     Height = 13
  84.     Caption = 'Deployable &Name:'
  85.     FocusControl = cboDepName
  86.   end
  87.   object Image11: TImage
  88.     Left = 0
  89.     Top = 268
  90.     Width = 52
  91.     Height = 52
  92.     AutoSize = True
  93.     Picture.Data = {<image001.bmp>}
  94.   end
  95.   object imgDeployables: TImage
  96.     Left = 337
  97.     Top = 4
  98.     Width = 52
  99.     Height = 52
  100.     AutoSize = True
  101.     Picture.Data = {<image002.bmp>}
  102.     Transparent = True
  103.   end
  104.   object comHelpLaunch: TSpeedButton
  105.     Left = 3
  106.     Top = 243
  107.     Width = 23
  108.     Height = 22
  109.     Hint = 'Help with this action (F1)'
  110.     Flat = True
  111.     Glyph.Data = {
  112.       F6000000424DF600000000000000760000002800000010000000100000000100
  113.       0400000000008000000000000000000000001000000010000000000000000000
  114.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  115.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFF00FFF
  116.       FFFFFFFFF00750FFFFFFFFF0078F850FFFFFF0078FF78850FFFF078FF7707885
  117.       0FFF57F77005078850FF577005555078850F5005555555078850575555B35550
  118.       7800F5755558BB55070FFF5755335BB5500FFFF5755BBB35550FFFFF57555555
  119.       500FFFFFF57555500FFFFFFFFF57500FFFFFFFFFFFF50FFFFFFF}
  120.     ParentShowHint = False
  121.     ShowHint = True
  122.     OnClick = comHelpLaunchClick
  123.   end
  124.   object pnlFileIO: TPanel
  125.     Left = 3
  126.     Top = 3
  127.     Width = 418
  128.     Height = 234
  129.     BevelOuter = bvNone
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clWindowText
  132.     Font.Height = -11
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     TabOrder = 15
  137.     Visible = False
  138.     object lblFileIOTitle: TLabel
  139.       Left = 6
  140.       Top = 6
  141.       Width = 91
  142.       Height = 19
  143.       Caption = 'Copy File(s)'
  144.       Font.Charset = ANSI_CHARSET
  145.       Font.Color = clWindowText
  146.       Font.Height = -16
  147.       Font.Name = 'Arial'
  148.       Font.Style = [fsBold]
  149.       ParentFont = False
  150.     end
  151.     object lblIOSource: TLabel
  152.       Left = 8
  153.       Top = 80
  154.       Width = 79
  155.       Height = 13
  156.       Caption = '&Source filename:'
  157.       FocusControl = edtSourceFile
  158.     end
  159.     object lblDestination: TLabel
  160.       Left = 9
  161.       Top = 132
  162.       Width = 246
  163.       Height = 13
  164.       Caption = '&Destination filename (or path with trailing backslash):'
  165.       FocusControl = edtDestFile
  166.     end
  167.     object lblIONote: TLabel
  168.       Left = 7
  169.       Top = 184
  170.       Width = 303
  171.       Height = 26
  172.       Caption = 
  173.         'NOTE:  The destination file(s) will be overwritten without warni' +
  174.         'ng if it already exists.'
  175.       WordWrap = True
  176.     end
  177.     object Label35: TLabel
  178.       Left = 52
  179.       Top = 32
  180.       Width = 357
  181.       Height = 41
  182.       AutoSize = False
  183.       Caption = 
  184.         'AutoMate can perform File I/O actions on single files and multip' +
  185.         'le files (through the use of wildcards).  Specify the full path ' +
  186.         'of your source and destination files.'
  187.       WordWrap = True
  188.     end
  189.     object imgCopyFile: TImage
  190.       Left = 8
  191.       Top = 36
  192.       Width = 32
  193.       Height = 32
  194.       AutoSize = True
  195.       Picture.Data = {<image003.ico>}
  196.       Visible = False
  197.     end
  198.     object imgRename: TImage
  199.       Left = 8
  200.       Top = 36
  201.       Width = 32
  202.       Height = 32
  203.       AutoSize = True
  204.       Picture.Data = {<image004.ico>}
  205.       Visible = False
  206.     end
  207.     object imgMove: TImage
  208.       Left = 8
  209.       Top = 36
  210.       Width = 32
  211.       Height = 32
  212.       AutoSize = True
  213.       Picture.Data = {<image005.ico>}
  214.       Transparent = True
  215.       Visible = False
  216.     end
  217.     object imgDelete: TImage
  218.       Left = 8
  219.       Top = 36
  220.       Width = 32
  221.       Height = 32
  222.       AutoSize = True
  223.       Picture.Data = {<image006.ico>}
  224.       Visible = False
  225.     end
  226.     object imgMakeDir: TImage
  227.       Left = 8
  228.       Top = 36
  229.       Width = 32
  230.       Height = 32
  231.       AutoSize = True
  232.       Picture.Data = {<image007.ico>}
  233.       Visible = False
  234.     end
  235.     object imgRemoveDir: TImage
  236.       Left = 8
  237.       Top = 36
  238.       Width = 32
  239.       Height = 32
  240.       AutoSize = True
  241.       Picture.Data = {<image008.ico>}
  242.       Visible = False
  243.     end
  244.     object edtSourceFile: TEdit
  245.       Left = 7
  246.       Top = 96
  247.       Width = 354
  248.       Height = 21
  249.       TabOrder = 0
  250.       OnKeyPress = edtSourceFileKeyPress
  251.     end
  252.     object edtDestFile: TEdit
  253.       Left = 7
  254.       Top = 148
  255.       Width = 354
  256.       Height = 21
  257.       TabOrder = 1
  258.       OnKeyPress = edtDestFileKeyPress
  259.     end
  260.     object comSrcBrowse: TBitBtn
  261.       Left = 369
  262.       Top = 96
  263.       Width = 37
  264.       Height = 21
  265.       TabOrder = 2
  266.       OnClick = comSrcBrowseClick
  267.       Glyph.Data = {
  268.         76010000424D7601000000000000760000002800000020000000100000000100
  269.         0400000000000001000000000000000000001000000010000000000000000000
  270.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  271.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  272.         5555555555555555555555555555555555555555555555555555555555555555
  273.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  274.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  275.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  276.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  277.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  278.         55555575FFF75555555555700007555555555557777555555555555555555555
  279.         5555555555555555555555555555555555555555555555555555}
  280.       NumGlyphs = 2
  281.     end
  282.     object comDestBrowse: TBitBtn
  283.       Left = 369
  284.       Top = 148
  285.       Width = 37
  286.       Height = 21
  287.       TabOrder = 3
  288.       OnClick = comDestBrowseClick
  289.       Glyph.Data = {
  290.         76010000424D7601000000000000760000002800000020000000100000000100
  291.         0400000000000001000000000000000000001000000010000000000000000000
  292.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  293.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  294.         5555555555555555555555555555555555555555555555555555555555555555
  295.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  296.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  297.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  298.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  299.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  300.         55555575FFF75555555555700007555555555557777555555555555555555555
  301.         5555555555555555555555555555555555555555555555555555}
  302.       NumGlyphs = 2
  303.     end
  304.   end
  305.   object pnlChangeDir: TPanel
  306.     Left = 3
  307.     Top = 3
  308.     Width = 418
  309.     Height = 234
  310.     BevelOuter = bvNone
  311.     Font.Charset = DEFAULT_CHARSET
  312.     Font.Color = clWindowText
  313.     Font.Height = -11
  314.     Font.Name = 'MS Sans Serif'
  315.     Font.Style = []
  316.     ParentFont = False
  317.     TabOrder = 18
  318.     Visible = False
  319.     object lblChangeDirTitle: TLabel
  320.       Left = 6
  321.       Top = 6
  322.       Width = 134
  323.       Height = 19
  324.       Caption = 'Change Directory'
  325.       Font.Charset = ANSI_CHARSET
  326.       Font.Color = clWindowText
  327.       Font.Height = -16
  328.       Font.Name = 'Arial'
  329.       Font.Style = [fsBold]
  330.       ParentFont = False
  331.     end
  332.     object Label18: TLabel
  333.       Left = 8
  334.       Top = 80
  335.       Width = 57
  336.       Height = 17
  337.       AutoSize = False
  338.       Caption = '&Directory:'
  339.       FocusControl = edtDirectory
  340.     end
  341.     object lblCDText: TLabel
  342.       Left = 52
  343.       Top = 32
  344.       Width = 357
  345.       Height = 41
  346.       AutoSize = False
  347.       Caption = 
  348.         'Use this command to change the current working directory of the ' +
  349.         'system.'
  350.       WordWrap = True
  351.     end
  352.     object imgCreateDir: TImage
  353.       Left = 8
  354.       Top = 36
  355.       Width = 32
  356.       Height = 32
  357.       AutoSize = True
  358.       Picture.Data = {<image009.ico>}
  359.       Visible = False
  360.     end
  361.     object imgCD: TImage
  362.       Left = 8
  363.       Top = 32
  364.       Width = 32
  365.       Height = 32
  366.       AutoSize = True
  367.       Picture.Data = {<image010.ico>}
  368.       Transparent = True
  369.       Visible = False
  370.     end
  371.     object imgFTPCD: TImage
  372.       Left = 8
  373.       Top = 32
  374.       Width = 32
  375.       Height = 32
  376.       AutoSize = True
  377.       Picture.Data = {<image011.ico>}
  378.       Transparent = True
  379.       Visible = False
  380.     end
  381.     object edtDirectory: TEdit
  382.       Left = 7
  383.       Top = 96
  384.       Width = 362
  385.       Height = 21
  386.       TabOrder = 0
  387.     end
  388.     object comDirBrowse: TBitBtn
  389.       Left = 378
  390.       Top = 96
  391.       Width = 37
  392.       Height = 21
  393.       TabOrder = 1
  394.       OnClick = comDirBrowseClick
  395.       Glyph.Data = {
  396.         76010000424D7601000000000000760000002800000020000000100000000100
  397.         0400000000000001000000000000000000001000000010000000000000000000
  398.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  399.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  400.         5555555555555555555555555555555555555555555555555555555555555555
  401.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  402.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  403.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  404.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  405.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  406.         55555575FFF75555555555700007555555555557777555555555555555555555
  407.         5555555555555555555555555555555555555555555555555555}
  408.       NumGlyphs = 2
  409.     end
  410.   end
  411.   object pnlPingMachine: TPanel
  412.     Left = 3
  413.     Top = 3
  414.     Width = 418
  415.     Height = 234
  416.     BevelOuter = bvNone
  417.     Font.Charset = DEFAULT_CHARSET
  418.     Font.Color = clWindowText
  419.     Font.Height = -11
  420.     Font.Name = 'MS Sans Serif'
  421.     Font.Style = []
  422.     ParentFont = False
  423.     TabOrder = 45
  424.     Visible = False
  425.     object lblPingTitle: TLabel
  426.       Left = 6
  427.       Top = 6
  428.       Width = 103
  429.       Height = 19
  430.       Caption = 'Ping Machine'
  431.       Font.Charset = ANSI_CHARSET
  432.       Font.Color = clWindowText
  433.       Font.Height = -16
  434.       Font.Name = 'Arial'
  435.       Font.Style = [fsBold]
  436.       ParentFont = False
  437.     end
  438.     object Image10: TImage
  439.       Left = 8
  440.       Top = 36
  441.       Width = 32
  442.       Height = 32
  443.       AutoSize = True
  444.       Picture.Data = {<image012.ico>}
  445.       Visible = False
  446.     end
  447.     object Image12: TImage
  448.       Left = 8
  449.       Top = 36
  450.       Width = 32
  451.       Height = 32
  452.       AutoSize = True
  453.       Picture.Data = {<image013.ico>}
  454.       Visible = False
  455.     end
  456.     object lblPingDesc: TLabel
  457.       Left = 52
  458.       Top = 32
  459.       Width = 357
  460.       Height = 45
  461.       AutoSize = False
  462.       Caption = 
  463.         'Use this step to ping a machine, and change the flow of the task' +
  464.         ' based on whether or not the machine responds in the specific pe' +
  465.         'riod of time.'
  466.       WordWrap = True
  467.     end
  468.     object imgPing: TImage
  469.       Left = 8
  470.       Top = 36
  471.       Width = 32
  472.       Height = 32
  473.       AutoSize = True
  474.       Picture.Data = {<image014.ico>}
  475.     end
  476.     object lblPingHostName: TLabel
  477.       Left = 13
  478.       Top = 81
  479.       Width = 76
  480.       Height = 13
  481.       Caption = '&Hostname or IP:'
  482.     end
  483.     object lblPingToPopulate: TLabel
  484.       Left = 153
  485.       Top = 109
  486.       Width = 96
  487.       Height = 13
  488.       Caption = '&Var to put relay time:'
  489.     end
  490.     object lblPingTimeout: TLabel
  491.       Left = 13
  492.       Top = 109
  493.       Width = 82
  494.       Height = 13
  495.       Caption = '&Time to wait (ms):'
  496.     end
  497.     object rdgActionOnNoPing: TRadioGroup
  498.       Left = 4
  499.       Top = 180
  500.       Width = 389
  501.       Height = 45
  502.       Caption = 'If machine does NOT respond:  '
  503.       TabOrder = 6
  504.     end
  505.     object rdgActionOnPing: TRadioGroup
  506.       Left = 4
  507.       Top = 132
  508.       Width = 389
  509.       Height = 45
  510.       Caption = 'If machine responds:  '
  511.       TabOrder = 3
  512.     end
  513.     object cboPingTaskToStart: TComboBox
  514.       Left = 176
  515.       Top = 148
  516.       Width = 209
  517.       Height = 21
  518.       ItemHeight = 13
  519.       TabOrder = 5
  520.       Visible = False
  521.     end
  522.     object cboPingAction: TComboBox
  523.       Left = 12
  524.       Top = 148
  525.       Width = 153
  526.       Height = 21
  527.       Style = csDropDownList
  528.       ItemHeight = 13
  529.       Items.Strings = (
  530.         'Start this task:'
  531.         'Stop the current task'
  532.         'Continue the current task')
  533.       TabOrder = 4
  534.       OnChange = cboPingActionChange
  535.     end
  536.     object cboPingVarNameToSet: TComboBox
  537.       Left = 252
  538.       Top = 106
  539.       Width = 141
  540.       Height = 21
  541.       ItemHeight = 13
  542.       TabOrder = 2
  543.     end
  544.     object cboNoPingAction: TComboBox
  545.       Left = 12
  546.       Top = 196
  547.       Width = 153
  548.       Height = 21
  549.       Style = csDropDownList
  550.       ItemHeight = 13
  551.       Items.Strings = (
  552.         'Start this task:'
  553.         'Stop the current task'
  554.         'Continue the current task')
  555.       TabOrder = 7
  556.       OnChange = cboNoPingActionChange
  557.     end
  558.     object cboNoPingTaskToStart: TComboBox
  559.       Left = 176
  560.       Top = 196
  561.       Width = 209
  562.       Height = 21
  563.       BiDiMode = bdLeftToRight
  564.       ItemHeight = 13
  565.       ParentBiDiMode = False
  566.       TabOrder = 8
  567.       Visible = False
  568.     end
  569.     object edtMachine: TEdit
  570.       Left = 100
  571.       Top = 78
  572.       Width = 293
  573.       Height = 21
  574.       TabOrder = 0
  575.     end
  576.     object edtPingTimeout: TEdit
  577.       Left = 100
  578.       Top = 106
  579.       Width = 41
  580.       Height = 21
  581.       TabOrder = 1
  582.       Text = '1500'
  583.     end
  584.   end
  585.   object pnlLogin: TPanel
  586.     Left = 3
  587.     Top = 3
  588.     Width = 418
  589.     Height = 234
  590.     BevelOuter = bvNone
  591.     Font.Charset = DEFAULT_CHARSET
  592.     Font.Color = clWindowText
  593.     Font.Height = -11
  594.     Font.Name = 'MS Sans Serif'
  595.     Font.Style = []
  596.     ParentFont = False
  597.     TabOrder = 23
  598.     Visible = False
  599.     object Label59: TLabel
  600.       Left = 6
  601.       Top = 6
  602.       Width = 44
  603.       Height = 19
  604.       Caption = 'Login'
  605.       Font.Charset = ANSI_CHARSET
  606.       Font.Color = clWindowText
  607.       Font.Height = -16
  608.       Font.Name = 'Arial'
  609.       Font.Style = [fsBold]
  610.       ParentFont = False
  611.     end
  612.     object lblUsername: TLabel
  613.       Left = 8
  614.       Top = 85
  615.       Width = 51
  616.       Height = 13
  617.       Caption = '&Username:'
  618.       FocusControl = edtUsernameLogin
  619.     end
  620.     object Label62: TLabel
  621.       Left = 52
  622.       Top = 32
  623.       Width = 357
  624.       Height = 57
  625.       AutoSize = False
  626.       Caption = 
  627.         'Enter the information necessary to login to the Windows 95/98/NT' +
  628.         ' workstation.  On NT, processes launced by AutoMate after loggin' +
  629.         'g in will be run in the context of the logged in user.'
  630.       WordWrap = True
  631.     end
  632.     object Image2: TImage
  633.       Left = 8
  634.       Top = 36
  635.       Width = 32
  636.       Height = 32
  637.       AutoSize = True
  638.       Picture.Data = {<image015.ico>}
  639.     end
  640.     object lblPassword: TLabel
  641.       Left = 136
  642.       Top = 85
  643.       Width = 49
  644.       Height = 13
  645.       Caption = '&Password:'
  646.       FocusControl = edtPasswordLogin
  647.     end
  648.     object lblDomain: TLabel
  649.       Left = 264
  650.       Top = 85
  651.       Width = 39
  652.       Height = 13
  653.       Caption = '&Domain:'
  654.       FocusControl = edtDomainLogin
  655.     end
  656.     object edtUsernameLogin: TEdit
  657.       Left = 8
  658.       Top = 100
  659.       Width = 121
  660.       Height = 21
  661.       TabOrder = 0
  662.     end
  663.     object edtPasswordLogin: TEdit
  664.       Left = 136
  665.       Top = 100
  666.       Width = 121
  667.       Height = 21
  668.       PasswordChar = '*'
  669.       TabOrder = 1
  670.     end
  671.     object edtDomainLogin: TEdit
  672.       Left = 264
  673.       Top = 100
  674.       Width = 121
  675.       Height = 21
  676.       TabOrder = 2
  677.     end
  678.     object chkInteractive: TCheckBox
  679.       Left = 24
  680.       Top = 156
  681.       Width = 181
  682.       Height = 17
  683.       Caption = '&Reveal and make interactive'
  684.       Enabled = False
  685.       TabOrder = 3
  686.     end
  687.     object chkNewDesktop: TCheckBox
  688.       Left = 8
  689.       Top = 132
  690.       Width = 185
  691.       Height = 17
  692.       Caption = '&Create desktop'
  693.       TabOrder = 4
  694.       OnClick = chkNewDesktopClick
  695.     end
  696.     object chkLaunchExplorer: TCheckBox
  697.       Left = 24
  698.       Top = 180
  699.       Width = 173
  700.       Height = 17
  701.       Caption = '&Setup desktop'
  702.       TabOrder = 5
  703.     end
  704.     object chkLockMouse: TCheckBox
  705.       Left = 232
  706.       Top = 132
  707.       Width = 97
  708.       Height = 17
  709.       Caption = 'Lock &Mouse'
  710.       TabOrder = 6
  711.     end
  712.     object chkLockKeyboard: TCheckBox
  713.       Left = 232
  714.       Top = 156
  715.       Width = 97
  716.       Height = 17
  717.       Caption = 'Lock &Keyboard'
  718.       TabOrder = 7
  719.     end
  720.   end
  721.   object pnlMessage: TPanel
  722.     Left = 3
  723.     Top = 3
  724.     Width = 418
  725.     Height = 234
  726.     BevelOuter = bvNone
  727.     Font.Charset = DEFAULT_CHARSET
  728.     Font.Color = clWindowText
  729.     Font.Height = -11
  730.     Font.Name = 'MS Sans Serif'
  731.     Font.Style = []
  732.     ParentFont = False
  733.     TabOrder = 11
  734.     Visible = False
  735.     object Label7: TLabel
  736.       Left = 12
  737.       Top = 89
  738.       Width = 193
  739.       Height = 13
  740.       AutoSize = False
  741.       Caption = '&Message to display:'
  742.       FocusControl = edtMessage
  743.     end
  744.     object Label8: TLabel
  745.       Left = 6
  746.       Top = 6
  747.       Width = 131
  748.       Height = 19
  749.       Caption = 'Show A Message'
  750.       Font.Charset = ANSI_CHARSET
  751.       Font.Color = clWindowText
  752.       Font.Height = -16
  753.       Font.Name = 'Arial'
  754.       Font.Style = [fsBold]
  755.       ParentFont = False
  756.     end
  757.     object Label4: TLabel
  758.       Left = 52
  759.       Top = 32
  760.       Width = 357
  761.       Height = 57
  762.       AutoSize = False
  763.       Caption = 
  764.         'Use this step to display a custom message in a Message Box.  Exe' +
  765.         'cution of the task stops until a button on the box is clicked.'
  766.       WordWrap = True
  767.     end
  768.     object imgMessage: TImage
  769.       Left = 8
  770.       Top = 36
  771.       Width = 32
  772.       Height = 32
  773.       AutoSize = True
  774.       Picture.Data = {<image016.ico>}
  775.     end
  776.     object edtMessage: TEdit
  777.       Left = 12
  778.       Top = 110
  779.       Width = 320
  780.       Height = 21
  781.       TabOrder = 0
  782.     end
  783.     object chkWaitForAck: TCheckBox
  784.       Left = 12
  785.       Top = 142
  786.       Width = 325
  787.       Height = 17
  788.       Caption = '&Bring message to front of all other windows'
  789.       TabOrder = 1
  790.     end
  791.   end
  792.   object pnlInstallService: TPanel
  793.     Left = 3
  794.     Top = 3
  795.     Width = 418
  796.     Height = 234
  797.     BevelOuter = bvNone
  798.     Font.Charset = DEFAULT_CHARSET
  799.     Font.Color = clWindowText
  800.     Font.Height = -11
  801.     Font.Name = 'MS Sans Serif'
  802.     Font.Style = []
  803.     ParentFont = False
  804.     TabOrder = 29
  805.     Visible = False
  806.     object lblInstallServiceDesc: TLabel
  807.       Left = 52
  808.       Top = 32
  809.       Width = 357
  810.       Height = 57
  811.       AutoSize = False
  812.       Caption = 'Use this step to perform various NT Service tasks.'
  813.       WordWrap = True
  814.     end
  815.     object lblInstallServiceTitle: TLabel
  816.       Left = 6
  817.       Top = 6
  818.       Width = 117
  819.       Height = 19
  820.       Caption = 'Install a service'
  821.       Font.Charset = ANSI_CHARSET
  822.       Font.Color = clWindowText
  823.       Font.Height = -16
  824.       Font.Name = 'Arial'
  825.       Font.Style = [fsBold]
  826.       ParentFont = False
  827.     end
  828.     object imgInstallService: TImage
  829.       Left = 8
  830.       Top = 36
  831.       Width = 32
  832.       Height = 32
  833.       AutoSize = True
  834.       Picture.Data = {<image017.ico>}
  835.     end
  836.     object Label69: TLabel
  837.       Left = 8
  838.       Top = 76
  839.       Width = 56
  840.       Height = 13
  841.       Caption = '&Executable:'
  842.       FocusControl = edtServiceExecutable
  843.     end
  844.     object Label70: TLabel
  845.       Left = 228
  846.       Top = 76
  847.       Width = 68
  848.       Height = 13
  849.       Caption = '&Display Name:'
  850.       FocusControl = edtServiceDisplayName
  851.     end
  852.     object Label71: TLabel
  853.       Left = 8
  854.       Top = 116
  855.       Width = 51
  856.       Height = 13
  857.       Caption = '&Username:'
  858.       FocusControl = edtServiceUsername
  859.     end
  860.     object Label72: TLabel
  861.       Left = 228
  862.       Top = 116
  863.       Width = 49
  864.       Height = 13
  865.       Caption = '&Password:'
  866.       FocusControl = edtServicePassword
  867.     end
  868.     object Label73: TLabel
  869.       Left = 8
  870.       Top = 156
  871.       Width = 66
  872.       Height = 13
  873.       Caption = '&Error Severity:'
  874.       FocusControl = cboServiceError
  875.     end
  876.     object Label74: TLabel
  877.       Left = 228
  878.       Top = 156
  879.       Width = 66
  880.       Height = 13
  881.       Caption = 'Service &Type:'
  882.       FocusControl = cboServiceType
  883.     end
  884.     object Label75: TLabel
  885.       Left = 8
  886.       Top = 196
  887.       Width = 50
  888.       Height = 13
  889.       Caption = '&Run Type:'
  890.       FocusControl = cboServiceRunType
  891.     end
  892.     object edtServiceExecutable: TEdit
  893.       Left = 8
  894.       Top = 92
  895.       Width = 205
  896.       Height = 21
  897.       Hint = 'The fully qualified path to the service'#39's exe'
  898.       TabOrder = 0
  899.     end
  900.     object edtServiceDisplayName: TEdit
  901.       Left = 228
  902.       Top = 92
  903.       Width = 177
  904.       Height = 21
  905.       Hint = 'The name that will be displayed in the Control Manager'
  906.       TabOrder = 1
  907.     end
  908.     object edtServiceUsername: TEdit
  909.       Left = 8
  910.       Top = 132
  911.       Width = 205
  912.       Height = 21
  913.       Hint = 'Username of context to log service in as'
  914.       TabOrder = 2
  915.     end
  916.     object edtServicePassword: TEdit
  917.       Left = 228
  918.       Top = 132
  919.       Width = 177
  920.       Height = 21
  921.       Hint = 'Password of context to log service in as'
  922.       PasswordChar = '*'
  923.       TabOrder = 3
  924.     end
  925.     object cboServiceError: TComboBox
  926.       Left = 8
  927.       Top = 172
  928.       Width = 205
  929.       Height = 21
  930.       Hint = 'Error to generate if service can'#39't start'
  931.       Style = csDropDownList
  932.       ItemHeight = 13
  933.       Items.Strings = (
  934.         'Ignore Error'
  935.         'Normal Error'
  936.         'Critical Error'
  937.         'Severe Error')
  938.       TabOrder = 4
  939.     end
  940.     object cboServiceType: TComboBox
  941.       Left = 228
  942.       Top = 172
  943.       Width = 177
  944.       Height = 21
  945.       Hint = 'Service type'
  946.       Style = csDropDownList
  947.       ItemHeight = 13
  948.       Items.Strings = (
  949.         'Runs in own process'
  950.         'Shared process'
  951.         'Kernel driver'
  952.         'File system driver')
  953.       TabOrder = 5
  954.     end
  955.     object cboServiceRunType: TComboBox
  956.       Left = 8
  957.       Top = 212
  958.       Width = 205
  959.       Height = 21
  960.       Hint = 'How the service will start'
  961.       Style = csDropDownList
  962.       ItemHeight = 13
  963.       Items.Strings = (
  964.         'Automatic'
  965.         'Manual'
  966.         'Disabled'
  967.         'Boot'
  968.         'System')
  969.       TabOrder = 6
  970.     end
  971.     object chkServiceInteractive: TCheckBox
  972.       Left = 228
  973.       Top = 212
  974.       Width = 141
  975.       Height = 17
  976.       Hint = 'Allows service to interact with desktop'
  977.       Caption = '&Interactive Service'
  978.       TabOrder = 7
  979.     end
  980.   end
  981.   object pnlSystem: TPanel
  982.     Left = 3
  983.     Top = 3
  984.     Width = 418
  985.     Height = 234
  986.     BevelOuter = bvNone
  987.     Font.Charset = DEFAULT_CHARSET
  988.     Font.Color = clWindowText
  989.     Font.Height = -11
  990.     Font.Name = 'MS Sans Serif'
  991.     Font.Style = []
  992.     ParentFont = False
  993.     TabOrder = 10
  994.     Visible = False
  995.     object lblOSTitle: TLabel
  996.       Left = 6
  997.       Top = 6
  998.       Width = 135
  999.       Height = 19
  1000.       Caption = 'Logout of System'
  1001.       Font.Charset = ANSI_CHARSET
  1002.       Font.Color = clWindowText
  1003.       Font.Height = -16
  1004.       Font.Name = 'Arial'
  1005.       Font.Style = [fsBold]
  1006.       ParentFont = False
  1007.     end
  1008.     object Label41: TLabel
  1009.       Left = 8
  1010.       Top = 32
  1011.       Width = 401
  1012.       Height = 41
  1013.       AutoSize = False
  1014.       Caption = 
  1015.         'Use this stop to logout the current user from a Windows95 or Win' +
  1016.         'dowsNT workstation.'
  1017.       WordWrap = True
  1018.     end
  1019.     object rdgWin: TRadioGroup
  1020.       Left = 13
  1021.       Top = 80
  1022.       Width = 284
  1023.       Height = 34
  1024.       Columns = 2
  1025.       ItemIndex = 0
  1026.       Items.Strings = (
  1027.         'Login to system'
  1028.         'Logout of system')
  1029.       TabOrder = 0
  1030.       OnClick = rdgWinClick
  1031.     end
  1032.     object pnlOSCommands1: TPanel
  1033.       Left = 8
  1034.       Top = 128
  1035.       Width = 401
  1036.       Height = 58
  1037.       BevelOuter = bvNone
  1038.       TabOrder = 1
  1039.       object Label1: TLabel
  1040.         Left = 8
  1041.         Top = 8
  1042.         Width = 51
  1043.         Height = 13
  1044.         Caption = '&Username:'
  1045.         FocusControl = edtUsername
  1046.       end
  1047.       object Label2: TLabel
  1048.         Left = 198
  1049.         Top = 9
  1050.         Width = 49
  1051.         Height = 13
  1052.         Caption = '&Password:'
  1053.         FocusControl = edtPassword
  1054.       end
  1055.       object Label3: TLabel
  1056.         Left = 20
  1057.         Top = 37
  1058.         Width = 39
  1059.         Height = 13
  1060.         Caption = '&Domain:'
  1061.         FocusControl = edtDomain
  1062.       end
  1063.       object edtUsername: TEdit
  1064.         Left = 62
  1065.         Top = 6
  1066.         Width = 121
  1067.         Height = 21
  1068.         TabOrder = 0
  1069.       end
  1070.       object edtPassword: TMaskEdit
  1071.         Left = 252
  1072.         Top = 6
  1073.         Width = 121
  1074.         Height = 21
  1075.         PasswordChar = '*'
  1076.         TabOrder = 1
  1077.       end
  1078.       object edtDomain: TEdit
  1079.         Left = 62
  1080.         Top = 35
  1081.         Width = 121
  1082.         Height = 21
  1083.         TabOrder = 2
  1084.       end
  1085.     end
  1086.   end
  1087.   object pnlFocus: TPanel
  1088.     Left = 3
  1089.     Top = 3
  1090.     Width = 418
  1091.     Height = 234
  1092.     BevelOuter = bvNone
  1093.     Font.Charset = ANSI_CHARSET
  1094.     Font.Color = clWindowText
  1095.     Font.Height = -11
  1096.     Font.Name = 'MS Sans Serif'
  1097.     Font.Style = []
  1098.     ParentFont = False
  1099.     TabOrder = 6
  1100.     Visible = False
  1101.     object lblFocus4: TLabel
  1102.       Left = 13
  1103.       Top = 125
  1104.       Width = 372
  1105.       Height = 14
  1106.       AutoSize = False
  1107.       Caption = '&Window Title:'
  1108.       FocusControl = cboWindows
  1109.     end
  1110.     object lblFocusTitle: TLabel
  1111.       Left = 6
  1112.       Top = 6
  1113.       Width = 127
  1114.       Height = 19
  1115.       Caption = 'Focus a Window'
  1116.       Font.Charset = ANSI_CHARSET
  1117.       Font.Color = clWindowText
  1118.       Font.Height = -16
  1119.       Font.Name = 'Arial'
  1120.       Font.Style = [fsBold]
  1121.       ParentFont = False
  1122.     end
  1123.     object lblFocus3: TLabel
  1124.       Left = 12
  1125.       Top = 107
  1126.       Width = 330
  1127.       Height = 13
  1128.       Caption = 
  1129.         'Enter the window'#39's title, or select from a list of currently ope' +
  1130.         'n windows:'
  1131.     end
  1132.     object lblFocusDesc: TLabel
  1133.       Left = 52
  1134.       Top = 32
  1135.       Width = 357
  1136.       Height = 73
  1137.       AutoSize = False
  1138.       Caption = 
  1139.         'Use this step to focus a window.  The window must be open and av' +
  1140.         'ailable while the task is running, or the task will fail.'
  1141.       WordWrap = True
  1142.     end
  1143.     object imgFocus: TImage
  1144.       Left = 8
  1145.       Top = 36
  1146.       Width = 32
  1147.       Height = 32
  1148.       AutoSize = True
  1149.       Picture.Data = {<image018.ico>}
  1150.       Visible = False
  1151.     end
  1152.     object imgMaximize: TImage
  1153.       Left = 8
  1154.       Top = 36
  1155.       Width = 32
  1156.       Height = 32
  1157.       AutoSize = True
  1158.       Picture.Data = {<image019.ico>}
  1159.       Transparent = True
  1160.       Visible = False
  1161.     end
  1162.     object imgMinimize: TImage
  1163.       Left = 8
  1164.       Top = 36
  1165.       Width = 32
  1166.       Height = 32
  1167.       AutoSize = True
  1168.       Picture.Data = {<image020.ico>}
  1169.       Transparent = True
  1170.     end
  1171.     object imgRestore: TImage
  1172.       Left = 8
  1173.       Top = 36
  1174.       Width = 32
  1175.       Height = 32
  1176.       AutoSize = True
  1177.       Picture.Data = {<image021.ico>}
  1178.       Transparent = True
  1179.       Visible = False
  1180.     end
  1181.     object imgHide: TImage
  1182.       Left = 8
  1183.       Top = 36
  1184.       Width = 32
  1185.       Height = 32
  1186.       AutoSize = True
  1187.       Picture.Data = {<image022.ico>}
  1188.       Visible = False
  1189.     end
  1190.     object imgUnhide: TImage
  1191.       Left = 8
  1192.       Top = 36
  1193.       Width = 32
  1194.       Height = 32
  1195.       AutoSize = True
  1196.       Picture.Data = {<image023.ico>}
  1197.       Visible = False
  1198.     end
  1199.     object imgCloseWind: TImage
  1200.       Left = 8
  1201.       Top = 36
  1202.       Width = 32
  1203.       Height = 32
  1204.       AutoSize = True
  1205.       Picture.Data = {<image024.ico>}
  1206.       Visible = False
  1207.     end
  1208.     object cboWindows: TComboBox
  1209.       Left = 13
  1210.       Top = 143
  1211.       Width = 373
  1212.       Height = 21
  1213.       ItemHeight = 13
  1214.       TabOrder = 0
  1215.     end
  1216.     object chkFShowOnlyOpen: TCheckBox
  1217.       Left = 13
  1218.       Top = 171
  1219.       Width = 340
  1220.       Height = 17
  1221.       Caption = 'Don'#39't display hidden windows in the Window Title list.'
  1222.       Checked = True
  1223.       State = cbChecked
  1224.       TabOrder = 1
  1225.       OnClick = chkFShowOnlyOpenClick
  1226.     end
  1227.     object chkFocusExact: TCheckBox
  1228.       Left = 13
  1229.       Top = 193
  1230.       Width = 300
  1231.       Height = 17
  1232.       Caption = 'Window title must match exactly'
  1233.       TabOrder = 2
  1234.     end
  1235.   end
  1236.   object pnlcheckMail: TPanel
  1237.     Left = 3
  1238.     Top = 3
  1239.     Width = 418
  1240.     Height = 234
  1241.     BevelOuter = bvNone
  1242.     Font.Charset = DEFAULT_CHARSET
  1243.     Font.Color = clWindowText
  1244.     Font.Height = -11
  1245.     Font.Name = 'MS Sans Serif'
  1246.     Font.Style = []
  1247.     ParentFont = False
  1248.     TabOrder = 13
  1249.     Visible = False
  1250.     object Label16: TLabel
  1251.       Left = 6
  1252.       Top = 6
  1253.       Width = 113
  1254.       Height = 19
  1255.       Caption = 'Check For Mail'
  1256.       Font.Charset = ANSI_CHARSET
  1257.       Font.Color = clWindowText
  1258.       Font.Height = -16
  1259.       Font.Name = 'Arial'
  1260.       Font.Style = [fsBold]
  1261.       ParentFont = False
  1262.     end
  1263.     object Label15: TLabel
  1264.       Left = 297
  1265.       Top = 97
  1266.       Width = 49
  1267.       Height = 13
  1268.       Caption = '&Password:'
  1269.       FocusControl = edtPOPPassword
  1270.     end
  1271.     object Label14: TLabel
  1272.       Left = 168
  1273.       Top = 96
  1274.       Width = 51
  1275.       Height = 13
  1276.       Caption = '&Username:'
  1277.       FocusControl = edtPOPUsername
  1278.     end
  1279.     object lblServer: TLabel
  1280.       Left = 8
  1281.       Top = 96
  1282.       Width = 59
  1283.       Height = 13
  1284.       Caption = 'POP &Server:'
  1285.     end
  1286.     object Label31: TLabel
  1287.       Left = 52
  1288.       Top = 32
  1289.       Width = 357
  1290.       Height = 57
  1291.       AutoSize = False
  1292.       Caption = 
  1293.         'Automate can connect to a POP3 server that you specify, log-in, ' +
  1294.         'and check for waiting e-mail.  Specify your e-mail server, usern' +
  1295.         'ame and password, and select what you would like Automate to do ' +
  1296.         'if messages are waiting.'
  1297.       WordWrap = True
  1298.     end
  1299.     object imgMail: TImage
  1300.       Left = 8
  1301.       Top = 36
  1302.       Width = 32
  1303.       Height = 32
  1304.       AutoSize = True
  1305.       Picture.Data = {<image025.ico>}
  1306.     end
  1307.     object edtPOPPassword: TEdit
  1308.       Left = 296
  1309.       Top = 114
  1310.       Width = 105
  1311.       Height = 21
  1312.       PasswordChar = '*'
  1313.       TabOrder = 2
  1314.     end
  1315.     object edtPOPUsername: TEdit
  1316.       Left = 168
  1317.       Top = 114
  1318.       Width = 121
  1319.       Height = 21
  1320.       TabOrder = 1
  1321.     end
  1322.     object edtServer: TEdit
  1323.       Left = 8
  1324.       Top = 114
  1325.       Width = 153
  1326.       Height = 21
  1327.       TabOrder = 0
  1328.     end
  1329.     object rdgWaitingMail: TRadioGroup
  1330.       Left = 8
  1331.       Top = 152
  1332.       Width = 185
  1333.       Height = 57
  1334.       Caption = 'If mail is &waiting:  '
  1335.       ItemIndex = 1
  1336.       Items.Strings = (
  1337.         'Stop this task'
  1338.         'Continue this task')
  1339.       TabOrder = 3
  1340.     end
  1341.     object rdgNoWaitingMail: TRadioGroup
  1342.       Left = 216
  1343.       Top = 152
  1344.       Width = 185
  1345.       Height = 57
  1346.       Caption = 'If mail is NOT waiting:  '
  1347.       ItemIndex = 0
  1348.       Items.Strings = (
  1349.         'Stop this task'
  1350.         'Continue this task')
  1351.       TabOrder = 4
  1352.     end
  1353.   end
  1354.   object pnlFindText: TPanel
  1355.     Left = 3
  1356.     Top = 3
  1357.     Width = 418
  1358.     Height = 234
  1359.     BevelOuter = bvNone
  1360.     Font.Charset = ANSI_CHARSET
  1361.     Font.Color = clWindowText
  1362.     Font.Height = -11
  1363.     Font.Name = 'MS Sans Serif'
  1364.     Font.Style = []
  1365.     ParentFont = False
  1366.     TabOrder = 22
  1367.     Visible = False
  1368.     object Label37: TLabel
  1369.       Left = 13
  1370.       Top = 97
  1371.       Width = 340
  1372.       Height = 14
  1373.       AutoSize = False
  1374.       Caption = '&Window Title:'
  1375.       FocusControl = cboFindTextWindow
  1376.     end
  1377.     object Label50: TLabel
  1378.       Left = 6
  1379.       Top = 6
  1380.       Width = 202
  1381.       Height = 19
  1382.       Caption = 'Focus Window Containing'
  1383.       Font.Charset = ANSI_CHARSET
  1384.       Font.Color = clWindowText
  1385.       Font.Height = -16
  1386.       Font.Name = 'Arial'
  1387.       Font.Style = [fsBold]
  1388.       ParentFont = False
  1389.     end
  1390.     object Label51: TLabel
  1391.       Left = 13
  1392.       Top = 79
  1393.       Width = 330
  1394.       Height = 13
  1395.       Caption = 
  1396.         'Enter the window'#39's title, or select from a list of currently ope' +
  1397.         'n windows:'
  1398.     end
  1399.     object Label56: TLabel
  1400.       Left = 52
  1401.       Top = 32
  1402.       Width = 357
  1403.       Height = 41
  1404.       AutoSize = False
  1405.       Caption = 
  1406.         'Use this step to find text within a window.  The window must be ' +
  1407.         'open and available while the task is running, and the text must ' +
  1408.         'be present, or the task will fail.'
  1409.       WordWrap = True
  1410.     end
  1411.     object Label57: TLabel
  1412.       Left = 14
  1413.       Top = 182
  1414.       Width = 343
  1415.       Height = 14
  1416.       AutoSize = False
  1417.       Caption = '&Text to Find:'
  1418.       FocusControl = edtTextToFind
  1419.     end
  1420.     object imgFindText: TImage
  1421.       Left = 8
  1422.       Top = 36
  1423.       Width = 32
  1424.       Height = 32
  1425.       AutoSize = True
  1426.       Picture.Data = {<image026.ico>}
  1427.     end
  1428.     object cboFindTextWindow: TComboBox
  1429.       Left = 13
  1430.       Top = 115
  1431.       Width = 310
  1432.       Height = 21
  1433.       ItemHeight = 13
  1434.       TabOrder = 0
  1435.     end
  1436.     object chkFindTextAll: TCheckBox
  1437.       Left = 13
  1438.       Top = 141
  1439.       Width = 340
  1440.       Height = 17
  1441.       Caption = 'Don'#39't display hidden windows in the Window Title list.'
  1442.       Checked = True
  1443.       State = cbChecked
  1444.       TabOrder = 1
  1445.       OnClick = chkFindTextAllClick
  1446.     end
  1447.     object chkFindTextExact: TCheckBox
  1448.       Left = 13
  1449.       Top = 161
  1450.       Width = 300
  1451.       Height = 17
  1452.       Caption = 'Window title must match exactly'
  1453.       TabOrder = 2
  1454.     end
  1455.     object edtTextToFind: TEdit
  1456.       Left = 13
  1457.       Top = 197
  1458.       Width = 308
  1459.       Height = 21
  1460.       TabOrder = 3
  1461.     end
  1462.     object chkTextMatchExact: TCheckBox
  1463.       Left = 331
  1464.       Top = 199
  1465.       Width = 89
  1466.       Height = 18
  1467.       Caption = 'Partial Match'
  1468.       TabOrder = 4
  1469.     end
  1470.   end
  1471.   object pnlWebsite: TPanel
  1472.     Left = 3
  1473.     Top = 3
  1474.     Width = 418
  1475.     Height = 234
  1476.     BevelOuter = bvNone
  1477.     Font.Charset = DEFAULT_CHARSET
  1478.     Font.Color = clWindowText
  1479.     Font.Height = -11
  1480.     Font.Name = 'MS Sans Serif'
  1481.     Font.Style = []
  1482.     ParentFont = False
  1483.     TabOrder = 31
  1484.     Visible = False
  1485.     object lblWebsiteTitle: TLabel
  1486.       Left = 6
  1487.       Top = 6
  1488.       Width = 117
  1489.       Height = 19
  1490.       Caption = 'Open Webpage'
  1491.       Font.Charset = ANSI_CHARSET
  1492.       Font.Color = clWindowText
  1493.       Font.Height = -16
  1494.       Font.Name = 'Arial'
  1495.       Font.Style = [fsBold]
  1496.       ParentFont = False
  1497.     end
  1498.     object Label78: TLabel
  1499.       Left = 8
  1500.       Top = 80
  1501.       Width = 309
  1502.       Height = 13
  1503.       Caption = '&Webpage to open (e.g. http://www.unisyn.com/automate/user/):'
  1504.       FocusControl = edtWebsite
  1505.     end
  1506.     object Label79: TLabel
  1507.       Left = 52
  1508.       Top = 32
  1509.       Width = 357
  1510.       Height = 41
  1511.       AutoSize = False
  1512.       Caption = 
  1513.         'The Open Webpage command is used to open the specified website i' +
  1514.         'n the default web browser.'
  1515.       WordWrap = True
  1516.     end
  1517.     object Image8: TImage
  1518.       Left = 8
  1519.       Top = 36
  1520.       Width = 32
  1521.       Height = 32
  1522.       AutoSize = True
  1523.       Picture.Data = {<image027.ico>}
  1524.     end
  1525.     object edtWebsite: TEdit
  1526.       Left = 7
  1527.       Top = 96
  1528.       Width = 394
  1529.       Height = 21
  1530.       TabOrder = 0
  1531.     end
  1532.   end
  1533.   object pnlReminder: TPanel
  1534.     Left = 3
  1535.     Top = 3
  1536.     Width = 418
  1537.     Height = 234
  1538.     BevelOuter = bvNone
  1539.     Font.Charset = DEFAULT_CHARSET
  1540.     Font.Color = clWindowText
  1541.     Font.Height = -11
  1542.     Font.Name = 'MS Sans Serif'
  1543.     Font.Style = []
  1544.     ParentFont = False
  1545.     TabOrder = 12
  1546.     Visible = False
  1547.     OnEnter = pnlReminderEnter
  1548.     object Label10: TLabel
  1549.       Left = 8
  1550.       Top = 101
  1551.       Width = 141
  1552.       Height = 13
  1553.       AutoSize = False
  1554.       Caption = 'Reminder &message:'
  1555.       FocusControl = edtReminder
  1556.     end
  1557.     object Label11: TLabel
  1558.       Left = 6
  1559.       Top = 6
  1560.       Width = 135
  1561.       Height = 19
  1562.       Caption = 'Show a Reminder'
  1563.       Font.Charset = ANSI_CHARSET
  1564.       Font.Color = clWindowText
  1565.       Font.Height = -16
  1566.       Font.Name = 'Arial'
  1567.       Font.Style = [fsBold]
  1568.       ParentFont = False
  1569.     end
  1570.     object Label12: TLabel
  1571.       Left = 10
  1572.       Top = 152
  1573.       Width = 131
  1574.       Height = 13
  1575.       Caption = 'Default re-show reminder in:'
  1576.     end
  1577.     object Label13: TLabel
  1578.       Left = 184
  1579.       Top = 152
  1580.       Width = 39
  1581.       Height = 13
  1582.       Caption = 'minutes.'
  1583.     end
  1584.     object Label5: TLabel
  1585.       Left = 52
  1586.       Top = 32
  1587.       Width = 357
  1588.       Height = 73
  1589.       AutoSize = False
  1590.       Caption = 
  1591.         'Use this step to remind you of important events.  Note that if A' +
  1592.         'utoMate is running as an NT client, the reminder may not appear,' +
  1593.         ' depending on the current user'#39's security privilages.'
  1594.       WordWrap = True
  1595.     end
  1596.     object imgReminder: TImage
  1597.       Left = 8
  1598.       Top = 36
  1599.       Width = 32
  1600.       Height = 32
  1601.       AutoSize = True
  1602.       Picture.Data = {<image028.ico>}
  1603.     end
  1604.     object edtReminder: TEdit
  1605.       Left = 8
  1606.       Top = 118
  1607.       Width = 320
  1608.       Height = 21
  1609.       TabOrder = 0
  1610.     end
  1611.     object edtRewaitFor: TEdit
  1612.       Left = 146
  1613.       Top = 150
  1614.       Width = 33
  1615.       Height = 21
  1616.       TabOrder = 1
  1617.       Text = '2'
  1618.       OnKeyPress = edtRewaitForKeyPress
  1619.     end
  1620.   end
  1621.   object pnlDDE: TPanel
  1622.     Left = 3
  1623.     Top = 3
  1624.     Width = 418
  1625.     Height = 234
  1626.     BevelOuter = bvNone
  1627.     Font.Charset = DEFAULT_CHARSET
  1628.     Font.Color = clWindowText
  1629.     Font.Height = -11
  1630.     Font.Name = 'MS Sans Serif'
  1631.     Font.Style = []
  1632.     ParentFont = False
  1633.     TabOrder = 3
  1634.     Visible = False
  1635.     object Bevel1: TBevel
  1636.       Left = 304
  1637.       Top = 112
  1638.       Width = 97
  1639.       Height = 65
  1640.       Visible = False
  1641.     end
  1642.     object lblDDE1: TLabel
  1643.       Left = 8
  1644.       Top = 124
  1645.       Width = 86
  1646.       Height = 13
  1647.       Caption = 'Application &Name:'
  1648.       FocusControl = edtDDEName
  1649.     end
  1650.     object lblDDE2: TLabel
  1651.       Left = 7
  1652.       Top = 154
  1653.       Width = 85
  1654.       Height = 13
  1655.       Caption = 'Application &Topic:'
  1656.       FocusControl = edtDDETopic
  1657.     end
  1658.     object lblDDE3: TLabel
  1659.       Left = 46
  1660.       Top = 184
  1661.       Width = 46
  1662.       Height = 13
  1663.       Caption = 'Link &Item:'
  1664.       FocusControl = edtDDEItem
  1665.     end
  1666.     object lblDDETitle: TLabel
  1667.       Left = 6
  1668.       Top = 6
  1669.       Width = 118
  1670.       Height = 19
  1671.       Caption = 'DDE Command'
  1672.       Font.Charset = ANSI_CHARSET
  1673.       Font.Color = clWindowText
  1674.       Font.Height = -16
  1675.       Font.Name = 'Arial'
  1676.       Font.Style = [fsBold]
  1677.       ParentFont = False
  1678.     end
  1679.     object lblDDE5: TLabel
  1680.       Left = 307
  1681.       Top = 115
  1682.       Width = 27
  1683.       Height = 13
  1684.       Caption = 'Type:'
  1685.       Visible = False
  1686.     end
  1687.     object lblDDE4: TLabel
  1688.       Left = 307
  1689.       Top = 100
  1690.       Width = 56
  1691.       Height = 17
  1692.       AutoSize = False
  1693.       Caption = 'Transaction'
  1694.       Visible = False
  1695.     end
  1696.     object Label34: TLabel
  1697.       Left = 52
  1698.       Top = 32
  1699.       Width = 357
  1700.       Height = 77
  1701.       AutoSize = False
  1702.       Caption = 
  1703.         'AutoMate can send commands to any DDE-enabled application on you' +
  1704.         'r system.  If the application is not running, AutoMate will atte' +
  1705.         'mpt to start it before issuing the DDE command.  Consult the doc' +
  1706.         'umentation of your target app for its available DDE commands.'
  1707.       WordWrap = True
  1708.     end
  1709.     object imgDDE: TImage
  1710.       Left = 8
  1711.       Top = 36
  1712.       Width = 32
  1713.       Height = 32
  1714.       AutoSize = True
  1715.       Picture.Data = {<image029.ico>}
  1716.     end
  1717.     object rdoRequest: TRadioButton
  1718.       Left = 309
  1719.       Top = 135
  1720.       Width = 89
  1721.       Height = 17
  1722.       Caption = 'DDE &Request'
  1723.       Checked = True
  1724.       TabOrder = 3
  1725.       TabStop = True
  1726.       Visible = False
  1727.     end
  1728.     object rdoExecute: TRadioButton
  1729.       Left = 309
  1730.       Top = 155
  1731.       Width = 89
  1732.       Height = 17
  1733.       Caption = 'DDE &Execute'
  1734.       TabOrder = 4
  1735.       Visible = False
  1736.     end
  1737.     object edtDDEItem: TEdit
  1738.       Left = 124
  1739.       Top = 181
  1740.       Width = 275
  1741.       Height = 21
  1742.       TabOrder = 2
  1743.     end
  1744.     object edtDDETopic: TEdit
  1745.       Left = 124
  1746.       Top = 151
  1747.       Width = 275
  1748.       Height = 21
  1749.       TabOrder = 1
  1750.     end
  1751.     object edtDDEName: TEdit
  1752.       Left = 124
  1753.       Top = 121
  1754.       Width = 275
  1755.       Height = 21
  1756.       TabOrder = 0
  1757.     end
  1758.   end
  1759.   object pnlComment: TPanel
  1760.     Left = 3
  1761.     Top = 3
  1762.     Width = 418
  1763.     Height = 234
  1764.     BevelOuter = bvNone
  1765.     Font.Charset = DEFAULT_CHARSET
  1766.     Font.Color = clWindowText
  1767.     Font.Height = -11
  1768.     Font.Name = 'MS Sans Serif'
  1769.     Font.Style = []
  1770.     ParentFont = False
  1771.     TabOrder = 19
  1772.     Visible = False
  1773.     object Label17: TLabel
  1774.       Left = 6
  1775.       Top = 6
  1776.       Width = 122
  1777.       Height = 19
  1778.       Caption = 'Add a Comment'
  1779.       Font.Charset = ANSI_CHARSET
  1780.       Font.Color = clWindowText
  1781.       Font.Height = -16
  1782.       Font.Name = 'Arial'
  1783.       Font.Style = [fsBold]
  1784.       ParentFont = False
  1785.     end
  1786.     object Label19: TLabel
  1787.       Left = 8
  1788.       Top = 80
  1789.       Width = 80
  1790.       Height = 13
  1791.       Caption = '&Comment to add:'
  1792.       FocusControl = edtComment
  1793.     end
  1794.     object Label48: TLabel
  1795.       Left = 52
  1796.       Top = 32
  1797.       Width = 357
  1798.       Height = 41
  1799.       AutoSize = False
  1800.       Caption = 'Use this command to add comments to the step builder.'
  1801.       WordWrap = True
  1802.     end
  1803.     object ingComment: TImage
  1804.       Left = 8
  1805.       Top = 36
  1806.       Width = 32
  1807.       Height = 32
  1808.       AutoSize = True
  1809.       Picture.Data = {<image030.ico>}
  1810.     end
  1811.     object edtComment: TEdit
  1812.       Left = 7
  1813.       Top = 96
  1814.       Width = 394
  1815.       Height = 21
  1816.       TabOrder = 0
  1817.     end
  1818.   end
  1819.   object pnlMAPISend: TPanel
  1820.     Left = 3
  1821.     Top = 3
  1822.     Width = 418
  1823.     Height = 234
  1824.     BevelOuter = bvNone
  1825.     Font.Charset = DEFAULT_CHARSET
  1826.     Font.Color = clWindowText
  1827.     Font.Height = -11
  1828.     Font.Name = 'MS Sans Serif'
  1829.     Font.Style = []
  1830.     ParentFont = False
  1831.     TabOrder = 30
  1832.     Visible = False
  1833.     object Label76: TLabel
  1834.       Left = 6
  1835.       Top = 6
  1836.       Width = 117
  1837.       Height = 19
  1838.       Caption = 'MAPI Mail Send'
  1839.       Font.Charset = ANSI_CHARSET
  1840.       Font.Color = clWindowText
  1841.       Font.Height = -16
  1842.       Font.Name = 'Arial'
  1843.       Font.Style = [fsBold]
  1844.       ParentFont = False
  1845.     end
  1846.     object lblSenderName: TLabel
  1847.       Left = 8
  1848.       Top = 80
  1849.       Width = 97
  1850.       Height = 17
  1851.       AutoSize = False
  1852.       Caption = 'Sender &Name:'
  1853.       FocusControl = edtSenderName
  1854.     end
  1855.     object Label80: TLabel
  1856.       Left = 52
  1857.       Top = 32
  1858.       Width = 357
  1859.       Height = 41
  1860.       AutoSize = False
  1861.       Caption = 
  1862.         'Use this action to send an email message through your default MA' +
  1863.         'PI client, such as Outlook Express or Microsoft Exchange.'
  1864.       WordWrap = True
  1865.     end
  1866.     object Image6: TImage
  1867.       Left = 8
  1868.       Top = 36
  1869.       Width = 32
  1870.       Height = 32
  1871.       AutoSize = True
  1872.       Picture.Data = {<image031.ico>}
  1873.     end
  1874.     object lblSenderAddress: TLabel
  1875.       Left = 188
  1876.       Top = 80
  1877.       Width = 113
  1878.       Height = 17
  1879.       AutoSize = False
  1880.       Caption = 'Sender &Address:'
  1881.       FocusControl = edtSenderAddress
  1882.     end
  1883.     object lblRecipients: TLabel
  1884.       Left = 8
  1885.       Top = 124
  1886.       Width = 201
  1887.       Height = 17
  1888.       AutoSize = False
  1889.       Caption = '&Recipients: (separate with semi-colons)'
  1890.       FocusControl = edtRecipients
  1891.     end
  1892.     object lblAttachments: TLabel
  1893.       Left = 8
  1894.       Top = 168
  1895.       Width = 201
  1896.       Height = 17
  1897.       AutoSize = False
  1898.       Caption = '&Attachments: (separate with semi-colons)'
  1899.       FocusControl = edtAttachments
  1900.     end
  1901.     object edtSenderName: TEdit
  1902.       Left = 7
  1903.       Top = 96
  1904.       Width = 174
  1905.       Height = 21
  1906.       TabOrder = 0
  1907.       OnKeyPress = edtSenderNameKeyPress
  1908.     end
  1909.     object comAttachments: TBitBtn
  1910.       Left = 369
  1911.       Top = 184
  1912.       Width = 37
  1913.       Height = 21
  1914.       TabOrder = 4
  1915.       OnClick = comAttachmentsClick
  1916.       Glyph.Data = {
  1917.         76010000424D7601000000000000760000002800000020000000100000000100
  1918.         0400000000000001000000000000000000001000000010000000000000000000
  1919.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1920.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1921.         5555555555555555555555555555555555555555555555555555555555555555
  1922.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  1923.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  1924.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  1925.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  1926.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  1927.         55555575FFF75555555555700007555555555557777555555555555555555555
  1928.         5555555555555555555555555555555555555555555555555555}
  1929.       NumGlyphs = 2
  1930.     end
  1931.     object edtSenderAddress: TEdit
  1932.       Left = 187
  1933.       Top = 96
  1934.       Width = 174
  1935.       Height = 21
  1936.       TabOrder = 1
  1937.       OnKeyPress = edtSenderAddressKeyPress
  1938.     end
  1939.     object edtRecipients: TEdit
  1940.       Left = 7
  1941.       Top = 140
  1942.       Width = 354
  1943.       Height = 21
  1944.       TabOrder = 2
  1945.       OnKeyPress = edtRecipientsKeyPress
  1946.     end
  1947.     object edtAttachments: TEdit
  1948.       Left = 7
  1949.       Top = 184
  1950.       Width = 354
  1951.       Height = 21
  1952.       TabOrder = 3
  1953.       OnKeyPress = edtAttachmentsKeyPress
  1954.     end
  1955.   end
  1956.   object pnlPrompt: TPanel
  1957.     Left = 3
  1958.     Top = 3
  1959.     Width = 418
  1960.     Height = 234
  1961.     BevelOuter = bvNone
  1962.     Font.Charset = DEFAULT_CHARSET
  1963.     Font.Color = clWindowText
  1964.     Font.Height = -11
  1965.     Font.Name = 'MS Sans Serif'
  1966.     Font.Style = []
  1967.     ParentFont = False
  1968.     TabOrder = 25
  1969.     Visible = False
  1970.     object lblPromptTitle: TLabel
  1971.       Left = 6
  1972.       Top = 6
  1973.       Width = 96
  1974.       Height = 19
  1975.       Caption = 'Prompt User'
  1976.       Font.Charset = ANSI_CHARSET
  1977.       Font.Color = clWindowText
  1978.       Font.Height = -16
  1979.       Font.Name = 'Arial'
  1980.       Font.Style = [fsBold]
  1981.       ParentFont = False
  1982.     end
  1983.     object Label61: TLabel
  1984.       Left = 52
  1985.       Top = 32
  1986.       Width = 357
  1987.       Height = 57
  1988.       AutoSize = False
  1989.       Caption = 
  1990.         'This step can be used to alter the flow of the task based on inp' +
  1991.         'ut from the user.  Unless otherwise instructed, AutoMate will co' +
  1992.         'ntinue the task if '#39'Cancel'#39' or '#39'No'#39' is chosen.'
  1993.       WordWrap = True
  1994.     end
  1995.     object Image4: TImage
  1996.       Left = 8
  1997.       Top = 36
  1998.       Width = 32
  1999.       Height = 32
  2000.       AutoSize = True
  2001.       Picture.Data = {<image032.bmp>}
  2002.       Transparent = True
  2003.     end
  2004.     object Label66: TLabel
  2005.       Left = 8
  2006.       Top = 84
  2007.       Width = 70
  2008.       Height = 13
  2009.       Caption = 'Message Text:'
  2010.     end
  2011.     object edtPromptText: TEdit
  2012.       Left = 84
  2013.       Top = 81
  2014.       Width = 317
  2015.       Height = 21
  2016.       TabOrder = 0
  2017.     end
  2018.     object rdoPromptType: TRadioGroup
  2019.       Left = 8
  2020.       Top = 107
  2021.       Width = 393
  2022.       Height = 41
  2023.       Caption = 'Style  '
  2024.       Columns = 4
  2025.       ItemIndex = 0
  2026.       Items.Strings = (
  2027.         'OK Only'
  2028.         'OK, Cancel'
  2029.         'Yes, No'
  2030.         'Yes, No, Cancel')
  2031.       TabOrder = 1
  2032.       OnClick = rdoPromptTypeClick
  2033.     end
  2034.     object rdoPromptOnOK: TRadioGroup
  2035.       Left = 8
  2036.       Top = 152
  2037.       Width = 241
  2038.       Height = 69
  2039.       Caption = 'On OK:  '
  2040.       ItemIndex = 2
  2041.       Items.Strings = (
  2042.         'Start:'
  2043.         'Stop task'
  2044.         'Continue')
  2045.       TabOrder = 2
  2046.       OnClick = rdoPromptOnOKClick
  2047.     end
  2048.     object cboPromptStartTask: TComboBox
  2049.       Left = 88
  2050.       Top = 166
  2051.       Width = 149
  2052.       Height = 21
  2053.       Style = csDropDownList
  2054.       Enabled = False
  2055.       ItemHeight = 13
  2056.       TabOrder = 3
  2057.     end
  2058.     object chkPromptFailOnCancel: TCheckBox
  2059.       Left = 264
  2060.       Top = 164
  2061.       Width = 145
  2062.       Height = 21
  2063.       Caption = 'Fail task if "Cancel"'
  2064.       Enabled = False
  2065.       TabOrder = 4
  2066.     end
  2067.     object chkPromptFailOnNo: TCheckBox
  2068.       Left = 264
  2069.       Top = 188
  2070.       Width = 145
  2071.       Height = 21
  2072.       Caption = 'Fail task if "No"'
  2073.       Enabled = False
  2074.       TabOrder = 5
  2075.     end
  2076.   end
  2077.   object pnlServices: TPanel
  2078.     Left = 3
  2079.     Top = 3
  2080.     Width = 418
  2081.     Height = 234
  2082.     BevelOuter = bvNone
  2083.     Font.Charset = DEFAULT_CHARSET
  2084.     Font.Color = clWindowText
  2085.     Font.Height = -11
  2086.     Font.Name = 'MS Sans Serif'
  2087.     Font.Style = []
  2088.     ParentFont = False
  2089.     TabOrder = 27
  2090.     Visible = False
  2091.     object lblServicesDesc: TLabel
  2092.       Left = 52
  2093.       Top = 32
  2094.       Width = 357
  2095.       Height = 57
  2096.       AutoSize = False
  2097.       Caption = 'Use this step to perform various NT Service tasks.'
  2098.       WordWrap = True
  2099.     end
  2100.     object lblServicesTitle: TLabel
  2101.       Left = 6
  2102.       Top = 6
  2103.       Width = 66
  2104.       Height = 19
  2105.       Caption = 'Services'
  2106.       Font.Charset = ANSI_CHARSET
  2107.       Font.Color = clWindowText
  2108.       Font.Height = -16
  2109.       Font.Name = 'Arial'
  2110.       Font.Style = [fsBold]
  2111.       ParentFont = False
  2112.     end
  2113.     object imgStopService: TImage
  2114.       Left = 8
  2115.       Top = 36
  2116.       Width = 32
  2117.       Height = 32
  2118.       AutoSize = True
  2119.       Picture.Data = {<image033.ico>}
  2120.       Visible = False
  2121.     end
  2122.     object lblServiceName: TLabel
  2123.       Left = 8
  2124.       Top = 88
  2125.       Width = 97
  2126.       Height = 21
  2127.       AutoSize = False
  2128.       Caption = '&Service To Pause:'
  2129.     end
  2130.     object imgStartService: TImage
  2131.       Left = 8
  2132.       Top = 36
  2133.       Width = 32
  2134.       Height = 32
  2135.       AutoSize = True
  2136.       Picture.Data = {<image034.ico>}
  2137.       Transparent = True
  2138.       Visible = False
  2139.     end
  2140.     object imgPauseService: TImage
  2141.       Left = 8
  2142.       Top = 36
  2143.       Width = 32
  2144.       Height = 32
  2145.       AutoSize = True
  2146.       Picture.Data = {<image035.ico>}
  2147.       Visible = False
  2148.     end
  2149.     object imgContinueService: TImage
  2150.       Left = 8
  2151.       Top = 36
  2152.       Width = 32
  2153.       Height = 32
  2154.       AutoSize = True
  2155.       Picture.Data = {<image036.ico>}
  2156.       Visible = False
  2157.     end
  2158.     object imgRemoveService: TImage
  2159.       Left = 8
  2160.       Top = 36
  2161.       Width = 32
  2162.       Height = 32
  2163.       AutoSize = True
  2164.       Picture.Data = {<image037.ico>}
  2165.       Visible = False
  2166.     end
  2167.     object cboServices: TComboBox
  2168.       Left = 8
  2169.       Top = 104
  2170.       Width = 377
  2171.       Height = 21
  2172.       ItemHeight = 13
  2173.       TabOrder = 0
  2174.     end
  2175.     object chkStopServiceFirst: TCheckBox
  2176.       Left = 8
  2177.       Top = 136
  2178.       Width = 177
  2179.       Height = 21
  2180.       Caption = 'Attempt to stop service first'
  2181.       Checked = True
  2182.       State = cbChecked
  2183.       TabOrder = 1
  2184.       Visible = False
  2185.     end
  2186.   end
  2187.   object pnlRecord: TPanel
  2188.     Left = 3
  2189.     Top = 3
  2190.     Width = 418
  2191.     Height = 234
  2192.     BevelOuter = bvNone
  2193.     Font.Charset = DEFAULT_CHARSET
  2194.     Font.Color = clWindowText
  2195.     Font.Height = -11
  2196.     Font.Name = 'MS Sans Serif'
  2197.     Font.Style = []
  2198.     ParentFont = False
  2199.     TabOrder = 8
  2200.     Visible = False
  2201.     object lblRecord1: TLabel
  2202.       Left = 52
  2203.       Top = 32
  2204.       Width = 350
  2205.       Height = 39
  2206.       Caption = 
  2207.         'This command will allow you to record events, such as mouse move' +
  2208.         'ments and real-time typing, as they occur.  Note that changing w' +
  2209.         'indow positions and other events may cause distorted playback.'
  2210.       WordWrap = True
  2211.     end
  2212.     object lblRecordTitle: TLabel
  2213.       Left = 6
  2214.       Top = 6
  2215.       Width = 113
  2216.       Height = 19
  2217.       Caption = 'Record Events'
  2218.       Font.Charset = ANSI_CHARSET
  2219.       Font.Color = clWindowText
  2220.       Font.Height = -16
  2221.       Font.Name = 'Arial'
  2222.       Font.Style = [fsBold]
  2223.       ParentFont = False
  2224.     end
  2225.     object lblRecord4: TLabel
  2226.       Left = 16
  2227.       Top = 148
  2228.       Width = 205
  2229.       Height = 13
  2230.       Caption = 'Enter the &filename to save the recording as:'
  2231.       FocusControl = edtRFilename
  2232.     end
  2233.     object imgRecord: TImage
  2234.       Left = 8
  2235.       Top = 36
  2236.       Width = 32
  2237.       Height = 32
  2238.       AutoSize = True
  2239.       Picture.Data = {<image038.ico>}
  2240.     end
  2241.     object comStart: TButton
  2242.       Left = 15
  2243.       Top = 111
  2244.       Width = 89
  2245.       Height = 25
  2246.       Caption = '&Start Recording'
  2247.       TabOrder = 0
  2248.       OnClick = comStartClick
  2249.     end
  2250.     object comStop: TButton
  2251.       Left = 171
  2252.       Top = 111
  2253.       Width = 89
  2254.       Height = 25
  2255.       Caption = 'Sto&p Recording'
  2256.       Enabled = False
  2257.       TabOrder = 1
  2258.       OnClick = comStopClick
  2259.     end
  2260.     object comPlayback: TButton
  2261.       Left = 314
  2262.       Top = 111
  2263.       Width = 89
  2264.       Height = 25
  2265.       Caption = 'Play&back'
  2266.       Enabled = False
  2267.       TabOrder = 2
  2268.       OnClick = comPlaybackClick
  2269.     end
  2270.     object edtRFilename: TEdit
  2271.       Left = 15
  2272.       Top = 165
  2273.       Width = 346
  2274.       Height = 21
  2275.       TabOrder = 3
  2276.     end
  2277.     object comRBrowse: TBitBtn
  2278.       Left = 366
  2279.       Top = 164
  2280.       Width = 37
  2281.       Height = 22
  2282.       TabOrder = 4
  2283.       OnClick = comRBrowseClick
  2284.       Glyph.Data = {
  2285.         76010000424D7601000000000000760000002800000020000000100000000100
  2286.         0400000000000001000000000000000000001000000010000000000000000000
  2287.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2288.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2289.         5555555555555555555555555555555555555555555555555555555555555555
  2290.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  2291.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  2292.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  2293.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  2294.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  2295.         55555575FFF75555555555700007555555555557777555555555555555555555
  2296.         5555555555555555555555555555555555555555555555555555}
  2297.       NumGlyphs = 2
  2298.     end
  2299.     object chkWaitUntilDone: TCheckBox
  2300.       Left = 16
  2301.       Top = 192
  2302.       Width = 353
  2303.       Height = 17
  2304.       Caption = 'Wait until playback is finished before continuing'
  2305.       Checked = True
  2306.       State = cbChecked
  2307.       TabOrder = 5
  2308.       Visible = False
  2309.     end
  2310.   end
  2311.   object pnlBASIC: TPanel
  2312.     Left = 3
  2313.     Top = 3
  2314.     Width = 418
  2315.     Height = 234
  2316.     BevelOuter = bvNone
  2317.     Font.Charset = DEFAULT_CHARSET
  2318.     Font.Color = clWindowText
  2319.     Font.Height = -11
  2320.     Font.Name = 'MS Sans Serif'
  2321.     Font.Style = []
  2322.     ParentFont = False
  2323.     TabOrder = 9
  2324.     Visible = False
  2325.     object Label9: TLabel
  2326.       Left = 11
  2327.       Top = 108
  2328.       Width = 60
  2329.       Height = 13
  2330.       Caption = '&Script to run:'
  2331.       FocusControl = edtBASIC
  2332.     end
  2333.     object lblBASIC1: TLabel
  2334.       Left = 6
  2335.       Top = 6
  2336.       Width = 227
  2337.       Height = 19
  2338.       Caption = 'Run an AutoMate Basic Script'
  2339.       Font.Charset = ANSI_CHARSET
  2340.       Font.Color = clWindowText
  2341.       Font.Height = -16
  2342.       Font.Name = 'Arial'
  2343.       Font.Style = [fsBold]
  2344.       ParentFont = False
  2345.     end
  2346.     object lblBASIC2: TLabel
  2347.       Left = 11
  2348.       Top = 155
  2349.       Width = 355
  2350.       Height = 13
  2351.       Caption = 
  2352.         'You can also create a new script or edit an existing script by c' +
  2353.         'licking below:'
  2354.     end
  2355.     object Label30: TLabel
  2356.       Left = 52
  2357.       Top = 32
  2358.       Width = 357
  2359.       Height = 57
  2360.       AutoSize = False
  2361.       Caption = 
  2362.         'AutoMate can execute BASIC scripts that you design, complete wit' +
  2363.         'h AutoMate command extensions.  Scripts can be created, edited a' +
  2364.         'nd tested using the AutoMate IDE utility.'
  2365.       WordWrap = True
  2366.     end
  2367.     object imgScript: TImage
  2368.       Left = 8
  2369.       Top = 36
  2370.       Width = 32
  2371.       Height = 32
  2372.       AutoSize = True
  2373.       Picture.Data = {<image039.ico>}
  2374.     end
  2375.     object edtBASIC: TEdit
  2376.       Left = 9
  2377.       Top = 125
  2378.       Width = 352
  2379.       Height = 21
  2380.       TabOrder = 0
  2381.     end
  2382.     object comCreate: TButton
  2383.       Left = 11
  2384.       Top = 177
  2385.       Width = 113
  2386.       Height = 23
  2387.       Caption = 'Create a &New Script'
  2388.       TabOrder = 1
  2389.       OnClick = comCreateClick
  2390.     end
  2391.     object comEditScript: TButton
  2392.       Left = 136
  2393.       Top = 177
  2394.       Width = 113
  2395.       Height = 23
  2396.       Caption = '&Edit Script'
  2397.       TabOrder = 2
  2398.       OnClick = comEditScriptClick
  2399.     end
  2400.     object comScriptBrowse: TBitBtn
  2401.       Left = 368
  2402.       Top = 125
  2403.       Width = 37
  2404.       Height = 21
  2405.       TabOrder = 3
  2406.       OnClick = comScriptBrowseClick
  2407.       Glyph.Data = {
  2408.         76010000424D7601000000000000760000002800000020000000100000000100
  2409.         0400000000000001000000000000000000001000000010000000000000000000
  2410.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2411.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2412.         5555555555555555555555555555555555555555555555555555555555555555
  2413.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  2414.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  2415.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  2416.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  2417.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  2418.         55555575FFF75555555555700007555555555557777555555555555555555555
  2419.         5555555555555555555555555555555555555555555555555555}
  2420.       NumGlyphs = 2
  2421.     end
  2422.   end
  2423.   object pnlRemoteUpdate: TPanel
  2424.     Left = 3
  2425.     Top = 3
  2426.     Width = 418
  2427.     Height = 234
  2428.     BevelOuter = bvNone
  2429.     Font.Charset = DEFAULT_CHARSET
  2430.     Font.Color = clWindowText
  2431.     Font.Height = -11
  2432.     Font.Name = 'MS Sans Serif'
  2433.     Font.Style = []
  2434.     ParentFont = False
  2435.     TabOrder = 35
  2436.     Visible = False
  2437.     object lblRemoteUpdateTitle: TLabel
  2438.       Left = 6
  2439.       Top = 6
  2440.       Width = 118
  2441.       Height = 19
  2442.       Caption = 'Remote Update'
  2443.       Font.Charset = ANSI_CHARSET
  2444.       Font.Color = clWindowText
  2445.       Font.Height = -16
  2446.       Font.Name = 'Arial'
  2447.       Font.Style = [fsBold]
  2448.       ParentFont = False
  2449.     end
  2450.     object lblRemoteUpdateText: TLabel
  2451.       Left = 52
  2452.       Top = 32
  2453.       Width = 357
  2454.       Height = 41
  2455.       AutoSize = False
  2456.       Caption = 
  2457.         'Use this command to automatically update client installations of' +
  2458.         ' AutoMate to the latest version.'
  2459.       WordWrap = True
  2460.     end
  2461.     object imgRUpdate: TImage
  2462.       Left = 8
  2463.       Top = 32
  2464.       Width = 32
  2465.       Height = 32
  2466.       AutoSize = True
  2467.       Picture.Data = {<image040.ico>}
  2468.     end
  2469.     object lblNetwork: TLabel
  2470.       Left = 11
  2471.       Top = 146
  2472.       Width = 89
  2473.       Height = 13
  2474.       Caption = '&Path to installation:'
  2475.     end
  2476.     object rdgUpdateLocation: TRadioGroup
  2477.       Left = 8
  2478.       Top = 80
  2479.       Width = 397
  2480.       Height = 57
  2481.       Caption = '&Update File Location: '
  2482.       ItemIndex = 0
  2483.       Items.Strings = (
  2484.         'Download from Unisyn'
  2485.         'Install from file on network or local machine')
  2486.       TabOrder = 0
  2487.       OnClick = rdgUpdateLocationClick
  2488.     end
  2489.     object edtFTPServer: TEdit
  2490.       Left = 13
  2491.       Top = 161
  2492.       Width = 348
  2493.       Height = 21
  2494.       AutoSize = False
  2495.       TabOrder = 1
  2496.       Text = 'hercules.unisyn.com'
  2497.       Visible = False
  2498.     end
  2499.     object edtNetwork: TEdit
  2500.       Left = 11
  2501.       Top = 161
  2502.       Width = 272
  2503.       Height = 21
  2504.       Enabled = False
  2505.       TabOrder = 2
  2506.     end
  2507.     object comRUFile: TBitBtn
  2508.       Left = 365
  2509.       Top = 161
  2510.       Width = 37
  2511.       Height = 21
  2512.       Enabled = False
  2513.       TabOrder = 3
  2514.       OnClick = comRUFileClick
  2515.       Glyph.Data = {
  2516.         76010000424D7601000000000000760000002800000020000000100000000100
  2517.         0400000000000001000000000000000000001000000010000000000000000000
  2518.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2519.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2520.         5555555555555555555555555555555555555555555555555555555555555555
  2521.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  2522.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  2523.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  2524.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  2525.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  2526.         55555575FFF75555555555700007555555555557777555555555555555555555
  2527.         5555555555555555555555555555555555555555555555555555}
  2528.       NumGlyphs = 2
  2529.     end
  2530.     object chkShowProgress: TCheckBox
  2531.       Left = 12
  2532.       Top = 192
  2533.       Width = 241
  2534.       Height = 17
  2535.       Caption = '&Show progress window'
  2536.       Checked = True
  2537.       State = cbChecked
  2538.       TabOrder = 4
  2539.     end
  2540.     object chkForceReboot: TCheckBox
  2541.       Left = 12
  2542.       Top = 210
  2543.       Width = 241
  2544.       Height = 17
  2545.       Caption = 'Force &reboot (if necessary)'
  2546.       Checked = True
  2547.       State = cbChecked
  2548.       TabOrder = 5
  2549.     end
  2550.   end
  2551.   object pnlSound: TPanel
  2552.     Left = 3
  2553.     Top = 3
  2554.     Width = 418
  2555.     Height = 234
  2556.     BevelOuter = bvNone
  2557.     Font.Charset = DEFAULT_CHARSET
  2558.     Font.Color = clWindowText
  2559.     Font.Height = -11
  2560.     Font.Name = 'MS Sans Serif'
  2561.     Font.Style = []
  2562.     ParentFont = False
  2563.     TabOrder = 2
  2564.     Visible = False
  2565.     object lblSoundTitle: TLabel
  2566.       Left = 6
  2567.       Top = 6
  2568.       Width = 101
  2569.       Height = 19
  2570.       Caption = 'Play a Sound'
  2571.       Font.Charset = ANSI_CHARSET
  2572.       Font.Color = clWindowText
  2573.       Font.Height = -16
  2574.       Font.Name = 'Arial'
  2575.       Font.Style = [fsBold]
  2576.       ParentFont = False
  2577.     end
  2578.     object Bevel2: TBevel
  2579.       Left = 8
  2580.       Top = 120
  2581.       Width = 402
  2582.       Height = 73
  2583.     end
  2584.     object Label40: TLabel
  2585.       Left = 52
  2586.       Top = 32
  2587.       Width = 357
  2588.       Height = 73
  2589.       AutoSize = False
  2590.       Caption = 
  2591.         'Use this step to start or stop playing a standard .WAV file.  Au' +
  2592.         'toMate can optionally halt execution of the task while the sound' +
  2593.         ' is playing.  Note that AutoMate can only stop sounds that have ' +
  2594.         'already been started by the executing task.'
  2595.       WordWrap = True
  2596.     end
  2597.     object imgSound: TImage
  2598.       Left = 8
  2599.       Top = 36
  2600.       Width = 32
  2601.       Height = 32
  2602.       AutoSize = True
  2603.       Picture.Data = {<image041.ico>}
  2604.     end
  2605.     object edtSound: TEdit
  2606.       Left = 13
  2607.       Top = 135
  2608.       Width = 284
  2609.       Height = 21
  2610.       TabOrder = 1
  2611.     end
  2612.     object chkWaitForSound: TCheckBox
  2613.       Left = 18
  2614.       Top = 166
  2615.       Width = 363
  2616.       Height = 17
  2617.       Caption = 'S&top task processing until sound is finished playing'
  2618.       Checked = True
  2619.       State = cbChecked
  2620.       TabOrder = 5
  2621.     end
  2622.     object comPlay: TBitBtn
  2623.       Left = 305
  2624.       Top = 133
  2625.       Width = 24
  2626.       Height = 24
  2627.       TabOrder = 2
  2628.       OnClick = comPlayClick
  2629.       Glyph.Data = {
  2630.         FE000000424DFE000000000000003600000028000000060000000A0000000100
  2631.         180000000000C800000000000000000000000000000000000000BFBFBF000000
  2632.         BFBFBFBFBFBFBFBFBFBFBFBF0000BFBFBF000000000000BFBFBFBFBFBFBFBFBF
  2633.         0000BFBFBF000000000000000000BFBFBFBFBFBF0000BFBFBF00000000000000
  2634.         0000000000BFBFBF0000BFBFBF0000000000000000000000000000000000BFBF
  2635.         BF000000000000000000000000BFBFBF0000BFBFBF000000000000000000BFBF
  2636.         BFBFBFBF0000BFBFBF000000000000BFBFBFBFBFBFBFBFBF0000BFBFBF000000
  2637.         BFBFBFBFBFBFBFBFBFBFBFBF0000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
  2638.         0000}
  2639.     end
  2640.     object comStopPlay: TBitBtn
  2641.       Left = 335
  2642.       Top = 133
  2643.       Width = 26
  2644.       Height = 24
  2645.       TabOrder = 3
  2646.       OnClick = comStopPlayClick
  2647.       Glyph.Data = {
  2648.         F6000000424DF600000000000000760000002800000010000000100000000100
  2649.         040000000000800000000000000000000000100000001000000000000000FFFF
  2650.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2651.         FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111111
  2652.         1111111111111111111111111111111111111111111111111111111100000000
  2653.         1111111100000000111111110000000011111111000000001111111100000000
  2654.         1111111100000000111111110000000011111111000000001111111111111111
  2655.         1111111111111111111111111111111111111111111111111111}
  2656.     end
  2657.     object rdoPlaySound: TRadioButton
  2658.       Left = 14
  2659.       Top = 112
  2660.       Width = 143
  2661.       Height = 17
  2662.       Caption = '&Start playing a sound:'
  2663.       Checked = True
  2664.       TabOrder = 0
  2665.       TabStop = True
  2666.       OnClick = rdoPlaySoundClick
  2667.     end
  2668.     object rdoStopPlay: TRadioButton
  2669.       Left = 14
  2670.       Top = 199
  2671.       Width = 359
  2672.       Height = 17
  2673.       Caption = 'Sto&p last launched sound'
  2674.       TabOrder = 6
  2675.       OnClick = rdoStopPlayClick
  2676.     end
  2677.     object comSBrowse: TBitBtn
  2678.       Left = 366
  2679.       Top = 135
  2680.       Width = 37
  2681.       Height = 21
  2682.       TabOrder = 4
  2683.       OnClick = comSBrowseClick
  2684.       Glyph.Data = {
  2685.         76010000424D7601000000000000760000002800000020000000100000000100
  2686.         0400000000000001000000000000000000001000000010000000000000000000
  2687.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2688.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2689.         5555555555555555555555555555555555555555555555555555555555555555
  2690.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  2691.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  2692.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  2693.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  2694.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  2695.         55555575FFF75555555555700007555555555557777555555555555555555555
  2696.         5555555555555555555555555555555555555555555555555555}
  2697.       NumGlyphs = 2
  2698.     end
  2699.   end
  2700.   object pnlInputToVar: TPanel
  2701.     Left = 3
  2702.     Top = 3
  2703.     Width = 418
  2704.     Height = 234
  2705.     BevelOuter = bvNone
  2706.     Font.Charset = DEFAULT_CHARSET
  2707.     Font.Color = clWindowText
  2708.     Font.Height = -11
  2709.     Font.Name = 'MS Sans Serif'
  2710.     Font.Style = []
  2711.     ParentFont = False
  2712.     TabOrder = 39
  2713.     Visible = False
  2714.     object lblInputToVarTitle: TLabel
  2715.       Left = 6
  2716.       Top = 6
  2717.       Width = 171
  2718.       Height = 19
  2719.       Caption = 'Input Value to Variable'
  2720.       Font.Charset = ANSI_CHARSET
  2721.       Font.Color = clWindowText
  2722.       Font.Height = -16
  2723.       Font.Name = 'Arial'
  2724.       Font.Style = [fsBold]
  2725.       ParentFont = False
  2726.     end
  2727.     object lblInputToVarCaption: TLabel
  2728.       Left = 8
  2729.       Top = 168
  2730.       Width = 24
  2731.       Height = 13
  2732.       Caption = 'Te&xt:'
  2733.       FocusControl = edtITVText
  2734.     end
  2735.     object Label84: TLabel
  2736.       Left = 52
  2737.       Top = 32
  2738.       Width = 357
  2739.       Height = 49
  2740.       AutoSize = False
  2741.       Caption = 
  2742.         'Use this command to prompt a user for a value, and store that va' +
  2743.         'lue into a variable to be used in subsequent steps of your task.' +
  2744.         'To use a variable, enclose the variable name in two exclamation ' +
  2745.         'points (e.g. !!VARNAME!!)'
  2746.       WordWrap = True
  2747.     end
  2748.     object imgInputToVar: TImage
  2749.       Left = 8
  2750.       Top = 36
  2751.       Width = 32
  2752.       Height = 32
  2753.       AutoSize = True
  2754.       Picture.Data = {<image042.ico>}
  2755.     end
  2756.     object Label82: TLabel
  2757.       Left = 8
  2758.       Top = 124
  2759.       Width = 23
  2760.       Height = 13
  2761.       Caption = '&Title:'
  2762.       FocusControl = edtITVTitle
  2763.     end
  2764.     object lblITVVariable: TLabel
  2765.       Left = 8
  2766.       Top = 80
  2767.       Width = 41
  2768.       Height = 13
  2769.       Caption = '&Variable:'
  2770.     end
  2771.     object Label83: TLabel
  2772.       Left = 220
  2773.       Top = 168
  2774.       Width = 24
  2775.       Height = 13
  2776.       Caption = '&Icon:'
  2777.       Visible = False
  2778.     end
  2779.     object edtITVText: TEdit
  2780.       Left = 7
  2781.       Top = 184
  2782.       Width = 394
  2783.       Height = 21
  2784.       TabOrder = 2
  2785.     end
  2786.     object edtITVTitle: TEdit
  2787.       Left = 7
  2788.       Top = 140
  2789.       Width = 394
  2790.       Height = 21
  2791.       TabOrder = 1
  2792.     end
  2793.     object cboITVIcon: TComboBox
  2794.       Left = 220
  2795.       Top = 184
  2796.       Width = 181
  2797.       Height = 21
  2798.       Style = csDropDownList
  2799.       ItemHeight = 13
  2800.       Items.Strings = (
  2801.         'Question'
  2802.         'Asterisk'
  2803.         'Exclamation'
  2804.         'Warning'
  2805.         'Information'
  2806.         'Stop')
  2807.       TabOrder = 3
  2808.       Visible = False
  2809.     end
  2810.     object cboVarNameToInput: TComboBox
  2811.       Left = 8
  2812.       Top = 97
  2813.       Width = 197
  2814.       Height = 21
  2815.       ItemHeight = 13
  2816.       TabOrder = 0
  2817.       OnExit = cboVarNameToInputExit
  2818.     end
  2819.   end
  2820.   object pnlUnzip: TPanel
  2821.     Left = 3
  2822.     Top = 3
  2823.     Width = 418
  2824.     Height = 234
  2825.     BevelOuter = bvNone
  2826.     Font.Charset = DEFAULT_CHARSET
  2827.     Font.Color = clWindowText
  2828.     Font.Height = -11
  2829.     Font.Name = 'MS Sans Serif'
  2830.     Font.Style = []
  2831.     ParentFont = False
  2832.     TabOrder = 47
  2833.     Visible = False
  2834.     object lblFileToUnzip: TLabel
  2835.       Left = 12
  2836.       Top = 85
  2837.       Width = 193
  2838.       Height = 13
  2839.       AutoSize = False
  2840.       Caption = 'File to &unzip:'
  2841.       FocusControl = edtToUnzip
  2842.     end
  2843.     object lblUnzipTitle: TLabel
  2844.       Left = 6
  2845.       Top = 6
  2846.       Width = 85
  2847.       Height = 19
  2848.       Caption = 'Unzip Files'
  2849.       Font.Charset = ANSI_CHARSET
  2850.       Font.Color = clWindowText
  2851.       Font.Height = -16
  2852.       Font.Name = 'Arial'
  2853.       Font.Style = [fsBold]
  2854.       ParentFont = False
  2855.     end
  2856.     object lblUnzipDesc: TLabel
  2857.       Left = 52
  2858.       Top = 32
  2859.       Width = 357
  2860.       Height = 53
  2861.       AutoSize = False
  2862.       Caption = 
  2863.         'Use this action to unzip a collection of files from a valid zip ' +
  2864.         'archive.'
  2865.       WordWrap = True
  2866.     end
  2867.     object imgUnzip: TImage
  2868.       Left = 8
  2869.       Top = 36
  2870.       Width = 32
  2871.       Height = 32
  2872.       AutoSize = True
  2873.       Picture.Data = {<image043.ico>}
  2874.     end
  2875.     object lblExtractPath: TLabel
  2876.       Left = 12
  2877.       Top = 131
  2878.       Width = 193
  2879.       Height = 13
  2880.       AutoSize = False
  2881.       Caption = '&Extract path:'
  2882.       FocusControl = edtUnzipPath
  2883.     end
  2884.     object edtToUnzip: TEdit
  2885.       Left = 12
  2886.       Top = 102
  2887.       Width = 357
  2888.       Height = 21
  2889.       TabOrder = 0
  2890.     end
  2891.     object chkUnzipOverwrite: TCheckBox
  2892.       Left = 12
  2893.       Top = 178
  2894.       Width = 145
  2895.       Height = 17
  2896.       Caption = 'O&verwrite existing files'
  2897.       TabOrder = 4
  2898.     end
  2899.     object edtUnzipPath: TEdit
  2900.       Left = 12
  2901.       Top = 148
  2902.       Width = 357
  2903.       Height = 21
  2904.       TabOrder = 2
  2905.     end
  2906.     object chkUnzipPreserveDirs: TCheckBox
  2907.       Left = 12
  2908.       Top = 200
  2909.       Width = 169
  2910.       Height = 17
  2911.       Caption = '&Preserve folder structures'
  2912.       TabOrder = 5
  2913.     end
  2914.     object comToUnzipBrowse: TBitBtn
  2915.       Left = 374
  2916.       Top = 102
  2917.       Width = 37
  2918.       Height = 21
  2919.       TabOrder = 1
  2920.       OnClick = comToUnzipBrowseClick
  2921.       Glyph.Data = {
  2922.         76010000424D7601000000000000760000002800000020000000100000000100
  2923.         0400000000000001000000000000000000001000000010000000000000000000
  2924.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2925.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2926.         5555555555555555555555555555555555555555555555555555555555555555
  2927.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  2928.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  2929.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  2930.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  2931.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  2932.         55555575FFF75555555555700007555555555557777555555555555555555555
  2933.         5555555555555555555555555555555555555555555555555555}
  2934.       NumGlyphs = 2
  2935.     end
  2936.     object comUnzipDir: TBitBtn
  2937.       Left = 374
  2938.       Top = 147
  2939.       Width = 37
  2940.       Height = 21
  2941.       TabOrder = 3
  2942.       OnClick = comUnzipDirClick
  2943.       Glyph.Data = {
  2944.         76010000424D7601000000000000760000002800000020000000100000000100
  2945.         0400000000000001000000000000000000001000000010000000000000000000
  2946.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2947.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2948.         5555555555555555555555555555555555555555555555555555555555555555
  2949.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  2950.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  2951.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  2952.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  2953.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  2954.         55555575FFF75555555555700007555555555557777555555555555555555555
  2955.         5555555555555555555555555555555555555555555555555555}
  2956.       NumGlyphs = 2
  2957.     end
  2958.   end
  2959.   object pnlVarFuncs: TPanel
  2960.     Left = 3
  2961.     Top = 3
  2962.     Width = 418
  2963.     Height = 234
  2964.     BevelOuter = bvNone
  2965.     Font.Charset = DEFAULT_CHARSET
  2966.     Font.Color = clWindowText
  2967.     Font.Height = -11
  2968.     Font.Name = 'MS Sans Serif'
  2969.     Font.Style = []
  2970.     ParentFont = False
  2971.     TabOrder = 48
  2972.     Visible = False
  2973.     object lblFuncDesc: TLabel
  2974.       Left = 12
  2975.       Top = 200
  2976.       Width = 401
  2977.       Height = 33
  2978.       AutoSize = False
  2979.       WordWrap = True
  2980.     end
  2981.     object lblVarFuncsTitle: TLabel
  2982.       Left = 6
  2983.       Top = 6
  2984.       Width = 143
  2985.       Height = 19
  2986.       Caption = 'Variable Functions'
  2987.       Font.Charset = ANSI_CHARSET
  2988.       Font.Color = clWindowText
  2989.       Font.Height = -16
  2990.       Font.Name = 'Arial'
  2991.       Font.Style = [fsBold]
  2992.       ParentFont = False
  2993.     end
  2994.     object lblVariable: TLabel
  2995.       Left = 13
  2996.       Top = 118
  2997.       Width = 41
  2998.       Height = 13
  2999.       Caption = '&Variable:'
  3000.       FocusControl = cboVarFuncVar1
  3001.     end
  3002.     object imgVarFuncs: TImage
  3003.       Left = 8
  3004.       Top = 36
  3005.       Width = 32
  3006.       Height = 32
  3007.       AutoSize = True
  3008.       Picture.Data = {<image044.ico>}
  3009.     end
  3010.     object lblParameter: TLabel
  3011.       Left = 13
  3012.       Top = 147
  3013.       Width = 51
  3014.       Height = 13
  3015.       Caption = '&Parameter:'
  3016.     end
  3017.     object lblVarFuncDesc: TLabel
  3018.       Left = 52
  3019.       Top = 32
  3020.       Width = 357
  3021.       Height = 53
  3022.       AutoSize = False
  3023.       Caption = 
  3024.         'Use this step to perform variable manipulation, such as incremen' +
  3025.         'ting or decrementing a variable'#39's contents, or concatenating two' +
  3026.         ' variables together.'
  3027.       WordWrap = True
  3028.     end
  3029.     object lblFunc: TLabel
  3030.       Left = 12
  3031.       Top = 89
  3032.       Width = 44
  3033.       Height = 13
  3034.       Caption = '&Function:'
  3035.       FocusControl = cboVarFunctions
  3036.     end
  3037.     object lblDestVar: TLabel
  3038.       Left = 13
  3039.       Top = 174
  3040.       Width = 69
  3041.       Height = 13
  3042.       Caption = '&Dest. Variable:'
  3043.       FocusControl = cboVarFuncVar3
  3044.     end
  3045.     object cboVarFuncVar1: TComboBox
  3046.       Left = 84
  3047.       Top = 114
  3048.       Width = 165
  3049.       Height = 21
  3050.       ItemHeight = 13
  3051.       TabOrder = 1
  3052.       OnExit = cboVarFuncVar1Exit
  3053.     end
  3054.     object BitBtn2: TBitBtn
  3055.       Left = 255
  3056.       Top = 142
  3057.       Width = 66
  3058.       Height = 23
  3059.       Caption = '&Field   '
  3060.       PopupMenu = popFields
  3061.       TabOrder = 3
  3062.       Visible = False
  3063.       OnClick = comSetVarFieldClick
  3064.       Glyph.Data = {
  3065.         CE000000424DCE0000000000000076000000280000000E0000000B0000000100
  3066.         0400000000005800000000000000000000001000000010000000000000000000
  3067.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  3068.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  3069.         FF00FFFFFFFFFFFFFF00FFFFFF0FFFFFFF00FFFFF000FFFFFF00FFFF00000FFF
  3070.         FF00FFF0000000FFFF00FF000000000FFF00F00000000000FF00000000000000
  3071.         0F00FFFFFFFFFFFFFF00FFFFFFFFFFFFFF00}
  3072.       Layout = blGlyphRight
  3073.       Spacing = 2
  3074.     end
  3075.     object cboVarFunctions: TComboBox
  3076.       Left = 84
  3077.       Top = 86
  3078.       Width = 165
  3079.       Height = 21
  3080.       Style = csDropDownList
  3081.       ItemHeight = 13
  3082.       Items.Strings = (
  3083.         'Increment'
  3084.         'Decrement'
  3085.         'Concatenate')
  3086.       TabOrder = 0
  3087.       OnChange = cboVarFunctionsChange
  3088.       OnExit = cboVarNameToSetExit
  3089.     end
  3090.     object cboVarFuncVar3: TComboBox
  3091.       Left = 84
  3092.       Top = 170
  3093.       Width = 165
  3094.       Height = 21
  3095.       ItemHeight = 13
  3096.       TabOrder = 4
  3097.       OnExit = cboVarNameToSetExit
  3098.     end
  3099.     object edtVarFuncVar2: TEdit
  3100.       Left = 84
  3101.       Top = 143
  3102.       Width = 164
  3103.       Height = 21
  3104.       TabOrder = 2
  3105.     end
  3106.   end
  3107.   object pnlLoop: TPanel
  3108.     Left = 3
  3109.     Top = 3
  3110.     Width = 418
  3111.     Height = 234
  3112.     BevelOuter = bvNone
  3113.     Font.Charset = DEFAULT_CHARSET
  3114.     Font.Color = clWindowText
  3115.     Font.Height = -11
  3116.     Font.Name = 'MS Sans Serif'
  3117.     Font.Style = []
  3118.     ParentFont = False
  3119.     TabOrder = 20
  3120.     Visible = False
  3121.     object lblLoop: TLabel
  3122.       Left = 6
  3123.       Top = 6
  3124.       Width = 88
  3125.       Height = 19
  3126.       Caption = 'Loop Steps'
  3127.       Font.Charset = ANSI_CHARSET
  3128.       Font.Color = clWindowText
  3129.       Font.Height = -16
  3130.       Font.Name = 'Arial'
  3131.       Font.Style = [fsBold]
  3132.       ParentFont = False
  3133.     end
  3134.     object Label52: TLabel
  3135.       Left = 8
  3136.       Top = 104
  3137.       Width = 114
  3138.       Height = 13
  3139.       Caption = '&Number of times to loop:'
  3140.       FocusControl = edtLoop
  3141.     end
  3142.     object Label54: TLabel
  3143.       Left = 52
  3144.       Top = 32
  3145.       Width = 357
  3146.       Height = 57
  3147.       AutoSize = False
  3148.       Caption = 
  3149.         'Use this command to loop through a block of steps a specific num' +
  3150.         'ber of times.  After clicking OK, position the '#39'Begin Loop'#39' and ' +
  3151.         #39'End Loop'#39' steps in the Step Builder to define the block.'
  3152.       WordWrap = True
  3153.     end
  3154.     object imgLoop: TImage
  3155.       Left = 8
  3156.       Top = 36
  3157.       Width = 32
  3158.       Height = 32
  3159.       AutoSize = True
  3160.       Picture.Data = {<image045.ico>}
  3161.     end
  3162.     object edtLoop: TEdit
  3163.       Left = 126
  3164.       Top = 101
  3165.       Width = 59
  3166.       Height = 21
  3167.       TabOrder = 0
  3168.       Text = '1'
  3169.     end
  3170.   end
  3171.   object pnlCondition: TPanel
  3172.     Left = 3
  3173.     Top = 3
  3174.     Width = 418
  3175.     Height = 234
  3176.     BevelOuter = bvNone
  3177.     Font.Charset = DEFAULT_CHARSET
  3178.     Font.Color = clWindowText
  3179.     Font.Height = -11
  3180.     Font.Name = 'MS Sans Serif'
  3181.     Font.Style = []
  3182.     ParentFont = False
  3183.     TabOrder = 1
  3184.     Visible = False
  3185.     object Label32: TLabel
  3186.       Left = 52
  3187.       Top = 32
  3188.       Width = 357
  3189.       Height = 57
  3190.       AutoSize = False
  3191.       Caption = 
  3192.         'Using this step, you can alter the execution of the task based u' +
  3193.         'pon the appearance of a window.  Specify how long you wish to wa' +
  3194.         'it for the window to appear, the interval with which to check, a' +
  3195.         'nd what to do if the time elapses without the window.'
  3196.       WordWrap = True
  3197.     end
  3198.     object lblConditional1: TLabel
  3199.       Left = 8
  3200.       Top = 88
  3201.       Width = 40
  3202.       Height = 13
  3203.       Caption = '&Wait for:'
  3204.       FocusControl = edtHowLong
  3205.     end
  3206.     object lblConditional2: TLabel
  3207.       Left = 140
  3208.       Top = 88
  3209.       Width = 121
  3210.       Height = 13
  3211.       Caption = '&for this window to appear:'
  3212.       FocusControl = cboWaitWindow
  3213.     end
  3214.     object lblConditional3: TLabel
  3215.       Left = 9
  3216.       Top = 132
  3217.       Width = 77
  3218.       Height = 13
  3219.       Caption = 'C&hecking every:'
  3220.       FocusControl = edtCheckInterval
  3221.     end
  3222.     object lblConditional4: TLabel
  3223.       Left = 133
  3224.       Top = 132
  3225.       Width = 43
  3226.       Height = 13
  3227.       Caption = 'seconds.'
  3228.     end
  3229.     object Label33: TLabel
  3230.       Left = 6
  3231.       Top = 6
  3232.       Width = 137
  3233.       Height = 19
  3234.       Caption = 'Wait for a Window'
  3235.       Font.Charset = ANSI_CHARSET
  3236.       Font.Color = clWindowText
  3237.       Font.Height = -16
  3238.       Font.Name = 'Arial'
  3239.       Font.Style = [fsBold]
  3240.       ParentFont = False
  3241.     end
  3242.     object imgWaitForWindow: TImage
  3243.       Left = 8
  3244.       Top = 36
  3245.       Width = 32
  3246.       Height = 32
  3247.       AutoSize = True
  3248.       Picture.Data = {<image046.ico>}
  3249.     end
  3250.     object cboWaitWindow: TComboBox
  3251.       Left = 140
  3252.       Top = 104
  3253.       Width = 249
  3254.       Height = 21
  3255.       ItemHeight = 13
  3256.       TabOrder = 2
  3257.     end
  3258.     object edtHowLong: TEdit
  3259.       Left = 8
  3260.       Top = 104
  3261.       Width = 33
  3262.       Height = 21
  3263.       TabOrder = 0
  3264.       Text = '30'
  3265.       OnKeyPress = edtHowLongKeyPress
  3266.     end
  3267.     object cboUnits: TComboBox
  3268.       Left = 48
  3269.       Top = 104
  3270.       Width = 77
  3271.       Height = 21
  3272.       Style = csDropDownList
  3273.       ItemHeight = 13
  3274.       Items.Strings = (
  3275.         'seconds'
  3276.         'minutes')
  3277.       TabOrder = 1
  3278.     end
  3279.     object rdgAction: TRadioGroup
  3280.       Left = 8
  3281.       Top = 180
  3282.       Width = 385
  3283.       Height = 45
  3284.       Caption = 'If the window doesn'#39't appear:  '
  3285.       TabOrder = 5
  3286.       OnClick = rdgActionClick
  3287.     end
  3288.     object edtCheckInterval: TEdit
  3289.       Left = 90
  3290.       Top = 129
  3291.       Width = 39
  3292.       Height = 21
  3293.       TabOrder = 3
  3294.       Text = '1'
  3295.       OnKeyPress = edtCheckIntervalKeyPress
  3296.     end
  3297.     object cboTaskToStart: TComboBox
  3298.       Left = 180
  3299.       Top = 196
  3300.       Width = 209
  3301.       Height = 21
  3302.       ItemHeight = 13
  3303.       TabOrder = 6
  3304.       Visible = False
  3305.     end
  3306.     object chkWaitMatchSubstring: TCheckBox
  3307.       Left = 280
  3308.       Top = 132
  3309.       Width = 109
  3310.       Height = 17
  3311.       Caption = 'Allow &partial match'
  3312.       TabOrder = 4
  3313.     end
  3314.     object cboIfNoWindow: TComboBox
  3315.       Left = 16
  3316.       Top = 196
  3317.       Width = 153
  3318.       Height = 21
  3319.       Style = csDropDownList
  3320.       ItemHeight = 13
  3321.       Items.Strings = (
  3322.         'Start this task:'
  3323.         'Stop the current task'
  3324.         'Continue the current task')
  3325.       TabOrder = 7
  3326.       OnChange = cboIfNoWindowChange
  3327.     end
  3328.     object chkEnumAllWindows: TCheckBox
  3329.       Left = 12
  3330.       Top = 156
  3331.       Width = 165
  3332.       Height = 17
  3333.       Caption = 'Include child windows'
  3334.       TabOrder = 8
  3335.     end
  3336.   end
  3337.   object pnlDisappear: TPanel
  3338.     Left = 3
  3339.     Top = 3
  3340.     Width = 418
  3341.     Height = 234
  3342.     BevelOuter = bvNone
  3343.     Font.Charset = DEFAULT_CHARSET
  3344.     Font.Color = clWindowText
  3345.     Font.Height = -11
  3346.     Font.Name = 'MS Sans Serif'
  3347.     Font.Style = []
  3348.     ParentFont = False
  3349.     TabOrder = 26
  3350.     Visible = False
  3351.     object Label64: TLabel
  3352.       Left = 140
  3353.       Top = 88
  3354.       Width = 134
  3355.       Height = 13
  3356.       Caption = '&for this window to disappear:'
  3357.       FocusControl = cboDisappearWindows
  3358.     end
  3359.     object Label67: TLabel
  3360.       Left = 124
  3361.       Top = 132
  3362.       Width = 43
  3363.       Height = 13
  3364.       Caption = 'seconds.'
  3365.     end
  3366.     object lblDisappearDesc: TLabel
  3367.       Left = 52
  3368.       Top = 32
  3369.       Width = 357
  3370.       Height = 57
  3371.       AutoSize = False
  3372.       Caption = 
  3373.         'Using this step, you can alter the execution of the task based u' +
  3374.         'pon the disappearance of a window.  Specify how long you wish to' +
  3375.         ' wait for the window to disappear, the interval with which to ch' +
  3376.         'eck, and which action to take.'
  3377.       WordWrap = True
  3378.     end
  3379.     object lblDisappearTitle: TLabel
  3380.       Left = 6
  3381.       Top = 6
  3382.       Width = 238
  3383.       Height = 19
  3384.       Caption = 'Wait for a Window to Disappear'
  3385.       Font.Charset = ANSI_CHARSET
  3386.       Font.Color = clWindowText
  3387.       Font.Height = -16
  3388.       Font.Name = 'Arial'
  3389.       Font.Style = [fsBold]
  3390.       ParentFont = False
  3391.     end
  3392.     object Image5: TImage
  3393.       Left = 8
  3394.       Top = 36
  3395.       Width = 32
  3396.       Height = 32
  3397.       AutoSize = True
  3398.       Picture.Data = {<image047.ico>}
  3399.     end
  3400.     object Label65: TLabel
  3401.       Left = 8
  3402.       Top = 132
  3403.       Width = 63
  3404.       Height = 13
  3405.       Caption = 'Check &every:'
  3406.     end
  3407.     object cboDisappearWindows: TComboBox
  3408.       Left = 140
  3409.       Top = 104
  3410.       Width = 249
  3411.       Height = 21
  3412.       ItemHeight = 13
  3413.       TabOrder = 3
  3414.     end
  3415.     object edtDisappearWait: TEdit
  3416.       Left = 8
  3417.       Top = 104
  3418.       Width = 33
  3419.       Height = 21
  3420.       TabOrder = 1
  3421.       Text = '30'
  3422.       OnKeyPress = edtHowLongKeyPress
  3423.     end
  3424.     object cboDisappearUnits: TComboBox
  3425.       Left = 48
  3426.       Top = 104
  3427.       Width = 77
  3428.       Height = 21
  3429.       Style = csDropDownList
  3430.       ItemHeight = 13
  3431.       Items.Strings = (
  3432.         'seconds'
  3433.         'minutes')
  3434.       TabOrder = 2
  3435.     end
  3436.     object rdoDisappearAction: TRadioGroup
  3437.       Left = 8
  3438.       Top = 180
  3439.       Width = 385
  3440.       Height = 45
  3441.       Caption = 'If the window doesn'#39't &disappear:  '
  3442.       TabOrder = 6
  3443.       OnClick = rdoDisappearActionClick
  3444.     end
  3445.     object edtDisappearInterval: TEdit
  3446.       Left = 82
  3447.       Top = 129
  3448.       Width = 39
  3449.       Height = 21
  3450.       TabOrder = 4
  3451.       Text = '1'
  3452.       OnKeyPress = edtCheckIntervalKeyPress
  3453.     end
  3454.     object cboDisappearTasks: TComboBox
  3455.       Left = 176
  3456.       Top = 196
  3457.       Width = 209
  3458.       Height = 21
  3459.       ItemHeight = 13
  3460.       TabOrder = 7
  3461.       Visible = False
  3462.     end
  3463.     object chkDisappearSubstring: TCheckBox
  3464.       Left = 280
  3465.       Top = 132
  3466.       Width = 109
  3467.       Height = 17
  3468.       Caption = 'Allow &partial match'
  3469.       TabOrder = 5
  3470.     end
  3471.     object chkDisappearCheck: TCheckBox
  3472.       Left = 8
  3473.       Top = 88
  3474.       Width = 93
  3475.       Height = 17
  3476.       Caption = '&Wait for:'
  3477.       Checked = True
  3478.       State = cbChecked
  3479.       TabOrder = 0
  3480.       OnClick = chkDisappearCheckClick
  3481.     end
  3482.     object cboWindowStillThere: TComboBox
  3483.       Left = 16
  3484.       Top = 196
  3485.       Width = 153
  3486.       Height = 21
  3487.       Style = csDropDownList
  3488.       ItemHeight = 13
  3489.       Items.Strings = (
  3490.         'Start this task:'
  3491.         'Stop the current task'
  3492.         'Continue the current task')
  3493.       TabOrder = 8
  3494.       OnClick = cboWindowStillThereClick
  3495.     end
  3496.     object chkEnumDisappearWindows: TCheckBox
  3497.       Left = 8
  3498.       Top = 156
  3499.       Width = 161
  3500.       Height = 17
  3501.       Caption = 'Include &child windows'
  3502.       TabOrder = 9
  3503.     end
  3504.   end
  3505.   object pnlStartAnotherTask: TPanel
  3506.     Left = 3
  3507.     Top = 3
  3508.     Width = 418
  3509.     Height = 234
  3510.     BevelOuter = bvNone
  3511.     Font.Charset = DEFAULT_CHARSET
  3512.     Font.Color = clWindowText
  3513.     Font.Height = -11
  3514.     Font.Name = 'MS Sans Serif'
  3515.     Font.Style = []
  3516.     ParentFont = False
  3517.     TabOrder = 41
  3518.     Visible = False
  3519.     object lblStartAnotherTaskDesc: TLabel
  3520.       Left = 52
  3521.       Top = 32
  3522.       Width = 357
  3523.       Height = 57
  3524.       AutoSize = False
  3525.       Caption = 
  3526.         'Use this command to start another task from within this task.  Y' +
  3527.         'ou can modify the flow of this task based on the success of the ' +
  3528.         'other task you start.'
  3529.       WordWrap = True
  3530.     end
  3531.     object lblStartAnotherTaskTitle: TLabel
  3532.       Left = 6
  3533.       Top = 6
  3534.       Width = 142
  3535.       Height = 19
  3536.       Caption = 'Start Another Task'
  3537.       Font.Charset = ANSI_CHARSET
  3538.       Font.Color = clWindowText
  3539.       Font.Height = -16
  3540.       Font.Name = 'Arial'
  3541.       Font.Style = [fsBold]
  3542.       ParentFont = False
  3543.     end
  3544.     object imgStartAnotherTask: TImage
  3545.       Left = 8
  3546.       Top = 36
  3547.       Width = 32
  3548.       Height = 32
  3549.       AutoSize = True
  3550.       Picture.Data = {<image048.ico>}
  3551.     end
  3552.     object Label85: TLabel
  3553.       Left = 12
  3554.       Top = 96
  3555.       Width = 65
  3556.       Height = 13
  3557.       Caption = 'TaskTo &Start:'
  3558.       FocusControl = cboStartAnotherTask
  3559.     end
  3560.     object pnlStartAnotherTaskInner: TPanel
  3561.       Left = 8
  3562.       Top = 156
  3563.       Width = 249
  3564.       Height = 41
  3565.       BevelOuter = bvNone
  3566.       BorderStyle = bsSingle
  3567.       TabOrder = 4
  3568.     end
  3569.     object cboStartAnotherTask: TComboBox
  3570.       Left = 84
  3571.       Top = 93
  3572.       Width = 173
  3573.       Height = 21
  3574.       ItemHeight = 13
  3575.       TabOrder = 0
  3576.     end
  3577.     object rdoContinueThisTask: TRadioButton
  3578.       Left = 12
  3579.       Top = 128
  3580.       Width = 313
  3581.       Height = 17
  3582.       Caption = '&Continue on with this task immediately'
  3583.       Checked = True
  3584.       TabOrder = 1
  3585.       TabStop = True
  3586.       OnClick = rdoContinueThisTaskClick
  3587.     end
  3588.     object cboWaitToFinish: TRadioButton
  3589.       Left = 12
  3590.       Top = 148
  3591.       Width = 141
  3592.       Height = 17
  3593.       Caption = '&Wait for the task to finish'
  3594.       TabOrder = 2
  3595.       OnClick = cboWaitToFinishClick
  3596.     end
  3597.     object chkFailTask: TCheckBox
  3598.       Left = 32
  3599.       Top = 172
  3600.       Width = 213
  3601.       Height = 17
  3602.       Caption = 'Fail this task if the started task fails'
  3603.       TabOrder = 3
  3604.     end
  3605.   end
  3606.   object pnlMouse: TPanel
  3607.     Left = 3
  3608.     Top = 3
  3609.     Width = 418
  3610.     Height = 234
  3611.     BevelOuter = bvNone
  3612.     Font.Charset = DEFAULT_CHARSET
  3613.     Font.Color = clWindowText
  3614.     Font.Height = -11
  3615.     Font.Name = 'MS Sans Serif'
  3616.     Font.Style = []
  3617.     ParentFont = False
  3618.     TabOrder = 28
  3619.     Visible = False
  3620.     object lblMouseDesc: TLabel
  3621.       Left = 52
  3622.       Top = 32
  3623.       Width = 357
  3624.       Height = 57
  3625.       AutoSize = False
  3626.       Caption = 
  3627.         'Use this step to move your mouse to a specific location on the s' +
  3628.         'creen.  You can move the mouse to a location and press the inser' +
  3629.         't key to "snapshot" the current mouse coordinates.'
  3630.       WordWrap = True
  3631.     end
  3632.     object lblMouseTitle: TLabel
  3633.       Left = 6
  3634.       Top = 6
  3635.       Width = 191
  3636.       Height = 19
  3637.       Caption = 'Move Mouse To Location'
  3638.       Font.Charset = ANSI_CHARSET
  3639.       Font.Color = clWindowText
  3640.       Font.Height = -16
  3641.       Font.Name = 'Arial'
  3642.       Font.Style = [fsBold]
  3643.       ParentFont = False
  3644.     end
  3645.     object Image7: TImage
  3646.       Left = 8
  3647.       Top = 36
  3648.       Width = 32
  3649.       Height = 32
  3650.       AutoSize = True
  3651.       Picture.Data = {<image049.ico>}
  3652.     end
  3653.     object lblXLocation: TLabel
  3654.       Left = 16
  3655.       Top = 108
  3656.       Width = 37
  3657.       Height = 17
  3658.       AutoSize = False
  3659.       Caption = '&X Pos:'
  3660.     end
  3661.     object lblYPos: TLabel
  3662.       Left = 116
  3663.       Top = 108
  3664.       Width = 38
  3665.       Height = 17
  3666.       AutoSize = False
  3667.       Caption = '&Y Pos:'
  3668.     end
  3669.     object Label20: TLabel
  3670.       Left = 16
  3671.       Top = 152
  3672.       Width = 116
  3673.       Height = 13
  3674.       Caption = 'Current Mouse Location:'
  3675.     end
  3676.     object Label68: TLabel
  3677.       Left = 16
  3678.       Top = 168
  3679.       Width = 149
  3680.       Height = 13
  3681.       Caption = '(Press the insert key to capture)'
  3682.     end
  3683.     object lblCurrentLocation: TLabel
  3684.       Left = 152
  3685.       Top = 152
  3686.       Width = 81
  3687.       Height = 17
  3688.       AutoSize = False
  3689.       Caption = '-,-'
  3690.     end
  3691.     object edtX: TEdit
  3692.       Left = 56
  3693.       Top = 104
  3694.       Width = 45
  3695.       Height = 21
  3696.       TabOrder = 0
  3697.       Text = '0'
  3698.       OnKeyUp = edtXKeyUp
  3699.     end
  3700.     object edtY: TEdit
  3701.       Left = 156
  3702.       Top = 104
  3703.       Width = 45
  3704.       Height = 21
  3705.       TabOrder = 1
  3706.       Text = '0'
  3707.       OnKeyUp = edtYKeyUp
  3708.     end
  3709.   end
  3710.   object pnlCreateVariable: TPanel
  3711.     Left = 3
  3712.     Top = 3
  3713.     Width = 418
  3714.     Height = 234
  3715.     BevelOuter = bvNone
  3716.     Font.Charset = DEFAULT_CHARSET
  3717.     Font.Color = clWindowText
  3718.     Font.Height = -11
  3719.     Font.Name = 'MS Sans Serif'
  3720.     Font.Style = []
  3721.     ParentFont = False
  3722.     TabOrder = 32
  3723.     Visible = False
  3724.     object lblSetVariableTitle: TLabel
  3725.       Left = 6
  3726.       Top = 6
  3727.       Width = 91
  3728.       Height = 19
  3729.       Caption = 'Set Variable'
  3730.       Font.Charset = ANSI_CHARSET
  3731.       Font.Color = clWindowText
  3732.       Font.Height = -16
  3733.       Font.Name = 'Arial'
  3734.       Font.Style = [fsBold]
  3735.       ParentFont = False
  3736.     end
  3737.     object lblSetVarDesc: TLabel
  3738.       Left = 52
  3739.       Top = 32
  3740.       Width = 357
  3741.       Height = 57
  3742.       AutoSize = False
  3743.       Caption = 
  3744.         'Use this step to set the value of a variable.  Select the variab' +
  3745.         'le from the dropdown list, or type in the name of the variable y' +
  3746.         'ou want to set.  To use a variable, use two exclamation points (' +
  3747.         'e.g. !!VARNAME!!)'
  3748.       Visible = False
  3749.       WordWrap = True
  3750.     end
  3751.     object lblSetVarValue: TLabel
  3752.       Left = 13
  3753.       Top = 129
  3754.       Width = 55
  3755.       Height = 13
  3756.       Caption = 'New &Value:'
  3757.       Visible = False
  3758.     end
  3759.     object lblSetVarName: TLabel
  3760.       Left = 13
  3761.       Top = 97
  3762.       Width = 72
  3763.       Height = 13
  3764.       Caption = 'Variable &Name:'
  3765.       Visible = False
  3766.     end
  3767.     object lblVariableName: TLabel
  3768.       Left = 13
  3769.       Top = 97
  3770.       Width = 72
  3771.       Height = 13
  3772.       Caption = 'Variable &Name:'
  3773.       FocusControl = cboVarNameToSet
  3774.       Visible = False
  3775.     end
  3776.     object lblCreateVariableDesc: TLabel
  3777.       Left = 52
  3778.       Top = 32
  3779.       Width = 357
  3780.       Height = 53
  3781.       AutoSize = False
  3782.       Caption = 
  3783.         'Use this step to create a new variable that can be used througho' +
  3784.         'ut your task.  The variable'#39's value can be changed after creatio' +
  3785.         'n using one of AutoMate'#39's variable commands.To use a variable, u' +
  3786.         'se two exclamation points (e.g. !!VARNAME!!)'
  3787.       Visible = False
  3788.       WordWrap = True
  3789.     end
  3790.     object imgSetVariable: TImage
  3791.       Left = 8
  3792.       Top = 36
  3793.       Width = 32
  3794.       Height = 32
  3795.       AutoSize = True
  3796.       Picture.Data = {<image050.ico>}
  3797.       Visible = False
  3798.     end
  3799.     object lblVarInitialValue: TLabel
  3800.       Left = 13
  3801.       Top = 129
  3802.       Width = 57
  3803.       Height = 13
  3804.       Caption = '&Initial Value:'
  3805.       Visible = False
  3806.     end
  3807.     object lblSendVarDesc: TLabel
  3808.       Left = 52
  3809.       Top = 32
  3810.       Width = 357
  3811.       Height = 53
  3812.       AutoSize = False
  3813.       Caption = 
  3814.         'Use this step to send the contents of a variable as keystrokes t' +
  3815.         'o the currently focused window. '
  3816.       Visible = False
  3817.       WordWrap = True
  3818.     end
  3819.     object imgCreateVariable: TImage
  3820.       Left = 8
  3821.       Top = 36
  3822.       Width = 32
  3823.       Height = 32
  3824.       AutoSize = True
  3825.       Picture.Data = {<image051.ico>}
  3826.       Visible = False
  3827.     end
  3828.     object imgSendVariable: TImage
  3829.       Left = 8
  3830.       Top = 36
  3831.       Width = 32
  3832.       Height = 32
  3833.       AutoSize = True
  3834.       Picture.Data = {<image052.ico>}
  3835.       Visible = False
  3836.     end
  3837.     object imgInputVariable: TImage
  3838.       Left = 8
  3839.       Top = 36
  3840.       Width = 32
  3841.       Height = 32
  3842.       AutoSize = True
  3843.       Picture.Data = {<image053.ico>}
  3844.       Visible = False
  3845.     end
  3846.     object lblSetPopFromCbDesc: TLabel
  3847.       Left = 52
  3848.       Top = 32
  3849.       Width = 357
  3850.       Height = 53
  3851.       AutoSize = False
  3852.       Caption = 
  3853.         'Use this step to populate an exisiting AutoMate variable with th' +
  3854.         'e current contents of the clipboard.'
  3855.       Visible = False
  3856.       WordWrap = True
  3857.     end
  3858.     object imgPopVarFromCb: TImage
  3859.       Left = 8
  3860.       Top = 36
  3861.       Width = 32
  3862.       Height = 32
  3863.       AutoSize = True
  3864.       Picture.Data = {<image054.ico>}
  3865.       Visible = False
  3866.     end
  3867.     object imgPopCbFromVar: TImage
  3868.       Left = 8
  3869.       Top = 36
  3870.       Width = 32
  3871.       Height = 32
  3872.       AutoSize = True
  3873.       Picture.Data = {<image055.ico>}
  3874.       Visible = False
  3875.     end
  3876.     object lblPopCbFromVar: TLabel
  3877.       Left = 52
  3878.       Top = 32
  3879.       Width = 357
  3880.       Height = 53
  3881.       AutoSize = False
  3882.       Caption = 
  3883.         'Use this step to populate the system clipboard with the current ' +
  3884.         'contents of the selected variable.'
  3885.       Visible = False
  3886.       WordWrap = True
  3887.     end
  3888.     object cboVarNameToSet: TComboBox
  3889.       Left = 92
  3890.       Top = 94
  3891.       Width = 145
  3892.       Height = 21
  3893.       ItemHeight = 13
  3894.       TabOrder = 2
  3895.       OnExit = cboVarNameToSetExit
  3896.     end
  3897.     object edtNewValue: TEdit
  3898.       Left = 92
  3899.       Top = 126
  3900.       Width = 145
  3901.       Height = 21
  3902.       TabOrder = 3
  3903.       Visible = False
  3904.     end
  3905.     object edtVarName: TEdit
  3906.       Left = 92
  3907.       Top = 94
  3908.       Width = 121
  3909.       Height = 21
  3910.       TabOrder = 0
  3911.       Visible = False
  3912.       OnExit = edtVarNameExit
  3913.     end
  3914.     object edtInitialValue: TEdit
  3915.       Left = 92
  3916.       Top = 126
  3917.       Width = 121
  3918.       Height = 21
  3919.       TabOrder = 1
  3920.       Visible = False
  3921.     end
  3922.     object comSetVarField: TBitBtn
  3923.       Left = 247
  3924.       Top = 126
  3925.       Width = 66
  3926.       Height = 23
  3927.       Caption = '&Field   '
  3928.       PopupMenu = popFields
  3929.       TabOrder = 4
  3930.       Visible = False
  3931.       OnClick = comSetVarFieldClick
  3932.       Glyph.Data = {
  3933.         CE000000424DCE0000000000000076000000280000000E0000000B0000000100
  3934.         0400000000005800000000000000000000001000000010000000000000000000
  3935.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  3936.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  3937.         FF00FFFFFFFFFFFFFF00FFFFFF0FFFFFFF00FFFFF000FFFFFF00FFFF00000FFF
  3938.         FF00FFF0000000FFFF00FF000000000FFF00F00000000000FF00000000000000
  3939.         0F00FFFFFFFFFFFFFF00FFFFFFFFFFFFFF00}
  3940.       Layout = blGlyphRight
  3941.       Spacing = 2
  3942.     end
  3943.     object chkEncryptVar: TCheckBox
  3944.       Left = 12
  3945.       Top = 168
  3946.       Width = 145
  3947.       Height = 17
  3948.       Caption = '&Hide variable contents'
  3949.       TabOrder = 5
  3950.       Visible = False
  3951.       OnClick = chkEncryptVarClick
  3952.     end
  3953.   end
  3954.   object pnlHoldDownKey: TPanel
  3955.     Left = 3
  3956.     Top = 3
  3957.     Width = 418
  3958.     Height = 234
  3959.     BevelOuter = bvNone
  3960.     Font.Charset = DEFAULT_CHARSET
  3961.     Font.Color = clWindowText
  3962.     Font.Height = -11
  3963.     Font.Name = 'MS Sans Serif'
  3964.     Font.Style = []
  3965.     ParentFont = False
  3966.     TabOrder = 50
  3967.     Visible = False
  3968.     object lblHoldDownKeyDesc: TLabel
  3969.       Left = 52
  3970.       Top = 32
  3971.       Width = 353
  3972.       Height = 57
  3973.       AutoSize = False
  3974.       Caption = 
  3975.         'Use this step to hold down one or more of the system keys on the' +
  3976.         ' keyboard.  Use the "Release Key" action to stop holding down th' +
  3977.         'e key.'
  3978.       Visible = False
  3979.       WordWrap = True
  3980.     end
  3981.     object lblHoldDownKeyTitle: TLabel
  3982.       Left = 6
  3983.       Top = 6
  3984.       Width = 119
  3985.       Height = 19
  3986.       Caption = 'Hold Down Key'
  3987.       Font.Charset = ANSI_CHARSET
  3988.       Font.Color = clWindowText
  3989.       Font.Height = -16
  3990.       Font.Name = 'Arial'
  3991.       Font.Style = [fsBold]
  3992.       ParentFont = False
  3993.       Visible = False
  3994.     end
  3995.     object imgHoldDownKey: TImage
  3996.       Left = 8
  3997.       Top = 36
  3998.       Width = 32
  3999.       Height = 32
  4000.       AutoSize = True
  4001.       Picture.Data = {<image056.ico>}
  4002.       Visible = False
  4003.     end
  4004.     object lblReleaseKeyTitle: TLabel
  4005.       Left = 6
  4006.       Top = 6
  4007.       Width = 95
  4008.       Height = 19
  4009.       Caption = 'Release Key'
  4010.       Font.Charset = ANSI_CHARSET
  4011.       Font.Color = clWindowText
  4012.       Font.Height = -16
  4013.       Font.Name = 'Arial'
  4014.       Font.Style = [fsBold]
  4015.       ParentFont = False
  4016.       Visible = False
  4017.     end
  4018.     object imgReleaseKey: TImage
  4019.       Left = 8
  4020.       Top = 36
  4021.       Width = 32
  4022.       Height = 32
  4023.       AutoSize = True
  4024.       Picture.Data = {<image057.ico>}
  4025.       Visible = False
  4026.     end
  4027.     object lblReleaseKeyDesc: TLabel
  4028.       Left = 52
  4029.       Top = 32
  4030.       Width = 357
  4031.       Height = 57
  4032.       AutoSize = False
  4033.       Caption = 
  4034.         'Use this step to release a key (or combination of keys) that was' +
  4035.         ' previously "held down" by the "Hold Down A Key" action.'
  4036.       Visible = False
  4037.       WordWrap = True
  4038.     end
  4039.     object grpHoldKey: TGroupBox
  4040.       Left = 16
  4041.       Top = 92
  4042.       Width = 285
  4043.       Height = 73
  4044.       Caption = '&Key to release:  '
  4045.       TabOrder = 0
  4046.     end
  4047.     object chkHoldShift: TCheckBox
  4048.       Left = 32
  4049.       Top = 112
  4050.       Width = 97
  4051.       Height = 17
  4052.       Caption = '&Shift'
  4053.       TabOrder = 1
  4054.     end
  4055.     object chkHoldCtrl: TCheckBox
  4056.       Left = 32
  4057.       Top = 136
  4058.       Width = 97
  4059.       Height = 17
  4060.       Caption = '&Ctrl'
  4061.       TabOrder = 2
  4062.     end
  4063.     object chkHoldAlt: TCheckBox
  4064.       Left = 136
  4065.       Top = 112
  4066.       Width = 97
  4067.       Height = 17
  4068.       Caption = '&Alt'
  4069.       TabOrder = 3
  4070.     end
  4071.     object chkHoldWinkey: TCheckBox
  4072.       Left = 136
  4073.       Top = 136
  4074.       Width = 97
  4075.       Height = 17
  4076.       Caption = '&Winkey'
  4077.       TabOrder = 4
  4078.     end
  4079.     object chkHoldGr: TCheckBox
  4080.       Left = 236
  4081.       Top = 112
  4082.       Width = 53
  4083.       Height = 17
  4084.       Caption = 'Alt &Gr'
  4085.       TabOrder = 5
  4086.     end
  4087.   end
  4088.   object pnlChangePrinter: TPanel
  4089.     Left = 3
  4090.     Top = 3
  4091.     Width = 418
  4092.     Height = 234
  4093.     BevelOuter = bvNone
  4094.     Font.Charset = DEFAULT_CHARSET
  4095.     Font.Color = clWindowText
  4096.     Font.Height = -11
  4097.     Font.Name = 'MS Sans Serif'
  4098.     Font.Style = []
  4099.     ParentFont = False
  4100.     TabOrder = 51
  4101.     Visible = False
  4102.     object lblChangePrinterTitle: TLabel
  4103.       Left = 6
  4104.       Top = 6
  4105.       Width = 173
  4106.       Height = 19
  4107.       Caption = 'Change Default Printer'
  4108.       Font.Charset = ANSI_CHARSET
  4109.       Font.Color = clWindowText
  4110.       Font.Height = -16
  4111.       Font.Name = 'Arial'
  4112.       Font.Style = [fsBold]
  4113.       ParentFont = False
  4114.     end
  4115.     object lblPrinters: TLabel
  4116.       Left = 8
  4117.       Top = 89
  4118.       Width = 84
  4119.       Height = 13
  4120.       AutoSize = False
  4121.       Caption = 'Available &Printers:'
  4122.     end
  4123.     object lblChangePrinterDesc: TLabel
  4124.       Left = 52
  4125.       Top = 32
  4126.       Width = 357
  4127.       Height = 57
  4128.       AutoSize = False
  4129.       Caption = 
  4130.         'Use this step to change the current default printer on your syst' +
  4131.         'em.  '
  4132.       WordWrap = True
  4133.     end
  4134.     object imgChangePrinter: TImage
  4135.       Left = 8
  4136.       Top = 36
  4137.       Width = 32
  4138.       Height = 32
  4139.       AutoSize = True
  4140.       Picture.Data = {<image058.ico>}
  4141.     end
  4142.     object cboPrinters: TComboBox
  4143.       Left = 96
  4144.       Top = 85
  4145.       Width = 265
  4146.       Height = 21
  4147.       ItemHeight = 13
  4148.       TabOrder = 0
  4149.     end
  4150.   end
  4151.   object pnlFTPFileIO: TPanel
  4152.     Left = 3
  4153.     Top = 3
  4154.     Width = 418
  4155.     Height = 234
  4156.     BevelOuter = bvNone
  4157.     Font.Charset = DEFAULT_CHARSET
  4158.     Font.Color = clWindowText
  4159.     Font.Height = -11
  4160.     Font.Name = 'MS Sans Serif'
  4161.     Font.Style = []
  4162.     ParentFont = False
  4163.     TabOrder = 17
  4164.     Visible = False
  4165.     object lblFTPSource: TLabel
  4166.       Left = 8
  4167.       Top = 84
  4168.       Width = 37
  4169.       Height = 13
  4170.       Caption = '&Source:'
  4171.       FocusControl = edtFTPSource
  4172.     end
  4173.     object lblFTPDest: TLabel
  4174.       Left = 9
  4175.       Top = 128
  4176.       Width = 246
  4177.       Height = 13
  4178.       Caption = '&Destination filename (or path with trailing backslash):'
  4179.       FocusControl = edtFTPDest
  4180.     end
  4181.     object Label53: TLabel
  4182.       Left = 52
  4183.       Top = 32
  4184.       Width = 357
  4185.       Height = 57
  4186.       AutoSize = False
  4187.       Caption = 
  4188.         'Once an FTP session has been established using the "FTP Login" s' +
  4189.         'tep, you can perform file I/O operations on the FTP server using' +
  4190.         ' this command (assuming you have rights to do so).'
  4191.       WordWrap = True
  4192.     end
  4193.     object lblFTPFileIO: TLabel
  4194.       Left = 6
  4195.       Top = 6
  4196.       Width = 129
  4197.       Height = 19
  4198.       Caption = 'FTP Rename File'
  4199.       Font.Charset = ANSI_CHARSET
  4200.       Font.Color = clWindowText
  4201.       Font.Height = -16
  4202.       Font.Name = 'Arial'
  4203.       Font.Style = [fsBold]
  4204.       ParentFont = False
  4205.     end
  4206.     object imgFTPRename: TImage
  4207.       Left = 8
  4208.       Top = 36
  4209.       Width = 32
  4210.       Height = 32
  4211.       AutoSize = True
  4212.       Picture.Data = {<image059.ico>}
  4213.       Visible = False
  4214.     end
  4215.     object imgFTPDelete: TImage
  4216.       Left = 8
  4217.       Top = 36
  4218.       Width = 32
  4219.       Height = 32
  4220.       AutoSize = True
  4221.       Picture.Data = {<image060.ico>}
  4222.       Visible = False
  4223.     end
  4224.     object imgFTPMakeDir: TImage
  4225.       Left = 8
  4226.       Top = 36
  4227.       Width = 32
  4228.       Height = 32
  4229.       AutoSize = True
  4230.       Picture.Data = {<image061.ico>}
  4231.       Visible = False
  4232.     end
  4233.     object imgFTPRemoveDir: TImage
  4234.       Left = 8
  4235.       Top = 36
  4236.       Width = 32
  4237.       Height = 32
  4238.       AutoSize = True
  4239.       Picture.Data = {<image062.ico>}
  4240.       Visible = False
  4241.     end
  4242.     object imgFTPUpload1: TImage
  4243.       Left = 8
  4244.       Top = 36
  4245.       Width = 32
  4246.       Height = 32
  4247.       AutoSize = True
  4248.       Picture.Data = {<image063.ico>}
  4249.       Visible = False
  4250.     end
  4251.     object imgFTPDownload1: TImage
  4252.       Left = 8
  4253.       Top = 36
  4254.       Width = 32
  4255.       Height = 32
  4256.       AutoSize = True
  4257.       Picture.Data = {<image064.ico>}
  4258.       Visible = False
  4259.     end
  4260.     object edtFTPSource: TEdit
  4261.       Left = 7
  4262.       Top = 100
  4263.       Width = 386
  4264.       Height = 21
  4265.       TabOrder = 0
  4266.     end
  4267.     object edtFTPDest: TEdit
  4268.       Left = 7
  4269.       Top = 144
  4270.       Width = 386
  4271.       Height = 21
  4272.       TabOrder = 1
  4273.       OnKeyPress = edtDestFileKeyPress
  4274.     end
  4275.     object rdoTransferType: TRadioGroup
  4276.       Left = 8
  4277.       Top = 172
  4278.       Width = 385
  4279.       Height = 36
  4280.       Caption = 'Transfer Type: '
  4281.       Columns = 3
  4282.       ItemIndex = 0
  4283.       Items.Strings = (
  4284.         'Default'
  4285.         'ASCII'
  4286.         'Binary')
  4287.       TabOrder = 2
  4288.       Visible = False
  4289.     end
  4290.     object comFTPFileIOSourceBrowse: TBitBtn
  4291.       Left = 360
  4292.       Top = 100
  4293.       Width = 37
  4294.       Height = 21
  4295.       TabOrder = 3
  4296.       Visible = False
  4297.       OnClick = comFTPFileIOSourceBrowseClick
  4298.       Glyph.Data = {
  4299.         76010000424D7601000000000000760000002800000020000000100000000100
  4300.         0400000000000001000000000000000000001000000010000000000000000000
  4301.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4302.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  4303.         5555555555555555555555555555555555555555555555555555555555555555
  4304.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  4305.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  4306.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  4307.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  4308.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  4309.         55555575FFF75555555555700007555555555557777555555555555555555555
  4310.         5555555555555555555555555555555555555555555555555555}
  4311.       NumGlyphs = 2
  4312.     end
  4313.     object comFTPFileIODestBrowse: TBitBtn
  4314.       Left = 360
  4315.       Top = 144
  4316.       Width = 37
  4317.       Height = 21
  4318.       TabOrder = 4
  4319.       Visible = False
  4320.       OnClick = comFTPFileIODestBrowseClick
  4321.       Glyph.Data = {
  4322.         76010000424D7601000000000000760000002800000020000000100000000100
  4323.         0400000000000001000000000000000000001000000010000000000000000000
  4324.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4325.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  4326.         5555555555555555555555555555555555555555555555555555555555555555
  4327.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  4328.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  4329.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  4330.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  4331.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  4332.         55555575FFF75555555555700007555555555557777555555555555555555555
  4333.         5555555555555555555555555555555555555555555555555555}
  4334.       NumGlyphs = 2
  4335.     end
  4336.     object chkIncludeSubDirs: TCheckBox
  4337.       Left = 8
  4338.       Top = 212
  4339.       Width = 281
  4340.       Height = 17
  4341.       Caption = '&Include sub directories'
  4342.       TabOrder = 5
  4343.     end
  4344.   end
  4345.   object pnlPasteKeystrokes: TPanel
  4346.     Left = 3
  4347.     Top = 3
  4348.     Width = 418
  4349.     Height = 234
  4350.     BevelOuter = bvNone
  4351.     Caption = 'pnlPasteKeystrokes'
  4352.     Font.Charset = DEFAULT_CHARSET
  4353.     Font.Color = clWindowText
  4354.     Font.Height = -11
  4355.     Font.Name = 'MS Sans Serif'
  4356.     Font.Style = []
  4357.     ParentFont = False
  4358.     TabOrder = 40
  4359.     Visible = False
  4360.     object lblPasteKeystrokesTitle: TLabel
  4361.       Left = 6
  4362.       Top = 6
  4363.       Width = 134
  4364.       Height = 19
  4365.       Caption = 'Paste Keystrokes'
  4366.       Font.Charset = ANSI_CHARSET
  4367.       Font.Color = clWindowText
  4368.       Font.Height = -16
  4369.       Font.Name = 'Arial'
  4370.       Font.Style = [fsBold]
  4371.       ParentFont = False
  4372.     end
  4373.     object Label86: TLabel
  4374.       Left = 8
  4375.       Top = 85
  4376.       Width = 55
  4377.       Height = 13
  4378.       Caption = '&Keystrokes:'
  4379.     end
  4380.     object lblPasteKeystrokesDesc: TLabel
  4381.       Left = 52
  4382.       Top = 32
  4383.       Width = 357
  4384.       Height = 57
  4385.       AutoSize = False
  4386.       Caption = 
  4387.         'Enter the keystrokes you would like AutoMate to simulate pasting' +
  4388.         ' from the clipboard.  '
  4389.       WordWrap = True
  4390.     end
  4391.     object Image9: TImage
  4392.       Left = 8
  4393.       Top = 36
  4394.       Width = 32
  4395.       Height = 32
  4396.       AutoSize = True
  4397.       Picture.Data = {<image065.ico>}
  4398.     end
  4399.     object memPasteKeystrokes: TMemo
  4400.       Left = 8
  4401.       Top = 100
  4402.       Width = 405
  4403.       Height = 97
  4404.       ScrollBars = ssVertical
  4405.       TabOrder = 0
  4406.     end
  4407.     object comPasteKeysFields: TBitBtn
  4408.       Left = 12
  4409.       Top = 204
  4410.       Width = 68
  4411.       Height = 23
  4412.       Caption = '&Field   '
  4413.       PopupMenu = popFields
  4414.       TabOrder = 1
  4415.       OnClick = comPasteKeysFieldsClick
  4416.       Glyph.Data = {
  4417.         CE000000424DCE0000000000000076000000280000000E0000000B0000000100
  4418.         0400000000005800000000000000000000001000000010000000000000000000
  4419.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  4420.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  4421.         FF00FFFFFFFFFFFFFF00FFFFFF0FFFFFFF00FFFFF000FFFFFF00FFFF00000FFF
  4422.         FF00FFF0000000FFFF00FF000000000FFF00F00000000000FF00000000000000
  4423.         0F00FFFFFFFFFFFFFF00FFFFFFFFFFFFFF00}
  4424.       Layout = blGlyphRight
  4425.       Spacing = 2
  4426.     end
  4427.   end
  4428.   object pnlFTPLogin: TPanel
  4429.     Left = 3
  4430.     Top = 3
  4431.     Width = 418
  4432.     Height = 234
  4433.     BevelOuter = bvNone
  4434.     Font.Charset = DEFAULT_CHARSET
  4435.     Font.Color = clWindowText
  4436.     Font.Height = -11
  4437.     Font.Name = 'MS Sans Serif'
  4438.     Font.Style = []
  4439.     ParentFont = False
  4440.     TabOrder = 16
  4441.     Visible = False
  4442.     object Label21: TLabel
  4443.       Left = 6
  4444.       Top = 6
  4445.       Width = 79
  4446.       Height = 19
  4447.       Caption = 'FTP Login'
  4448.       Font.Charset = ANSI_CHARSET
  4449.       Font.Color = clWindowText
  4450.       Font.Height = -16
  4451.       Font.Name = 'Arial'
  4452.       Font.Style = [fsBold]
  4453.       ParentFont = False
  4454.     end
  4455.     object Label43: TLabel
  4456.       Left = 10
  4457.       Top = 80
  4458.       Width = 119
  4459.       Height = 13
  4460.       Caption = '&Host  (i.e. ftp.unisyn.com)'
  4461.       FocusControl = edtLoginHost
  4462.     end
  4463.     object Label44: TLabel
  4464.       Left = 9
  4465.       Top = 124
  4466.       Width = 48
  4467.       Height = 13
  4468.       Caption = '&Username'
  4469.       FocusControl = edtLoginUsername
  4470.     end
  4471.     object Label45: TLabel
  4472.       Left = 204
  4473.       Top = 124
  4474.       Width = 46
  4475.       Height = 13
  4476.       Caption = '&Password'
  4477.       FocusControl = edtLoginPassword
  4478.     end
  4479.     object Label46: TLabel
  4480.       Left = 363
  4481.       Top = 124
  4482.       Width = 19
  4483.       Height = 13
  4484.       Caption = 'Port'
  4485.     end
  4486.     object Label49: TLabel
  4487.       Left = 8
  4488.       Top = 168
  4489.       Width = 60
  4490.       Height = 13
  4491.       Caption = 'FTP &Log File'
  4492.       FocusControl = edtFTPLogFilename
  4493.     end
  4494.     object Label47: TLabel
  4495.       Left = 52
  4496.       Top = 32
  4497.       Width = 357
  4498.       Height = 53
  4499.       AutoSize = False
  4500.       Caption = 
  4501.         'Use this command to start a transaction with an FTP server.  Oth' +
  4502.         'er FTP related commands can follow this step.  Be sure to end yo' +
  4503.         'ur FTP transactions with an "FTP Logout" step.'
  4504.       WordWrap = True
  4505.     end
  4506.     object imgFTPLogin: TImage
  4507.       Left = 8
  4508.       Top = 36
  4509.       Width = 32
  4510.       Height = 32
  4511.       AutoSize = True
  4512.       Picture.Data = {<image066.ico>}
  4513.     end
  4514.     object edtLoginHost: TEdit
  4515.       Left = 8
  4516.       Top = 95
  4517.       Width = 185
  4518.       Height = 21
  4519.       TabOrder = 0
  4520.     end
  4521.     object edtLoginUsername: TEdit
  4522.       Left = 8
  4523.       Top = 139
  4524.       Width = 185
  4525.       Height = 21
  4526.       TabOrder = 1
  4527.       Text = 'anonymous'
  4528.     end
  4529.     object edtLoginPassword: TEdit
  4530.       Left = 204
  4531.       Top = 139
  4532.       Width = 149
  4533.       Height = 21
  4534.       PasswordChar = '*'
  4535.       TabOrder = 2
  4536.     end
  4537.     object edtLoginPort: TEdit
  4538.       Left = 362
  4539.       Top = 139
  4540.       Width = 41
  4541.       Height = 21
  4542.       TabOrder = 3
  4543.       Text = '21'
  4544.     end
  4545.     object edtFTPLogFilename: TEdit
  4546.       Left = 8
  4547.       Top = 184
  4548.       Width = 345
  4549.       Height = 21
  4550.       TabOrder = 4
  4551.     end
  4552.     object chkFTPLogOverwrite: TCheckBox
  4553.       Left = 201
  4554.       Top = 97
  4555.       Width = 116
  4556.       Height = 16
  4557.       Caption = '&Overwrite Log File'
  4558.       Checked = True
  4559.       State = cbChecked
  4560.       TabOrder = 5
  4561.     end
  4562.     object comLogFileBrowse: TBitBtn
  4563.       Left = 364
  4564.       Top = 183
  4565.       Width = 37
  4566.       Height = 23
  4567.       TabOrder = 6
  4568.       OnClick = comLogFileBrowseClick
  4569.       Glyph.Data = {
  4570.         76010000424D7601000000000000760000002800000020000000100000000100
  4571.         0400000000000001000000000000000000001000000010000000000000000000
  4572.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4573.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  4574.         5555555555555555555555555555555555555555555555555555555555555555
  4575.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  4576.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  4577.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  4578.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  4579.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  4580.         55555575FFF75555555555700007555555555557777555555555555555555555
  4581.         5555555555555555555555555555555555555555555555555555}
  4582.       NumGlyphs = 2
  4583.     end
  4584.     object chkUsePassive: TCheckBox
  4585.       Left = 318
  4586.       Top = 97
  4587.       Width = 97
  4588.       Height = 17
  4589.       Caption = 'Passi&ve Mode'
  4590.       TabOrder = 7
  4591.     end
  4592.     object chkCompatibilityMode: TCheckBox
  4593.       Left = 8
  4594.       Top = 212
  4595.       Width = 389
  4596.       Height = 17
  4597.       Caption = 
  4598.         'Use &compatibility mode (does not support wildcards or subdirect' +
  4599.         'ories)'
  4600.       TabOrder = 8
  4601.     end
  4602.   end
  4603.   object pnlFTPUpload: TPanel
  4604.     Left = 3
  4605.     Top = 3
  4606.     Width = 418
  4607.     Height = 234
  4608.     BevelOuter = bvNone
  4609.     TabOrder = 14
  4610.     Visible = False
  4611.     object lblFTPTitle: TLabel
  4612.       Left = 6
  4613.       Top = 6
  4614.       Width = 90
  4615.       Height = 19
  4616.       Caption = 'FTP Upload'
  4617.       Font.Charset = ANSI_CHARSET
  4618.       Font.Color = clWindowText
  4619.       Font.Height = -16
  4620.       Font.Name = 'Arial'
  4621.       Font.Style = [fsBold]
  4622.       ParentFont = False
  4623.     end
  4624.     object Label24: TLabel
  4625.       Left = 204
  4626.       Top = 118
  4627.       Width = 46
  4628.       Height = 13
  4629.       Caption = '&Password'
  4630.     end
  4631.     object lblFTPUpload: TLabel
  4632.       Left = 52
  4633.       Top = 38
  4634.       Width = 353
  4635.       Height = 37
  4636.       AutoSize = False
  4637.       Caption = 'Use this option to upload files to a FTP server.'
  4638.       WordWrap = True
  4639.     end
  4640.     object imgFTPUpload: TImage
  4641.       Left = 8
  4642.       Top = 36
  4643.       Width = 32
  4644.       Height = 32
  4645.       AutoSize = True
  4646.       Picture.Data = {<image067.ico>}
  4647.       Visible = False
  4648.     end
  4649.     object imgFTPDownload: TImage
  4650.       Left = 8
  4651.       Top = 36
  4652.       Width = 32
  4653.       Height = 32
  4654.       AutoSize = True
  4655.       Picture.Data = {<image068.ico>}
  4656.       Visible = False
  4657.     end
  4658.     object pgcFTPUpload: TPageControl
  4659.       Left = 4
  4660.       Top = 72
  4661.       Width = 413
  4662.       Height = 161
  4663.       ActivePage = tbsLogin
  4664.       TabOrder = 0
  4665.       object tbsLogin: TTabSheet
  4666.         Caption = 'Login'
  4667.         object lblHost: TLabel
  4668.           Left = 4
  4669.           Top = 2
  4670.           Width = 119
  4671.           Height = 13
  4672.           Caption = '&Host  (i.e. ftp.unisyn.com)'
  4673.           FocusControl = edtFTPHost
  4674.         end
  4675.         object lblFTPPort: TLabel
  4676.           Left = 355
  4677.           Top = 44
  4678.           Width = 19
  4679.           Height = 13
  4680.           Caption = 'P&ort'
  4681.           FocusControl = edtFTPPort
  4682.         end
  4683.         object Label23: TLabel
  4684.           Left = 4
  4685.           Top = 44
  4686.           Width = 48
  4687.           Height = 13
  4688.           Caption = '&Username'
  4689.           FocusControl = edtFTPUsername
  4690.         end
  4691.         object lblQPassword: TLabel
  4692.           Left = 196
  4693.           Top = 44
  4694.           Width = 46
  4695.           Height = 13
  4696.           Caption = '&Password'
  4697.           FocusControl = edtFTPPassword
  4698.         end
  4699.         object lblQTransType: TLabel
  4700.           Left = 4
  4701.           Top = 88
  4702.           Width = 77
  4703.           Height = 13
  4704.           Caption = 'File &transfer type'
  4705.           FocusControl = rdgQTransferType
  4706.         end
  4707.         object lblCompatModeDesc: TLabel
  4708.           Left = 216
  4709.           Top = 100
  4710.           Width = 185
  4711.           Height = 29
  4712.           AutoSize = False
  4713.           Caption = 
  4714.             'Use &compatibility mode (does not support wildcards or subdirect' +
  4715.             'ories)'
  4716.           FocusControl = chkQCompatibilityMode
  4717.           WordWrap = True
  4718.           OnClick = lblCompatModeDescClick
  4719.         end
  4720.         object edtFTPHost: TEdit
  4721.           Left = 4
  4722.           Top = 19
  4723.           Width = 389
  4724.           Height = 21
  4725.           TabOrder = 0
  4726.         end
  4727.         object edtFTPPassword: TEdit
  4728.           Left = 196
  4729.           Top = 60
  4730.           Width = 149
  4731.           Height = 21
  4732.           PasswordChar = '*'
  4733.           TabOrder = 2
  4734.         end
  4735.         object edtFTPPort: TEdit
  4736.           Left = 354
  4737.           Top = 60
  4738.           Width = 41
  4739.           Height = 21
  4740.           TabOrder = 3
  4741.           Text = '21'
  4742.         end
  4743.         object edtFTPUsername: TEdit
  4744.           Left = 4
  4745.           Top = 60
  4746.           Width = 185
  4747.           Height = 21
  4748.           TabOrder = 1
  4749.         end
  4750.         object rdgQTransferType: TComboBox
  4751.           Left = 4
  4752.           Top = 104
  4753.           Width = 185
  4754.           Height = 21
  4755.           Style = csDropDownList
  4756.           ItemHeight = 13
  4757.           Items.Strings = (
  4758.             'Default'
  4759.             'ASCII'
  4760.             'Binary')
  4761.           TabOrder = 4
  4762.         end
  4763.         object chkQCompatibilityMode: TCheckBox
  4764.           Left = 196
  4765.           Top = 105
  4766.           Width = 21
  4767.           Height = 17
  4768.           TabOrder = 5
  4769.         end
  4770.       end
  4771.       object tbsFiles: TTabSheet
  4772.         Caption = 'Files'
  4773.         ImageIndex = 1
  4774.         object lblFTPRemoteFile: TLabel
  4775.           Left = 4
  4776.           Top = 44
  4777.           Width = 175
  4778.           Height = 13
  4779.           Caption = '&Remote File  (.i.e. /dirname/myfile.txt)'
  4780.           FocusControl = edtRemote
  4781.         end
  4782.         object lblFTPLocalFile: TLabel
  4783.           Left = 4
  4784.           Top = 4
  4785.           Width = 45
  4786.           Height = 13
  4787.           Caption = '&Local File'
  4788.           FocusControl = edtLocal
  4789.         end
  4790.         object lblFTPLogfile: TLabel
  4791.           Left = 4
  4792.           Top = 88
  4793.           Width = 60
  4794.           Height = 13
  4795.           Caption = 'FTP &Log File'
  4796.           FocusControl = edtFTPLogFile
  4797.         end
  4798.         object edtLocal: TEdit
  4799.           Left = 4
  4800.           Top = 20
  4801.           Width = 353
  4802.           Height = 21
  4803.           TabOrder = 0
  4804.         end
  4805.         object edtRemote: TEdit
  4806.           Left = 4
  4807.           Top = 60
  4808.           Width = 353
  4809.           Height = 21
  4810.           TabOrder = 1
  4811.         end
  4812.         object comFTPUpBrowse: TBitBtn
  4813.           Left = 362
  4814.           Top = 19
  4815.           Width = 37
  4816.           Height = 22
  4817.           TabOrder = 2
  4818.           OnClick = comFTPUpBrowseClick
  4819.           Glyph.Data = {
  4820.             76010000424D7601000000000000760000002800000020000000100000000100
  4821.             0400000000000001000000000000000000001000000010000000000000000000
  4822.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4823.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  4824.             5555555555555555555555555555555555555555555555555555555555555555
  4825.             555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  4826.             55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  4827.             B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  4828.             000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  4829.             555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  4830.             55555575FFF75555555555700007555555555557777555555555555555555555
  4831.             5555555555555555555555555555555555555555555555555555}
  4832.           NumGlyphs = 2
  4833.         end
  4834.         object edtFTPLogFile: TEdit
  4835.           Left = 4
  4836.           Top = 104
  4837.           Width = 273
  4838.           Height = 21
  4839.           TabOrder = 3
  4840.         end
  4841.         object comFTPLogBrowse: TBitBtn
  4842.           Left = 284
  4843.           Top = 104
  4844.           Width = 37
  4845.           Height = 21
  4846.           TabOrder = 4
  4847.           OnClick = comFTPLogBrowseClick
  4848.           Glyph.Data = {
  4849.             76010000424D7601000000000000760000002800000020000000100000000100
  4850.             0400000000000001000000000000000000001000000010000000000000000000
  4851.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4852.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  4853.             5555555555555555555555555555555555555555555555555555555555555555
  4854.             555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  4855.             55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  4856.             B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  4857.             000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  4858.             555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  4859.             55555575FFF75555555555700007555555555557777555555555555555555555
  4860.             5555555555555555555555555555555555555555555555555555}
  4861.           NumGlyphs = 2
  4862.         end
  4863.         object chkOverwrite: TCheckBox
  4864.           Left = 327
  4865.           Top = 107
  4866.           Width = 86
  4867.           Height = 16
  4868.           Caption = 'Overwrite'
  4869.           Checked = True
  4870.           State = cbChecked
  4871.           TabOrder = 5
  4872.         end
  4873.       end
  4874.     end
  4875.   end
  4876.   object pnlInternet: TPanel
  4877.     Left = 3
  4878.     Top = 3
  4879.     Width = 418
  4880.     Height = 234
  4881.     BevelOuter = bvNone
  4882.     Font.Charset = DEFAULT_CHARSET
  4883.     Font.Color = clWindowText
  4884.     Font.Height = -11
  4885.     Font.Name = 'MS Sans Serif'
  4886.     Font.Style = []
  4887.     ParentFont = False
  4888.     TabOrder = 0
  4889.     Visible = False
  4890.     object Label6: TLabel
  4891.       Left = 12
  4892.       Top = 109
  4893.       Width = 75
  4894.       Height = 13
  4895.       Caption = '&Use this dial-up:'
  4896.       FocusControl = cboDialups
  4897.     end
  4898.     object Label36: TLabel
  4899.       Left = 52
  4900.       Top = 32
  4901.       Width = 357
  4902.       Height = 57
  4903.       AutoSize = False
  4904.       Caption = 
  4905.         'AutoMate can establish or disconnect a dialup connection on your' +
  4906.         ' system. For best results, the dialup settings should be configu' +
  4907.         'red to not prompt for information before dialing.'
  4908.       WordWrap = True
  4909.     end
  4910.     object lblDialupTitle: TLabel
  4911.       Left = 6
  4912.       Top = 6
  4913.       Width = 54
  4914.       Height = 19
  4915.       Caption = 'Dial-up'
  4916.       Font.Charset = ANSI_CHARSET
  4917.       Font.Color = clWindowText
  4918.       Font.Height = -16
  4919.       Font.Name = 'Arial'
  4920.       Font.Style = [fsBold]
  4921.       ParentFont = False
  4922.     end
  4923.     object imgDialup: TImage
  4924.       Left = 8
  4925.       Top = 36
  4926.       Width = 32
  4927.       Height = 32
  4928.       AutoSize = True
  4929.       Picture.Data = {<image069.ico>}
  4930.     end
  4931.     object rdoConnect: TRadioButton
  4932.       Left = 11
  4933.       Top = 143
  4934.       Width = 181
  4935.       Height = 17
  4936.       Caption = '&Establish this connection'
  4937.       Checked = True
  4938.       TabOrder = 1
  4939.       TabStop = True
  4940.       OnClick = rdoConnectClick
  4941.     end
  4942.     object cboDialups: TComboBox
  4943.       Left = 92
  4944.       Top = 106
  4945.       Width = 192
  4946.       Height = 21
  4947.       Style = csDropDownList
  4948.       ItemHeight = 13
  4949.       TabOrder = 0
  4950.     end
  4951.     object rdoDisconnect: TRadioButton
  4952.       Left = 11
  4953.       Top = 161
  4954.       Width = 159
  4955.       Height = 17
  4956.       Caption = '&Disconnect this connection'
  4957.       TabOrder = 2
  4958.     end
  4959.   end
  4960.   object comOK: TButton
  4961.     Left = 261
  4962.     Top = 241
  4963.     Width = 75
  4964.     Height = 23
  4965.     Caption = 'OK'
  4966.     Default = True
  4967.     TabOrder = 43
  4968.     OnClick = comOKClick
  4969.   end
  4970.   object comCancel: TButton
  4971.     Left = 343
  4972.     Top = 241
  4973.     Width = 75
  4974.     Height = 23
  4975.     Cancel = True
  4976.     Caption = 'Cancel'
  4977.     TabOrder = 44
  4978.     OnClick = comCancelClick
  4979.   end
  4980.   object chkDeployable: TCheckBox
  4981.     Left = 32
  4982.     Top = 244
  4983.     Width = 161
  4984.     Height = 17
  4985.     Caption = 'Make this a deployable'
  4986.     TabOrder = 42
  4987.     Visible = False
  4988.     OnClick = chkDeployableClick
  4989.   end
  4990.   object edtLocalPath: TEdit
  4991.     Left = 28
  4992.     Top = 392
  4993.     Width = 345
  4994.     Height = 21
  4995.     Enabled = False
  4996.     TabOrder = 37
  4997.     OnExit = edtLocalPathExit
  4998.   end
  4999.   object edtRemotePath: TEdit
  5000.     Left = 28
  5001.     Top = 440
  5002.     Width = 345
  5003.     Height = 21
  5004.     Enabled = False
  5005.     TabOrder = 38
  5006.   end
  5007.   object comBrowseLocal: TBitBtn
  5008.     Left = 377
  5009.     Top = 392
  5010.     Width = 37
  5011.     Height = 21
  5012.     Enabled = False
  5013.     TabOrder = 33
  5014.     OnClick = comBrowseLocalClick
  5015.     Glyph.Data = {
  5016.       76010000424D7601000000000000760000002800000020000000100000000100
  5017.       0400000000000001000000000000000000001000000010000000000000000000
  5018.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5019.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  5020.       5555555555555555555555555555555555555555555555555555555555555555
  5021.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  5022.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  5023.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  5024.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  5025.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  5026.       55555575FFF75555555555700007555555555557777555555555555555555555
  5027.       5555555555555555555555555555555555555555555555555555}
  5028.     NumGlyphs = 2
  5029.   end
  5030.   object comBrowseRemote: TBitBtn
  5031.     Left = 377
  5032.     Top = 440
  5033.     Width = 37
  5034.     Height = 21
  5035.     Enabled = False
  5036.     TabOrder = 34
  5037.     OnClick = comBrowseRemoteClick
  5038.     Glyph.Data = {
  5039.       76010000424D7601000000000000760000002800000020000000100000000100
  5040.       0400000000000001000000000000000000001000000010000000000000000000
  5041.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5042.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  5043.       5555555555555555555555555555555555555555555555555555555555555555
  5044.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  5045.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  5046.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  5047.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  5048.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  5049.       55555575FFF75555555555700007555555555557777555555555555555555555
  5050.       5555555555555555555555555555555555555555555555555555}
  5051.     NumGlyphs = 2
  5052.   end
  5053.   object cboDepName: TComboBox
  5054.     Left = 28
  5055.     Top = 348
  5056.     Width = 149
  5057.     Height = 21
  5058.     Enabled = False
  5059.     ItemHeight = 13
  5060.     TabOrder = 36
  5061.     OnChange = cboDepNameChange
  5062.     OnExit = cboDepNameExit
  5063.   end
  5064.   object pnlExecute: TPanel
  5065.     Left = 3
  5066.     Top = 3
  5067.     Width = 418
  5068.     Height = 234
  5069.     BevelOuter = bvNone
  5070.     Font.Charset = DEFAULT_CHARSET
  5071.     Font.Color = clWindowText
  5072.     Font.Height = -11
  5073.     Font.Name = 'MS Sans Serif'
  5074.     Font.Style = []
  5075.     ParentFont = False
  5076.     TabOrder = 7
  5077.     Visible = False
  5078.     object lblExecuteTitle: TLabel
  5079.       Left = 6
  5080.       Top = 6
  5081.       Width = 149
  5082.       Height = 19
  5083.       Caption = 'Start an Application'
  5084.       Font.Charset = ANSI_CHARSET
  5085.       Font.Color = clWindowText
  5086.       Font.Height = -16
  5087.       Font.Name = 'Arial'
  5088.       Font.Style = [fsBold]
  5089.       ParentFont = False
  5090.     end
  5091.     object imgStartApp: TImage
  5092.       Left = 8
  5093.       Top = 36
  5094.       Width = 32
  5095.       Height = 32
  5096.       AutoSize = True
  5097.       Picture.Data = {<image070.ico>}
  5098.       Visible = False
  5099.     end
  5100.     object lblStartAppDesc: TLabel
  5101.       Left = 52
  5102.       Top = 36
  5103.       Width = 349
  5104.       Height = 33
  5105.       AutoSize = False
  5106.       Caption = 
  5107.         'Select this action to have AutoMate launch a specific program.  ' +
  5108.         'This program may be any .exe, .cmd, com, .bat, .pif or other ï½¿ï½½ex' +
  5109.         'ecutableソス file.  '
  5110.       WordWrap = True
  5111.     end
  5112.     object imgOpenDoc: TImage
  5113.       Left = 8
  5114.       Top = 36
  5115.       Width = 32
  5116.       Height = 32
  5117.       AutoSize = True
  5118.       Picture.Data = {<image071.ico>}
  5119.       Visible = False
  5120.     end
  5121.     object imgPrintDoc: TImage
  5122.       Left = 8
  5123.       Top = 36
  5124.       Width = 32
  5125.       Height = 32
  5126.       AutoSize = True
  5127.       Picture.Data = {<image072.ico>}
  5128.       Visible = False
  5129.     end
  5130.     object pgcExeProperties: TPageControl
  5131.       Left = 1
  5132.       Top = 76
  5133.       Width = 417
  5134.       Height = 154
  5135.       ActivePage = tbsExeGeneral
  5136.       TabOrder = 0
  5137.       object tbsExeGeneral: TTabSheet
  5138.         Caption = 'General'
  5139.         object lblExecute3: TLabel
  5140.           Left = 5
  5141.           Top = 8
  5142.           Width = 77
  5143.           Height = 13
  5144.           AutoSize = False
  5145.           Caption = '&Command Line:'
  5146.           FocusControl = edtCommandLine
  5147.         end
  5148.         object lblParameters: TLabel
  5149.           Left = 181
  5150.           Top = 52
  5151.           Width = 56
  5152.           Height = 13
  5153.           Caption = '&Parameters:'
  5154.         end
  5155.         object lblDefaultDir: TLabel
  5156.           Left = 5
  5157.           Top = 52
  5158.           Width = 69
  5159.           Height = 13
  5160.           Caption = '&Default Folder:'
  5161.           FocusControl = edtDefaultDir
  5162.         end
  5163.         object edtCommandLine: TEdit
  5164.           Left = 6
  5165.           Top = 25
  5166.           Width = 355
  5167.           Height = 21
  5168.           TabOrder = 0
  5169.           OnExit = edtCommandLineExit
  5170.           OnKeyPress = edtCommandLineKeyPress
  5171.         end
  5172.         object comBrowse: TBitBtn
  5173.           Left = 363
  5174.           Top = 25
  5175.           Width = 37
  5176.           Height = 21
  5177.           TabOrder = 1
  5178.           OnClick = comBrowseClick
  5179.           Glyph.Data = {
  5180.             76010000424D7601000000000000760000002800000020000000100000000100
  5181.             0400000000000001000000000000000000001000000010000000000000000000
  5182.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5183.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  5184.             5555555555555555555555555555555555555555555555555555555555555555
  5185.             555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  5186.             55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  5187.             B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  5188.             000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  5189.             555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  5190.             55555575FFF75555555555700007555555555557777555555555555555555555
  5191.             5555555555555555555555555555555555555555555555555555}
  5192.           NumGlyphs = 2
  5193.         end
  5194.         object edtParams: TEdit
  5195.           Left = 181
  5196.           Top = 68
  5197.           Width = 220
  5198.           Height = 21
  5199.           TabOrder = 3
  5200.           OnExit = edtParamsExit
  5201.           OnKeyPress = edtParamsKeyPress
  5202.         end
  5203.         object edtDefaultDir: TEdit
  5204.           Left = 6
  5205.           Top = 69
  5206.           Width = 164
  5207.           Height = 21
  5208.           TabOrder = 2
  5209.           OnExit = edtDefaultDirExit
  5210.           OnKeyPress = edtDefaultDirKeyPress
  5211.         end
  5212.       end
  5213.       object tbsExeAdvanced: TTabSheet
  5214.         Caption = 'Advanced'
  5215.         ImageIndex = 1
  5216.         object lblWindowState: TLabel
  5217.           Left = 8
  5218.           Top = 96
  5219.           Width = 79
  5220.           Height = 13
  5221.           Caption = 'Window &Startup:'
  5222.         end
  5223.         object pnlExeInner: TPanel
  5224.           Left = 4
  5225.           Top = 40
  5226.           Width = 357
  5227.           Height = 41
  5228.           BevelOuter = bvLowered
  5229.           TabOrder = 5
  5230.         end
  5231.         object chkWaitForComplete: TCheckBox
  5232.           Left = 9
  5233.           Top = 32
  5234.           Width = 232
  5235.           Height = 17
  5236.           Caption = '&Wait for application to end before continuing'
  5237.           TabOrder = 1
  5238.           OnClick = chkWaitForCompleteClick
  5239.         end
  5240.         object chkWaitForInput: TCheckBox
  5241.           Left = 9
  5242.           Top = 7
  5243.           Width = 304
  5244.           Height = 17
  5245.           Caption = 'Wait until application is ready for &input before continuing'
  5246.           Checked = True
  5247.           State = cbChecked
  5248.           TabOrder = 0
  5249.           OnClick = chkWaitForInputClick
  5250.         end
  5251.         object cboWindowState: TComboBox
  5252.           Left = 92
  5253.           Top = 92
  5254.           Width = 201
  5255.           Height = 21
  5256.           Style = csDropDownList
  5257.           ItemHeight = 13
  5258.           Items.Strings = (
  5259.             'Normal'
  5260.             'Maximized'
  5261.             'Minimized'
  5262.             'Hidden')
  5263.           TabOrder = 4
  5264.           Visible = False
  5265.         end
  5266.         object chkReturnCode: TCheckBox
  5267.           Left = 26
  5268.           Top = 55
  5269.           Width = 231
  5270.           Height = 17
  5271.           Caption = 'Place application &return code in this variable:'
  5272.           Enabled = False
  5273.           TabOrder = 2
  5274.           OnClick = chkReturnCodeClick
  5275.         end
  5276.         object cboExeVars: TComboBox
  5277.           Left = 259
  5278.           Top = 53
  5279.           Width = 94
  5280.           Height = 21
  5281.           Enabled = False
  5282.           ItemHeight = 0
  5283.           TabOrder = 3
  5284.         end
  5285.       end
  5286.     end
  5287.   end
  5288.   object pnlPassword: TPanel
  5289.     Left = 3
  5290.     Top = 3
  5291.     Width = 418
  5292.     Height = 234
  5293.     BevelOuter = bvNone
  5294.     Font.Charset = DEFAULT_CHARSET
  5295.     Font.Color = clWindowText
  5296.     Font.Height = -11
  5297.     Font.Name = 'MS Sans Serif'
  5298.     Font.Style = []
  5299.     ParentFont = False
  5300.     TabOrder = 24
  5301.     Visible = False
  5302.     object lblPasswordTitle: TLabel
  5303.       Left = 6
  5304.       Top = 6
  5305.       Width = 77
  5306.       Height = 19
  5307.       Caption = 'Password'
  5308.       Font.Charset = ANSI_CHARSET
  5309.       Font.Color = clWindowText
  5310.       Font.Height = -16
  5311.       Font.Name = 'Arial'
  5312.       Font.Style = [fsBold]
  5313.       ParentFont = False
  5314.     end
  5315.     object Label63: TLabel
  5316.       Left = 52
  5317.       Top = 32
  5318.       Width = 357
  5319.       Height = 57
  5320.       AutoSize = False
  5321.       Caption = 
  5322.         'This command will stop execution of a task, and continue only if' +
  5323.         ' the proper password is supplied.'
  5324.       WordWrap = True
  5325.     end
  5326.     object Image3: TImage
  5327.       Left = 8
  5328.       Top = 36
  5329.       Width = 32
  5330.       Height = 32
  5331.       AutoSize = True
  5332.       Picture.Data = {<image073.bmp>}
  5333.     end
  5334.     object lblConfirmPassword: TLabel
  5335.       Left = 7
  5336.       Top = 146
  5337.       Width = 101
  5338.       Height = 17
  5339.       AutoSize = False
  5340.       Caption = 'Confirm Password:'
  5341.     end
  5342.     object Label60: TLabel
  5343.       Left = 7
  5344.       Top = 120
  5345.       Width = 101
  5346.       Height = 17
  5347.       AutoSize = False
  5348.       Caption = 'Password:'
  5349.     end
  5350.     object lblPasswordText: TLabel
  5351.       Left = 7
  5352.       Top = 93
  5353.       Width = 73
  5354.       Height = 13
  5355.       Caption = 'Password Text:'
  5356.     end
  5357.     object lblAllow: TLabel
  5358.       Left = 8
  5359.       Top = 184
  5360.       Width = 28
  5361.       Height = 13
  5362.       Caption = 'Allow '
  5363.     end
  5364.     object lblRetries: TLabel
  5365.       Left = 72
  5366.       Top = 184
  5367.       Width = 31
  5368.       Height = 13
  5369.       Caption = 'retries.'
  5370.     end
  5371.     object edtConfirmStepPassword: TEdit
  5372.       Left = 101
  5373.       Top = 142
  5374.       Width = 121
  5375.       Height = 21
  5376.       PasswordChar = '*'
  5377.       TabOrder = 2
  5378.     end
  5379.     object edtStepPassword: TEdit
  5380.       Left = 101
  5381.       Top = 116
  5382.       Width = 121
  5383.       Height = 21
  5384.       PasswordChar = '*'
  5385.       TabOrder = 1
  5386.     end
  5387.     object edtPasswordText: TEdit
  5388.       Left = 101
  5389.       Top = 90
  5390.       Width = 305
  5391.       Height = 21
  5392.       TabOrder = 0
  5393.     end
  5394.     object edtRetries: TEdit
  5395.       Left = 40
  5396.       Top = 182
  5397.       Width = 29
  5398.       Height = 21
  5399.       TabOrder = 3
  5400.       Text = '3'
  5401.       OnKeyPress = edtRetriesKeyPress
  5402.     end
  5403.   end
  5404.   object pnlIF: TPanel
  5405.     Left = 3
  5406.     Top = 3
  5407.     Width = 418
  5408.     Height = 234
  5409.     BevelOuter = bvNone
  5410.     Font.Charset = DEFAULT_CHARSET
  5411.     Font.Color = clWindowText
  5412.     Font.Height = -11
  5413.     Font.Name = 'MS Sans Serif'
  5414.     Font.Style = []
  5415.     ParentFont = False
  5416.     TabOrder = 49
  5417.     Visible = False
  5418.     object lblIFTitle: TLabel
  5419.       Left = 6
  5420.       Top = 6
  5421.       Width = 106
  5422.       Height = 19
  5423.       Caption = 'IF Conditional'
  5424.       Font.Charset = ANSI_CHARSET
  5425.       Font.Color = clWindowText
  5426.       Font.Height = -16
  5427.       Font.Name = 'Arial'
  5428.       Font.Style = [fsBold]
  5429.       ParentFont = False
  5430.     end
  5431.     object lblIf: TLabel
  5432.       Left = 13
  5433.       Top = 90
  5434.       Width = 9
  5435.       Height = 13
  5436.       Caption = '&If:'
  5437.     end
  5438.     object imgIF: TImage
  5439.       Left = 8
  5440.       Top = 36
  5441.       Width = 32
  5442.       Height = 32
  5443.       AutoSize = True
  5444.       Picture.Data = {<image074.ico>}
  5445.     end
  5446.     object lblIFDesc: TLabel
  5447.       Left = 52
  5448.       Top = 32
  5449.       Width = 357
  5450.       Height = 53
  5451.       AutoSize = False
  5452.       Caption = 
  5453.         'The IF action is used to take different actions depending on the' +
  5454.         ' state the specified variable, or based on the true evaluation o' +
  5455.         'f a comparison or function on two variables.'
  5456.       WordWrap = True
  5457.     end
  5458.     object lblExample: TLabel
  5459.       Left = 30
  5460.       Top = 109
  5461.       Width = 109
  5462.       Height = 13
  5463.       AutoSize = False
  5464.       Caption = '(e.g. !!VARNAME!!)'
  5465.     end
  5466.     object cboIFFunction: TComboBox
  5467.       Left = 136
  5468.       Top = 86
  5469.       Width = 117
  5470.       Height = 21
  5471.       Style = csDropDownList
  5472.       ItemHeight = 13
  5473.       Items.Strings = (
  5474.         'Equals'
  5475.         'Does not equal'
  5476.         'Greater than'
  5477.         'Less than'
  5478.         'Is longer than'
  5479.         'Is shorter than'
  5480.         'Is same length as'
  5481.         'Is numeric'
  5482.         'Is date'
  5483.         'Is empty'
  5484.         'Contains')
  5485.       TabOrder = 1
  5486.       OnChange = cboIFFunctionChange
  5487.     end
  5488.     object edtIFParam: TEdit
  5489.       Left = 260
  5490.       Top = 86
  5491.       Width = 133
  5492.       Height = 21
  5493.       TabOrder = 2
  5494.     end
  5495.     object rdoIFThen: TRadioGroup
  5496.       Left = 4
  5497.       Top = 128
  5498.       Width = 397
  5499.       Height = 45
  5500.       Caption = '&Then:  '
  5501.       TabOrder = 3
  5502.       OnClick = rdgActionClick
  5503.     end
  5504.     object cboThenTasks: TComboBox
  5505.       Left = 196
  5506.       Top = 144
  5507.       Width = 197
  5508.       Height = 21
  5509.       ItemHeight = 13
  5510.       TabOrder = 5
  5511.       Visible = False
  5512.     end
  5513.     object cboThenAction: TComboBox
  5514.       Left = 28
  5515.       Top = 144
  5516.       Width = 161
  5517.       Height = 21
  5518.       Style = csDropDownList
  5519.       ItemHeight = 13
  5520.       Items.Strings = (
  5521.         'Start this task:'
  5522.         'Stop the current task'
  5523.         'Continue the current task')
  5524.       TabOrder = 4
  5525.       OnClick = cboThenActionClick
  5526.     end
  5527.     object rdoIFElse: TRadioGroup
  5528.       Left = 4
  5529.       Top = 180
  5530.       Width = 397
  5531.       Height = 45
  5532.       Caption = '&Else: '
  5533.       TabOrder = 6
  5534.       OnClick = rdgActionClick
  5535.     end
  5536.     object cboIFElseAction: TComboBox
  5537.       Left = 28
  5538.       Top = 196
  5539.       Width = 161
  5540.       Height = 21
  5541.       Style = csDropDownList
  5542.       ItemHeight = 13
  5543.       Items.Strings = (
  5544.         'Start this task:'
  5545.         'Stop the current task'
  5546.         'Continue the current task')
  5547.       TabOrder = 7
  5548.       OnClick = cboIFElseActionClick
  5549.     end
  5550.     object cboIFElseTasks: TComboBox
  5551.       Left = 196
  5552.       Top = 196
  5553.       Width = 197
  5554.       Height = 21
  5555.       ItemHeight = 13
  5556.       TabOrder = 8
  5557.       Visible = False
  5558.     end
  5559.     object edtIFVar1: TEdit
  5560.       Left = 28
  5561.       Top = 86
  5562.       Width = 97
  5563.       Height = 21
  5564.       TabOrder = 0
  5565.     end
  5566.   end
  5567.   object pnlWait: TPanel
  5568.     Left = 3
  5569.     Top = 3
  5570.     Width = 418
  5571.     Height = 234
  5572.     BevelOuter = bvNone
  5573.     Font.Charset = DEFAULT_CHARSET
  5574.     Font.Color = clWindowText
  5575.     Font.Height = -11
  5576.     Font.Name = 'MS Sans Serif'
  5577.     Font.Style = []
  5578.     ParentFont = False
  5579.     TabOrder = 4
  5580.     Visible = False
  5581.     object lblWaitTitle: TLabel
  5582.       Left = 6
  5583.       Top = 6
  5584.       Width = 48
  5585.       Height = 19
  5586.       Caption = 'Pause'
  5587.       Font.Charset = ANSI_CHARSET
  5588.       Font.Color = clWindowText
  5589.       Font.Height = -16
  5590.       Font.Name = 'Arial'
  5591.       Font.Style = [fsBold]
  5592.       ParentFont = False
  5593.     end
  5594.     object lblWait3: TLabel
  5595.       Left = 13
  5596.       Top = 77
  5597.       Width = 40
  5598.       Height = 13
  5599.       Caption = '&Wait for:'
  5600.       FocusControl = edtScalar
  5601.     end
  5602.     object Label42: TLabel
  5603.       Left = 52
  5604.       Top = 32
  5605.       Width = 357
  5606.       Height = 41
  5607.       AutoSize = False
  5608.       Caption = 
  5609.         'Use this step to make the task pause for a specified number of m' +
  5610.         'inutes, seconds or milliseconds.'
  5611.       WordWrap = True
  5612.     end
  5613.     object imgWait: TImage
  5614.       Left = 8
  5615.       Top = 36
  5616.       Width = 32
  5617.       Height = 32
  5618.       AutoSize = True
  5619.       Picture.Data = {<image075.ico>}
  5620.     end
  5621.     object cboDivision: TComboBox
  5622.       Left = 49
  5623.       Top = 96
  5624.       Width = 85
  5625.       Height = 21
  5626.       Style = csDropDownList
  5627.       ItemHeight = 13
  5628.       Items.Strings = (
  5629.         'milliseconds'
  5630.         'seconds'
  5631.         'minutes')
  5632.       TabOrder = 1
  5633.     end
  5634.     object edtScalar: TEdit
  5635.       Left = 13
  5636.       Top = 96
  5637.       Width = 33
  5638.       Height = 21
  5639.       TabOrder = 0
  5640.       Text = '1'
  5641.     end
  5642.   end
  5643.   object pnlZip: TPanel
  5644.     Left = 3
  5645.     Top = 3
  5646.     Width = 418
  5647.     Height = 234
  5648.     BevelOuter = bvNone
  5649.     Font.Charset = DEFAULT_CHARSET
  5650.     Font.Color = clWindowText
  5651.     Font.Height = -11
  5652.     Font.Name = 'MS Sans Serif'
  5653.     Font.Style = []
  5654.     ParentFont = False
  5655.     TabOrder = 46
  5656.     Visible = False
  5657.     object Label89: TLabel
  5658.       Left = 52
  5659.       Top = 32
  5660.       Width = 357
  5661.       Height = 57
  5662.       AutoSize = False
  5663.       Caption = 
  5664.         'Use this action to zip together a collection of files into one z' +
  5665.         'ip file.'
  5666.       WordWrap = True
  5667.     end
  5668.     object lblFilesToZip: TLabel
  5669.       Left = 12
  5670.       Top = 81
  5671.       Width = 193
  5672.       Height = 13
  5673.       AutoSize = False
  5674.       Caption = 'Files to &zip (seperated by semi-colons):'
  5675.       FocusControl = edtFilesToZip
  5676.     end
  5677.     object lblZipTitle: TLabel
  5678.       Left = 6
  5679.       Top = 6
  5680.       Width = 63
  5681.       Height = 19
  5682.       Caption = 'Zip Files'
  5683.       Font.Charset = ANSI_CHARSET
  5684.       Font.Color = clWindowText
  5685.       Font.Height = -16
  5686.       Font.Name = 'Arial'
  5687.       Font.Style = [fsBold]
  5688.       ParentFont = False
  5689.     end
  5690.     object imgZip: TImage
  5691.       Left = 8
  5692.       Top = 36
  5693.       Width = 32
  5694.       Height = 32
  5695.       AutoSize = True
  5696.       Picture.Data = {<image076.ico>}
  5697.     end
  5698.     object Label87: TLabel
  5699.       Left = 12
  5700.       Top = 123
  5701.       Width = 357
  5702.       Height = 13
  5703.       AutoSize = False
  5704.       Caption = 
  5705.         '&Exclude masks (e.g. exclude *.txt.  Seperate masks with | (e.g.' +
  5706.         ' *.txt|*.bas)'
  5707.       FocusControl = edtZipExclude
  5708.     end
  5709.     object lblZipFileName: TLabel
  5710.       Left = 12
  5711.       Top = 165
  5712.       Width = 193
  5713.       Height = 13
  5714.       AutoSize = False
  5715.       Caption = 'Name of &archive:'
  5716.       FocusControl = edtZipFileName
  5717.     end
  5718.     object edtFilesToZip: TEdit
  5719.       Left = 12
  5720.       Top = 98
  5721.       Width = 357
  5722.       Height = 21
  5723.       TabOrder = 0
  5724.     end
  5725.     object chkZipSubDirs: TCheckBox
  5726.       Left = 12
  5727.       Top = 214
  5728.       Width = 133
  5729.       Height = 17
  5730.       Caption = 'Include &subfolders:'
  5731.       TabOrder = 6
  5732.       OnClick = chkZipSubDirsClick
  5733.     end
  5734.     object edtZipExclude: TEdit
  5735.       Left = 12
  5736.       Top = 140
  5737.       Width = 357
  5738.       Height = 21
  5739.       TabOrder = 2
  5740.     end
  5741.     object edtZipFileName: TEdit
  5742.       Left = 12
  5743.       Top = 182
  5744.       Width = 357
  5745.       Height = 21
  5746.       TabOrder = 4
  5747.     end
  5748.     object chkPreserveDirsb: TCheckBox
  5749.       Left = 160
  5750.       Top = 212
  5751.       Width = 169
  5752.       Height = 17
  5753.       Caption = '&Preserve directory structures'
  5754.       Enabled = False
  5755.       TabOrder = 7
  5756.       Visible = False
  5757.     end
  5758.     object comZipFilesBrowse: TBitBtn
  5759.       Left = 374
  5760.       Top = 98
  5761.       Width = 37
  5762.       Height = 21
  5763.       TabOrder = 1
  5764.       OnClick = comZipFilesBrowseClick
  5765.       Glyph.Data = {
  5766.         76010000424D7601000000000000760000002800000020000000100000000100
  5767.         0400000000000001000000000000000000001000000010000000000000000000
  5768.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5769.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  5770.         5555555555555555555555555555555555555555555555555555555555555555
  5771.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  5772.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  5773.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  5774.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  5775.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  5776.         55555575FFF75555555555700007555555555557777555555555555555555555
  5777.         5555555555555555555555555555555555555555555555555555}
  5778.       NumGlyphs = 2
  5779.     end
  5780.     object comZipExcludeBrowse: TBitBtn
  5781.       Left = 374
  5782.       Top = 139
  5783.       Width = 37
  5784.       Height = 21
  5785.       TabOrder = 3
  5786.       OnClick = comZipExcludeBrowseClick
  5787.       Glyph.Data = {
  5788.         76010000424D7601000000000000760000002800000020000000100000000100
  5789.         0400000000000001000000000000000000001000000010000000000000000000
  5790.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5791.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  5792.         5555555555555555555555555555555555555555555555555555555555555555
  5793.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  5794.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  5795.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  5796.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  5797.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  5798.         55555575FFF75555555555700007555555555557777555555555555555555555
  5799.         5555555555555555555555555555555555555555555555555555}
  5800.       NumGlyphs = 2
  5801.     end
  5802.     object comZipFilenameBrowse: TBitBtn
  5803.       Left = 374
  5804.       Top = 181
  5805.       Width = 37
  5806.       Height = 21
  5807.       TabOrder = 5
  5808.       OnClick = comZipFilenameBrowseClick
  5809.       Glyph.Data = {
  5810.         76010000424D7601000000000000760000002800000020000000100000000100
  5811.         0400000000000001000000000000000000001000000010000000000000000000
  5812.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5813.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  5814.         5555555555555555555555555555555555555555555555555555555555555555
  5815.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  5816.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  5817.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  5818.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  5819.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  5820.         55555575FFF75555555555700007555555555557777555555555555555555555
  5821.         5555555555555555555555555555555555555555555555555555}
  5822.       NumGlyphs = 2
  5823.     end
  5824.     object cboPreserveDirs: TComboBox
  5825.       Left = 128
  5826.       Top = 211
  5827.       Width = 241
  5828.       Height = 21
  5829.       Style = csDropDownList
  5830.       Enabled = False
  5831.       ItemHeight = 13
  5832.       Items.Strings = (
  5833.         'Do not preserve folders'
  5834.         'Preserve relative folders'
  5835.         'Preserve absolute folders')
  5836.       TabOrder = 8
  5837.     end
  5838.   end
  5839.   object pnlSMTP: TPanel
  5840.     Left = 3
  5841.     Top = 3
  5842.     Width = 418
  5843.     Height = 234
  5844.     BevelOuter = bvNone
  5845.     Font.Charset = DEFAULT_CHARSET
  5846.     Font.Color = clWindowText
  5847.     Font.Height = -11
  5848.     Font.Name = 'MS Sans Serif'
  5849.     Font.Style = []
  5850.     ParentFont = False
  5851.     TabOrder = 21
  5852.     Visible = False
  5853.     object lblSMTP: TLabel
  5854.       Left = 6
  5855.       Top = 6
  5856.       Width = 161
  5857.       Height = 19
  5858.       Caption = 'Send SMTP Message'
  5859.       Font.Charset = ANSI_CHARSET
  5860.       Font.Color = clWindowText
  5861.       Font.Height = -16
  5862.       Font.Name = 'Arial'
  5863.       Font.Style = [fsBold]
  5864.       ParentFont = False
  5865.     end
  5866.     object Label55: TLabel
  5867.       Left = 48
  5868.       Top = 32
  5869.       Width = 365
  5870.       Height = 29
  5871.       AutoSize = False
  5872.       Caption = 
  5873.         'Use this message to send an e-mail message through a SMTP mail s' +
  5874.         'erver.'
  5875.       WordWrap = True
  5876.     end
  5877.     object lblSMTPUsername: TLabel
  5878.       Left = 224
  5879.       Top = 52
  5880.       Width = 37
  5881.       Height = 13
  5882.       Caption = 'S&ender:'
  5883.       FocusControl = edtSMTPUsername
  5884.     end
  5885.     object lblSMTPServer: TLabel
  5886.       Left = 10
  5887.       Top = 52
  5888.       Width = 34
  5889.       Height = 13
  5890.       Caption = '&Server:'
  5891.     end
  5892.     object lblSMTPTo: TLabel
  5893.       Left = 12
  5894.       Top = 98
  5895.       Width = 16
  5896.       Height = 13
  5897.       Caption = '&To:'
  5898.       FocusControl = edtSMTPTo
  5899.     end
  5900.     object lblCC: TLabel
  5901.       Left = 207
  5902.       Top = 96
  5903.       Width = 16
  5904.       Height = 13
  5905.       Caption = 'Cc:'
  5906.       FocusControl = edtSMTPCC
  5907.     end
  5908.     object lblSubject: TLabel
  5909.       Left = 11
  5910.       Top = 146
  5911.       Width = 18
  5912.       Height = 13
  5913.       Caption = 'Sb&j:'
  5914.       FocusControl = edtSMTPSubject
  5915.     end
  5916.     object lblBody: TLabel
  5917.       Left = 9
  5918.       Top = 172
  5919.       Width = 21
  5920.       Height = 13
  5921.       Caption = '&Bdy:'
  5922.       FocusControl = memBody
  5923.     end
  5924.     object imgSMTP: TImage
  5925.       Left = 8
  5926.       Top = 24
  5927.       Width = 32
  5928.       Height = 25
  5929.       Picture.Data = {<image077.ico>}
  5930.       Transparent = True
  5931.     end
  5932.     object Label77: TLabel
  5933.       Left = 4
  5934.       Top = 122
  5935.       Width = 25
  5936.       Height = 13
  5937.       Caption = '&Atch:'
  5938.       FocusControl = edtSMTPTo
  5939.     end
  5940.     object edtSMTPUsername: TEdit
  5941.       Left = 224
  5942.       Top = 67
  5943.       Width = 185
  5944.       Height = 21
  5945.       TabOrder = 1
  5946.     end
  5947.     object edtSMTPTo: TEdit
  5948.       Left = 32
  5949.       Top = 93
  5950.       Width = 173
  5951.       Height = 21
  5952.       TabOrder = 2
  5953.     end
  5954.     object edtSMTPCC: TEdit
  5955.       Left = 224
  5956.       Top = 93
  5957.       Width = 185
  5958.       Height = 21
  5959.       TabOrder = 3
  5960.     end
  5961.     object edtSMTPSubject: TEdit
  5962.       Left = 32
  5963.       Top = 142
  5964.       Width = 377
  5965.       Height = 21
  5966.       TabOrder = 6
  5967.     end
  5968.     object memBody: TMemo
  5969.       Left = 32
  5970.       Top = 168
  5971.       Width = 377
  5972.       Height = 53
  5973.       Lines.Strings = (
  5974.         '')
  5975.       ScrollBars = ssVertical
  5976.       TabOrder = 7
  5977.     end
  5978.     object edtSMTPServer: TEdit
  5979.       Left = 9
  5980.       Top = 67
  5981.       Width = 197
  5982.       Height = 21
  5983.       TabOrder = 0
  5984.     end
  5985.     object edtSMTPAttachments: TEdit
  5986.       Left = 32
  5987.       Top = 118
  5988.       Width = 334
  5989.       Height = 21
  5990.       TabOrder = 4
  5991.     end
  5992.     object comSMTPAttach: TBitBtn
  5993.       Left = 372
  5994.       Top = 118
  5995.       Width = 37
  5996.       Height = 21
  5997.       TabOrder = 5
  5998.       OnClick = comSMTPAttachClick
  5999.       Glyph.Data = {
  6000.         76010000424D7601000000000000760000002800000020000000100000000100
  6001.         0400000000000001000000000000000000001000000010000000000000000000
  6002.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  6003.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  6004.         5555555555555555555555555555555555555555555555555555555555555555
  6005.         555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  6006.         55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  6007.         B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  6008.         000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  6009.         555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  6010.         55555575FFF75555555555700007555555555557777555555555555555555555
  6011.         5555555555555555555555555555555555555555555555555555}
  6012.       NumGlyphs = 2
  6013.     end
  6014.   end
  6015.   object pnlKeystrokes: TPanel
  6016.     Left = 3
  6017.     Top = 3
  6018.     Width = 418
  6019.     Height = 234
  6020.     BevelOuter = bvNone
  6021.     Font.Charset = DEFAULT_CHARSET
  6022.     Font.Color = clWindowText
  6023.     Font.Height = -11
  6024.     Font.Name = 'MS Sans Serif'
  6025.     Font.Style = []
  6026.     ParentFont = False
  6027.     TabOrder = 5
  6028.     Visible = False
  6029.     object lblSendTitle: TLabel
  6030.       Left = 6
  6031.       Top = 6
  6032.       Width = 131
  6033.       Height = 19
  6034.       Caption = 'Send Keystrokes'
  6035.       Font.Charset = ANSI_CHARSET
  6036.       Font.Color = clWindowText
  6037.       Font.Height = -16
  6038.       Font.Name = 'Arial'
  6039.       Font.Style = [fsBold]
  6040.       ParentFont = False
  6041.     end
  6042.     object lblSend4: TLabel
  6043.       Left = 8
  6044.       Top = 85
  6045.       Width = 55
  6046.       Height = 13
  6047.       Caption = '&Keystrokes:'
  6048.     end
  6049.     object Label28: TLabel
  6050.       Left = 396
  6051.       Top = 205
  6052.       Width = 21
  6053.       Height = 13
  6054.       AutoSize = False
  6055.       Caption = 'ms.'
  6056.     end
  6057.     object Label39: TLabel
  6058.       Left = 52
  6059.       Top = 32
  6060.       Width = 357
  6061.       Height = 57
  6062.       AutoSize = False
  6063.       Caption = 
  6064.         'Enter the keystrokes you would like AutoMate to simulate.  Consu' +
  6065.         'lt the "Keystroke Reference" for special codes to simulate speci' +
  6066.         'al keys such as Alt, Control and Shift.  You can also add a paus' +
  6067.         'e to halt the task momentarily before the keys are pressed.'
  6068.       WordWrap = True
  6069.     end
  6070.     object Image1: TImage
  6071.       Left = 8
  6072.       Top = 36
  6073.       Width = 32
  6074.       Height = 32
  6075.       AutoSize = True
  6076.       Picture.Data = {<image078.ico>}
  6077.     end
  6078.     object comReference: TButton
  6079.       Left = 260
  6080.       Top = 172
  6081.       Width = 153
  6082.       Height = 23
  6083.       Caption = 'Keystroke &Reference'
  6084.       TabOrder = 3
  6085.       OnClick = comReferenceClick
  6086.     end
  6087.     object chkInsertPause: TCheckBox
  6088.       Left = 215
  6089.       Top = 204
  6090.       Width = 145
  6091.       Height = 17
  6092.       Caption = '&Add a pause before send:'
  6093.       Checked = True
  6094.       State = cbChecked
  6095.       TabOrder = 4
  6096.       OnClick = chkInsertPauseClick
  6097.     end
  6098.     object edtPause: TEdit
  6099.       Left = 360
  6100.       Top = 202
  6101.       Width = 33
  6102.       Height = 21
  6103.       TabOrder = 5
  6104.       Text = '50'
  6105.       OnKeyPress = edtPauseKeyPress
  6106.     end
  6107.     object edtKeystrokes: TMemo
  6108.       Left = 8
  6109.       Top = 100
  6110.       Width = 405
  6111.       Height = 65
  6112.       ScrollBars = ssVertical
  6113.       TabOrder = 0
  6114.     end
  6115.     object comFields: TBitBtn
  6116.       Left = 88
  6117.       Top = 172
  6118.       Width = 68
  6119.       Height = 23
  6120.       Caption = '&Field   '
  6121.       PopupMenu = popFields
  6122.       TabOrder = 2
  6123.       OnClick = comFieldsClick
  6124.       Glyph.Data = {
  6125.         CE000000424DCE0000000000000076000000280000000E0000000B0000000100
  6126.         0400000000005800000000000000000000001000000010000000000000000000
  6127.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  6128.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  6129.         FF00FFFFFFFFFFFFFF00FFFFFF0FFFFFFF00FFFFF000FFFFFF00FFFF00000FFF
  6130.         FF00FFF0000000FFFF00FF000000000FFF00F00000000000FF00000000000000
  6131.         0F00FFFFFFFFFFFFFF00FFFFFFFFFFFFFF00}
  6132.       Layout = blGlyphRight
  6133.       Spacing = 2
  6134.     end
  6135.     object comInsert: TBitBtn
  6136.       Left = 8
  6137.       Top = 172
  6138.       Width = 68
  6139.       Height = 23
  6140.       Caption = '&Insert   '
  6141.       PopupMenu = popMenuBar
  6142.       TabOrder = 1
  6143.       OnClick = comInsertClick
  6144.       Glyph.Data = {
  6145.         CE000000424DCE0000000000000076000000280000000E0000000B0000000100
  6146.         0400000000005800000000000000000000001000000010000000000000000000
  6147.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  6148.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  6149.         FF00FFFFFFFFFFFFFF00FFFFFF0FFFFFFF00FFFFF000FFFFFF00FFFF00000FFF
  6150.         FF00FFF0000000FFFF00FF000000000FFF00F00000000000FF00000000000000
  6151.         0F00FFFFFFFFFFFFFF00FFFFFFFFFFFFFF00}
  6152.       Layout = blGlyphRight
  6153.       Spacing = 2
  6154.     end
  6155.   end
  6156.   object ipwConns: TipwNetDial
  6157.     OnPhonebookEntry = ipwConnsPhonebookEntry
  6158.     Left = 340
  6159.     Top = 4
  6160.     RegHnd = {
  6161.       090C0B0B08070C070F100106100C0409070E050D070A05040E0A04090C0D0F10
  6162.       0F060C010203050609060D050A0409080F070F080B0E01030A1001060B090B03
  6163.       100C0303030E080A08010A10020E0F0610071008090702030C0206060A05020A
  6164.       0F070F080B0E01030A1001060B090B030F070F080B0E01030A1001060B090B03}
  6165.   end
  6166.   object odlBrowse: TOpenDialog
  6167.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofNoDereferenceLinks]
  6168.     Left = 312
  6169.     Top = 4
  6170.   end
  6171.   object popMenuBar: TPopupMenu
  6172.     Left = 276
  6173.     Top = 8
  6174.     object itmALTkey: TMenuItem
  6175.       Caption = 'ALT'
  6176.       OnClick = itmAltDepressClick
  6177.     end
  6178.     object itmCtrlkey: TMenuItem
  6179.       Caption = 'CTRL'
  6180.       OnClick = itmAltDepressClick
  6181.     end
  6182.     object itmShiftKey: TMenuItem
  6183.       Caption = 'SHIFT'
  6184.       OnClick = itmAltDepressClick
  6185.     end
  6186.     object itmEscape: TMenuItem
  6187.       Caption = 'ESC'
  6188.       OnClick = itmAltDepressClick
  6189.     end
  6190.     object itmPopup: TMenuItem
  6191.       Caption = 'Popup Menu'
  6192.       OnClick = itmAltDepressClick
  6193.     end
  6194.     object intWinKey: TMenuItem
  6195.       Caption = 'Windows Key'
  6196.       OnClick = itmAltDepressClick
  6197.     end
  6198.     object itmEnter: TMenuItem
  6199.       Caption = 'Enter'
  6200.       OnClick = itmAltDepressClick
  6201.     end
  6202.     object itmBackspace: TMenuItem
  6203.       Caption = 'Backspace'
  6204.       OnClick = itmAltDepressClick
  6205.     end
  6206.     object itmTab: TMenuItem
  6207.       Caption = 'TAB'
  6208.       OnClick = itmAltDepressClick
  6209.     end
  6210.     object itmSpace: TMenuItem
  6211.       Caption = 'Space'
  6212.       OnClick = itmAltDepressClick
  6213.     end
  6214.     object itmCapsLock: TMenuItem
  6215.       Caption = 'Caps Lock Toggle'
  6216.       OnClick = itmAltDepressClick
  6217.     end
  6218.     object itmCapsLockOn: TMenuItem
  6219.       Caption = 'Caps Lock On'
  6220.       OnClick = itmAltDepressClick
  6221.     end
  6222.     object itmCapsLockOff: TMenuItem
  6223.       Caption = 'Caps Lock Off'
  6224.       OnClick = itmAltDepressClick
  6225.     end
  6226.     object itmInsert: TMenuItem
  6227.       Caption = 'Insert'
  6228.       OnClick = itmAltDepressClick
  6229.     end
  6230.     object itmDelete: TMenuItem
  6231.       Caption = 'Delete'
  6232.       OnClick = itmAltDepressClick
  6233.     end
  6234.     object itmHome: TMenuItem
  6235.       Caption = 'Home'
  6236.       OnClick = itmAltDepressClick
  6237.     end
  6238.     object itmEnd: TMenuItem
  6239.       Caption = 'End'
  6240.       OnClick = itmAltDepressClick
  6241.     end
  6242.     object itmPageUp: TMenuItem
  6243.       Caption = 'Page Up'
  6244.       OnClick = itmAltDepressClick
  6245.     end
  6246.     object itmPageDown: TMenuItem
  6247.       Caption = 'Page Down'
  6248.       OnClick = itmAltDepressClick
  6249.     end
  6250.     object itmHelp: TMenuItem
  6251.       Caption = 'Help'
  6252.       OnClick = itmAltDepressClick
  6253.     end
  6254.     object itmScrollLockOn: TMenuItem
  6255.       Caption = 'Scroll Lock On'
  6256.       OnClick = itmAltDepressClick
  6257.     end
  6258.     object itmScrollLockOff: TMenuItem
  6259.       Caption = 'Scroll Lock Off'
  6260.       OnClick = itmAltDepressClick
  6261.     end
  6262.     object itmScrollLock: TMenuItem
  6263.       Caption = 'Scroll Lock Toggle'
  6264.       OnClick = itmAltDepressClick
  6265.     end
  6266.     object itmPrintScreen: TMenuItem
  6267.       Caption = 'Print Screen'
  6268.       OnClick = itmAltDepressClick
  6269.     end
  6270.     object itmBreak: TMenuItem
  6271.       Caption = 'Break'
  6272.       OnClick = itmAltDepressClick
  6273.     end
  6274.     object itmNumLockOn: TMenuItem
  6275.       Caption = 'Num Lock On'
  6276.       OnClick = itmAltDepressClick
  6277.     end
  6278.     object itmNumLockOff: TMenuItem
  6279.       Caption = 'Num Lock Off'
  6280.       OnClick = itmAltDepressClick
  6281.     end
  6282.     object itmNumLock: TMenuItem
  6283.       Caption = 'Num Lock Toggle'
  6284.       OnClick = itmAltDepressClick
  6285.     end
  6286.     object subFunctionKeys: TMenuItem
  6287.       Caption = 'Function Keys'
  6288.       object F11: TMenuItem
  6289.         Caption = 'F1'
  6290.         OnClick = itmAltDepressClick
  6291.       end
  6292.       object F21: TMenuItem
  6293.         Caption = 'F2'
  6294.         OnClick = itmAltDepressClick
  6295.       end
  6296.       object F31: TMenuItem
  6297.         Caption = 'F3'
  6298.         OnClick = itmAltDepressClick
  6299.       end
  6300.       object F41: TMenuItem
  6301.         Caption = 'F4'
  6302.         OnClick = itmAltDepressClick
  6303.       end
  6304.       object F51: TMenuItem
  6305.         Caption = 'F5'
  6306.         OnClick = itmAltDepressClick
  6307.       end
  6308.       object F61: TMenuItem
  6309.         Caption = 'F6'
  6310.         OnClick = itmAltDepressClick
  6311.       end
  6312.       object F71: TMenuItem
  6313.         Caption = 'F7'
  6314.         OnClick = itmAltDepressClick
  6315.       end
  6316.       object F81: TMenuItem
  6317.         Caption = 'F8'
  6318.         OnClick = itmAltDepressClick
  6319.       end
  6320.       object F91: TMenuItem
  6321.         Caption = 'F9'
  6322.         OnClick = itmAltDepressClick
  6323.       end
  6324.       object F101: TMenuItem
  6325.         Caption = 'F10'
  6326.         OnClick = itmAltDepressClick
  6327.       end
  6328.       object F111: TMenuItem
  6329.         Caption = 'F11'
  6330.         OnClick = itmAltDepressClick
  6331.       end
  6332.       object F121: TMenuItem
  6333.         Caption = 'F12'
  6334.         OnClick = itmAltDepressClick
  6335.       end
  6336.     end
  6337.     object subArrowKeys: TMenuItem
  6338.       Caption = 'Arrow Keys'
  6339.       object UpArrow1: TMenuItem
  6340.         Caption = 'Up Arrow'
  6341.         OnClick = itmAltDepressClick
  6342.       end
  6343.       object DownArrow1: TMenuItem
  6344.         Caption = 'Down Arrow'
  6345.         OnClick = itmAltDepressClick
  6346.       end
  6347.       object LeftArrow1: TMenuItem
  6348.         Caption = 'Left Arrow'
  6349.         OnClick = itmAltDepressClick
  6350.       end
  6351.       object RightArrow1: TMenuItem
  6352.         Caption = 'Right Arrow'
  6353.         OnClick = itmAltDepressClick
  6354.       end
  6355.     end
  6356.     object subQuickPress: TMenuItem
  6357.       Caption = 'Quick Press'
  6358.       object ALTdepress1: TMenuItem
  6359.         Caption = 'Quick ALT'
  6360.         OnClick = itmAltDepressClick
  6361.       end
  6362.       object CTRLdepress1: TMenuItem
  6363.         Caption = 'Quick CTRL'
  6364.         OnClick = itmAltDepressClick
  6365.       end
  6366.       object SHIFTdepress1: TMenuItem
  6367.         Caption = 'Quick SHIFT'
  6368.         OnClick = itmAltDepressClick
  6369.       end
  6370.     end
  6371.     object itmNumPad: TMenuItem
  6372.       Caption = 'Number Pad'
  6373.       object itm0: TMenuItem
  6374.         Caption = '0'
  6375.         OnClick = itmAltDepressClick
  6376.       end
  6377.       object itm1: TMenuItem
  6378.         Caption = '1'
  6379.         OnClick = itmAltDepressClick
  6380.       end
  6381.       object itm2: TMenuItem
  6382.         Caption = '2'
  6383.         OnClick = itmAltDepressClick
  6384.       end
  6385.       object itm3: TMenuItem
  6386.         Caption = '3'
  6387.         OnClick = itmAltDepressClick
  6388.       end
  6389.       object itm4: TMenuItem
  6390.         Caption = '4'
  6391.         OnClick = itmAltDepressClick
  6392.       end
  6393.       object itm5: TMenuItem
  6394.         Caption = '5'
  6395.         OnClick = itmAltDepressClick
  6396.       end
  6397.       object itm6: TMenuItem
  6398.         Caption = '6'
  6399.         OnClick = itmAltDepressClick
  6400.       end
  6401.       object itm7: TMenuItem
  6402.         Caption = '7'
  6403.         OnClick = itmAltDepressClick
  6404.       end
  6405.       object itm8: TMenuItem
  6406.         Caption = '8'
  6407.         OnClick = itmAltDepressClick
  6408.       end
  6409.       object itm9: TMenuItem
  6410.         Caption = '9'
  6411.         OnClick = itmAltDepressClick
  6412.       end
  6413.       object itmDivide: TMenuItem
  6414.         Caption = 'Divide'
  6415.         OnClick = itmAltDepressClick
  6416.       end
  6417.       object itmMultiply: TMenuItem
  6418.         Caption = 'Multiply'
  6419.         OnClick = itmAltDepressClick
  6420.       end
  6421.       object itmSubtract: TMenuItem
  6422.         Caption = 'Subtract'
  6423.         OnClick = itmAltDepressClick
  6424.       end
  6425.       object itmAdd: TMenuItem
  6426.         Caption = 'Add'
  6427.         OnClick = itmAltDepressClick
  6428.       end
  6429.       object itmDecimal: TMenuItem
  6430.         Caption = 'Decimal'
  6431.         OnClick = itmAltDepressClick
  6432.       end
  6433.       object itmSeperator: TMenuItem
  6434.         Caption = 'Separator'
  6435.         OnClick = itmAltDepressClick
  6436.       end
  6437.     end
  6438.   end
  6439.   object popFields: TPopupMenu
  6440.     OnPopup = popFieldsPopup
  6441.     Left = 227
  6442.     Top = 7
  6443.     object ShortDate1: TMenuItem
  6444.       Caption = 'Short Date'
  6445.       OnClick = itmAltDepressClick
  6446.     end
  6447.     object LongDate1: TMenuItem
  6448.       Caption = 'Long Date'
  6449.       OnClick = itmAltDepressClick
  6450.     end
  6451.     object Time12hourformat1: TMenuItem
  6452.       Caption = 'Time (12 hour format)'
  6453.       OnClick = itmAltDepressClick
  6454.     end
  6455.     object Time24hourformat1: TMenuItem
  6456.       Caption = 'Time (24 hour format)'
  6457.       OnClick = itmAltDepressClick
  6458.     end
  6459.     object CustomDateTime1: TMenuItem
  6460.       Caption = 'Custom DateTime'
  6461.       OnClick = itmAltDepressClick
  6462.     end
  6463.     object itmDelay: TMenuItem
  6464.       Caption = 'Delay'
  6465.       OnClick = itmAltDepressClick
  6466.     end
  6467.     object itmVariable: TMenuItem
  6468.       Caption = 'Variable'
  6469.       OnClick = itmVariableClick
  6470.     end
  6471.     object itmConstants: TMenuItem
  6472.       Caption = 'Constant'
  6473.       OnClick = itmConstantsClick
  6474.     end
  6475.   end
  6476.   object ImageList1: TImageList
  6477.     Height = 23
  6478.     Width = 23
  6479.     Left = 248
  6480.     Top = 336
  6481.     Bitmap = {
  6482.       494C010101000400040017001700FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  6483.       00000000000036000000280000005C0000001700000001001000000000008810
  6484.       0000000000000000000000000000000000000000000000000000000000000000
  6485.       0000000000000000000000000000000000000000000000000000000000000000
  6486.       0000000000000000000000000000000000000000000000000000000000000000
  6487.       0000000000000000000000000000000000000000000000000000000000000000
  6488.       0000000000000000000000000000000000000000000000000000000000000000
  6489.       0000000000000000000000000000000000000000000000000000000000000000
  6490.       0000000000000000000000000000000000000000000000000000000000000000
  6491.       0000000000000000000000000000000000000000000000000000000000000000
  6492.       0000000000000000000000000000000000000000000000000000000000000000
  6493.       0000000000000000000000000000000000000000000000000000000000000000
  6494.       0000000000000000000000000000000000000000000000000000000000000000
  6495.       0000000000000000000000000000000000000000000000000000000000000000
  6496.       0000000000000000000000000000000000000000000000000000000000000000
  6497.       0000000000000000000000000000000000000000000000000000000000000000
  6498.       0000000000000000000000000000000000000000000000000000000000000000
  6499.       0000000000000000000000000000000000000000000000000000000000000000
  6500.       0000000000000000000000000000000000000000000000000000000000000000
  6501.       0000000000000000000000000000000000000000000000000000000000000000
  6502.       0000000000000000000000000000000000000000000000000000000000000000
  6503.       0000000000000000000000000000000000000000000000000000000000000000
  6504.       0000000000000000000000000000000000000000000000000000000000000000
  6505.       0000000000000000000000000000000000000000000000000000000000000000
  6506.       0000000000000000000000000000000000000000000000000000000000000000
  6507.       0000000000000000000000000000000000000000000000000000000000000000
  6508.       0000000000000000000000000000000000000000000000000000000000000000
  6509.       0000000000000000000000000000000000000000000000000000000000000000
  6510.       0000000000000000000000000000000000000000000000000000000000000000
  6511.       0000000000000000000000000000000000000000000000000000000000000000
  6512.       0000000000000000000000000000000000000000000000000000000000000000
  6513.       0000000000000000000000000000000000000000000000000000000000000000
  6514.       0000000000000000000000000000000000000000000000000000000000000000
  6515.       0000000000000000000000000000000000000000000000000000000000000000
  6516.       0000000000000000000000000000000000000000000000000000000000000000
  6517.       0000000000000000000000000000000000000000000000000000000000000000
  6518.       0000000000000000000000000000000000000000000000000000000000000000
  6519.       0000000000000000000000000000000000000000000000000000000000000000
  6520.       0000000000000000000000000000000000000000000000000000000000000000
  6521.       0000000000000000000000000000000000000000000000000000000000000000
  6522.       0000000000000000000000000000000000000000000000000000000000000000
  6523.       0000000000000000000000000000000000000000000000000000000000000000
  6524.       0000000000000000000000000000000000000000000000000000000000000000
  6525.       0000000000000000000000000000000000000000000000000000000000000000
  6526.       0000000000000000000000000000000000000000000000000000000000000000
  6527.       0000000000000000000000000000000000000000000000000000000000000000
  6528.       0000000000000000000000000000000000000000000000000000000000000000
  6529.       0000000000000000000000000000000000000000000000000000000000000000
  6530.       0000000000000000000000000000000000000000000000000000000000000000
  6531.       0000000000000000000000000000000000000000000000000000000000000000
  6532.       0000000000000000000000000000000000000000000000000000000000000000
  6533.       0000000000000000000000000000000000000000000000000000000000000000
  6534.       0000000000000000000000000000000000000000000000000000000000000000
  6535.       0000000000000000000000000000000000000000000000000000000000000000
  6536.       0000000000000000000000000000000000000000000000000000000000000000
  6537.       0000000000000000000000000000000000000000000000000000000000000000
  6538.       0000000000000000000000000000000000000000000000000000000000000000
  6539.       0000000000000000000000000000000000000000000000000000000000000000
  6540.       0000000000000000000000000000000000000000000000000000000000000000
  6541.       0000000000000000000000000000000000000000000000000000000000000000
  6542.       0000000000000000000000000000000000000000000000000000000000000000
  6543.       0000000000000000000000000000000000000000000000000000000000000000
  6544.       0000000000000000000000000000000000000000000000000000000000000000
  6545.       0000000000000000000000000000000000000000000000000000000000000000
  6546.       0000000000000000000000000000000000000000000000000000000000000000
  6547.       0000000000000000000000000000000000000000000000000000000000000000
  6548.       0000000000000000000000000000000000000000000000000000000000000000
  6549.       0000000000000000000000000000000000000000000000000000000000000000
  6550.       0000000000000000000000000000000000000000000000000000000000000000
  6551.       0000000000000000000000000000000000000000000000000000000000000000
  6552.       0000000000000000000000000000000000000000000000000000000000000000
  6553.       0000000000000000000000000000000000000000000000000000000000000000
  6554.       0000000000000000000000000000000000000000000000000000000000000000
  6555.       0000000000000000000000000000000000000000000000000000000000000000
  6556.       0000000000000000000000000000000000000000000000000000000000000000
  6557.       0000000000000000000000000000000000000000000000000000000000000000
  6558.       0000000000000000000000000000000000000000000000000000000000000000
  6559.       0000000000000000000000000000000000000000000000000000000000000000
  6560.       0000000000000000000000000000000000000000000000000000000000000000
  6561.       0000000000000000000000000000000000000000000000000000000000000000
  6562.       0000000000000000000000000000000000000000000000000000000000000000
  6563.       0000000000000000000000000000000000000000000000000000000000000000
  6564.       0000000000000000000000000000000000000000000000000000000000000000
  6565.       0000000000000000000000000000000000000000000000000000000000000000
  6566.       0000000000000000000000000000000000000000000000000000000000000000
  6567.       0000000000000000000000000000000000000000000000000000000000000000
  6568.       0000000000000000000000000000000000000000000000000000000000000000
  6569.       0000000000000000000000000000000000000000000000000000000000000000
  6570.       0000000000000000000000000000000000000000000000000000000000000000
  6571.       0000000000000000000000000000000000000000000000000000000000000000
  6572.       0000000000000000000000000000000000000000000000000000000000000000
  6573.       0000000000000000000000000000000000000000000000000000000000000000
  6574.       0000000000000000000000000000000000000000000000000000000000000000
  6575.       0000000000000000000000000000000000000000000000000000000000000000
  6576.       0000000000000000000000000000000000000000000000000000000000000000
  6577.       0000000000000000000000000000000000000000000000000000000000000000
  6578.       0000000000000000000000000000000000000000000000000000000000000000
  6579.       0000000000000000000000000000000000000000000000000000000000000000
  6580.       0000000000000000000000000000000000000000000000000000000000000000
  6581.       0000000000000000000000000000000000000000000000000000000000000000
  6582.       0000000000000000000000000000000000000000000000000000000000000000
  6583.       0000000000000000000000000000000000000000000000000000000000000000
  6584.       0000000000000000000000000000000000000000000000000000000000000000
  6585.       0000000000000000000000000000000000000000000000000000000000000000
  6586.       0000000000000000000000000000000000000000000000000000000000000000
  6587.       0000000000000000000000000000000000000000000000000000000000000000
  6588.       0000000000000000000000000000000000000000000000000000000000000000
  6589.       0000000000000000000000000000000000000000000000000000000000000000
  6590.       0000000000000000000000000000000000000000000000000000000000000000
  6591.       0000000000000000000000000000000000000000000000000000000000000000
  6592.       0000000000000000000000000000000000000000000000000000000000000000
  6593.       0000000000000000000000000000000000000000000000000000000000000000
  6594.       0000000000000000000000000000000000000000000000000000000000000000
  6595.       0000000000000000000000000000000000000000000000000000000000000000
  6596.       0000000000000000000000000000000000000000000000000000000000000000
  6597.       0000000000000000000000000000000000000000000000000000000000000000
  6598.       0000000000000000000000000000000000000000000000000000000000000000
  6599.       0000000000000000000000000000000000000000000000000000000000000000
  6600.       0000000000000000000000000000000000000000000000000000000000000000
  6601.       0000000000000000000000000000000000000000000000000000000000000000
  6602.       0000000000000000000000000000000000000000000000000000000000000000
  6603.       0000000000000000000000000000000000000000000000000000000000000000
  6604.       0000000000000000000000000000000000000000000000000000000000000000
  6605.       0000000000000000000000000000000000000000000000000000000000000000
  6606.       0000000000000000000000000000000000000000000000000000000000000000
  6607.       0000000000000000000000000000000000000000000000000000000000000000
  6608.       0000000000000000000000000000000000000000000000000000000000000000
  6609.       0000000000000000000000000000000000000000000000000000000000000000
  6610.       0000000000000000000000000000000000000000000000000000000000000000
  6611.       0000000000000000000000000000000000000000000000000000000000000000
  6612.       0000000000000000000000000000000000000000000000000000000000000000
  6613.       0000000000000000000000000000000000000000000000000000000000000000
  6614.       0000000000000000000000000000000000000000000000000000000000000000
  6615.       0000000000000000000000000000000000000000000000000000000000000000
  6616.       0000000000000000000000000000000000000000000000000000424D3E000000
  6617.       000000003E000000280000005C00000017000000010001000000000014010000
  6618.       0000000000000000000000000000000000000000FFFFFF00FFFFFE0000000000
  6619.       00000000FFFFFE000000000000000000FFFFFE000000000000000000FFFFFE00
  6620.       0000000000000000FFFFFE000000000000000000FFCFFE000000000000000000
  6621.       FF87FE000000000000000000FF03FE000000000000000000FE01FE0000000000
  6622.       00000000FC00FE000000000000000000F8007E000000000000000000F0003E00
  6623.       0000000000000000E0001E000000000000000000C0000E000000000000000000
  6624.       800006000000000000000000FFFFFE000000000000000000FFFFFE0000000000
  6625.       00000000FFFFFE000000000000000000FFFFFE000000000000000000FFFFFE00
  6626.       0000000000000000FFFFFE000000000000000000FFFFFE000000000000000000
  6627.       FFFFFE0000000000000000000000000000000000000000000000000000000000
  6628.       0000}
  6629.   end
  6630. end
  6631.