unit1.dfm

来自「Delphi basic program. Basic programing」· DFM 代码 · 共 90 行

DFM
90
字号
object TThreadSortForm: TTThreadSortForm
  Left = 192
  Top = 107
  Width = 585
  Height = 329
  Caption = 'Sort'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #20882#27873#25490#24207
  end
  object Label2: TLabel
    Left = 200
    Top = 8
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #36873#25321#25490#24207
  end
  object Label3: TLabel
    Left = 392
    Top = 8
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #24555#36895#25490#24207
  end
  object PaintBox1: TPaintBox
    Left = 8
    Top = 32
    Width = 177
    Height = 233
    OnPaint = PaintBox1Paint
  end
  object PaintBox2: TPaintBox
    Left = 200
    Top = 32
    Width = 177
    Height = 233
    OnPaint = PaintBox2Paint
  end
  object PaintBox3: TPaintBox
    Left = 392
    Top = 32
    Width = 177
    Height = 233
    OnPaint = PaintBox3Paint
  end
  object Bevel1: TBevel
    Left = 8
    Top = 32
    Width = 177
    Height = 233
  end
  object Bevel2: TBevel
    Left = 200
    Top = 32
    Width = 177
    Height = 233
  end
  object Bevel3: TBevel
    Left = 392
    Top = 32
    Width = 177
    Height = 233
  end
  object StarBtn: TButton
    Left = 496
    Top = 272
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 0
    OnClick = StarBtnClick
  end
end

⌨️ 快捷键说明

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