home *** CD-ROM | disk | FTP | other *** search
- object FtpURLDialogCE: TFtpURLDialogCE
- Left = 200
- Top = 101
- BorderStyle = bsDialog
- Caption = 'FtpURLDialog Component Editor'
- ClientHeight = 234
- ClientWidth = 345
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label13: TLabel
- Left = 288
- Top = 211
- Width = 49
- Height = 14
- Caption = 'FSF'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Shape1: TShape
- Left = 288
- Top = 225
- Width = 50
- Height = 4
- Brush.Color = clRed
- Pen.Color = clRed
- end
- object Shape2: TShape
- Left = 288
- Top = 207
- Width = 50
- Height = 4
- Brush.Color = clRed
- Pen.Color = clRed
- end
- object TabbedNotebook1: TTabbedNotebook
- Left = 6
- Top = 2
- Width = 333
- Height = 199
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- TabFont.Color = clBtnText
- TabFont.Height = -11
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 0
- object TTabPage
- Left = 4
- Top = 24
- Caption = 'Form Appearance'
- object GroupBox1: TGroupBox
- Left = 8
- Top = 4
- Width = 109
- Height = 79
- Caption = 'Font'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object FontSample: TPaintBox
- Left = 10
- Top = 40
- Width = 91
- Height = 33
- OnPaint = FontSamplePaint
- end
- object Button6: TButton
- Left = 20
- Top = 16
- Width = 69
- Height = 19
- Caption = 'Select'
- TabOrder = 0
- OnClick = Button6Click
- end
- end
- object GroupBox2: TGroupBox
- Left = 122
- Top = 4
- Width = 193
- Height = 79
- Caption = 'Position'
- TabOrder = 1
- object Label3: TLabel
- Left = 18
- Top = 52
- Width = 27
- Height = 13
- Caption = 'Top:'
- end
- object Label4: TLabel
- Left = 104
- Top = 50
- Width = 27
- Height = 13
- Caption = 'Left:'
- end
- object poscenter: TRadioButton
- Left = 14
- Top = 14
- Width = 113
- Height = 17
- Caption = 'Screen Center'
- TabOrder = 0
- end
- object poscustom: TRadioButton
- Left = 14
- Top = 28
- Width = 113
- Height = 17
- Caption = 'Custom'
- TabOrder = 1
- end
- object etop: TEdit
- Left = 46
- Top = 48
- Width = 45
- Height = 21
- TabOrder = 2
- end
- object eleft: TEdit
- Left = 138
- Top = 46
- Width = 45
- Height = 21
- TabOrder = 3
- end
- end
- object GroupBox3: TGroupBox
- Left = 6
- Top = 88
- Width = 113
- Height = 73
- Caption = 'Border'
- TabOrder = 2
- object rbdialog: TRadioButton
- Left = 22
- Top = 18
- Width = 70
- Height = 17
- Caption = 'Dialog'
- TabOrder = 0
- end
- object rbsingle: TRadioButton
- Left = 22
- Top = 34
- Width = 70
- Height = 17
- Caption = 'Single'
- TabOrder = 1
- end
- object rbnone: TRadioButton
- Left = 22
- Top = 50
- Width = 70
- Height = 17
- Caption = 'None'
- TabOrder = 2
- end
- end
- object Color: TGroupBox
- Left = 124
- Top = 88
- Width = 193
- Height = 73
- Caption = 'Color'
- TabOrder = 3
- object bkcol: TShape
- Left = 10
- Top = 16
- Width = 19
- Height = 19
- end
- object txtcol: TShape
- Left = 10
- Top = 42
- Width = 19
- Height = 19
- end
- object TLabel
- Left = 38
- Top = 20
- Width = 69
- Height = 13
- Caption = 'Background'
- end
- object Label5: TLabel
- Left = 38
- Top = 42
- Width = 26
- Height = 13
- Caption = 'Text'
- end
- object Button1: TButton
- Left = 116
- Top = 18
- Width = 65
- Height = 19
- Caption = 'Edit'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 116
- Top = 40
- Width = 65
- Height = 19
- Caption = 'Edit'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
- object TTabPage
- Left = 4
- Top = 24
- Caption = 'Language'
- object Label8: TLabel
- Left = 10
- Top = 14
- Width = 77
- Height = 13
- Caption = 'Connecting...'
- end
- object Label9: TLabel
- Left = 10
- Top = 42
- Width = 77
- Height = 13
- Caption = 'Connected to'
- end
- object Label10: TLabel
- Left = 10
- Top = 72
- Width = 57
- Height = 13
- Caption = 'Logged in'
- end
- object Label11: TLabel
- Left = 10
- Top = 102
- Width = 69
- Height = 13
- Caption = 'Transferring'
- end
- object Label12: TLabel
- Left = 10
- Top = 130
- Width = 40
- Height = 13
- Caption = 'Cancel'
- end
- object tconnecting: TEdit
- Left = 92
- Top = 10
- Width = 221
- Height = 21
- TabOrder = 0
- end
- object tconnected: TEdit
- Left = 92
- Top = 38
- Width = 221
- Height = 21
- TabOrder = 1
- end
- object tloggedin: TEdit
- Left = 92
- Top = 68
- Width = 221
- Height = 21
- TabOrder = 2
- end
- object ttransferring: TEdit
- Left = 92
- Top = 98
- Width = 221
- Height = 21
- TabOrder = 3
- end
- object tcancel: TEdit
- Left = 92
- Top = 128
- Width = 221
- Height = 21
- TabOrder = 4
- end
- end
- object TTabPage
- Left = 4
- Top = 24
- Caption = 'Status Display'
- object GroupBox4: TGroupBox
- Left = 12
- Top = 22
- Width = 113
- Height = 123
- Caption = 'Display'
- TabOrder = 0
- object sttext: TCheckBox
- Left = 6
- Top = 16
- Width = 103
- Height = 17
- Caption = 'Status Text'
- TabOrder = 0
- end
- object stcounter: TCheckBox
- Left = 6
- Top = 70
- Width = 103
- Height = 17
- Caption = 'Byte Counter'
- TabOrder = 1
- end
- object stcancel: TCheckBox
- Left = 6
- Top = 98
- Width = 103
- Height = 17
- Caption = 'Cancel Button'
- TabOrder = 2
- end
- object stbar: TCheckBox
- Left = 6
- Top = 42
- Width = 103
- Height = 17
- Caption = 'Status Bar'
- TabOrder = 3
- OnClick = stbarClick
- end
- end
- object GroupBox5: TGroupBox
- Left = 140
- Top = 22
- Width = 167
- Height = 123
- Caption = 'Status Bar'
- TabOrder = 1
- object Label1: TLabel
- Left = 36
- Top = 20
- Width = 42
- Height = 13
- Caption = 'Height:'
- end
- object Label2: TLabel
- Left = 36
- Top = 42
- Width = 38
- Height = 13
- Caption = 'Width:'
- end
- object Label6: TLabel
- Left = 40
- Top = 68
- Width = 65
- Height = 13
- Caption = 'Foreground'
- end
- object Label7: TLabel
- Left = 40
- Top = 96
- Width = 69
- Height = 13
- Caption = 'Background'
- end
- object stcol: TShape
- Left = 10
- Top = 66
- Width = 19
- Height = 17
- end
- object stbk: TShape
- Left = 10
- Top = 94
- Width = 19
- Height = 19
- end
- object eheight: TEdit
- Left = 82
- Top = 18
- Width = 43
- Height = 21
- TabOrder = 0
- end
- object ewidth: TEdit
- Left = 82
- Top = 42
- Width = 43
- Height = 21
- TabOrder = 1
- end
- object Button7: TButton
- Left = 118
- Top = 66
- Width = 41
- Height = 23
- Caption = 'Edit'
- TabOrder = 2
- OnClick = Button7Click
- end
- object Button8: TButton
- Left = 118
- Top = 92
- Width = 41
- Height = 23
- Caption = 'Edit'
- TabOrder = 3
- OnClick = Button8Click
- end
- end
- end
- end
- object Button3: TButton
- Left = 6
- Top = 206
- Width = 89
- Height = 27
- Caption = '&Ok'
- ModalResult = 1
- TabOrder = 1
- end
- object Button4: TButton
- Left = 98
- Top = 206
- Width = 89
- Height = 27
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Button5: TButton
- Left = 192
- Top = 206
- Width = 89
- Height = 27
- Caption = 'Test'
- TabOrder = 3
- OnClick = Button5Click
- end
- end
-