unit5.dfm

来自「学生选课是高校教务管理工作的一部分」· DFM 代码 · 共 59 行

DFM
59
字号
object FormChPwd: TFormChPwd
  Left = 192
  Top = 110
  Width = 558
  Height = 384
  Caption = 'FormChPwd'
  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 Label1: TLabel
    Left = 64
    Top = 80
    Width = 65
    Height = 25
    Caption = #26032#23494#30721
    OnClick = Label1Click
  end
  object Label2: TLabel
    Left = 72
    Top = 160
    Width = 60
    Height = 13
    Caption = #30830#35748#26032#23494#30721
  end
  object Edit2: TEdit
    Left = 184
    Top = 168
    Width = 313
    Height = 21
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 184
    Top = 88
    Width = 305
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 168
    Top = 240
    Width = 153
    Height = 49
    Caption = #20462#25913
    TabOrder = 2
  end
  object Query1: TQuery
    DatabaseName = 'course'
    Left = 408
    Top = 248
  end
end

⌨️ 快捷键说明

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