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

📄 faccount.dfm

📁 Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器
💻 DFM
字号:
object frmAccount: TfrmAccount
  Left = 194
  Top = 107
  BorderStyle = bsDialog
  Caption = 'Accounts'
  ClientHeight = 424
  ClientWidth = 368
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Verdana'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lblConnection: TLabel
    Left = 184
    Top = 8
    Width = 58
    Height = 13
    Caption = '&Connection:'
    FocusControl = edtConnect
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object bvlSplit: TBevel
    Left = 184
    Top = 48
    Width = 177
    Height = 3
  end
  object lblURL: TLabel
    Left = 184
    Top = 56
    Width = 19
    Height = 13
    Caption = '&URL'
    FocusControl = edtURL
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object lblUser: TLabel
    Left = 184
    Top = 96
    Width = 52
    Height = 13
    Caption = '&Username:'
    FocusControl = edtUser
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object lblPassword: TLabel
    Left = 184
    Top = 136
    Width = 46
    Height = 13
    Caption = '&Password'
    FocusControl = edtPassword
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object lblPort: TLabel
    Left = 312
    Top = 136
    Width = 24
    Height = 13
    Caption = '&Port:'
    FocusControl = edtPort
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object lblType: TLabel
    Left = 184
    Top = 176
    Width = 63
    Height = 13
    Caption = '&Server Type:'
    FocusControl = cmbServer
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object bvlMid: TBevel
    Left = 184
    Top = 216
    Width = 177
    Height = 3
  end
  object bvlBottom: TBevel
    Left = 8
    Top = 384
    Width = 353
    Height = 3
  end
  object lstAccounts: TListView
    Left = 8
    Top = 8
    Width = 169
    Height = 369
    Columns = <
      item
        Caption = 'Filename'
        Width = 165
      end>
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    SmallImages = imgMain
    TabOrder = 0
    ViewStyle = vsReport
    OnClick = lstAccountsClick
  end
  object edtConnect: TEdit
    Left = 184
    Top = 24
    Width = 177
    Height = 21
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnEnter = edtConnectEnter
    OnExit = edtConnectExit
  end
  object edtURL: TEdit
    Left = 184
    Top = 72
    Width = 177
    Height = 21
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnEnter = edtConnectEnter
    OnExit = edtConnectExit
  end
  object edtUser: TEdit
    Left = 184
    Top = 112
    Width = 177
    Height = 21
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnEnter = edtConnectEnter
    OnExit = edtConnectExit
  end
  object edtPassword: TEdit
    Left = 184
    Top = 152
    Width = 121
    Height = 21
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 4
    OnEnter = edtConnectEnter
    OnExit = edtConnectExit
  end
  object edtPort: TEdit
    Left = 312
    Top = 152
    Width = 49
    Height = 21
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    Text = '21'
    OnEnter = edtConnectEnter
    OnExit = edtConnectExit
  end
  object chkAnonymous: TCheckBox
    Left = 184
    Top = 360
    Width = 97
    Height = 17
    Caption = '&Anonymous'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    OnClick = chkAnonymousClick
  end
  object gpTransfer: TGroupBox
    Left = 184
    Top = 224
    Width = 177
    Height = 41
    Caption = '&Transfer Type'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    object rdASCII: TRadioButton
      Left = 8
      Top = 16
      Width = 57
      Height = 17
      Caption = '&ASCII'
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object rdBinary: TRadioButton
      Left = 112
      Top = 16
      Width = 57
      Height = 17
      Caption = '&Binary'
      TabOrder = 1
    end
  end
  object cmbServer: TComboBox
    Left = 184
    Top = 192
    Width = 177
    Height = 21
    Style = csDropDownList
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 6
    Items.Strings = (
      'Auto'
      'BSD'
      'Chameleon'
      'Clix'
      'Default'
      'MSFTP'
      'MVS'
      'NCSA'
      'NetPresenz'
      'NetTerm'
      'NetWare'
      'QVT'
      'ServU'
      'SunOS'
      'ULTRIX'
      'Unix'
      'VM'
      'VmsMultiNet'
      'VmsUcx'
      'VMVPS'
      'WFTPD'
      'WarFTP')
  end
  object gbFirewall: TGroupBox
    Left = 184
    Top = 272
    Width = 177
    Height = 84
    Caption = '&Proxy/Firewall'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    object lblProxy: TLabel
      Left = 8
      Top = 40
      Width = 64
      Height = 14
      Caption = '&Proxy Server'
      FocusControl = edtProxy
    end
    object chkProxy: TCheckBox
      Left = 8
      Top = 20
      Width = 89
      Height = 17
      Caption = '&User Proxy'
      TabOrder = 0
      OnClick = chkProxyClick
    end
    object edtProxy: TEdit
      Left = 8
      Top = 56
      Width = 161
      Height = 22
      Enabled = False
      TabOrder = 1
      OnEnter = edtConnectEnter
      OnExit = edtConnectExit
    end
  end
  object btnSave: TCorelButton
    Left = 8
    Top = 392
    Width = 75
    Height = 25
    Caption = '&Save'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 12
    OnClick = btnSaveClick
  end
  object btnDelete: TCorelButton
    Left = 88
    Top = 391
    Width = 75
    Height = 25
    Caption = '&Delete'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 13
    OnClick = btnDeleteClick
  end
  object btnOK: TCorelButton
    Left = 208
    Top = 392
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 10
    OnClick = btnOKClick
  end
  object btnCancel: TCorelButton
    Left = 288
    Top = 391
    Width = 75
    Height = 25
    Cancel = True
    Caption = '&Cancel'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 11
    OnClick = btnCancelClick
  end
  object imgMain: TImageList
    Left = 176
    Top = 208
    Bitmap = {
      494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000001000000001001000000000000008
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000000000000000000F75EF75E
      F75EF75EF75EF75EF75EF75EF75EF75E00000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000000000000000000E07FFF7F
      E07FFF7FE07FFF7FE07FFF7FE07FFF7F00000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000000000000000000FF7FE07F
      FF7FE07FFF7FE07FFF7FE07FFF7FE07F00000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000000000000000000E07FFF7F
      E07FFF7FE07FFF7FE07FFF7FE07FFF7F00000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000F000F000000FF7FE07F
      FF7FE07FFF7FE07FFF7FE07FFF7FE07F00000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000F001F001F000000E07FFF7F
      E07FFF7FE07FFF7FE07FFF7FE07FFF7F00000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000EF3D0F001F001F00000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000EF3D1F001F001F001F000000E07F
      FF7FE07FFF7F00000F0000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000EF3D1F001F00E001E001E0010000
      0000000000001F000F0000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000EF3D1F00E001E001E001E001E001
      0F00EF010F00E0010F0000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000EF3D1F00F75EE001E0010F00E001
      E0011F00E001E0010F0000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000EF3DEF3D1F00FF03F75E1F001F00
      1F001F00E001E001EF3D00000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000EF3DFF03F75EFF03E001E001
      E001E001E0010F00000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000000000000000000000000000000EF3DEF3DEF01F75EE001
      E001E0010F000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000000000000000EF3DEF3DEF3DEF3D
      EF3DEF3D00000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      000000000000000000000000000000000000424D3E000000000000003E000000
      2800000040000000100000000100010000000000800000000000000000000000
      000000000000000000000000FFFFFF00F800000000000000F000000000000000
      F000000000000000F000000000000000F000000000000000C000000000000000
      80000000000000000001000000000000000F000000000000000F000000000000
      000F000000000000000F000000000000000F000000000000801F000000000000
      C03F000000000000E07F00000000000000000000000000000000000000000000
      000000000000}
  end
end

⌨️ 快捷键说明

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