home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / Iavadraw.exe / 0 / RCDATA / TGHOSTWRITER / TGHOSTWRITER.txt < prev   
Text File  |  1997-09-20  |  8KB  |  384 lines

  1. object Ghostwriter: TGhostwriter
  2.   Left = 469
  3.   Top = 414
  4.   Width = 182
  5.   Height = 329
  6.   Caption = 'Ghostwriter'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   KeyPreview = True
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnHide = FormHide
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 206
  25.     Width = 174
  26.     Height = 96
  27.     Align = alBottom
  28.     BevelInner = bvLowered
  29.     TabOrder = 1
  30.     object Button6: TButton
  31.       Left = 80
  32.       Top = 9
  33.       Width = 25
  34.       Height = 16
  35.       Caption = #39#39
  36.       TabOrder = 3
  37.       OnClick = Button6Click
  38.     end
  39.     object Button5: TButton
  40.       Left = 105
  41.       Top = 9
  42.       Width = 24
  43.       Height = 16
  44.       Caption = '()'
  45.       TabOrder = 2
  46.       OnClick = Button5Click
  47.     end
  48.     object Button4: TButton
  49.       Left = 128
  50.       Top = 9
  51.       Width = 25
  52.       Height = 16
  53.       Caption = '{}'
  54.       TabOrder = 1
  55.       OnClick = Button4Click
  56.     end
  57.     object Button3: TButton
  58.       Left = 153
  59.       Top = 9
  60.       Width = 16
  61.       Height = 16
  62.       Caption = '[]'
  63.       TabOrder = 0
  64.       OnClick = Button3Click
  65.     end
  66.     object Button16: TButton
  67.       Left = 100
  68.       Top = 25
  69.       Width = 26
  70.       Height = 16
  71.       Caption = '^'
  72.       TabOrder = 5
  73.       OnClick = Button16Click
  74.     end
  75.     object Button18: TButton
  76.       Left = 112
  77.       Top = 41
  78.       Width = 25
  79.       Height = 16
  80.       Caption = '>'
  81.       TabOrder = 7
  82.       OnClick = Button18Click
  83.     end
  84.     object Button17: TButton
  85.       Left = 89
  86.       Top = 41
  87.       Width = 24
  88.       Height = 16
  89.       Caption = '<'
  90.       TabOrder = 6
  91.       OnClick = Button17Click
  92.     end
  93.     object Button15: TButton
  94.       Left = 100
  95.       Top = 57
  96.       Width = 26
  97.       Height = 16
  98.       TabOrder = 4
  99.       OnClick = Button15Click
  100.     end
  101.     object Button19: TButton
  102.       Left = 140
  103.       Top = 25
  104.       Width = 29
  105.       Height = 16
  106.       Caption = '<-'
  107.       TabOrder = 8
  108.       OnClick = Button19Click
  109.     end
  110.     object Button20: TButton
  111.       Left = 64
  112.       Top = 57
  113.       Width = 30
  114.       Height = 16
  115.       TabOrder = 9
  116.       OnClick = Button20Click
  117.     end
  118.     object Button21: TButton
  119.       Left = 137
  120.       Top = 57
  121.       Width = 32
  122.       Height = 16
  123.       Caption = 'OK'
  124.       TabOrder = 10
  125.       OnClick = Button21Click
  126.     end
  127.     object xButton1: TxButton
  128.       Left = 8
  129.       Top = 8
  130.       Width = 25
  131.       Height = 17
  132.       Caption = '1'
  133.       TabOrder = 11
  134.       OnClick = sendCharacter
  135.       Caption_English = '1'
  136.       Caption_France = '1'
  137.       Caption_German = '1'
  138.       Caption_Spanish = '1'
  139.       data_int = 49
  140.     end
  141.     object xButton2: TxButton
  142.       Left = 32
  143.       Top = 8
  144.       Width = 25
  145.       Height = 17
  146.       Caption = '2'
  147.       TabOrder = 12
  148.       OnClick = sendCharacter
  149.       Caption_English = '2'
  150.       Caption_France = '2'
  151.       Caption_German = '2'
  152.       Caption_Spanish = '2'
  153.       data_int = 50
  154.     end
  155.     object xButton3: TxButton
  156.       Left = 56
  157.       Top = 8
  158.       Width = 25
  159.       Height = 17
  160.       Caption = '3'
  161.       TabOrder = 13
  162.       OnClick = sendCharacter
  163.       Caption_English = '3'
  164.       Caption_France = '3'
  165.       Caption_German = '3'
  166.       Caption_Spanish = '3'
  167.       data_int = 0
  168.     end
  169.     object xButton4: TxButton
  170.       Left = 8
  171.       Top = 24
  172.       Width = 25
  173.       Height = 17
  174.       Caption = '4'
  175.       TabOrder = 14
  176.       OnClick = sendCharacter
  177.       Caption_English = '4'
  178.       Caption_France = '4'
  179.       Caption_German = '4'
  180.       Caption_Spanish = '4'
  181.       data_int = 0
  182.     end
  183.     object xButton5: TxButton
  184.       Left = 32
  185.       Top = 24
  186.       Width = 25
  187.       Height = 17
  188.       Caption = '5'
  189.       TabOrder = 15
  190.       OnClick = sendCharacter
  191.       Caption_English = '5'
  192.       Caption_France = '5'
  193.       Caption_German = '5'
  194.       Caption_Spanish = '5'
  195.       data_int = 53
  196.     end
  197.     object xButton6: TxButton
  198.       Left = 56
  199.       Top = 24
  200.       Width = 25
  201.       Height = 17
  202.       Caption = '6'
  203.       TabOrder = 16
  204.       OnClick = sendCharacter
  205.       Caption_English = '6'
  206.       Caption_France = '6'
  207.       Caption_German = '6'
  208.       Caption_Spanish = '6'
  209.       data_int = 54
  210.     end
  211.     object xButton7: TxButton
  212.       Left = 8
  213.       Top = 40
  214.       Width = 25
  215.       Height = 17
  216.       Caption = '7'
  217.       TabOrder = 17
  218.       OnClick = sendCharacter
  219.       Caption_English = '7'
  220.       Caption_France = '7'
  221.       Caption_German = '7'
  222.       Caption_Spanish = '7'
  223.       data_int = 55
  224.     end
  225.     object xButton8: TxButton
  226.       Left = 32
  227.       Top = 40
  228.       Width = 25
  229.       Height = 17
  230.       Caption = '8'
  231.       TabOrder = 18
  232.       OnClick = sendCharacter
  233.       Caption_English = '8'
  234.       Caption_France = '8'
  235.       Caption_German = '8'
  236.       Caption_Spanish = '8'
  237.       data_int = 56
  238.     end
  239.     object xButton9: TxButton
  240.       Left = 56
  241.       Top = 40
  242.       Width = 25
  243.       Height = 17
  244.       Caption = '9'
  245.       TabOrder = 19
  246.       OnClick = sendCharacter
  247.       Caption_English = '9'
  248.       Caption_France = '9'
  249.       Caption_German = '9'
  250.       Caption_Spanish = '9'
  251.       data_int = 57
  252.     end
  253.     object xButton10: TxButton
  254.       Left = 32
  255.       Top = 56
  256.       Width = 25
  257.       Height = 17
  258.       Caption = '0'
  259.       TabOrder = 20
  260.       OnClick = sendCharacter
  261.       Caption_English = '0'
  262.       Caption_France = '0'
  263.       Caption_German = '0'
  264.       Caption_Spanish = '0'
  265.       data_int = 48
  266.     end
  267.     object xButton11: TxButton
  268.       Left = 76
  269.       Top = 72
  270.       Width = 21
  271.       Height = 17
  272.       Caption = '!'
  273.       TabOrder = 21
  274.       OnClick = sendShiftedChar
  275.       Caption_English = '!'
  276.       Caption_France = '!'
  277.       Caption_German = '!'
  278.       Caption_Spanish = '!'
  279.       data_int = 33
  280.     end
  281.     object xButton12: TxButton
  282.       Left = 96
  283.       Top = 72
  284.       Width = 25
  285.       Height = 17
  286.       Caption = ';'
  287.       TabOrder = 22
  288.       OnClick = sendShiftedChar
  289.       Caption_English = ';'
  290.       Caption_France = ';'
  291.       Caption_German = ';'
  292.       Caption_Spanish = ';'
  293.       data_int = 59
  294.     end
  295.     object xButton13: TxButton
  296.       Left = 120
  297.       Top = 72
  298.       Width = 25
  299.       Height = 17
  300.       Caption = ':'
  301.       TabOrder = 23
  302.       OnClick = sendShiftedChar
  303.       Caption_English = ':'
  304.       Caption_France = ':'
  305.       Caption_German = ':'
  306.       Caption_Spanish = ':'
  307.       data_int = 0
  308.     end
  309.     object xButton14: TxButton
  310.       Left = 144
  311.       Top = 72
  312.       Width = 25
  313.       Height = 17
  314.       Caption = '.'
  315.       TabOrder = 24
  316.       OnClick = sendShiftedChar
  317.       Caption_English = '.'
  318.       Caption_France = '.'
  319.       Caption_German = '.'
  320.       Caption_Spanish = '.'
  321.       data_int = 56
  322.     end
  323.     object xButton15: TxButton
  324.       Left = 8
  325.       Top = 72
  326.       Width = 25
  327.       Height = 17
  328.       Caption = '<'
  329.       TabOrder = 25
  330.       OnClick = sendCharacter
  331.       Caption_English = '<'
  332.       Caption_France = '<'
  333.       Caption_German = '<'
  334.       Caption_Spanish = '<'
  335.       data_int = 0
  336.     end
  337.     object xButton16: TxButton
  338.       Left = 32
  339.       Top = 72
  340.       Width = 25
  341.       Height = 17
  342.       Caption = '>'
  343.       TabOrder = 26
  344.       OnClick = sendShiftedChar
  345.       Caption_English = '>'
  346.       Caption_France = '>'
  347.       Caption_German = '>'
  348.       Caption_Spanish = '>'
  349.       data_int = 62
  350.     end
  351.     object xButton17: TxButton
  352.       Left = 56
  353.       Top = 72
  354.       Width = 21
  355.       Height = 17
  356.       Caption = '='
  357.       TabOrder = 27
  358.       OnClick = sendShiftedChar
  359.       Caption_English = '='
  360.       Caption_France = '='
  361.       Caption_German = '='
  362.       Caption_Spanish = '='
  363.       data_int = 0
  364.     end
  365.   end
  366.   object ListBox1: TListBox
  367.     Left = 0
  368.     Top = 0
  369.     Width = 174
  370.     Height = 206
  371.     Align = alClient
  372.     ItemHeight = 16
  373.     Sorted = True
  374.     TabOrder = 0
  375.     OnClick = ListBox1Click
  376.   end
  377.   object Timer1: TTimer
  378.     Interval = 500
  379.     OnTimer = Timer1Timer
  380.     Left = 96
  381.     Top = 164
  382.   end
  383. end
  384.