login.dfm

来自「本图书管理系统一sql server为数据库开发平台」· DFM 代码 · 共 127 行

DFM
127
字号
object LoginForm: TLoginForm
  Left = 132
  Top = 188
  BorderStyle = bsNone
  Caption = #31995#32479#30331#24405
  ClientHeight = 245
  ClientWidth = 376
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 24
    Width = 25
    Height = 217
    AutoSize = False
    Caption = #22270#20070#32508#21512#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -25
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Transparent = True
    WordWrap = True
  end
  object SpeedButton1: TSpeedButton
    Left = 218
    Top = 161
    Width = 57
    Height = 22
    Caption = #30331#24405
    Flat = True
    OnClick = Label1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 275
    Top = 161
    Width = 57
    Height = 22
    Caption = #36864#20986
    Flat = True
    OnClick = SpeedButton2Click
  end
  object Label2: TLabel
    Left = 243
    Top = 24
    Width = 54
    Height = 27
    Caption = #30331#24405
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label3: TLabel
    Left = 209
    Top = 61
    Width = 56
    Height = 13
    Caption = #29992#25143#21517#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label4: TLabel
    Left = 209
    Top = 109
    Width = 56
    Height = 13
    Caption = #23494'  '#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object ComboBox1: TComboBox
    Left = 216
    Top = 80
    Width = 116
    Height = 21
    BevelInner = bvNone
    BevelKind = bkTile
    BevelOuter = bvNone
    Ctl3D = True
    ItemHeight = 13
    ParentCtl3D = False
    TabOrder = 0
    OnKeyPress = ComboBox1KeyPress
  end
  object Edit1: TEdit
    Left = 216
    Top = 128
    Width = 116
    Height = 21
    BevelInner = bvNone
    BevelOuter = bvRaised
    BorderStyle = bsNone
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = Edit1KeyPress
  end
end

⌨️ 快捷键说明

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