userlogin.dfm

来自「学生选修课管理,学籍管理,修改信息管理,登陆退出系统管理等」· DFM 代码 · 共 99 行

DFM
99
字号
object frmlogin: Tfrmlogin
  Left = 264
  Top = 131
  Width = 508
  Height = 353
  Caption = #29992#25143#30331#38470
  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 TLabel
    Left = 80
    Top = 48
    Width = 265
    Height = 37
    Caption = #23398#29983#31649#29702#31995#32479
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label1: TLabel
    Left = 88
    Top = 128
    Width = 65
    Height = 20
    AutoSize = False
    Caption = #29992#25143#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 88
    Top = 184
    Width = 81
    Height = 20
    AutoSize = False
    Caption = #29992#25143#23494#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 200
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 200
    Top = 184
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Button1: TButton
    Left = 88
    Top = 240
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
  end
  object Button2: TButton
    Left = 232
    Top = 240
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
  end
  object Query1: TQuery
    Left = 408
    Top = 120
  end
  object Database1: TDatabase
    SessionName = 'Default'
    Left = 408
    Top = 184
  end
end

⌨️ 快捷键说明

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