ucompress.dfm

来自「基于DELPHI的图片浏览系统设计与实现」· DFM 代码 · 共 86 行

DFM
86
字号
object compress: Tcompress
  Left = 279
  Top = 270
  BorderStyle = bsToolWindow
  Caption = #21387#32553#35774#32622
  ClientHeight = 86
  ClientWidth = 315
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 23
    Top = 8
    Width = 17
    Height = 13
    AutoSize = False
    Caption = '0'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 272
    Top = 8
    Width = 25
    Height = 13
    AutoSize = False
    Caption = '100'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 146
    Top = 8
    Width = 25
    Height = 12
    AutoSize = False
    Caption = '50'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 145
    Top = 59
    Width = 32
    Height = 13
    AutoSize = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object TrackBar1: TTrackBar
    Left = 16
    Top = 24
    Width = 281
    Height = 30
    Max = 100
    Frequency = 5
    Position = 80
    TabOrder = 0
    OnChange = TrackBar1Change
  end
end

⌨️ 快捷键说明

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