unit1.~dfm

来自「一系列DELPHI的控件如何使用的例子,例子有的比较简单,但是能详细的说明了控件」· ~DFM 代码 · 共 59 行

~DFM
59
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 567
  Height = 453
  Caption = 'Form1'
  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 Image1: TImage
    Left = 168
    Top = 48
    Width = 180
    Height = 180
  end
  object ProgressBar1: TProgressBar
    Left = 168
    Top = 312
    Width = 177
    Height = 16
    Max = 90
    TabOrder = 0
  end
  object TrackBar1: TTrackBar
    Left = 160
    Top = 256
    Width = 193
    Height = 45
    Max = 90
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 160
    Top = 368
    Width = 75
    Height = 25
    Caption = #25773#25918
    TabOrder = 2
  end
  object BitBtn2: TBitBtn
    Left = 280
    Top = 368
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
  end
  object Timer1: TTimer
    Left = 16
    Top = 32
  end
end

⌨️ 快捷键说明

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