main.~dfm

来自「一个画饼图控件,」· ~DFM 代码 · 共 52 行

~DFM
52
字号
object MainForm: TMainForm
  Left = 213
  Top = 485
  Width = 333
  Height = 249
  Caption = 'Component Test Form'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  ShowHint = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Pie1: TPie
    Left = 24
    Top = 24
    Width = 80
    Height = 80
    Angles.StartAngle = 325
    Angles.EndAngle = 124
  end
  object Pie2: TPie
    Left = 144
    Top = 48
    Width = 120
    Height = 120
    Angles.StartAngle = 45
    Angles.EndAngle = 0
  end
  object StatusLine: TStatusBar
    Left = 0
    Top = 199
    Width = 325
    Height = 23
    Panels = <>
    SimplePanel = True
  end
  object ExitButton: TButton
    Left = 24
    Top = 160
    Width = 67
    Height = 33
    Caption = 'Exit'
    TabOrder = 1
    OnClick = ExitButtonClick
  end
end

⌨️ 快捷键说明

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