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

📄 main.~dfm

📁 一个画饼图控件,
💻 ~DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -