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

📄 piereg.dfm

📁 一个画饼图控件,
💻 DFM
字号:
object AngleEditDlg: TAngleEditDlg
  Left = 304
  Top = 441
  BorderStyle = bsDialog
  Caption = 'Angle Edit Dialog'
  ClientHeight = 229
  ClientWidth = 346
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object SAngleLabel: TLabel
    Left = 8
    Top = 8
    Width = 98
    Height = 20
    Caption = 'Start Angle=0'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object EAngleLabel: TLabel
    Left = 8
    Top = 96
    Width = 92
    Height = 20
    Caption = 'End Angle=0'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object OKButton: TButton
    Left = 8
    Top = 184
    Width = 75
    Height = 25
    Caption = 'OK'
    ModalResult = 1
    TabOrder = 0
  end
  object STrackBar: TTrackBar
    Left = 8
    Top = 48
    Width = 321
    Height = 45
    Max = 360
    Frequency = 10
    TabOrder = 1
    OnChange = STrackBarChange
  end
  object ETrackBar: TTrackBar
    Left = 8
    Top = 128
    Width = 321
    Height = 45
    Max = 360
    Frequency = 10
    TabOrder = 2
    OnChange = ETrackBarChange
  end
end

⌨️ 快捷键说明

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