home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TNEWCONNDLG / TNEWCONNDLG.txt
Text File  |  1998-03-18  |  2KB  |  100 lines

  1. object NewConnDlg: TNewConnDlg
  2.   Left = 216
  3.   Top = 130
  4.   HelpContext = 480
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderStyle = bsDialog
  8.   Caption = 'NewConnDlg'
  9.   ClientHeight = 110
  10.   ClientWidth = 344
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object InfoText: TLabel
  19.     Left = 8
  20.     Top = 4
  21.     Width = 331
  22.     Height = 15
  23.     AutoSize = False
  24.     Caption = 'InfoText'
  25.     ShowAccelChar = False
  26.     WordWrap = True
  27.   end
  28.   object CheckBox1: TCheckBox
  29.     Left = 8
  30.     Top = 48
  31.     Width = 331
  32.     Height = 13
  33.     Caption = 'CheckBox1'
  34.     TabOrder = 1
  35.     OnClick = CheckBox1Click
  36.   end
  37.   object BtnOK: TButton
  38.     Tag = 4001
  39.     Left = 34
  40.     Top = 84
  41.     Width = 90
  42.     Height = 24
  43.     Caption = '&OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 3
  47.   end
  48.   object BtnCancel: TButton
  49.     Tag = 4002
  50.     Left = 128
  51.     Top = 84
  52.     Width = 90
  53.     Height = 24
  54.     Cancel = True
  55.     Caption = '&Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 4
  58.   end
  59.   object Edit1: TComboBox
  60.     Left = 8
  61.     Top = 24
  62.     Width = 329
  63.     Height = 21
  64.     DropDownCount = 20
  65.     ItemHeight = 13
  66.     TabOrder = 0
  67.     Text = 'Edit1'
  68.     OnChange = Edit1Change
  69.   end
  70.   object CheckBox2: TCheckBox
  71.     Tag = 8
  72.     Left = 8
  73.     Top = 64
  74.     Width = 331
  75.     Height = 13
  76.     Caption = 'Use &firewall (proxy server)'
  77.     State = cbChecked
  78.     TabOrder = 2
  79.     OnClick = CheckBox2Click
  80.   end
  81.   object HelpButton: TButton
  82.     Tag = 4003
  83.     Left = 221
  84.     Top = 84
  85.     Width = 90
  86.     Height = 24
  87.     Caption = 'Help'
  88.     TabOrder = 5
  89.     OnClick = HelpButtonClick
  90.   end
  91.   object ResolutionFix1: TResolutionFix
  92.     Top = 84
  93.   end
  94.   object Translate1: TTranslate
  95.     Tag = 6010
  96.     Left = 312
  97.     Top = 84
  98.   end
  99. end
  100.