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

📄 frmlogin.dfm

📁 Mailserver Source code - Delphi. Simple Mail server source code. SMTP and POP3 protocols.
💻 DFM
字号:
object FrmLogin1: TFrmLogin1
  Left = 265
  Top = 142
  ActiveControl = Edit1
  AlphaBlend = True
  BorderStyle = bsDialog
  Caption = #36830#25509#26381#21153#22120
  ClientHeight = 242
  ClientWidth = 244
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 8
    Top = 96
    Width = 225
    Height = 80
    Caption = #30331#24405#23494#30721
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 0
    object Edit1: TEdit
      Left = 16
      Top = 32
      Width = 193
      Height = 20
      Ctl3D = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentCtl3D = False
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 0
      OnKeyPress = Edit1KeyPress
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 8
    Width = 225
    Height = 80
    Caption = #26381#21153#22120#22320#22336
    Ctl3D = True
    ParentCtl3D = False
    TabOrder = 1
    object Edit2: TEdit
      Left = 16
      Top = 32
      Width = 193
      Height = 20
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 0
    end
  end
  object CheckBox1: TCheckBox
    Left = 8
    Top = 184
    Width = 161
    Height = 17
    Caption = #21551#21160#26102#26174#31034#27492#23545#35805#26694
    Checked = True
    State = cbChecked
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 208
    Width = 75
    Height = 25
    Caption = #30331#24405
    TabOrder = 3
    OnClick = BitBtn1Click
    Kind = bkYes
  end
  object BitBtn2: TBitBtn
    Left = 144
    Top = 208
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 1
    OnTimer = Timer1Timer
    Left = 176
    Top = 176
  end
  object Timer2: TTimer
    Interval = 100
    OnTimer = Timer2Timer
    Left = 208
    Top = 176
  end
end

⌨️ 快捷键说明

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