unit1.dfm

来自「学生选课系统 DELPHI+ ACCE」· DFM 代码 · 共 69 行

DFM
69
字号
object Formlogin: TFormlogin
  Left = 237
  Top = 149
  Width = 333
  Height = 211
  Caption = #27426#36814#20351#29992#23398#29983#36873#35838#31995#32479#65281
  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 = 56
    Top = 16
    Width = 36
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label2: TLabel
    Left = 56
    Top = 64
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object Edit1: TEdit
    Left = 152
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 152
    Top = 56
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 72
    Top = 120
    Width = 75
    Height = 25
    Caption = #30331#24405
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 120
    Width = 75
    Height = 25
    Caption = #37325#22635
    TabOrder = 3
    OnClick = Button2Click
  end
  object Query1: TQuery
    DatabaseName = 'course'
    Left = 32
    Top = 104
  end
end

⌨️ 快捷键说明

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