home *** CD-ROM | disk | FTP | other *** search
- object FTPConnectDlg: TFTPConnectDlg
- Left = 223
- Top = 117
- BorderStyle = bsDialog
- Caption = 'Connect to...'
- ClientHeight = 386
- ClientWidth = 371
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel2: TBevel
- Left = 8
- Top = 192
- Width = 353
- Height = 154
- Shape = bsFrame
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 353
- Height = 177
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 74
- Top = 20
- Width = 34
- Height = 13
- Alignment = taRightJustify
- Caption = 'Server:'
- end
- object Label2: TLabel
- Left = 53
- Top = 48
- Width = 56
- Height = 13
- Alignment = taRightJustify
- Caption = 'User Name:'
- end
- object Label3: TLabel
- Left = 59
- Top = 76
- Width = 49
- Height = 13
- Alignment = taRightJustify
- Caption = 'Password:'
- end
- object Label4: TLabel
- Left = 39
- Top = 104
- Width = 69
- Height = 13
- Alignment = taRightJustify
- Caption = 'Transfer Type:'
- end
- object Label5: TLabel
- Left = 37
- Top = 157
- Width = 71
- Height = 13
- Alignment = taRightJustify
- Caption = 'Log File Name:'
- end
- object Label6: TLabel
- Left = 49
- Top = 231
- Width = 56
- Height = 13
- Alignment = taRightJustify
- Caption = 'Host Name:'
- end
- object Label7: TLabel
- Left = 83
- Top = 263
- Width = 22
- Height = 13
- Alignment = taRightJustify
- Caption = 'Port:'
- end
- object Label8: TLabel
- Left = 24
- Top = 200
- Width = 254
- Height = 13
- Caption = 'Proxy Settings (will be not used if Host Name is empty)'
- end
- object OKButton: TButton
- Left = 180
- Top = 352
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 9
- end
- object CancelButton: TButton
- Left = 268
- Top = 352
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 10
- end
- object ServerEdit: TEdit
- Left = 112
- Top = 16
- Width = 237
- Height = 21
- TabOrder = 0
- end
- object UserNameEdit: TEdit
- Left = 112
- Top = 44
- Width = 237
- Height = 21
- TabOrder = 1
- end
- object PasswordEdit: TEdit
- Left = 112
- Top = 72
- Width = 237
- Height = 21
- TabOrder = 2
- end
- object TransferTypeComboBox: TComboBox
- Left = 112
- Top = 100
- Width = 237
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Binary'
- 'ASCII')
- TabOrder = 3
- end
- object LogFileNameEdit: TEdit
- Left = 112
- Top = 153
- Width = 237
- Height = 21
- TabOrder = 5
- end
- object ServerTypeRadioGroup: TRadioGroup
- Left = 24
- Top = 289
- Width = 321
- Height = 49
- Caption = 'Server Type:'
- Columns = 2
- Items.Strings = (
- 'User with no Logon'
- 'Proxy OPEN')
- TabOrder = 8
- end
- object ProxyPortEdit: TMaskEdit
- Left = 112
- Top = 260
- Width = 73
- Height = 21
- EditMask = '9999;1; '
- MaxLength = 4
- TabOrder = 7
- Text = ' '
- end
- object ProxyServerEdit: TEdit
- Left = 112
- Top = 227
- Width = 233
- Height = 21
- TabOrder = 6
- end
- object PassiveModeCheckBox: TCheckBox
- Left = 16
- Top = 128
- Width = 110
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Use Passive Mode:'
- TabOrder = 4
- end
- end
-