home *** CD-ROM | disk | FTP | other *** search
- object NetDialog: TNetDialog
- Left = 383
- Top = 68
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Network settings'
- ClientHeight = 433
- ClientWidth = 360
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Cancelbtn: TButton
- Left = 280
- Top = 406
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object OkBtn: TButton
- Left = 197
- Top = 406
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OkBtnClick
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 360
- Height = 400
- ActivePage = TabSheet7
- TabOrder = 0
- OnChange = PageControl1Change
- object TabSheet5: TTabSheet
- Caption = 'General'
- object Label17: TLabel
- Left = 20
- Top = 76
- Width = 138
- Height = 13
- Caption = 'Max. concurrent connections'
- end
- object Label19: TLabel
- Left = 20
- Top = 20
- Width = 68
- Height = 13
- Caption = 'E-mail address'
- end
- object Label14: TLabel
- Left = 20
- Top = 132
- Width = 96
- Height = 13
- Caption = 'Winsock information'
- end
- object SpinEdit4: TSpinEdit
- Left = 20
- Top = 92
- Width = 61
- Height = 22
- MaxLength = 2
- MaxValue = 99
- MinValue = 1
- TabOrder = 1
- Value = 1
- end
- object Edit4: TEdit
- Left = 20
- Top = 36
- Width = 145
- Height = 21
- TabOrder = 0
- end
- object RichEdit1: TRichEdit
- Left = 20
- Top = 148
- Width = 313
- Height = 205
- Color = clBtnFace
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 2
- end
- end
- object TabSheet6: TTabSheet
- Caption = 'Proxies'
- object GroupBox6: TGroupBox
- Left = 20
- Top = 276
- Width = 313
- Height = 77
- Caption = ' Description '
- TabOrder = 7
- Visible = False
- object Label11: TLabel
- Left = 12
- Top = 15
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- end
- object ListView1: TListView
- Left = 20
- Top = 20
- Width = 313
- Height = 165
- ColumnClick = False
- OnDblClick = ListView1DblClick
- Columns = <
- item
- Caption = 'Title'
- Width = 155
- end
- item
- Caption = 'Address'
- Width = 100
- end
- item
- Caption = 'Port'
- Width = 53
- end>
- ReadOnly = True
- RowSelect = True
- OnChange = EnableProxyButtons
- TabOrder = 0
- ViewStyle = vsReport
- OnKeyDown = ListView1KeyDown
- end
- object CheckBox3: TCheckBox
- Left = 28
- Top = 252
- Width = 101
- Height = 17
- Caption = 'Default for FTP'
- TabOrder = 5
- OnClick = CheckBox3Click
- end
- object CheckBox1: TCheckBox
- Left = 28
- Top = 228
- Width = 105
- Height = 17
- Caption = 'Default for HTTP'
- TabOrder = 4
- OnClick = CheckBox1Click
- end
- object CheckBox26: TCheckBox
- Left = 152
- Top = 228
- Width = 121
- Height = 17
- Caption = 'Default for GOPHER'
- TabOrder = 6
- OnClick = CheckBox26Click
- end
- object AddProxyBtn: TButton
- Left = 25
- Top = 196
- Width = 93
- Height = 23
- Caption = 'Add...'
- TabOrder = 1
- OnClick = AddProxyBtnClick
- end
- object EditProxyBtn: TButton
- Left = 129
- Top = 196
- Width = 93
- Height = 23
- Caption = 'Edit...'
- TabOrder = 2
- OnClick = EditProxyBtnClick
- end
- object DelProxyBtn: TButton
- Left = 233
- Top = 196
- Width = 93
- Height = 23
- Caption = 'Delete'
- TabOrder = 3
- OnClick = DelProxyBtnClick
- end
- object CheckBox4: TCheckBox
- Left = 152
- Top = 252
- Width = 177
- Height = 17
- Caption = 'Use default proxies for all sites'
- TabOrder = 8
- end
- end
- object TabSheet7: TTabSheet
- Caption = 'Dial-Up'
- object GroupBox5: TGroupBox
- Left = 20
- Top = 80
- Width = 313
- Height = 221
- Caption = ' Dial-Up settings '
- TabOrder = 2
- object Label4: TLabel
- Left = 16
- Top = 172
- Width = 184
- Height = 13
- Caption = 'Connection interrupted window caption'
- end
- object Label6: TLabel
- Left = 16
- Top = 20
- Width = 54
- Height = 13
- Caption = 'Connection'
- end
- object Label7: TLabel
- Left = 16
- Top = 68
- Width = 51
- Height = 13
- Caption = 'User name'
- end
- object Label8: TLabel
- Left = 128
- Top = 69
- Width = 46
- Height = 13
- Caption = 'Password'
- end
- object Label9: TLabel
- Left = 16
- Top = 120
- Width = 41
- Height = 13
- Caption = 'Attempts'
- end
- object Label10: TLabel
- Left = 128
- Top = 120
- Width = 41
- Height = 13
- Caption = 'Pause, s'
- end
- object Edit1: TEdit
- Left = 16
- Top = 188
- Width = 269
- Height = 21
- TabOrder = 5
- end
- object ComboBox1: TComboBox
- Left = 16
- Top = 36
- Width = 269
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 16
- Top = 84
- Width = 98
- Height = 21
- TabOrder = 1
- end
- object Edit3: TEdit
- Left = 128
- Top = 84
- Width = 96
- Height = 21
- PasswordChar = '*'
- TabOrder = 2
- OnDblClick = Edit3DblClick
- end
- object SpinEdit2: TSpinEdit
- Left = 16
- Top = 136
- Width = 65
- Height = 22
- MaxLength = 2
- MaxValue = 9999
- MinValue = 1
- TabOrder = 3
- Value = 1
- end
- object SpinEdit3: TSpinEdit
- Left = 128
- Top = 136
- Width = 65
- Height = 22
- MaxLength = 3
- MaxValue = 3600
- MinValue = 0
- TabOrder = 4
- Value = 0
- end
- end
- object Button1: TButton
- Left = 24
- Top = 316
- Width = 97
- Height = 25
- Caption = 'Dial now'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 128
- Top = 316
- Width = 97
- Height = 25
- Caption = 'Hang up now'
- TabOrder = 4
- OnClick = Button2Click
- end
- object CheckBox2: TCheckBox
- Left = 20
- Top = 20
- Width = 145
- Height = 17
- Caption = 'Dial up when needed'
- TabOrder = 0
- OnClick = EnableDisable
- end
- object CheckBox5: TCheckBox
- Left = 20
- Top = 48
- Width = 141
- Height = 17
- Caption = 'Hang up when done'
- TabOrder = 1
- OnClick = EnableDisable
- end
- end
- end
- end
-