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

📄 unitlogin.dfm

📁 delphi做的名片管理软件
💻 DFM
字号:
object LoginFrm: TLoginFrm
  Left = 350
  Top = 291
  Width = 353
  Height = 203
  Caption = #30331#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 345
    Height = 169
    TabOrder = 0
    object Label1: TLabel
      Left = 56
      Top = 32
      Width = 48
      Height = 13
      Caption = #29992' '#25143' '#21517'  '
    end
    object Label2: TLabel
      Left = 56
      Top = 64
      Width = 51
      Height = 13
      Caption = #23494'      '#30721'   '
    end
    object Edit1: TEdit
      Left = 144
      Top = 32
      Width = 145
      Height = 21
      TabOrder = 0
      OnKeyPress = FormKeyPress
    end
    object Edit2: TEdit
      Tag = 1
      Left = 144
      Top = 64
      Width = 145
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
      OnKeyPress = FormKeyPress
    end
    object Button1: TButton
      Tag = 2
      Left = 112
      Top = 120
      Width = 67
      Height = 25
      Caption = #30830'     '#23450' '
      TabOrder = 2
      OnClick = Button1Click
      OnKeyPress = FormKeyPress
    end
    object Button2: TButton
      Tag = 3
      Left = 216
      Top = 120
      Width = 65
      Height = 25
      Caption = #21462'    '#28040' '
      TabOrder = 3
      OnClick = Button2Click
      OnKeyPress = FormKeyPress
    end
  end
end

⌨️ 快捷键说明

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