home *** CD-ROM | disk | FTP | other *** search
- object S2CForm: TS2CForm
- Left = 438
- Top = 430
- HelpContext = 15000
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- ClientHeight = 237
- ClientWidth = 345
- 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 = 56
- Top = 19
- Width = 59
- Height = 13
- Alignment = taRightJustify
- Caption = '&Server port:'
- FocusControl = SPEdit
- end
- object Label2: TLabel
- Left = 17
- Top = 142
- Width = 98
- Height = 13
- Alignment = taRightJustify
- Caption = 'Connect to &address:'
- FocusControl = LAEdit
- end
- object Label3: TLabel
- Left = 35
- Top = 171
- Width = 80
- Height = 13
- Alignment = taRightJustify
- Caption = 'Connect to &port:'
- FocusControl = LPEdit
- end
- object Label4: TLabel
- Left = 161
- Top = 70
- Width = 4
- Height = 13
- Caption = '.'
- end
- object Label5: TLabel
- Left = 203
- Top = 70
- Width = 4
- Height = 13
- Caption = '.'
- end
- object Label6: TLabel
- Left = 245
- Top = 70
- Width = 4
- Height = 13
- Caption = '.'
- end
- object SPEdit: TEdit
- Left = 119
- Top = 14
- Width = 50
- Height = 21
- HelpContext = 15001
- TabOrder = 0
- end
- object LCcb: TCheckBox
- Left = 119
- Top = 91
- Width = 190
- Height = 17
- HelpContext = 15004
- Caption = '&Local connections only'
- TabOrder = 6
- end
- object SCcb: TCheckBox
- Left = 119
- Top = 112
- Width = 190
- Height = 17
- HelpContext = 15005
- Caption = 'Sin&gle connection'
- TabOrder = 7
- end
- object UIcb: TCheckBox
- Left = 119
- Top = 42
- Width = 155
- Height = 17
- HelpContext = 15002
- Caption = '&Use server interface'
- TabOrder = 1
- end
- object Button1: TButton
- Left = 86
- Top = 203
- Width = 75
- Height = 23
- HelpContext = 15008
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 10
- end
- object Button2: TButton
- Left = 184
- Top = 203
- Width = 75
- Height = 23
- HelpContext = 15009
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 11
- end
- object LAEdit: TEdit
- Left = 119
- Top = 138
- Width = 162
- Height = 21
- HelpContext = 15006
- TabOrder = 8
- end
- object LPEdit: TEdit
- Left = 119
- Top = 167
- Width = 50
- Height = 21
- HelpContext = 15007
- TabOrder = 9
- end
- object IP1: TEdit
- Left = 126
- Top = 63
- Width = 29
- Height = 21
- HelpContext = 15003
- TabOrder = 2
- OnKeyPress = IP1KeyPress
- end
- object IP2: TEdit
- Left = 168
- Top = 63
- Width = 29
- Height = 21
- HelpContext = 15003
- TabOrder = 3
- OnKeyPress = IP1KeyPress
- end
- object IP3: TEdit
- Left = 210
- Top = 63
- Width = 29
- Height = 21
- HelpContext = 15003
- TabOrder = 4
- OnKeyPress = IP1KeyPress
- end
- object IP4: TEdit
- Left = 252
- Top = 63
- Width = 29
- Height = 21
- HelpContext = 15003
- TabOrder = 5
- OnKeyPress = IP1KeyPress
- end
- end
-