object NewConnDlg: TNewConnDlg Left = 216 Top = 130 HelpContext = 480 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsDialog Caption = 'NewConnDlg' ClientHeight = 110 ClientWidth = 344 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object InfoText: TLabel Left = 8 Top = 4 Width = 331 Height = 15 AutoSize = False Caption = 'InfoText' ShowAccelChar = False WordWrap = True end object CheckBox1: TCheckBox Left = 8 Top = 48 Width = 331 Height = 13 Caption = 'CheckBox1' TabOrder = 1 OnClick = CheckBox1Click end object BtnOK: TButton Tag = 4001 Left = 34 Top = 84 Width = 90 Height = 24 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 3 end object BtnCancel: TButton Tag = 4002 Left = 128 Top = 84 Width = 90 Height = 24 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 4 end object Edit1: TComboBox Left = 8 Top = 24 Width = 329 Height = 21 DropDownCount = 20 ItemHeight = 13 TabOrder = 0 Text = 'Edit1' OnChange = Edit1Change end object CheckBox2: TCheckBox Tag = 8 Left = 8 Top = 64 Width = 331 Height = 13 Caption = 'Use &firewall (proxy server)' State = cbChecked TabOrder = 2 OnClick = CheckBox2Click end object HelpButton: TButton Tag = 4003 Left = 221 Top = 84 Width = 90 Height = 24 Caption = 'Help' TabOrder = 5 OnClick = HelpButtonClick end object ResolutionFix1: TResolutionFix Top = 84 end object Translate1: TTranslate Tag = 6010 Left = 312 Top = 84 end end