home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 770
- Top = 165
- HelpContext = 9000
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Preferences'
- ClientHeight = 380
- ClientWidth = 421
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PrintScale = poNone
- OnHelp = FormHelp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label5: TLabel
- Left = 16
- Top = 16
- Width = 96
- Height = 13
- Caption = 'Default server port:'
- end
- object GroupBox2: TGroupBox
- Left = 16
- Top = 41
- Width = 385
- Height = 100
- Caption = 'Default Session Parameters'
- TabOrder = 1
- object Label3: TLabel
- Left = 320
- Top = 22
- Width = 37
- Height = 13
- Caption = 'minutes'
- end
- object Label7: TLabel
- Left = 320
- Top = 49
- Width = 39
- Height = 13
- Caption = 'seconds'
- end
- object CheckBox2: TCheckBox
- Left = 16
- Top = 21
- Width = 233
- Height = 17
- HelpContext = 9003
- Caption = 'Keep remote session reconnectable'
- TabOrder = 0
- OnClick = CheckBox2Click
- end
- object Edit2: TEdit
- Left = 251
- Top = 19
- Width = 49
- Height = 21
- HelpContext = 9004
- TabOrder = 1
- Text = '1'
- end
- object UpDown1: TUpDown
- Left = 300
- Top = 19
- Width = 13
- Height = 21
- Associate = Edit2
- Min = 1
- Max = 3600
- Position = 1
- TabOrder = 2
- Thousands = False
- end
- object CheckBox3: TCheckBox
- Left = 16
- Top = 71
- Width = 97
- Height = 17
- HelpContext = 9005
- Caption = 'Enable mouse'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object CheckBox4: TCheckBox
- Left = 16
- Top = 46
- Width = 215
- Height = 17
- HelpContext = 9011
- Caption = 'Automatically restore connection after'
- TabOrder = 3
- end
- object Edit3: TEdit
- Left = 251
- Top = 45
- Width = 49
- Height = 21
- HelpContext = 9012
- TabOrder = 4
- Text = '0'
- end
- object UpDown3: TUpDown
- Left = 300
- Top = 45
- Width = 12
- Height = 21
- Associate = Edit3
- TabOrder = 5
- end
- end
- object Button1: TButton
- Left = 124
- Top = 347
- Width = 73
- Height = 23
- HelpContext = 9009
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 220
- Top = 347
- Width = 73
- Height = 23
- HelpContext = 9010
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object GroupBox3: TGroupBox
- Left = 16
- Top = 148
- Width = 385
- Height = 81
- Caption = 'Default Font'
- TabOrder = 2
- object Label1: TLabel
- Left = 32
- Top = 24
- Width = 31
- Height = 13
- Alignment = taRightJustify
- Caption = 'Name:'
- end
- object Label2: TLabel
- Left = 227
- Top = 24
- Width = 23
- Height = 13
- Alignment = taRightJustify
- Caption = 'Size:'
- end
- object Label4: TLabel
- Left = 16
- Top = 53
- Width = 38
- Height = 13
- Caption = 'Sample:'
- end
- object SamplePB: TPaintBox
- Left = 70
- Top = 48
- Width = 243
- Height = 25
- OnPaint = SamplePBPaint
- end
- object ComboBox1: TComboBox
- Left = 70
- Top = 20
- Width = 145
- Height = 21
- HelpContext = 9007
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnClick = ComboBox1Click
- end
- object Edit1: TEdit
- Left = 251
- Top = 20
- Width = 49
- Height = 21
- HelpContext = 9008
- TabOrder = 1
- Text = '1'
- OnChange = ComboBox1Click
- end
- object UpDown2: TUpDown
- Left = 300
- Top = 20
- Width = 15
- Height = 21
- Associate = Edit1
- Min = 1
- Position = 1
- TabOrder = 2
- end
- end
- object TCPPortEdit: TEdit
- Left = 120
- Top = 13
- Width = 56
- Height = 21
- HelpContext = 9002
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 238
- Width = 386
- Height = 99
- HelpContext = 9014
- Caption = 'Client-side printing'
- TabOrder = 3
- object Label6: TLabel
- Left = 21
- Top = 20
- Width = 74
- Height = 13
- Caption = 'Default printer:'
- end
- object Label8: TLabel
- Left = 70
- Top = 63
- Width = 228
- Height = 26
- Caption =
- 'The printer name for local printers and '#13#10'\\ServerName\PrinterNa' +
- 'me for remote printers.'
- end
- object ComboBoxEx1: TComboBoxEx
- Left = 70
- Top = 37
- Width = 239
- Height = 22
- HelpContext = 9014
- ItemsEx = <>
- ItemHeight = 16
- TabOrder = 0
- Images = MainForm.ImageList2
- DropDownCount = 8
- end
- end
- end
-