home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
AUTO1.DFM
/
AUTO1.txt
Wrap
Text File
|
1997-02-28
|
1KB
|
61 lines
object Form1: TForm1
Left = 334
Top = 276
Width = 312
Height = 144
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 113
Height = 20
Caption = 'Server Value'
Font.Color = clRed
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Edit1: TEdit
Left = 8
Top = 40
Width = 193
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 216
Top = 16
Width = 75
Height = 25
Caption = '&Set Val'
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 216
Top = 48
Width = 75
Height = 25
Caption = '&Get Val'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 216
Top = 80
Width = 75
Height = 25
Caption = '&Clear'
TabOrder = 3
OnClick = Button3Click
end
end