u_newterm.dfm

来自「一个简单的学籍管理软件」· DFM 代码 · 共 51 行

DFM
51
字号
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 + =
减小字号Ctrl + -
显示快捷键?