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

📄 jiaowuke.dfm

📁 DElphi教学排课管理系统全套 包括论文。希望对大家有帮助
💻 DFM
字号:
object Form10: TForm10
  Left = 345
  Top = 155
  Width = 355
  Height = 236
  Caption = 'Form10'
  Color = clBackground
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 264
    Height = 24
    Alignment = taCenter
    Caption = #25945#21153#31185#35838#31243#35843#24230#31995#32479#30331#24405
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 72
    Top = 80
    Width = 48
    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 = 120
    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_user2: TEdit
    Left = 136
    Top = 72
    Width = 161
    Height = 21
    Hint = #35831#36755#20837#29992#25143#21517#65306
    Color = clCream
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
  end
  object i_passwd2: TEdit
    Left = 136
    Top = 112
    Width = 161
    Height = 21
    Color = clCream
    PasswordChar = '*'
    TabOrder = 1
  end
  object B_login: TButton
    Left = 64
    Top = 160
    Width = 75
    Height = 25
    Caption = #30331'   '#24405
    TabOrder = 2
    OnClick = B_loginClick
  end
  object B_cancel: TButton
    Left = 208
    Top = 160
    Width = 75
    Height = 25
    Caption = #21462#12288#28040
    TabOrder = 3
    OnClick = B_cancelClick
  end
  object T_user2: TTable
    DatabaseName = 'mydatabase'
    TableName = 'USER_PASS'
    Left = 24
    Top = 72
  end
end

⌨️ 快捷键说明

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