home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZRCG.exe / 0 / RCDATA / TMAPFORM / TMAPFORM.txt
Encoding:
Text File  |  2004-05-19  |  2.5 KB  |  132 lines

  1. object MapForm: TMapForm
  2.   Left = 541
  3.   Top = 584
  4.   HelpContext = 11000
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 190
  8.   ClientWidth = 307
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnHelp = FormHelp
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 62
  23.     Top = 46
  24.     Width = 51
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = '&Local port:'
  28.     FocusControl = Edit1
  29.   end
  30.   object Label2: TLabel
  31.     Left = 31
  32.     Top = 73
  33.     Width = 82
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = 'Remote &address:'
  37.     FocusControl = Edit2
  38.   end
  39.   object Label3: TLabel
  40.     Left = 49
  41.     Top = 101
  42.     Width = 64
  43.     Height = 13
  44.     Alignment = taRightJustify
  45.     Caption = 'Remote &port:'
  46.     FocusControl = Edit3
  47.   end
  48.   object Label4: TLabel
  49.     Left = 35
  50.     Top = 19
  51.     Width = 78
  52.     Height = 13
  53.     Alignment = taRightJustify
  54.     Caption = '&Interface mode:'
  55.   end
  56.   object Edit1: TEdit
  57.     Left = 117
  58.     Top = 42
  59.     Width = 67
  60.     Height = 21
  61.     HelpContext = 11001
  62.     TabOrder = 1
  63.   end
  64.   object Edit2: TEdit
  65.     Left = 117
  66.     Top = 70
  67.     Width = 143
  68.     Height = 21
  69.     HelpContext = 11002
  70.     TabOrder = 2
  71.   end
  72.   object Edit3: TEdit
  73.     Left = 117
  74.     Top = 98
  75.     Width = 66
  76.     Height = 21
  77.     HelpContext = 11003
  78.     TabOrder = 3
  79.   end
  80.   object Button1: TButton
  81.     Left = 74
  82.     Top = 154
  83.     Width = 75
  84.     Height = 23
  85.     HelpContext = 11007
  86.     Caption = '&OK'
  87.     Default = True
  88.     ModalResult = 1
  89.     TabOrder = 5
  90.     OnClick = Button1Click
  91.   end
  92.   object Button2: TButton
  93.     Left = 158
  94.     Top = 154
  95.     Width = 75
  96.     Height = 23
  97.     HelpContext = 11008
  98.     Cancel = True
  99.     Caption = '&Cancel'
  100.     ModalResult = 2
  101.     TabOrder = 6
  102.     OnClick = Button2Click
  103.   end
  104.   object CheckBox1: TCheckBox
  105.     Left = 119
  106.     Top = 126
  107.     Width = 134
  108.     Height = 17
  109.     HelpContext = 11004
  110.     Caption = 'Local connections &only'
  111.     Checked = True
  112.     State = cbChecked
  113.     TabOrder = 4
  114.   end
  115.   object ComboBox1: TComboBox
  116.     Left = 117
  117.     Top = 14
  118.     Width = 145
  119.     Height = 21
  120.     HelpContext = 11005
  121.     Style = csDropDownList
  122.     ItemHeight = 13
  123.     TabOrder = 0
  124.     OnChange = ComboBox1Change
  125.     Items.Strings = (
  126.       'Port mapping'
  127.       'FTP port mapping'
  128.       'SOSKS proxy server'
  129.       'HTTP proxy server')
  130.   end
  131. end
  132.