home *** CD-ROM | disk | FTP | other *** search
- object MapForm: TMapForm
- Left = 541
- Top = 584
- HelpContext = 11000
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- ClientHeight = 190
- ClientWidth = 307
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnHelp = FormHelp
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 62
- Top = 46
- Width = 51
- Height = 13
- Alignment = taRightJustify
- Caption = '&Local port:'
- FocusControl = Edit1
- end
- object Label2: TLabel
- Left = 31
- Top = 73
- Width = 82
- Height = 13
- Alignment = taRightJustify
- Caption = 'Remote &address:'
- FocusControl = Edit2
- end
- object Label3: TLabel
- Left = 49
- Top = 101
- Width = 64
- Height = 13
- Alignment = taRightJustify
- Caption = 'Remote &port:'
- FocusControl = Edit3
- end
- object Label4: TLabel
- Left = 35
- Top = 19
- Width = 78
- Height = 13
- Alignment = taRightJustify
- Caption = '&Interface mode:'
- end
- object Edit1: TEdit
- Left = 117
- Top = 42
- Width = 67
- Height = 21
- HelpContext = 11001
- TabOrder = 1
- end
- object Edit2: TEdit
- Left = 117
- Top = 70
- Width = 143
- Height = 21
- HelpContext = 11002
- TabOrder = 2
- end
- object Edit3: TEdit
- Left = 117
- Top = 98
- Width = 66
- Height = 21
- HelpContext = 11003
- TabOrder = 3
- end
- object Button1: TButton
- Left = 74
- Top = 154
- Width = 75
- Height = 23
- HelpContext = 11007
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 158
- Top = 154
- Width = 75
- Height = 23
- HelpContext = 11008
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 6
- OnClick = Button2Click
- end
- object CheckBox1: TCheckBox
- Left = 119
- Top = 126
- Width = 134
- Height = 17
- HelpContext = 11004
- Caption = 'Local connections &only'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object ComboBox1: TComboBox
- Left = 117
- Top = 14
- Width = 145
- Height = 21
- HelpContext = 11005
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = ComboBox1Change
- Items.Strings = (
- 'Port mapping'
- 'FTP port mapping'
- 'SOSKS proxy server'
- 'HTTP proxy server')
- end
- end
-