unit1.dfm

来自「Linux 下 C 语言编程」· DFM 代码 · 共 54 行

DFM
54
字号
object Form1: TForm1
  Left = 107
  Top = 260
  Width = 624
  Height = 144
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Pb1: TProgressBar
    Left = 8
    Top = 8
    Width = 601
    Height = 16
    Max = 100000
    Step = 1
    TabOrder = 0
  end
  object Pb2: TProgressBar
    Left = 8
    Top = 40
    Width = 601
    Height = 16
    Max = 100000
    Step = 1
    TabOrder = 1
  end
  object Button1: TButton
    Left = 152
    Top = 80
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 328
    Top = 80
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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