unit5.dfm

来自「这是一个关于delphi数据库方面的源程序」· DFM 代码 · 共 63 行

DFM
63
字号
object FormChPwd: TFormChPwd
  Left = 420
  Top = 228
  Width = 294
  Height = 174
  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 Label3: TLabel
    Left = 24
    Top = 72
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #30830#35748#26032#23494#30721
  end
  object Label2: TLabel
    Left = 24
    Top = 24
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #26032#23494#30721
  end
  object Button1: TButton
    Left = 96
    Top = 112
    Width = 89
    Height = 25
    Caption = #20462#25913
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 128
    Top = 65
    Width = 113
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 128
    Top = 19
    Width = 113
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Query1: TQuery
    DatabaseName = 'Course'
    Left = 248
    Top = 112
  end
end

⌨️ 快捷键说明

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