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

📄 aboutfrm.dfm

📁 一小的学生成绩管理系统,是学习DELPHI的好资料.
💻 DFM
字号:
object AboutForm: TAboutForm
  Left = 231
  Top = 140
  BorderStyle = bsDialog
  Caption = 'AboutForm'
  ClientHeight = 251
  ClientWidth = 410
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = True
  Position = poMainFormCenter
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 16
  object Bevel1: TBevel
    Left = 0
    Top = 0
    Width = 410
    Height = 251
    Align = alClient
  end
  object Author: TPaintBox
    Left = 0
    Top = 0
    Width = 410
    Height = 251
    Align = alClient
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 410
    Height = 251
    Align = alClient
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object ProductName: TLabel
      Left = 25
      Top = 23
      Width = 160
      Height = 13
      AutoSize = False
      Caption = #31243#24207#21517#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Version: TLabel
      Left = 202
      Top = 24
      Width = 143
      Height = 13
      AutoSize = False
      Caption = #29256#26412#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object lblOs: TLabel
      Left = 25
      Top = 58
      Width = 376
      Height = 13
      AutoSize = False
      Caption = #31995#32479#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object lblMemory: TLabel
      Left = 25
      Top = 91
      Width = 312
      Height = 13
      AutoSize = False
      Caption = #20869#23384#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Copyright: TLabel
      Left = 25
      Top = 124
      Width = 312
      Height = 13
      AutoSize = False
      Caption = #29256#26435#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object others: TLabel
      Left = 25
      Top = 155
      Width = 368
      Height = 78
      AutoSize = False
    end
    object OKBtn: TSpeedButton
      Left = 354
      Top = 82
      Width = 49
      Height = 25
      Caption = #30830'  '#23450
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = OKBtnClick
    end
    object ProgramIcon: TImage
      Left = 351
      Top = 8
      Width = 49
      Height = 49
      Enabled = False
      OnClick = ProgramIconClick
    end
  end
end

⌨️ 快捷键说明

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