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

📄 u_newterm.dfm

📁 一个简单的学籍管理软件
💻 DFM
字号:
object Fm_NewTerm: TFm_NewTerm
  Left = 272
  Top = 212
  BorderStyle = bsDialog
  Caption = '开始新学期'
  ClientHeight = 106
  ClientWidth = 346
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Lbl_Mess: TLabel
    Left = 25
    Top = 19
    Width = 7
    Height = 14
  end
  object ProcBar: TProgressBar
    Left = 25
    Top = 37
    Width = 297
    Height = 16
    Min = 0
    Max = 100
    TabOrder = 0
  end
  object Btn_Cancel: TButton
    Left = 135
    Top = 69
    Width = 75
    Height = 25
    Caption = '取消'
    Enabled = False
    TabOrder = 1
  end
  object Tm: TTimer
    Enabled = False
    Interval = 100
    OnTimer = TmTimer
    Left = 305
    Top = 63
  end
end

⌨️ 快捷键说明

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