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

  1. object S2CForm: TS2CForm
  2.   Left = 438
  3.   Top = 430
  4.   HelpContext = 15000
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 237
  8.   ClientWidth = 345
  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 = 56
  23.     Top = 19
  24.     Width = 59
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = '&Server port:'
  28.     FocusControl = SPEdit
  29.   end
  30.   object Label2: TLabel
  31.     Left = 17
  32.     Top = 142
  33.     Width = 98
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = 'Connect to &address:'
  37.     FocusControl = LAEdit
  38.   end
  39.   object Label3: TLabel
  40.     Left = 35
  41.     Top = 171
  42.     Width = 80
  43.     Height = 13
  44.     Alignment = taRightJustify
  45.     Caption = 'Connect to &port:'
  46.     FocusControl = LPEdit
  47.   end
  48.   object Label4: TLabel
  49.     Left = 161
  50.     Top = 70
  51.     Width = 4
  52.     Height = 13
  53.     Caption = '.'
  54.   end
  55.   object Label5: TLabel
  56.     Left = 203
  57.     Top = 70
  58.     Width = 4
  59.     Height = 13
  60.     Caption = '.'
  61.   end
  62.   object Label6: TLabel
  63.     Left = 245
  64.     Top = 70
  65.     Width = 4
  66.     Height = 13
  67.     Caption = '.'
  68.   end
  69.   object SPEdit: TEdit
  70.     Left = 119
  71.     Top = 14
  72.     Width = 50
  73.     Height = 21
  74.     HelpContext = 15001
  75.     TabOrder = 0
  76.   end
  77.   object LCcb: TCheckBox
  78.     Left = 119
  79.     Top = 91
  80.     Width = 190
  81.     Height = 17
  82.     HelpContext = 15004
  83.     Caption = '&Local connections only'
  84.     TabOrder = 6
  85.   end
  86.   object SCcb: TCheckBox
  87.     Left = 119
  88.     Top = 112
  89.     Width = 190
  90.     Height = 17
  91.     HelpContext = 15005
  92.     Caption = 'Sin&gle connection'
  93.     TabOrder = 7
  94.   end
  95.   object UIcb: TCheckBox
  96.     Left = 119
  97.     Top = 42
  98.     Width = 155
  99.     Height = 17
  100.     HelpContext = 15002
  101.     Caption = '&Use server interface'
  102.     TabOrder = 1
  103.   end
  104.   object Button1: TButton
  105.     Left = 86
  106.     Top = 203
  107.     Width = 75
  108.     Height = 23
  109.     HelpContext = 15008
  110.     Caption = '&OK'
  111.     Default = True
  112.     ModalResult = 1
  113.     TabOrder = 10
  114.   end
  115.   object Button2: TButton
  116.     Left = 184
  117.     Top = 203
  118.     Width = 75
  119.     Height = 23
  120.     HelpContext = 15009
  121.     Cancel = True
  122.     Caption = '&Cancel'
  123.     ModalResult = 2
  124.     TabOrder = 11
  125.   end
  126.   object LAEdit: TEdit
  127.     Left = 119
  128.     Top = 138
  129.     Width = 162
  130.     Height = 21
  131.     HelpContext = 15006
  132.     TabOrder = 8
  133.   end
  134.   object LPEdit: TEdit
  135.     Left = 119
  136.     Top = 167
  137.     Width = 50
  138.     Height = 21
  139.     HelpContext = 15007
  140.     TabOrder = 9
  141.   end
  142.   object IP1: TEdit
  143.     Left = 126
  144.     Top = 63
  145.     Width = 29
  146.     Height = 21
  147.     HelpContext = 15003
  148.     TabOrder = 2
  149.     OnKeyPress = IP1KeyPress
  150.   end
  151.   object IP2: TEdit
  152.     Left = 168
  153.     Top = 63
  154.     Width = 29
  155.     Height = 21
  156.     HelpContext = 15003
  157.     TabOrder = 3
  158.     OnKeyPress = IP1KeyPress
  159.   end
  160.   object IP3: TEdit
  161.     Left = 210
  162.     Top = 63
  163.     Width = 29
  164.     Height = 21
  165.     HelpContext = 15003
  166.     TabOrder = 4
  167.     OnKeyPress = IP1KeyPress
  168.   end
  169.   object IP4: TEdit
  170.     Left = 252
  171.     Top = 63
  172.     Width = 29
  173.     Height = 21
  174.     HelpContext = 15003
  175.     TabOrder = 5
  176.     OnKeyPress = IP1KeyPress
  177.   end
  178. end
  179.