displaybalance.dfm

来自「《SESyetem节能模拟系统(版本:1.01a Final)》为自由软件,对热」· DFM 代码 · 共 68 行

DFM
68
字号
object DisplayBalanceForm: TDisplayBalanceForm
  Left = 111
  Top = 161
  BorderStyle = bsDialog
  Caption = #28909#37327#20998#24067#22270
  ClientHeight = 341
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PopupMenu = DisplayBalancePopupMenu
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object DisplayBalanceChart: TChart
    Left = 0
    Top = 0
    Width = 536
    Height = 341
    AllowPanning = pmNone
    AllowZoom = False
    BackWall.Brush.Color = clWhite
    BackWall.Brush.Style = bsClear
    BackWall.Pen.Visible = False
    Title.Text.Strings = (
      '')
    AxisVisible = False
    ClipPoints = False
    Frame.Visible = False
    View3D = False
    View3DOptions.Elevation = 315
    View3DOptions.Orthogonal = False
    View3DOptions.Perspective = 0
    View3DOptions.Rotation = 360
    View3DWalls = False
    Align = alClient
    Color = clAqua
    TabOrder = 0
    object DisplayBalanceSeries: TPieSeries
      Marks.ArrowLength = 8
      Marks.Visible = True
      SeriesColor = clRed
      OtherSlice.Text = 'Other'
      PieValues.DateTime = False
      PieValues.Name = 'Pie'
      PieValues.Multiplier = 1
      PieValues.Order = loNone
    end
  end
  object DisplayBalanceSaveDialog: TSaveDialog
    Left = 48
    Top = 56
  end
  object DisplayBalancePopupMenu: TPopupMenu
    Left = 48
    Top = 104
    object SavePicture: TMenuItem
      Caption = #20445#23384#22270#24418'(&Save Picture)'
      OnClick = SavePictureClick
    end
  end
end

⌨️ 快捷键说明

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