ucompress.dfm

来自「宁夏中药管理系统,在其它的基础上改的,将他人没有完成的功能补上」· DFM 代码 · 共 41 行

DFM
41
字号
object frmCompress: TfrmCompress
  Left = 335
  Top = 284
  BorderStyle = bsDialog
  Caption = #25968#25454#21387#32553
  ClientHeight = 87
  ClientWidth = 315
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 5
    Top = 29
    Width = 270
    Height = 17
    AutoSize = False
    Caption = #27491#22312#36827#34892#25968#25454#21387#32553'......'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Timer1: TTimer
    Interval = 500
    OnTimer = Timer1Timer
    Left = 256
    Top = 7
  end
end

⌨️ 快捷键说明

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