home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d456
/
RASMG110.ZIP
/
RasExampleMainDialog.dfm
< prev
next >
Wrap
Text File
|
2002-08-10
|
3KB
|
165 lines
object MainForm: TMainForm
Left = 479
Top = 208
Width = 548
Height = 247
Caption = 'TRASManager - Example'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDefaultPosOnly
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 274
Top = 10
Width = 61
Height = 13
Caption = 'device name'
end
object lbDeviceName: TLabel
Left = 340
Top = 10
Width = 70
Height = 13
Caption = 'lbDeviceName'
end
object lbDeviceType: TLabel
Left = 340
Top = 30
Width = 66
Height = 13
Caption = 'lbDeviceType'
end
object Label4: TLabel
Left = 280
Top = 30
Width = 55
Height = 13
Caption = 'device type'
end
object Label2: TLabel
Left = 296
Top = 50
Width = 39
Height = 13
Caption = 'IP Client'
end
object Label3: TLabel
Left = 291
Top = 70
Width = 44
Height = 13
Caption = 'IP Server'
end
object lbIPClient: TLabel
Left = 340
Top = 50
Width = 44
Height = 13
Caption = 'lbIPClient'
end
object lbIPServer: TLabel
Left = 340
Top = 70
Width = 49
Height = 13
Caption = 'lbIPServer'
end
object Label5: TLabel
Left = 284
Top = 90
Width = 51
Height = 13
BiDiMode = bdLeftToRight
Caption = 'connected'
ParentBiDiMode = False
end
object lbConnected: TLabel
Left = 340
Top = 90
Width = 60
Height = 13
Caption = 'lbConnected'
end
object Label6: TLabel
Left = 267
Top = 110
Width = 68
Height = 13
Caption = 'phone number'
end
object lbPhoneNumber: TLabel
Left = 340
Top = 110
Width = 76
Height = 13
Caption = 'lbPhoneNumber'
end
object Label7: TLabel
Left = 287
Top = 130
Width = 48
Height = 13
Caption = 'area code'
end
object lbAreacode: TLabel
Left = 340
Top = 130
Width = 54
Height = 13
Caption = 'lbAreacode'
end
object Label8: TLabel
Left = 273
Top = 150
Width = 62
Height = 13
Caption = 'country code'
end
object lbCountryCode: TLabel
Left = 340
Top = 150
Width = 69
Height = 13
Caption = 'lbCountryCode'
end
object ListBox: TListBox
Left = 0
Top = 5
Width = 256
Height = 176
ItemHeight = 13
TabOrder = 0
OnClick = ListBoxClick
end
object Button: TButton
Left = 275
Top = 185
Width = 75
Height = 25
Caption = 'Connect'
TabOrder = 1
OnClick = ButtonClick
end
object RasManager: TRasManager
OnConnect = RasManagerConnect
OnConnecting = RasManagerConnecting
OnDisconnect = RasManagerDisconnect
Left = 20
Top = 15
end
object Timer: TTimer
Enabled = False
OnTimer = TimerTimer
Left = 405
Top = 175
end
end