home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / tools / keybexpr / setup.exe / KEYEXP.EXE / 0 / RCDATA / TMODHOTKEYS / TMODHOTKEYS.txt
Encoding:
Text File  |  1996-06-03  |  13.4 KB  |  645 lines

  1. object ModHotKeys: TModHotKeys
  2.   Left = 221
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Modify Hot Key'
  6.   ClientHeight = 422
  7.   ClientWidth = 520
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 19
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 52
  22.     Width = 93
  23.     Height = 21
  24.     Alignment = taRightJustify
  25.     AutoSize = False
  26.     Caption = 'Nickname'
  27.     PopupMenu = PopupMenu1
  28.   end
  29.   object Bevel3: TBevel
  30.     Left = 8
  31.     Top = 80
  32.     Width = 505
  33.     Height = 305
  34.     Style = bsRaised
  35.   end
  36.   object Label2: TLabel
  37.     Left = 160
  38.     Top = 84
  39.     Width = 217
  40.     Height = 25
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'Enter Keystrokes'
  44.     Font.Color = clBlack
  45.     Font.Height = -20
  46.     Font.Name = 'Arial'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     PopupMenu = PopupMenu1
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 8
  53.     Top = 4
  54.     Width = 501
  55.     Height = 41
  56.     Color = clOlive
  57.     PopupMenu = PopupMenu1
  58.     TabOrder = 10
  59.     object HotKeyLabel: TLabel
  60.       Left = 16
  61.       Top = 8
  62.       Width = 473
  63.       Height = 29
  64.       Alignment = taCenter
  65.       AutoSize = False
  66.       Font.Color = clBlack
  67.       Font.Height = -20
  68.       Font.Name = 'Arial'
  69.       Font.Style = []
  70.       ParentFont = False
  71.     end
  72.   end
  73.   object UpdateButton: TButton
  74.     Left = 164
  75.     Top = 388
  76.     Width = 91
  77.     Height = 29
  78.     Caption = '&Update'
  79.     PopupMenu = PopupMenu1
  80.     TabOrder = 8
  81.     OnClick = UpdateButtonClick
  82.   end
  83.   object CancelButton: TButton
  84.     Left = 268
  85.     Top = 388
  86.     Width = 91
  87.     Height = 29
  88.     Caption = '&Cancel'
  89.     PopupMenu = PopupMenu1
  90.     TabOrder = 9
  91.     OnClick = CancelButtonClick
  92.   end
  93.   object NickName: TEdit
  94.     Left = 132
  95.     Top = 48
  96.     Width = 289
  97.     Height = 27
  98.     MaxLength = 40
  99.     PopupMenu = PopupMenu1
  100.     TabOrder = 0
  101.   end
  102.   object NewFormat: TMemo
  103.     Left = 12
  104.     Top = 112
  105.     Width = 497
  106.     Height = 89
  107.     Lines.Strings = (
  108.       'NewFormat')
  109.     PopupMenu = PopupMenu1
  110.     ScrollBars = ssVertical
  111.     TabOrder = 1
  112.     WantReturns = False
  113.   end
  114.   object Panel2: TPanel
  115.     Left = 12
  116.     Top = 208
  117.     Width = 98
  118.     Height = 133
  119.     BevelOuter = bvLowered
  120.     Color = clTeal
  121.     TabOrder = 2
  122.     object ShiftButton: TButton
  123.       Left = 4
  124.       Top = 4
  125.       Width = 89
  126.       Height = 29
  127.       Caption = 'S&hift'
  128.       Font.Color = clBlack
  129.       Font.Height = -15
  130.       Font.Name = 'Arial'
  131.       Font.Style = []
  132.       ParentFont = False
  133.       PopupMenu = PopupMenu1
  134.       TabOrder = 0
  135.       OnClick = ShiftButtonClick
  136.     end
  137.     object CtrlButton: TButton
  138.       Left = 4
  139.       Top = 36
  140.       Width = 89
  141.       Height = 29
  142.       Caption = 'C&trl'
  143.       Font.Color = clBlack
  144.       Font.Height = -15
  145.       Font.Name = 'Arial'
  146.       Font.Style = []
  147.       ParentFont = False
  148.       PopupMenu = PopupMenu1
  149.       TabOrder = 1
  150.       OnClick = CtrlButtonClick
  151.     end
  152.     object AltButton: TButton
  153.       Left = 4
  154.       Top = 68
  155.       Width = 89
  156.       Height = 29
  157.       Caption = '&Alt'
  158.       Font.Color = clBlack
  159.       Font.Height = -15
  160.       Font.Name = 'Arial'
  161.       Font.Style = []
  162.       ParentFont = False
  163.       ParentShowHint = False
  164.       PopupMenu = PopupMenu1
  165.       ShowHint = True
  166.       TabOrder = 2
  167.       OnClick = AltButtonClick
  168.     end
  169.   end
  170.   object Panel3: TPanel
  171.     Left = 112
  172.     Top = 208
  173.     Width = 98
  174.     Height = 133
  175.     BevelOuter = bvLowered
  176.     Color = clTeal
  177.     TabOrder = 3
  178.     object TabButton: TButton
  179.       Left = 4
  180.       Top = 4
  181.       Width = 89
  182.       Height = 29
  183.       Caption = 'Ta&b'
  184.       Font.Color = clBlack
  185.       Font.Height = -15
  186.       Font.Name = 'Arial'
  187.       Font.Style = []
  188.       ParentFont = False
  189.       PopupMenu = PopupMenu1
  190.       TabOrder = 0
  191.       OnClick = TabButtonClick
  192.     end
  193.     object ReturnButton: TButton
  194.       Left = 4
  195.       Top = 68
  196.       Width = 89
  197.       Height = 29
  198.       Caption = 'E&nter'
  199.       Font.Color = clBlack
  200.       Font.Height = -15
  201.       Font.Name = 'Arial'
  202.       Font.Style = []
  203.       ParentFont = False
  204.       PopupMenu = PopupMenu1
  205.       TabOrder = 2
  206.       OnClick = ReturnButtonClick
  207.     end
  208.     object BackspaceButton: TButton
  209.       Left = 4
  210.       Top = 36
  211.       Width = 89
  212.       Height = 29
  213.       Caption = 'Bac&kspace'
  214.       Font.Color = clBlack
  215.       Font.Height = -15
  216.       Font.Name = 'Arial'
  217.       Font.Style = []
  218.       ParentFont = False
  219.       PopupMenu = PopupMenu1
  220.       TabOrder = 1
  221.       OnClick = BackspaceButtonClick
  222.     end
  223.     object EscButton: TButton
  224.       Left = 4
  225.       Top = 100
  226.       Width = 89
  227.       Height = 29
  228.       Caption = 'E&sc'
  229.       Font.Color = clBlack
  230.       Font.Height = -15
  231.       Font.Name = 'Arial'
  232.       Font.Style = []
  233.       ParentFont = False
  234.       PopupMenu = PopupMenu1
  235.       TabOrder = 3
  236.       OnClick = EscButtonClick
  237.     end
  238.   end
  239.   object Panel6: TPanel
  240.     Left = 212
  241.     Top = 208
  242.     Width = 98
  243.     Height = 133
  244.     BevelOuter = bvLowered
  245.     Color = clTeal
  246.     TabOrder = 4
  247.     object InsertButton: TButton
  248.       Left = 4
  249.       Top = 4
  250.       Width = 89
  251.       Height = 29
  252.       Caption = '&Insert'
  253.       Font.Color = clBlack
  254.       Font.Height = -15
  255.       Font.Name = 'Arial'
  256.       Font.Style = []
  257.       ParentFont = False
  258.       PopupMenu = PopupMenu1
  259.       TabOrder = 0
  260.       OnClick = InsertButtonClick
  261.     end
  262.     object DeleteButton: TButton
  263.       Left = 4
  264.       Top = 36
  265.       Width = 89
  266.       Height = 29
  267.       Caption = '&Delete'
  268.       Font.Color = clBlack
  269.       Font.Height = -15
  270.       Font.Name = 'Arial'
  271.       Font.Style = []
  272.       ParentFont = False
  273.       PopupMenu = PopupMenu1
  274.       TabOrder = 1
  275.       OnClick = DeleteButtonClick
  276.     end
  277.     object HomeButton: TButton
  278.       Left = 4
  279.       Top = 68
  280.       Width = 89
  281.       Height = 29
  282.       Caption = 'Ho&me'
  283.       Font.Color = clBlack
  284.       Font.Height = -15
  285.       Font.Name = 'Arial'
  286.       Font.Style = []
  287.       ParentFont = False
  288.       PopupMenu = PopupMenu1
  289.       TabOrder = 2
  290.       OnClick = HomeButtonClick
  291.     end
  292.     object EndButton: TButton
  293.       Left = 4
  294.       Top = 100
  295.       Width = 89
  296.       Height = 29
  297.       Caption = '&End'
  298.       Font.Color = clBlack
  299.       Font.Height = -15
  300.       Font.Name = 'Arial'
  301.       Font.Style = []
  302.       ParentFont = False
  303.       PopupMenu = PopupMenu1
  304.       TabOrder = 3
  305.       OnClick = EndButtonClick
  306.     end
  307.   end
  308.   object Panel4: TPanel
  309.     Left = 312
  310.     Top = 208
  311.     Width = 98
  312.     Height = 133
  313.     BevelOuter = bvLowered
  314.     Color = clTeal
  315.     TabOrder = 5
  316.     object UpButton: TButton
  317.       Left = 4
  318.       Top = 4
  319.       Width = 89
  320.       Height = 29
  321.       Caption = 'U&p Arrow'
  322.       Font.Color = clBlack
  323.       Font.Height = -15
  324.       Font.Name = 'Arial'
  325.       Font.Style = []
  326.       ParentFont = False
  327.       PopupMenu = PopupMenu1
  328.       TabOrder = 0
  329.       OnClick = UpButtonClick
  330.     end
  331.     object DownButton: TButton
  332.       Left = 4
  333.       Top = 36
  334.       Width = 89
  335.       Height = 29
  336.       Caption = 'D&own Arrow'
  337.       Font.Color = clBlack
  338.       Font.Height = -15
  339.       Font.Name = 'Arial'
  340.       Font.Style = []
  341.       ParentFont = False
  342.       PopupMenu = PopupMenu1
  343.       TabOrder = 1
  344.       OnClick = DownButtonClick
  345.     end
  346.     object LeftButton: TButton
  347.       Left = 4
  348.       Top = 68
  349.       Width = 89
  350.       Height = 29
  351.       Caption = '&Left Arrow'
  352.       Font.Color = clBlack
  353.       Font.Height = -15
  354.       Font.Name = 'Arial'
  355.       Font.Style = []
  356.       ParentFont = False
  357.       PopupMenu = PopupMenu1
  358.       TabOrder = 2
  359.       OnClick = LeftButtonClick
  360.     end
  361.     object RightButton: TButton
  362.       Left = 4
  363.       Top = 100
  364.       Width = 89
  365.       Height = 29
  366.       Caption = '&Right Arrow'
  367.       Font.Color = clBlack
  368.       Font.Height = -15
  369.       Font.Name = 'Arial'
  370.       Font.Style = []
  371.       ParentFont = False
  372.       PopupMenu = PopupMenu1
  373.       TabOrder = 3
  374.       OnClick = RightButtonClick
  375.     end
  376.   end
  377.   object Panel5: TPanel
  378.     Left = 412
  379.     Top = 208
  380.     Width = 98
  381.     Height = 133
  382.     BevelOuter = bvLowered
  383.     Color = clTeal
  384.     TabOrder = 6
  385.     object PageUpButton: TButton
  386.       Left = 4
  387.       Top = 4
  388.       Width = 89
  389.       Height = 29
  390.       Caption = 'Pa&ge Up'
  391.       Font.Color = clBlack
  392.       Font.Height = -15
  393.       Font.Name = 'Arial'
  394.       Font.Style = []
  395.       ParentFont = False
  396.       PopupMenu = PopupMenu1
  397.       TabOrder = 0
  398.       OnClick = PageUpButtonClick
  399.     end
  400.     object PageDownButton: TButton
  401.       Left = 4
  402.       Top = 36
  403.       Width = 89
  404.       Height = 29
  405.       Caption = 'Page Do&wn'
  406.       Font.Color = clBlack
  407.       Font.Height = -15
  408.       Font.Name = 'Arial'
  409.       Font.Style = []
  410.       ParentFont = False
  411.       PopupMenu = PopupMenu1
  412.       TabOrder = 1
  413.       OnClick = PageDownButtonClick
  414.     end
  415.     object DateButton: TButton
  416.       Left = 4
  417.       Top = 68
  418.       Width = 89
  419.       Height = 29
  420.       Caption = 'DATE'
  421.       Font.Color = clBlack
  422.       Font.Height = -15
  423.       Font.Name = 'Arial'
  424.       Font.Style = [fsBold]
  425.       ParentFont = False
  426.       PopupMenu = PopupMenu1
  427.       TabOrder = 2
  428.       OnClick = DateButtonClick
  429.     end
  430.     object TimeButton: TButton
  431.       Left = 4
  432.       Top = 100
  433.       Width = 89
  434.       Height = 29
  435.       Caption = 'TIME'
  436.       Font.Color = clBlack
  437.       Font.Height = -15
  438.       Font.Name = 'Arial'
  439.       Font.Style = [fsBold]
  440.       ParentFont = False
  441.       PopupMenu = PopupMenu1
  442.       TabOrder = 3
  443.       OnClick = TimeButtonClick
  444.     end
  445.   end
  446.   object Panel7: TPanel
  447.     Left = 12
  448.     Top = 344
  449.     Width = 498
  450.     Height = 37
  451.     BevelOuter = bvLowered
  452.     Color = clTeal
  453.     TabOrder = 7
  454.     object F1Button: TButton
  455.       Left = 8
  456.       Top = 4
  457.       Width = 37
  458.       Height = 29
  459.       Caption = 'F1'
  460.       Font.Color = clBlack
  461.       Font.Height = -15
  462.       Font.Name = 'Arial'
  463.       Font.Style = []
  464.       ParentFont = False
  465.       PopupMenu = PopupMenu1
  466.       TabOrder = 0
  467.       OnClick = F1ButtonClick
  468.     end
  469.     object F2Button: TButton
  470.       Left = 48
  471.       Top = 4
  472.       Width = 37
  473.       Height = 29
  474.       Caption = 'F2'
  475.       Font.Color = clBlack
  476.       Font.Height = -15
  477.       Font.Name = 'Arial'
  478.       Font.Style = []
  479.       ParentFont = False
  480.       PopupMenu = PopupMenu1
  481.       TabOrder = 1
  482.       OnClick = F2ButtonClick
  483.     end
  484.     object F3Button: TButton
  485.       Left = 88
  486.       Top = 4
  487.       Width = 37
  488.       Height = 29
  489.       Caption = 'F3'
  490.       Font.Color = clBlack
  491.       Font.Height = -15
  492.       Font.Name = 'Arial'
  493.       Font.Style = []
  494.       ParentFont = False
  495.       PopupMenu = PopupMenu1
  496.       TabOrder = 2
  497.       OnClick = F3ButtonClick
  498.     end
  499.     object F4Button: TButton
  500.       Left = 128
  501.       Top = 4
  502.       Width = 37
  503.       Height = 29
  504.       Caption = 'F4'
  505.       Font.Color = clBlack
  506.       Font.Height = -15
  507.       Font.Name = 'Arial'
  508.       Font.Style = []
  509.       ParentFont = False
  510.       PopupMenu = PopupMenu1
  511.       TabOrder = 3
  512.       OnClick = F4ButtonClick
  513.     end
  514.     object F5Button: TButton
  515.       Left = 168
  516.       Top = 4
  517.       Width = 37
  518.       Height = 29
  519.       Caption = 'F5'
  520.       Font.Color = clBlack
  521.       Font.Height = -15
  522.       Font.Name = 'Arial'
  523.       Font.Style = []
  524.       ParentFont = False
  525.       PopupMenu = PopupMenu1
  526.       TabOrder = 4
  527.       OnClick = F5ButtonClick
  528.     end
  529.     object F6Button: TButton
  530.       Left = 208
  531.       Top = 4
  532.       Width = 37
  533.       Height = 29
  534.       Caption = 'F6'
  535.       Font.Color = clBlack
  536.       Font.Height = -15
  537.       Font.Name = 'Arial'
  538.       Font.Style = []
  539.       ParentFont = False
  540.       PopupMenu = PopupMenu1
  541.       TabOrder = 5
  542.       OnClick = F6ButtonClick
  543.     end
  544.     object F9Button: TButton
  545.       Left = 328
  546.       Top = 4
  547.       Width = 37
  548.       Height = 29
  549.       Caption = 'F9'
  550.       Font.Color = clBlack
  551.       Font.Height = -15
  552.       Font.Name = 'Arial'
  553.       Font.Style = []
  554.       ParentFont = False
  555.       PopupMenu = PopupMenu1
  556.       TabOrder = 8
  557.       OnClick = F9ButtonClick
  558.     end
  559.     object F8Button: TButton
  560.       Left = 288
  561.       Top = 4
  562.       Width = 37
  563.       Height = 29
  564.       Caption = 'F8'
  565.       Font.Color = clBlack
  566.       Font.Height = -15
  567.       Font.Name = 'Arial'
  568.       Font.Style = []
  569.       ParentFont = False
  570.       PopupMenu = PopupMenu1
  571.       TabOrder = 7
  572.       OnClick = F8ButtonClick
  573.     end
  574.     object F7Button: TButton
  575.       Left = 248
  576.       Top = 4
  577.       Width = 37
  578.       Height = 29
  579.       Caption = 'F7'
  580.       Font.Color = clBlack
  581.       Font.Height = -15
  582.       Font.Name = 'Arial'
  583.       Font.Style = []
  584.       ParentFont = False
  585.       PopupMenu = PopupMenu1
  586.       TabOrder = 6
  587.       OnClick = F7ButtonClick
  588.     end
  589.     object F10Button: TButton
  590.       Left = 368
  591.       Top = 4
  592.       Width = 37
  593.       Height = 29
  594.       Caption = 'F10'
  595.       Font.Color = clBlack
  596.       Font.Height = -15
  597.       Font.Name = 'Arial'
  598.       Font.Style = []
  599.       ParentFont = False
  600.       PopupMenu = PopupMenu1
  601.       TabOrder = 9
  602.       OnClick = F10ButtonClick
  603.     end
  604.     object F11Button: TButton
  605.       Left = 408
  606.       Top = 4
  607.       Width = 37
  608.       Height = 29
  609.       Caption = 'F11'
  610.       Font.Color = clBlack
  611.       Font.Height = -15
  612.       Font.Name = 'Arial'
  613.       Font.Style = []
  614.       ParentFont = False
  615.       PopupMenu = PopupMenu1
  616.       TabOrder = 10
  617.       OnClick = F11ButtonClick
  618.     end
  619.     object F12Button: TButton
  620.       Left = 448
  621.       Top = 4
  622.       Width = 37
  623.       Height = 29
  624.       Caption = 'F12'
  625.       Font.Color = clBlack
  626.       Font.Height = -15
  627.       Font.Name = 'Arial'
  628.       Font.Style = []
  629.       ParentFont = False
  630.       PopupMenu = PopupMenu1
  631.       TabOrder = 11
  632.       OnClick = F12ButtonClick
  633.     end
  634.   end
  635.   object PopupMenu1: TPopupMenu
  636.     Left = 428
  637.     Top = 48
  638.     object WhatsThis1: TMenuItem
  639.       Caption = 'What'#39's This?'
  640.       ShortCut = 0
  641.       OnClick = WhatsThis1Click
  642.     end
  643.   end
  644. end
  645.