home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
Iavadraw.exe
/
0
/
RCDATA
/
TJAVACLIENT
/
TJAVACLIENT.txt
< prev
Wrap
Text File
|
1996-12-20
|
2KB
|
108 lines
object JavaClient: TJavaClient
Left = 21
Top = 252
Width = 435
Height = 300
Caption = 'Java-client'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object EventMemo: TMemo
Left = 0
Top = 0
Width = 427
Height = 273
Align = alClient
ReadOnly = True
TabOrder = 4
end
object Button1: TButton
Left = 332
Top = 8
Width = 87
Height = 25
Caption = '&Get state'
TabOrder = 0
OnClick = Button1Click
end
object Button3: TButton
Left = 332
Top = 36
Width = 87
Height = 25
Caption = 'Clear &log'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 332
Top = 64
Width = 87
Height = 25
Caption = 'Show/hide server'
TabOrder = 3
OnClick = Button4Click
end
object Button2: TButton
Left = 336
Top = 240
Width = 83
Height = 25
Caption = '&Cancel'
TabOrder = 1
OnClick = Button2Click
end
object Button5: TButton
Left = 336
Top = 204
Width = 81
Height = 25
Caption = '&Restart server'
TabOrder = 5
OnClick = Button5Click
end
object Button6: TButton
Left = 340
Top = 128
Width = 75
Height = 25
Caption = 'Bean200'
TabOrder = 6
OnClick = Button6Click
end
object ClearTimer: TTimer
Interval = 60000
OnTimer = ClearTimerTimer
Left = 20
Top = 68
end
object Callback: TTimer
Interval = 50
OnTimer = CallBackTimerTimer
Left = 20
Top = 112
end
object TimeOut: TTimer
Enabled = False
Interval = 10000
OnTimer = TimeOutTimer
Left = 20
Top = 24
end
object ExitTimer: TTimer
Enabled = False
Interval = 3000
OnTimer = ExitTimerTimer
Left = 20
Top = 152
end
end