⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 Delphi basic program. Basic programing guide for delphi language. Several samples are giving.
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -