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 >
Text File  |  2002-08-10  |  3KB  |  165 lines

  1. object MainForm: TMainForm
  2.   Left = 479
  3.   Top = 208
  4.   Width = 548
  5.   Height = 247
  6.   Caption = 'TRASManager - Example'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDefaultPosOnly
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 274
  21.     Top = 10
  22.     Width = 61
  23.     Height = 13
  24.     Caption = 'device name'
  25.   end
  26.   object lbDeviceName: TLabel
  27.     Left = 340
  28.     Top = 10
  29.     Width = 70
  30.     Height = 13
  31.     Caption = 'lbDeviceName'
  32.   end
  33.   object lbDeviceType: TLabel
  34.     Left = 340
  35.     Top = 30
  36.     Width = 66
  37.     Height = 13
  38.     Caption = 'lbDeviceType'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 280
  42.     Top = 30
  43.     Width = 55
  44.     Height = 13
  45.     Caption = 'device type'
  46.   end
  47.   object Label2: TLabel
  48.     Left = 296
  49.     Top = 50
  50.     Width = 39
  51.     Height = 13
  52.     Caption = 'IP Client'
  53.   end
  54.   object Label3: TLabel
  55.     Left = 291
  56.     Top = 70
  57.     Width = 44
  58.     Height = 13
  59.     Caption = 'IP Server'
  60.   end
  61.   object lbIPClient: TLabel
  62.     Left = 340
  63.     Top = 50
  64.     Width = 44
  65.     Height = 13
  66.     Caption = 'lbIPClient'
  67.   end
  68.   object lbIPServer: TLabel
  69.     Left = 340
  70.     Top = 70
  71.     Width = 49
  72.     Height = 13
  73.     Caption = 'lbIPServer'
  74.   end
  75.   object Label5: TLabel
  76.     Left = 284
  77.     Top = 90
  78.     Width = 51
  79.     Height = 13
  80.     BiDiMode = bdLeftToRight
  81.     Caption = 'connected'
  82.     ParentBiDiMode = False
  83.   end
  84.   object lbConnected: TLabel
  85.     Left = 340
  86.     Top = 90
  87.     Width = 60
  88.     Height = 13
  89.     Caption = 'lbConnected'
  90.   end
  91.   object Label6: TLabel
  92.     Left = 267
  93.     Top = 110
  94.     Width = 68
  95.     Height = 13
  96.     Caption = 'phone number'
  97.   end
  98.   object lbPhoneNumber: TLabel
  99.     Left = 340
  100.     Top = 110
  101.     Width = 76
  102.     Height = 13
  103.     Caption = 'lbPhoneNumber'
  104.   end
  105.   object Label7: TLabel
  106.     Left = 287
  107.     Top = 130
  108.     Width = 48
  109.     Height = 13
  110.     Caption = 'area code'
  111.   end
  112.   object lbAreacode: TLabel
  113.     Left = 340
  114.     Top = 130
  115.     Width = 54
  116.     Height = 13
  117.     Caption = 'lbAreacode'
  118.   end
  119.   object Label8: TLabel
  120.     Left = 273
  121.     Top = 150
  122.     Width = 62
  123.     Height = 13
  124.     Caption = 'country code'
  125.   end
  126.   object lbCountryCode: TLabel
  127.     Left = 340
  128.     Top = 150
  129.     Width = 69
  130.     Height = 13
  131.     Caption = 'lbCountryCode'
  132.   end
  133.   object ListBox: TListBox
  134.     Left = 0
  135.     Top = 5
  136.     Width = 256
  137.     Height = 176
  138.     ItemHeight = 13
  139.     TabOrder = 0
  140.     OnClick = ListBoxClick
  141.   end
  142.   object Button: TButton
  143.     Left = 275
  144.     Top = 185
  145.     Width = 75
  146.     Height = 25
  147.     Caption = 'Connect'
  148.     TabOrder = 1
  149.     OnClick = ButtonClick
  150.   end
  151.   object RasManager: TRasManager
  152.     OnConnect = RasManagerConnect
  153.     OnConnecting = RasManagerConnecting
  154.     OnDisconnect = RasManagerDisconnect
  155.     Left = 20
  156.     Top = 15
  157.   end
  158.   object Timer: TTimer
  159.     Enabled = False
  160.     OnTimer = TimerTimer
  161.     Left = 405
  162.     Top = 175
  163.   end
  164. end
  165.