frmabout.dfm

来自「一小的学生成绩管理系统,是学习DELPHI的好资料.」· DFM 代码 · 共 96 行

DFM
96
字号
object Frm_about: TFrm_about
  Left = 231
  Top = 140
  BorderStyle = bsDialog
  Caption = 'Frm_about'
  ClientHeight = 251
  ClientWidth = 410
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = True
  Position = poMainFormCenter
  OnClose = FormClose
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object Author: TPaintBox
    Left = 32
    Top = 56
    Width = 329
    Height = 145
  end
  object OKBtn: TSpeedButton
    Left = 344
    Top = 216
    Width = 23
    Height = 22
  end
  object Bevel1: TBevel
    Left = 40
    Top = 8
    Width = 305
    Height = 41
  end
  object others: TLabel
    Left = 40
    Top = 224
    Width = 29
    Height = 13
    Caption = 'others'
  end
  object Copyright: TLabel
    Left = 88
    Top = 216
    Width = 44
    Height = 13
    Caption = 'Copyright'
  end
  object Version: TLabel
    Left = 176
    Top = 216
    Width = 35
    Height = 13
    Caption = 'Version'
  end
  object ProductName: TLabel
    Left = 232
    Top = 224
    Width = 65
    Height = 13
    Caption = 'ProductName'
  end
  object lblMemory: TLabel
    Left = 24
    Top = 208
    Width = 47
    Height = 13
    Caption = 'lblMemory'
  end
  object lblOs: TLabel
    Left = 136
    Top = 40
    Width = 23
    Height = 13
    Caption = 'lblOs'
  end
  object ProgramIcon: TImage
    Left = 216
    Top = 32
    Width = 105
    Height = 105
  end
  object Panel1: TPanel
    Left = 24
    Top = 40
    Width = 185
    Height = 41
    Caption = 'Panel1'
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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