⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 teacherlogin.dfm

📁 DElphi教学排课管理系统全套 包括论文。希望对大家有帮助
💻 DFM
字号:
object Form8: TForm8
  Left = 257
  Top = 139
  Width = 352
  Height = 241
  Caption = 'Form8'
  Color = clBackground
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 32
    Width = 240
    Height = 24
    Caption = #25945#24072#35838#31243#31649#29702#31995#32479#30331#24405
    Color = clBackground
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 72
    Top = 96
    Width = 44
    Height = 13
    Caption = #29992#25143#21517#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 72
    Top = 136
    Width = 45
    Height = 13
    Caption = #23494'    '#30721#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object i_user: TEdit
    Left = 136
    Top = 88
    Width = 169
    Height = 21
    Hint = #35831#36755#20837#25945#24072#21495
    Color = clBtnHighlight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
  end
  object i_passwd: TEdit
    Left = 136
    Top = 128
    Width = 169
    Height = 21
    Color = clCream
    PasswordChar = '*'
    TabOrder = 1
  end
  object B_login: TButton
    Left = 80
    Top = 176
    Width = 75
    Height = 25
    Caption = #30331'  '#24405
    Default = True
    TabOrder = 2
    OnClick = B_loginClick
  end
  object B_cancel: TButton
    Left = 200
    Top = 176
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462' '#28040
    TabOrder = 3
    OnClick = B_cancelClick
  end
  object T_user: TTable
    DatabaseName = 'mydatabase'
    TableName = 'USER_PASS'
    Left = 24
    Top = 80
  end
end

⌨️ 快捷键说明

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