unit9.dfm

来自「用delphi编写的学生学籍管理系统」· DFM 代码 · 共 140 行

DFM
140
字号
object Form9: TForm9
  Left = 342
  Top = 151
  Width = 623
  Height = 372
  Caption = #20462#25913#23494#30721
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 96
    Top = 56
    Width = 97
    Height = 16
    AutoSize = False
    Caption = #35831#36755#20837#29992#25143#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 96
    Top = 104
    Width = 105
    Height = 16
    AutoSize = False
    Caption = #35831#36755#20837#26087#23494#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 96
    Top = 152
    Width = 113
    Height = 16
    AutoSize = False
    Caption = #35831#36755#20837#26032#23494#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 96
    Top = 200
    Width = 113
    Height = 16
    AutoSize = False
    Caption = #35831#30830#35748#26032#23494#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object username: TEdit
    Left = 232
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object password: TEdit
    Left = 232
    Top = 104
    Width = 121
    Height = 21
    MaxLength = 6
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 232
    Top = 152
    Width = 121
    Height = 21
    MaxLength = 6
    PasswordChar = '*'
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 232
    Top = 192
    Width = 121
    Height = 21
    MaxLength = 6
    PasswordChar = '*'
    TabOrder = 3
  end
  object Button1: TButton
    Left = 96
    Top = 272
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 280
    Top = 272
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 440
    Top = 272
    Width = 65
    Height = 25
    Caption = #36820#22238#30331#24405
    TabOrder = 6
    OnClick = Button3Click
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 488
    Top = 56
  end
end

⌨️ 快捷键说明

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