home *** CD-ROM | disk | FTP | other *** search
- object ftpform: Tftpform
- Left = 264
- Top = 150
- HelpContext = 1053
- HorzScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'AddWeb Data Update'
- ClientHeight = 102
- ClientWidth = 330
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object updatinglabel: TLabel
- Left = 8
- Top = 8
- Width = 151
- Height = 16
- Caption = 'AddWeb Datafile Update'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object enginelabel: TLabel
- Left = 120
- Top = 8
- Width = 3
- Height = 16
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 2
- Top = 2
- Width = 327
- Height = 95
- Style = bsRaised
- end
- object Bevel2: TBevel
- Left = 8
- Top = 29
- Width = 217
- Height = 27
- Style = bsRaised
- end
- object Label9: TLabel
- Left = 269
- Top = 35
- Width = 12
- Height = 16
- Caption = 'of'
- end
- object ftpbar: TProgressBar
- Left = 13
- Top = 34
- Width = 206
- Height = 17
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 2
- Top = 113
- Width = 561
- Height = 440
- TabOrder = 1
- Visible = False
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 47
- Height = 16
- Caption = 'Server:'
- end
- object Label2: TLabel
- Left = 288
- Top = 8
- Width = 35
- Height = 16
- Caption = 'User:'
- end
- object Label3: TLabel
- Left = 400
- Top = 8
- Width = 68
- Height = 16
- Caption = 'Password:'
- end
- object Label4: TLabel
- Left = 8
- Top = 32
- Width = 82
- Height = 16
- Caption = 'Remote File:'
- end
- object Label5: TLabel
- Left = 8
- Top = 56
- Width = 87
- Height = 16
- Caption = 'Remote Path:'
- end
- object Label6: TLabel
- Left = 8
- Top = 80
- Width = 67
- Height = 16
- Caption = 'Local File:'
- end
- object Label7: TLabel
- Left = 8
- Top = 104
- Width = 56
- Height = 16
- Caption = 'File List:'
- end
- object Label8: TLabel
- Left = 8
- Top = 306
- Width = 45
- Height = 16
- Caption = 'Status:'
- end
- object eRemoteFile: TEdit
- Left = 104
- Top = 28
- Width = 449
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChange = eRemoteFileChange
- end
- object eRemotePath: TEdit
- Left = 104
- Top = 52
- Width = 449
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnKeyPress = eRemotePathKeyPress
- end
- object eLocalFile: TEdit
- Left = 104
- Top = 76
- Width = 449
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object Button6: TButton
- Left = 387
- Top = 205
- Width = 166
- Height = 20
- Caption = 'Abor&t'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = Button6Click
- end
- object lFiles: TListBox
- Left = 8
- Top = 120
- Width = 369
- Height = 185
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 4
- OnClick = lFilesClick
- OnMouseDown = lFilesMouseDown
- end
- object Button1: TButton
- Left = 387
- Top = 182
- Width = 166
- Height = 19
- Caption = '&Change Directory'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- TabStop = False
- OnClick = Button1Click
- end
- object Button4: TButton
- Left = 387
- Top = 158
- Width = 166
- Height = 19
- Caption = '&Download file'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = Button4Click
- end
- object rgTransfMode: TRadioGroup
- Left = 382
- Top = 230
- Width = 171
- Height = 75
- Caption = 'Transfer mode'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemIndex = 0
- Items.Strings = (
- 'Default'
- '&ASCII'
- '&Binary')
- ParentFont = False
- TabOrder = 7
- OnClick = rgTransfModeClick
- end
- object tUser: TEdit
- Left = 326
- Top = 5
- Width = 67
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- Text = 'addweb'
- end
- object tPasswd: TEdit
- Left = 472
- Top = 5
- Width = 81
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 9
- Text = 'alyssa1989'
- OnKeyPress = tHostKeyPress
- end
- object tHost: TEdit
- Left = 104
- Top = 5
- Width = 179
- Height = 21
- HelpContext = 42
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 10
- Text = 'addweb.cyberspacehq.com'
- OnKeyPress = tHostKeyPress
- end
- object Button2: TButton
- Left = 387
- Top = 109
- Width = 166
- Height = 20
- Caption = '&Logon'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 11
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 387
- Top = 133
- Width = 166
- Height = 20
- Caption = 'L&ogoff'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 12
- OnClick = Button3Click
- end
- object ltrace: TListBox
- Left = 8
- Top = 322
- Width = 545
- Height = 113
- ItemHeight = 16
- TabOrder = 13
- end
- end
- object BitBtn1: TBitBtn
- Left = 6
- Top = 64
- Width = 156
- Height = 25
- HelpContext = 1053
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = BitBtn1Click
- Kind = bkCancel
- end
- object BitBtn2: TBitBtn
- Left = 168
- Top = 64
- Width = 156
- Height = 25
- HelpContext = 1053
- Caption = 'Start Update'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = BitBtn2Click
- Kind = bkOK
- end
- object Button7: TButton
- Left = 464
- Top = 72
- Width = 75
- Height = 25
- Caption = '&Debug'
- TabOrder = 4
- OnClick = Button7Click
- end
- object ftpled: TMMLEDPanel
- Left = 228
- Top = 29
- Width = 41
- Height = 27
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 2
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBtnHighlight
- Bevel.OuterShadowColor = clBtnShadow
- LEDColor = clAqua
- InactiveColor = 7302912
- NumDigits = 3
- MaxValue = 999
- MinValue = 0
- TabOrder = 5
- ZeroBlank = True
- end
- object ftptotalled: TMMLEDPanel
- Left = 282
- Top = 29
- Width = 41
- Height = 27
- Bevel.BevelInner = bvNone
- Bevel.BevelOuter = bvLowered
- Bevel.BevelInnerWidth = 1
- Bevel.BevelOuterWidth = 1
- Bevel.BorderStyle = bsNone
- Bevel.BorderWidth = 0
- Bevel.BorderSpace = 2
- Bevel.BorderColor = clBtnFace
- Bevel.BorderSpaceColor = clBlack
- Bevel.InnerLightColor = clBtnHighlight
- Bevel.InnerShadowColor = clBtnShadow
- Bevel.OuterLightColor = clBtnHighlight
- Bevel.OuterShadowColor = clBtnShadow
- LEDColor = clAqua
- InactiveColor = 7302912
- NumDigits = 3
- MaxValue = 999
- MinValue = 0
- TabOrder = 6
- ZeroBlank = True
- end
- object FTP1: TFTP
- OnError = FTP1Error
- WinsockLoaded = False
- OnFirePITrail = FTP1FirePITrail
- OnDirList = FTP1DirList
- OnTransfer = FTP1Transfer
- OnStartTransfer = FTP1StartTransfer
- OnEndTransfer = FTP1EndTransfer
- Left = 16
- Top = 8
- RegHnd = {
- 82F56FD833C396DB333C1A86824BC4F8792D161733DF0551EBB8D75627A2903F
- 1037D84959D84FD563566FB5A3E316D22CB788DEA443B8C8DA17FB319B6A09E2
- 82F56FD833C396DBB1239B07DD0E4390ADD0314F5926C7F085938D7726F49E97
- 5E1D5327E76E04073240B431516330935BF6C462B65ADB53EA65EF832862A633}
- end
- object MarsCaption1: TMarsCaption
- ActiveBeginColor = clBlack
- ActiveEndColor = clNavy
- ActiveFontColor = clWhite
- InactiveBeginColor = clBlack
- InactiveEndColor = clRed
- InactiveFontColor = clSilver
- ApplicationNameFont.Charset = DEFAULT_CHARSET
- ApplicationNameFont.Color = clWindowText
- ApplicationNameFont.Height = -11
- ApplicationNameFont.Name = 'MS Sans Serif'
- ApplicationNameFont.Style = [fsBold]
- CaptionFont.Charset = DEFAULT_CHARSET
- CaptionFont.Color = clWindowText
- CaptionFont.Height = -11
- CaptionFont.Name = 'MS Sans Serif'
- CaptionFont.Style = []
- NumColors = 64
- AutoSize = False
- Left = 400
- end
- end
-