home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TJAVACLIENT / TJAVACLIENT.txt < prev   
Text File  |  1996-12-20  |  2KB  |  108 lines

  1. object JavaClient: TJavaClient
  2.   Left = 21
  3.   Top = 252
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Java-client'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EventMemo: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 427
  22.     Height = 273
  23.     Align = alClient
  24.     ReadOnly = True
  25.     TabOrder = 4
  26.   end
  27.   object Button1: TButton
  28.     Left = 332
  29.     Top = 8
  30.     Width = 87
  31.     Height = 25
  32.     Caption = '&Get state'
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Button3: TButton
  37.     Left = 332
  38.     Top = 36
  39.     Width = 87
  40.     Height = 25
  41.     Caption = 'Clear &log'
  42.     TabOrder = 2
  43.     OnClick = Button3Click
  44.   end
  45.   object Button4: TButton
  46.     Left = 332
  47.     Top = 64
  48.     Width = 87
  49.     Height = 25
  50.     Caption = 'Show/hide server'
  51.     TabOrder = 3
  52.     OnClick = Button4Click
  53.   end
  54.   object Button2: TButton
  55.     Left = 336
  56.     Top = 240
  57.     Width = 83
  58.     Height = 25
  59.     Caption = '&Cancel'
  60.     TabOrder = 1
  61.     OnClick = Button2Click
  62.   end
  63.   object Button5: TButton
  64.     Left = 336
  65.     Top = 204
  66.     Width = 81
  67.     Height = 25
  68.     Caption = '&Restart server'
  69.     TabOrder = 5
  70.     OnClick = Button5Click
  71.   end
  72.   object Button6: TButton
  73.     Left = 340
  74.     Top = 128
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'Bean200'
  78.     TabOrder = 6
  79.     OnClick = Button6Click
  80.   end
  81.   object ClearTimer: TTimer
  82.     Interval = 60000
  83.     OnTimer = ClearTimerTimer
  84.     Left = 20
  85.     Top = 68
  86.   end
  87.   object Callback: TTimer
  88.     Interval = 50
  89.     OnTimer = CallBackTimerTimer
  90.     Left = 20
  91.     Top = 112
  92.   end
  93.   object TimeOut: TTimer
  94.     Enabled = False
  95.     Interval = 10000
  96.     OnTimer = TimeOutTimer
  97.     Left = 20
  98.     Top = 24
  99.   end
  100.   object ExitTimer: TTimer
  101.     Enabled = False
  102.     Interval = 3000
  103.     OnTimer = ExitTimerTimer
  104.     Left = 20
  105.     Top = 152
  106.   end
  107. end
  108.