home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMHOLDDOWNKEY / TFRMHOLDDOWNKEY.txt < prev   
Encoding:
Text File  |  2003-01-14  |  2.8 KB  |  122 lines

  1. inherited frmHoldDownKey: TfrmHoldDownKey
  2.   Left = 164
  3.   Top = 89
  4.   HelpContext = 43
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited img1616: TImage
  14.       Picture.Data = {<image000.ico>}
  15.     end
  16.     inherited memActionDesc: TMemo
  17.       Top = 24
  18.       Lines.Strings = (
  19.         
  20.           'Holds the specified key(s) down until a "Release Key" action is ' +
  21.           'specified in the '
  22.         
  23.           'task.  This action is only needed when a key or keys need to be ' +
  24.           'held down during '
  25.         
  26.           'a mouse operation or across multiple steps.  Otherwise the "Send' +
  27.           ' Keystrokes" '
  28.         'action should be used as it supports special keys also.')
  29.     end
  30.   end
  31.   inherited pnlCenter: TPanel
  32.     inherited pgcControlPage: TPageControl
  33.       inherited tbsAM5Main: TTabSheet
  34.         object lblDescript: TLabel
  35.           Left = 10
  36.           Top = 16
  37.           Width = 311
  38.           Height = 13
  39.           AutoSize = False
  40.           Caption = 'Keys to hold down:'
  41.         end
  42.         object cboShift: TCheckBox
  43.           Left = 24
  44.           Top = 36
  45.           Width = 113
  46.           Height = 17
  47.           Caption = '&Shift'
  48.           TabOrder = 0
  49.         end
  50.         object cboCtrl: TCheckBox
  51.           Left = 24
  52.           Top = 65
  53.           Width = 121
  54.           Height = 17
  55.           Caption = '&Ctrl'
  56.           TabOrder = 1
  57.         end
  58.         object cboAltGr: TCheckBox
  59.           Left = 24
  60.           Top = 94
  61.           Width = 120
  62.           Height = 17
  63.           Caption = 'Alt &Gr'
  64.           TabOrder = 2
  65.         end
  66.         object cboAlt: TCheckBox
  67.           Left = 24
  68.           Top = 123
  69.           Width = 105
  70.           Height = 17
  71.           Caption = '&Alt'
  72.           TabOrder = 3
  73.         end
  74.         object cboWinkey: TCheckBox
  75.           Left = 24
  76.           Top = 152
  77.           Width = 112
  78.           Height = 17
  79.           Caption = '&Winkey'
  80.           TabOrder = 4
  81.         end
  82.       end
  83.     end
  84.   end
  85.   inherited taclKeyboardTrap: TActionList
  86.     Left = 196
  87.   end
  88.   inherited dxSIBarManager: TdxBarManager
  89.     Categories.ItemsVisibles = (
  90.       2)
  91.     Categories.Visibles = (
  92.       True)
  93.     PopupMenuLinks = <
  94.       item
  95.         Control = lsvAM5Errors
  96.         PopupMenu = dxCheckPopup
  97.       end>
  98.     DockControlHeights = (
  99.       0
  100.       0
  101.       0
  102.       0)
  103.   end
  104.   inherited dxCheckPopup: TdxBarPopupMenu
  105.     ItemLinks = <
  106.       item
  107.         Item = itmCheckAllErrors
  108.         UserGlyph.Data = {00000000}
  109.         Visible = True
  110.       end
  111.       item
  112.         Item = itmCheckNoErrors
  113.         UserGlyph.Data = {00000000}
  114.         Visible = True
  115.       end>
  116.   end
  117.   inherited IvTranslator1: TIvTranslator
  118.     Left = 228
  119.     Top = 348
  120.   end
  121. end
  122.