passwordformunit.~dfm

来自「学生信息管理系统是使用DELPHI集成环境编写的一款软件」· ~DFM 代码 · 共 96 行

~DFM
96
字号
object PasswordForm: TPasswordForm
  Left = 189
  Top = 105
  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 = 144
    Top = 88
    Width = 60
    Height = 19
    Caption = #26087#23494#30721
  end
  object Label2: TLabel
    Left = 144
    Top = 164
    Width = 60
    Height = 19
    Caption = #26032#23494#30721
  end
  object Label3: TLabel
    Left = 144
    Top = 240
    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 = 288
    Top = 84
    Width = 121
    Height = 27
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 288
    Top = 160
    Width = 121
    Height = 27
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 288
    Top = 236
    Width = 121
    Height = 27
    TabOrder = 2
  end
  object Button1: TButton
    Left = 160
    Top = 344
    Width = 75
    Height = 25
    Caption = #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 = 360
    Top = 344
    Width = 75
    Height = 25
    Caption = #21462#28040
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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