home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #8 / K-CD-8-2002.ISO / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TSHORTCUTFORM / TSHORTCUTFORM.txt
Encoding:
Text File  |  2002-01-25  |  4.4 KB  |  240 lines

  1. object ShortCutForm: TShortCutForm
  2.   Left = 252
  3.   Top = 167
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Send ShortCut Keys'
  7.   ClientHeight = 240
  8.   ClientWidth = 560
  9.   Color = clYellow
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 14
  23.     Top = 8
  24.     Width = 31
  25.     Height = 16
  26.     Caption = 'Alt 1'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlue
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 14
  36.     Top = 31
  37.     Width = 31
  38.     Height = 16
  39.     Caption = 'Alt 2'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlue
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object Label3: TLabel
  48.     Left = 14
  49.     Top = 55
  50.     Width = 31
  51.     Height = 16
  52.     Caption = 'Alt 3'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlue
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.   end
  60.   object Label4: TLabel
  61.     Left = 14
  62.     Top = 79
  63.     Width = 31
  64.     Height = 16
  65.     Caption = 'Alt 4'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clBlue
  68.     Font.Height = -13
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.   end
  73.   object Label5: TLabel
  74.     Left = 14
  75.     Top = 102
  76.     Width = 31
  77.     Height = 16
  78.     Caption = 'Alt 5'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clBlue
  81.     Font.Height = -13
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.   end
  86.   object Label6: TLabel
  87.     Left = 14
  88.     Top = 125
  89.     Width = 31
  90.     Height = 16
  91.     Caption = 'Alt 6'
  92.     Font.Charset = DEFAULT_CHARSET
  93.     Font.Color = clBlue
  94.     Font.Height = -13
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = [fsBold]
  97.     ParentFont = False
  98.   end
  99.   object Label7: TLabel
  100.     Left = 14
  101.     Top = 148
  102.     Width = 31
  103.     Height = 16
  104.     Caption = 'Alt 7'
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clBlue
  107.     Font.Height = -13
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.   end
  112.   object Label8: TLabel
  113.     Left = 14
  114.     Top = 172
  115.     Width = 31
  116.     Height = 16
  117.     Caption = 'Alt 8'
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clBlue
  120.     Font.Height = -13
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = [fsBold]
  123.     ParentFont = False
  124.   end
  125.   object Label9: TLabel
  126.     Left = 14
  127.     Top = 196
  128.     Width = 31
  129.     Height = 16
  130.     Caption = 'Alt 9'
  131.     Font.Charset = DEFAULT_CHARSET
  132.     Font.Color = clBlue
  133.     Font.Height = -13
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = [fsBold]
  136.     ParentFont = False
  137.   end
  138.   object Label10: TLabel
  139.     Left = 14
  140.     Top = 219
  141.     Width = 31
  142.     Height = 16
  143.     Caption = 'Alt 0'
  144.     Font.Charset = DEFAULT_CHARSET
  145.     Font.Color = clBlue
  146.     Font.Height = -13
  147.     Font.Name = 'MS Sans Serif'
  148.     Font.Style = [fsBold]
  149.     ParentFont = False
  150.   end
  151.   object Alt1: TEdit
  152.     Left = 54
  153.     Top = 4
  154.     Width = 454
  155.     Height = 21
  156.     TabOrder = 0
  157.   end
  158.   object Alt2: TEdit
  159.     Left = 54
  160.     Top = 27
  161.     Width = 454
  162.     Height = 21
  163.     TabOrder = 1
  164.   end
  165.   object Alt3: TEdit
  166.     Left = 54
  167.     Top = 51
  168.     Width = 454
  169.     Height = 21
  170.     TabOrder = 2
  171.   end
  172.   object Alt4: TEdit
  173.     Left = 54
  174.     Top = 75
  175.     Width = 454
  176.     Height = 21
  177.     TabOrder = 3
  178.   end
  179.   object Alt5: TEdit
  180.     Left = 54
  181.     Top = 98
  182.     Width = 454
  183.     Height = 21
  184.     TabOrder = 4
  185.   end
  186.   object HelpBtn: TButton
  187.     Left = 513
  188.     Top = 179
  189.     Width = 40
  190.     Height = 20
  191.     Caption = 'Help'
  192.     TabOrder = 5
  193.     OnClick = HelpBtnClick
  194.   end
  195.   object DoneBtn: TButton
  196.     Left = 513
  197.     Top = 213
  198.     Width = 40
  199.     Height = 20
  200.     Caption = 'Done'
  201.     TabOrder = 6
  202.     OnClick = DoneBtnClick
  203.   end
  204.   object Alt6: TEdit
  205.     Left = 54
  206.     Top = 121
  207.     Width = 454
  208.     Height = 21
  209.     TabOrder = 7
  210.   end
  211.   object Alt7: TEdit
  212.     Left = 54
  213.     Top = 144
  214.     Width = 454
  215.     Height = 21
  216.     TabOrder = 8
  217.   end
  218.   object Alt8: TEdit
  219.     Left = 54
  220.     Top = 168
  221.     Width = 454
  222.     Height = 21
  223.     TabOrder = 9
  224.   end
  225.   object Alt9: TEdit
  226.     Left = 54
  227.     Top = 192
  228.     Width = 454
  229.     Height = 21
  230.     TabOrder = 10
  231.   end
  232.   object Alt0: TEdit
  233.     Left = 54
  234.     Top = 215
  235.     Width = 454
  236.     Height = 21
  237.     TabOrder = 11
  238.   end
  239. end
  240.