home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TNEWCONNDLG / TNEWCONNDLG.txt
Text File  |  1999-07-27  |  2KB  |  114 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 = 109
  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.     Font.Color = clBtnText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     ShowAccelChar = False
  31.     WordWrap = True
  32.   end
  33.   object CheckBox1: TCheckBox
  34.     Left = 8
  35.     Top = 48
  36.     Width = 331
  37.     Height = 13
  38.     Caption = 'CheckBox1'
  39.     Font.Color = clBtnText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 1
  45.     OnClick = CheckBox1Click
  46.   end
  47.   object BtnOK: TButton
  48.     Tag = 4001
  49.     Left = 62
  50.     Top = 84
  51.     Width = 90
  52.     Height = 23
  53.     Caption = '&OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 3
  57.   end
  58.   object BtnCancel: TButton
  59.     Tag = 4002
  60.     Left = 156
  61.     Top = 84
  62.     Width = 90
  63.     Height = 23
  64.     Cancel = True
  65.     Caption = '&Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 4
  68.   end
  69.   object Edit1: TComboBox
  70.     Left = 8
  71.     Top = 24
  72.     Width = 329
  73.     Height = 21
  74.     DropDownCount = 20
  75.     ItemHeight = 13
  76.     TabOrder = 0
  77.     OnChange = Edit1Change
  78.   end
  79.   object CheckBox2: TCheckBox
  80.     Tag = 8
  81.     Left = 8
  82.     Top = 64
  83.     Width = 331
  84.     Height = 13
  85.     Caption = 'Use &firewall (proxy server)'
  86.     Font.Color = clBtnText
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentFont = False
  91.     State = cbChecked
  92.     TabOrder = 2
  93.     OnClick = CheckBox2Click
  94.   end
  95.   object HelpButton: TButton
  96.     Tag = 4003
  97.     Left = 249
  98.     Top = 84
  99.     Width = 90
  100.     Height = 23
  101.     Caption = 'Help'
  102.     TabOrder = 5
  103.     OnClick = HelpButtonClick
  104.   end
  105.   object ResolutionFix1: TResolutionFix
  106.     Top = 84
  107.   end
  108.   object Translate1: TTranslate
  109.     Tag = 6010
  110.     Left = 32
  111.     Top = 84
  112.   end
  113. end
  114.