home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / HowTo / Winkey / winkey2.exe / _SETUP.1 / WinKeyMgr.exe / 0 / RCDATA / TSHORTCUTFORM / TSHORTCUTFORM.txt
Encoding:
Text File  |  1999-07-04  |  6.3 KB  |  243 lines

  1. object ShortCutForm: TShortCutForm
  2.   Left = 262
  3.   Top = 164
  4.   ActiveControl = TargetEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Shortcut Properties'
  7.   ClientHeight = 303
  8.   ClientWidth = 382
  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.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PageControl: TPageControl
  25.     Left = 10
  26.     Top = 10
  27.     Width = 362
  28.     Height = 252
  29.     ActivePage = TabSheet
  30.     TabOrder = 0
  31.     TabStop = False
  32.     object TabSheet: TTabSheet
  33.       Caption = 'Shortcut'
  34.       object TargetImage: TImage
  35.         Left = 10
  36.         Top = 10
  37.         Width = 32
  38.         Height = 32
  39.       end
  40.       object Bevel1: TBevel
  41.         Left = 10
  42.         Top = 51
  43.         Width = 332
  44.         Height = 2
  45.         Shape = bsTopLine
  46.       end
  47.       object KeyLbl: TLabel
  48.         Left = 10
  49.         Top = 106
  50.         Width = 63
  51.         Height = 13
  52.         Caption = 'Shortcut &key:'
  53.         FocusControl = KeyCombo
  54.       end
  55.       object TargetLbl: TLabel
  56.         Left = 10
  57.         Top = 65
  58.         Width = 50
  59.         Height = 13
  60.         Caption = '&Command:'
  61.         FocusControl = TargetEdit
  62.       end
  63.       object ParamsLbl: TLabel
  64.         Left = 10
  65.         Top = 136
  66.         Width = 56
  67.         Height = 13
  68.         Caption = '&Parameters:'
  69.         FocusControl = ParamsEdit
  70.       end
  71.       object StartLbl: TLabel
  72.         Left = 10
  73.         Top = 166
  74.         Width = 36
  75.         Height = 13
  76.         Caption = '&Start in:'
  77.         FocusControl = StartEdit
  78.       end
  79.       object RunLbl: TLabel
  80.         Left = 10
  81.         Top = 196
  82.         Width = 23
  83.         Height = 13
  84.         Caption = '&Run:'
  85.         FocusControl = RunCombo
  86.       end
  87.       object Bevel2: TBevel
  88.         Left = 10
  89.         Top = 92
  90.         Width = 332
  91.         Height = 2
  92.       end
  93.       object FileBtn: TBitBtn
  94.         Left = 300
  95.         Top = 62
  96.         Width = 21
  97.         Height = 21
  98.         Hint = 'Browse for File... (Alt+F)'
  99.         ParentShowHint = False
  100.         ShowHint = True
  101.         TabOrder = 2
  102.         TabStop = False
  103.         OnClick = FileBtnClick
  104.         Glyph.Data = {
  105.           42010000424D4201000000000000760000002800000011000000110000000100
  106.           040000000000CC00000000000000000000001000000010000000000000000000
  107.           80000080000000808000800000008000800080800000C0C0C000808080000000
  108.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  109.           DDDDD0000000DDDDDDDDDDDDDDDDD0000000DD00000000000DDDD0000000DD87
  110.           777777770DDDD0000000DD8FFFFFFFF70DDDD0000000DD8FFFFFFFF70DDDD000
  111.           0000DD8FFFFFFFF70DDDD0000000DD8FFFFFFFF70DDDD0000000DD8FFFFFFFF7
  112.           0DDDD0000000DD8FFFFFFFF70DDDD0000000DD8FFFFFFFF70DDDD0000000DD8F
  113.           FFFFFFF70DDDD0000000DD8FFFFFF7000DDDD0000000DD8FFFFFF7F80DDDD000
  114.           0000DD8FFFFFF780DDDDD0000000DD888888880DDDDDD0000000DDDDDDDDDDDD
  115.           DDDDD0000000}
  116.       end
  117.       object NameEdit: TEdit
  118.         Left = 80
  119.         Top = 16
  120.         Width = 262
  121.         Height = 21
  122.         TabStop = False
  123.         BorderStyle = bsNone
  124.         ParentColor = True
  125.         ReadOnly = True
  126.         TabOrder = 0
  127.       end
  128.       object KeyCombo: TComboBox
  129.         Left = 80
  130.         Top = 103
  131.         Width = 262
  132.         Height = 21
  133.         Hint = 'Click here to select a shortcut key'
  134.         Style = csDropDownList
  135.         DropDownCount = 14
  136.         ItemHeight = 13
  137.         ParentShowHint = False
  138.         ShowHint = True
  139.         TabOrder = 4
  140.         OnChange = KeyComboChange
  141.         OnKeyDown = KeyComboKeyDown
  142.         OnKeyPress = KeyComboKeyPress
  143.       end
  144.       object TargetEdit: TComboBox
  145.         Left = 80
  146.         Top = 62
  147.         Width = 217
  148.         Height = 21
  149.         DropDownCount = 11
  150.         ItemHeight = 13
  151.         TabOrder = 1
  152.         OnChange = TargetEditChange
  153.         OnKeyDown = TargetEditKeyDown
  154.       end
  155.       object ParamsEdit: TEdit
  156.         Left = 80
  157.         Top = 133
  158.         Width = 262
  159.         Height = 21
  160.         TabOrder = 5
  161.       end
  162.       object StartEdit: TEdit
  163.         Left = 80
  164.         Top = 163
  165.         Width = 262
  166.         Height = 21
  167.         TabOrder = 6
  168.       end
  169.       object RunCombo: TComboBox
  170.         Left = 80
  171.         Top = 193
  172.         Width = 262
  173.         Height = 21
  174.         Style = csDropDownList
  175.         ItemHeight = 13
  176.         Items.Strings = (
  177.           'Normal window'
  178.           'Minimized'
  179.           'Maximized')
  180.         TabOrder = 7
  181.       end
  182.       object FolderBtn: TBitBtn
  183.         Left = 321
  184.         Top = 62
  185.         Width = 21
  186.         Height = 21
  187.         Hint = 'Browse for Folder... (Alt+D)'
  188.         ParentShowHint = False
  189.         ShowHint = True
  190.         TabOrder = 3
  191.         TabStop = False
  192.         OnClick = FolderBtnClick
  193.         Glyph.Data = {
  194.           42010000424D4201000000000000760000002800000011000000110000000100
  195.           040000000000CC00000000000000000000001000000010000000000000000000
  196.           80000080000000808000800000008000800080800000C0C0C000808080000000
  197.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  198.           DDDDD0000000DDDDDDDDDDDDDDDDD0000000D00000000000000DD00000008888
  199.           88888888880DD00000008FB7B7B7B7B7B80DD00000008F7B7B7B7B7B780DD000
  200.           00008FB7B7B7B7B7B80DD00000008F7B7B7B7B7B780DD00000008FB7B7B7B7B7
  201.           B80DD00000008F7B7B7B7B7B780DD00000008FB7B7B7B7B7B80DD00000008FFF
  202.           FFFFFFFFF80DD00000008B7B7B7B888888DDD0000000D8B7B7B8DDDDDDDDD000
  203.           0000DD88888DDDDDDDDDD0000000DDDDDDDDDDDDDDDDD0000000DDDDDDDDDDDD
  204.           DDDDD0000000}
  205.       end
  206.     end
  207.   end
  208.   object OkBtn: TButton
  209.     Left = 216
  210.     Top = 271
  211.     Width = 75
  212.     Height = 23
  213.     Caption = 'OK'
  214.     Default = True
  215.     TabOrder = 1
  216.     OnClick = OkBtnClick
  217.   end
  218.   object CancelBtn: TButton
  219.     Left = 297
  220.     Top = 271
  221.     Width = 75
  222.     Height = 23
  223.     Cancel = True
  224.     Caption = 'Cancel'
  225.     ModalResult = 2
  226.     TabOrder = 2
  227.   end
  228.   object OpenDialog: TOpenDialog
  229.     Filter = 'Programs|*.exe|All Files|*.*'
  230.     Title = 'Browse for File'
  231.     Left = 10
  232.     Top = 270
  233.   end
  234.   object BrowseFolder: TBrowseFolder
  235.     Title = 'Select the folder you want to create a shortcut to.'
  236.     Flags = [bfFileSysDirsOnly, bfStatusText]
  237.     ShowPathInStatusArea = True
  238.     SyncCustomButton = False
  239.     Left = 40
  240.     Top = 270
  241.   end
  242. end
  243.