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

📄 passwordformunit.dfm

📁 学生信息管理系统是使用DELPHI集成环境编写的一款软件
💻 DFM
字号:
object PasswordForm: TPasswordForm
  Left = 195
  Top = 112
  Width = 696
  Height = 480
  Caption = #23494#30721#31649#29702
  Color = clAppWorkSpace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #26999#20307'_GB2312'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 19
  object Label1: TLabel
    Left = 56
    Top = 88
    Width = 60
    Height = 19
    Caption = #26087#23494#30721
  end
  object Label2: TLabel
    Left = 56
    Top = 196
    Width = 60
    Height = 19
    Caption = #26032#23494#30721
  end
  object Label3: TLabel
    Left = 56
    Top = 304
    Width = 88
    Height = 21
    Caption = #30830#35748#23494#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 200
    Top = 84
    Width = 121
    Height = 27
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 200
    Top = 192
    Width = 121
    Height = 27
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 200
    Top = 301
    Width = 121
    Height = 27
    TabOrder = 2
  end
  object Button1: TButton
    Left = 400
    Top = 88
    Width = 169
    Height = 25
    Caption = #31649#29702#21592#20462#25913#30830#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 400
    Top = 304
    Width = 169
    Height = 25
    Caption = #36864#20986#20462#25913
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button2Click
  end
  object BitBtn1: TBitBtn
    Left = 400
    Top = 192
    Width = 169
    Height = 25
    Caption = #19968#33324#29992#25143#20462#25913#30830#23450
    TabOrder = 5
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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