⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainunit.dfm

📁 前些日子帮某些人做的毕业设计
💻 DFM
字号:
object MainForm: TMainForm
  Left = 356
  Top = 218
  Width = 709
  Height = 482
  Caption = #22312#32447'FTP'#22270#20070#39302
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  Menu = MainMenu
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Splitter1: TSplitter
    Left = 185
    Top = 0
    Width = 3
    Height = 417
    Cursor = crHSplit
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 185
    Height = 417
    Align = alLeft
    BevelOuter = bvLowered
    BorderWidth = 2
    TabOrder = 0
    object ListBox: TListBox
      Left = 3
      Top = 3
      Width = 179
      Height = 411
      Align = alClient
      BorderStyle = bsNone
      ItemHeight = 12
      TabOrder = 0
      OnClick = ListBoxClick
    end
  end
  object Panel3: TPanel
    Left = 188
    Top = 0
    Width = 513
    Height = 417
    Align = alClient
    BevelOuter = bvLowered
    BorderWidth = 2
    TabOrder = 1
    object Memo: TMemo
      Left = 3
      Top = 3
      Width = 507
      Height = 411
      Align = alClient
      BorderStyle = bsNone
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      ScrollBars = ssBoth
      TabOrder = 0
    end
  end
  object StatusPanel: TPanel
    Left = 0
    Top = 417
    Width = 701
    Height = 19
    Align = alBottom
    Alignment = taLeftJustify
    BevelOuter = bvLowered
    TabOrder = 2
  end
  object NMFTP: TNMFTP
    Host = '127.0.0.1'
    Port = 21
    ReportLevel = 0
    OnConnect = NMFTPConnect
    OnConnectionFailed = NMFTPConnectionFailed
    UserID = 'anonymous'
    Password = 'hyz'
    OnFailure = NMFTPFailure
    OnSuccess = NMFTPSuccess
    Vendor = 2411
    ParseList = False
    ProxyPort = 0
    Passive = True
    FirewallType = FTUser
    FWAuthenticate = False
    Left = 272
    Top = 188
  end
  object MainMenu: TMainMenu
    Left = 272
    Top = 236
    object UpdateMenu: TMenuItem
      Caption = '&N.'#22312#32447#26356#26032
      object UpdateSoftwareMenu: TMenuItem
        Caption = '&P.'#26356#26032#26412#36719#20214
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object UpdateListMenu: TMenuItem
        Caption = '&L.'#26356#26032#25991#20214#21015#34920
        OnClick = UpdateListMenuClick
      end
      object UpdateFileMenu: TMenuItem
        Caption = '&F.'#26356#26032#24403#21069#25991#31456
      end
      object UpdateFullMenu: TMenuItem
        Caption = '&U.'#26356#26032#25152#26377#25991#31456
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object ExitMenu: TMenuItem
        Caption = '&E.'#36864#20986
      end
    end
    object A1: TMenuItem
      Caption = '&A.'#20851#20110
      object AboutSoftwareMenu: TMenuItem
        Caption = '&A.'#20851#20110#26412#36719#20214
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object HomePageMenu: TMenuItem
        Caption = '&H.'#32477#24773#21019#20316#32676#32593#31449
      end
    end
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -