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

📄 unitteacher.dfm

📁 教务管理系统
💻 DFM
字号:
object frmTeacher: TfrmTeacher
  Left = 313
  Top = 23
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #32534#36753#25945#24072#20449#24687
  ClientHeight = 256
  ClientWidth = 377
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 11
    Width = 48
    Height = 12
    Caption = #22995'    '#21517
  end
  object Label2: TLabel
    Left = 192
    Top = 11
    Width = 48
    Height = 12
    Caption = #20986#29983#26085#26399
  end
  object Label3: TLabel
    Left = 8
    Top = 43
    Width = 48
    Height = 12
    Caption = #24615'    '#21035
  end
  object Label4: TLabel
    Left = 192
    Top = 43
    Width = 48
    Height = 12
    Caption = #31821'    '#36143
  end
  object Label5: TLabel
    Left = 8
    Top = 75
    Width = 48
    Height = 12
    Caption = #31995'    '#21035
  end
  object edtName: TEdit
    Left = 64
    Top = 8
    Width = 121
    Height = 20
    MaxLength = 20
    TabOrder = 0
    OnChange = edtNameChange
  end
  object dtpBirth: TDateTimePicker
    Left = 248
    Top = 8
    Width = 121
    Height = 20
    Date = 38346.914302175920000000
    Time = 38346.914302175920000000
    TabOrder = 1
  end
  object cmbSex: TComboBox
    Left = 64
    Top = 40
    Width = 121
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    ItemIndex = 0
    TabOrder = 2
    Text = #30007
    Items.Strings = (
      #30007
      #22899)
  end
  object edtHome: TEdit
    Left = 248
    Top = 40
    Width = 121
    Height = 20
    MaxLength = 50
    TabOrder = 3
  end
  object edtDept: TEdit
    Left = 64
    Top = 72
    Width = 305
    Height = 20
    MaxLength = 50
    TabOrder = 4
  end
  object btnOK: TButton
    Left = 216
    Top = 104
    Width = 75
    Height = 25
    Caption = #30830#23450
    Enabled = False
    TabOrder = 5
    OnClick = btnOKClick
  end
  object btnCancel: TButton
    Left = 296
    Top = 104
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    TabOrder = 6
    OnClick = btnCancelClick
  end
  object dbg: TDBGrid
    Left = 0
    Top = 136
    Width = 377
    Height = 120
    Align = alBottom
    ReadOnly = True
    TabOrder = 7
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
end

⌨️ 快捷键说明

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