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

  1. object Form1: TForm1
  2.   Left = 770
  3.   Top = 165
  4.   HelpContext = 9000
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Preferences'
  8.   ClientHeight = 380
  9.   ClientWidth = 421
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PrintScale = poNone
  19.   OnHelp = FormHelp
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label5: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 96
  27.     Height = 13
  28.     Caption = 'Default server port:'
  29.   end
  30.   object GroupBox2: TGroupBox
  31.     Left = 16
  32.     Top = 41
  33.     Width = 385
  34.     Height = 100
  35.     Caption = 'Default Session Parameters'
  36.     TabOrder = 1
  37.     object Label3: TLabel
  38.       Left = 320
  39.       Top = 22
  40.       Width = 37
  41.       Height = 13
  42.       Caption = 'minutes'
  43.     end
  44.     object Label7: TLabel
  45.       Left = 320
  46.       Top = 49
  47.       Width = 39
  48.       Height = 13
  49.       Caption = 'seconds'
  50.     end
  51.     object CheckBox2: TCheckBox
  52.       Left = 16
  53.       Top = 21
  54.       Width = 233
  55.       Height = 17
  56.       HelpContext = 9003
  57.       Caption = 'Keep remote session reconnectable'
  58.       TabOrder = 0
  59.       OnClick = CheckBox2Click
  60.     end
  61.     object Edit2: TEdit
  62.       Left = 251
  63.       Top = 19
  64.       Width = 49
  65.       Height = 21
  66.       HelpContext = 9004
  67.       TabOrder = 1
  68.       Text = '1'
  69.     end
  70.     object UpDown1: TUpDown
  71.       Left = 300
  72.       Top = 19
  73.       Width = 13
  74.       Height = 21
  75.       Associate = Edit2
  76.       Min = 1
  77.       Max = 3600
  78.       Position = 1
  79.       TabOrder = 2
  80.       Thousands = False
  81.     end
  82.     object CheckBox3: TCheckBox
  83.       Left = 16
  84.       Top = 71
  85.       Width = 97
  86.       Height = 17
  87.       HelpContext = 9005
  88.       Caption = 'Enable mouse'
  89.       Checked = True
  90.       State = cbChecked
  91.       TabOrder = 6
  92.     end
  93.     object CheckBox4: TCheckBox
  94.       Left = 16
  95.       Top = 46
  96.       Width = 215
  97.       Height = 17
  98.       HelpContext = 9011
  99.       Caption = 'Automatically restore connection after'
  100.       TabOrder = 3
  101.     end
  102.     object Edit3: TEdit
  103.       Left = 251
  104.       Top = 45
  105.       Width = 49
  106.       Height = 21
  107.       HelpContext = 9012
  108.       TabOrder = 4
  109.       Text = '0'
  110.     end
  111.     object UpDown3: TUpDown
  112.       Left = 300
  113.       Top = 45
  114.       Width = 12
  115.       Height = 21
  116.       Associate = Edit3
  117.       TabOrder = 5
  118.     end
  119.   end
  120.   object Button1: TButton
  121.     Left = 124
  122.     Top = 347
  123.     Width = 73
  124.     Height = 23
  125.     HelpContext = 9009
  126.     Caption = '&OK'
  127.     Default = True
  128.     ModalResult = 1
  129.     TabOrder = 4
  130.     OnClick = Button1Click
  131.   end
  132.   object Button2: TButton
  133.     Left = 220
  134.     Top = 347
  135.     Width = 73
  136.     Height = 23
  137.     HelpContext = 9010
  138.     Cancel = True
  139.     Caption = '&Cancel'
  140.     ModalResult = 2
  141.     TabOrder = 5
  142.   end
  143.   object GroupBox3: TGroupBox
  144.     Left = 16
  145.     Top = 148
  146.     Width = 385
  147.     Height = 81
  148.     Caption = 'Default Font'
  149.     TabOrder = 2
  150.     object Label1: TLabel
  151.       Left = 32
  152.       Top = 24
  153.       Width = 31
  154.       Height = 13
  155.       Alignment = taRightJustify
  156.       Caption = 'Name:'
  157.     end
  158.     object Label2: TLabel
  159.       Left = 227
  160.       Top = 24
  161.       Width = 23
  162.       Height = 13
  163.       Alignment = taRightJustify
  164.       Caption = 'Size:'
  165.     end
  166.     object Label4: TLabel
  167.       Left = 16
  168.       Top = 53
  169.       Width = 38
  170.       Height = 13
  171.       Caption = 'Sample:'
  172.     end
  173.     object SamplePB: TPaintBox
  174.       Left = 70
  175.       Top = 48
  176.       Width = 243
  177.       Height = 25
  178.       OnPaint = SamplePBPaint
  179.     end
  180.     object ComboBox1: TComboBox
  181.       Left = 70
  182.       Top = 20
  183.       Width = 145
  184.       Height = 21
  185.       HelpContext = 9007
  186.       Style = csDropDownList
  187.       ItemHeight = 13
  188.       TabOrder = 0
  189.       OnClick = ComboBox1Click
  190.     end
  191.     object Edit1: TEdit
  192.       Left = 251
  193.       Top = 20
  194.       Width = 49
  195.       Height = 21
  196.       HelpContext = 9008
  197.       TabOrder = 1
  198.       Text = '1'
  199.       OnChange = ComboBox1Click
  200.     end
  201.     object UpDown2: TUpDown
  202.       Left = 300
  203.       Top = 20
  204.       Width = 15
  205.       Height = 21
  206.       Associate = Edit1
  207.       Min = 1
  208.       Position = 1
  209.       TabOrder = 2
  210.     end
  211.   end
  212.   object TCPPortEdit: TEdit
  213.     Left = 120
  214.     Top = 13
  215.     Width = 56
  216.     Height = 21
  217.     HelpContext = 9002
  218.     TabOrder = 0
  219.   end
  220.   object GroupBox1: TGroupBox
  221.     Left = 16
  222.     Top = 238
  223.     Width = 386
  224.     Height = 99
  225.     HelpContext = 9014
  226.     Caption = 'Client-side printing'
  227.     TabOrder = 3
  228.     object Label6: TLabel
  229.       Left = 21
  230.       Top = 20
  231.       Width = 74
  232.       Height = 13
  233.       Caption = 'Default printer:'
  234.     end
  235.     object Label8: TLabel
  236.       Left = 70
  237.       Top = 63
  238.       Width = 228
  239.       Height = 26
  240.       Caption = 
  241.         'The printer name for local printers and '#13#10'\\ServerName\PrinterNa' +
  242.         'me for remote printers.'
  243.     end
  244.     object ComboBoxEx1: TComboBoxEx
  245.       Left = 70
  246.       Top = 37
  247.       Width = 239
  248.       Height = 22
  249.       HelpContext = 9014
  250.       ItemsEx = <>
  251.       ItemHeight = 16
  252.       TabOrder = 0
  253.       Images = MainForm.ImageList2
  254.       DropDownCount = 8
  255.     end
  256.   end
  257. end
  258.