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

📄 login.dfm

📁 用c++builder编写的人事管理系统,主要用于公司进行人事管理,工资发放使用.界面简介好用,功能较为简单,本人本科设计时编写
💻 DFM
字号:
object FormLogin: TFormLogin
  Left = 466
  Top = 395
  Width = 307
  Height = 239
  Align = alCustom
  Caption = #30331#38470
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 16
    Top = 16
    Width = 257
    Height = 129
  end
  object Label1: TLabel
    Left = 32
    Top = 48
    Width = 49
    Height = 17
    Caption = #36134#21495
  end
  object Label2: TLabel
    Left = 32
    Top = 88
    Width = 41
    Height = 17
    Caption = #23494#30721
  end
  object Edit1: TEdit
    Left = 96
    Top = 40
    Width = 145
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 96
    Top = 88
    Width = 145
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 24
    Top = 160
    Width = 97
    Height = 33
    Caption = #30331#38470
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 144
    Top = 160
    Width = 97
    Height = 33
    Caption = #21462#28040
    TabOrder = 3
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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