unit3.dfm

来自「流的压缩和解压 说明:适用文件压缩、图象压缩等 调用ZLib单元的方法实现」· DFM 代码 · 共 48 行

DFM
48
字号
object AboutMe: TAboutMe
  Left = 235
  Top = 298
  BorderStyle = bsDialog
  Caption = #20851#20110#31243#24207#24635#31649' v1.0'
  ClientHeight = 96
  ClientWidth = 306
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 24
    Width = 126
    Height = 13
    Caption = #24320#21457#21830': '#27743#35199#21019#36798#26031#26222#26519
  end
  object Label2: TLabel
    Left = 200
    Top = 24
    Width = 48
    Height = 13
    Caption = #29256#26435#25152#26377
  end
  object Bevel1: TBevel
    Left = 8
    Top = 48
    Width = 289
    Height = 9
    Shape = bsTopLine
  end
  object BitBtn1: TBitBtn
    Left = 128
    Top = 64
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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