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

📄 unit1.dfm

📁 delphi环境下应用teechart控件
💻 DFM
字号:
object Form1: TForm1
  Left = 242
  Top = 169
  Width = 577
  Height = 411
  Caption = #22810#22270#34920#25171#21360#39044#35272'...'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 339
    Width = 569
    Height = 38
    Align = alBottom
    TabOrder = 0
    object Button1: TButton
      Left = 480
      Top = 8
      Width = 75
      Height = 25
      Caption = '&E.'#36864#20986
      TabOrder = 0
      OnClick = Button1Click
    end
    object CheckBox1: TCheckBox
      Left = 8
      Top = 8
      Width = 97
      Height = 17
      Caption = #19977#32500#26354#38754
      TabOrder = 1
      OnClick = CheckBox1Click
    end
    object CheckBox2: TCheckBox
      Left = 106
      Top = 8
      Width = 97
      Height = 17
      Caption = #22320#22270#26174#31034
      TabOrder = 2
      OnClick = CheckBox2Click
    end
    object CheckBox3: TCheckBox
      Left = 205
      Top = 8
      Width = 81
      Height = 17
      Caption = #39068#33394#26629#26684
      TabOrder = 3
      OnClick = CheckBox3Click
    end
    object CheckBox4: TCheckBox
      Left = 304
      Top = 8
      Width = 65
      Height = 17
      Caption = #29976#29305#22270
      TabOrder = 4
      OnClick = CheckBox4Click
    end
    object Button2: TButton
      Left = 392
      Top = 8
      Width = 75
      Height = 25
      Caption = #25171#21360
      TabOrder = 5
      OnClick = Button2Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 177
    Height = 339
    Align = alLeft
    TabOrder = 1
    object Chart1: TChart
      Left = 1
      Top = 1
      Width = 175
      Height = 165
      Gradient.Balance = 55
      Gradient.Direction = gdBottomTop
      Gradient.EndColor = clWhite
      Gradient.StartColor = 16777088
      Gradient.Visible = True
      Legend.Visible = False
      Title.Text.Strings = (
        #19977#32500#26354#38754)
      Chart3DPercent = 85
      View3DOptions.OrthoAngle = 40
      Align = alClient
      BevelOuter = bvSpace
      TabOrder = 0
      PrintMargins = (
        15
        35
        15
        35)
      object Series2: TSurfaceSeries
        Marks.Callout.Brush.Color = clBlack
        Marks.Visible = False
        PercentFormat = '##0,## %'
        SideBrush.Color = clWhite
        SideBrush.Style = bsClear
        SmoothPalette = True
        XValues.Name = 'X'
        XValues.Order = loNone
        YValues.Name = 'Y'
        YValues.Order = loNone
        ZValues.Name = 'Z'
        ZValues.Order = loNone
      end
    end
    object Chart2: TChart
      Left = 1
      Top = 166
      Width = 175
      Height = 172
      Gradient.EndColor = clWhite
      Gradient.StartColor = 16777088
      Gradient.Visible = True
      Legend.Visible = False
      Title.Text.Strings = (
        #22320#22270#26174#31034)
      Chart3DPercent = 25
      Align = alBottom
      TabOrder = 1
      object Series1: TMapSeries
        Marks.Callout.Brush.Color = clBlack
        Marks.Visible = True
        PercentFormat = '##0,## %'
        UseColorRange = False
        UsePalette = True
        XValues.Name = 'X'
        XValues.Order = loNone
        YValues.Name = 'Y'
        YValues.Order = loNone
        ZValues.Name = 'Z'
        ZValues.Order = loNone
      end
    end
  end
  object TeePreviewPanel1: TTeePreviewPanel
    Left = 362
    Top = 0
    Width = 207
    Height = 339
    Cursor = crCross
    DragImage = True
    Margins.Color = clBtnText
    Margins.Mode = pmMaskNotPen
    Margins.Style = psDash
    Margins.EndStyle = esFlat
    Orientation = ppoPortrait
    PaperShadow.Color = clGrayText
    Gradient.EndColor = 14285190
    Gradient.MidColor = clSilver
    Gradient.StartColor = 1415426
    Gradient.Visible = True
    Align = alClient
    BevelInner = bvLowered
    Color = 8404992
    TabOrder = 2
  end
  object Panel3: TPanel
    Left = 177
    Top = 0
    Width = 185
    Height = 339
    Align = alLeft
    Caption = 'Panel3'
    TabOrder = 3
    object Chart3: TChart
      Left = 1
      Top = 1
      Width = 183
      Height = 165
      Gradient.Direction = gdBottomTop
      Gradient.EndColor = clWhite
      Gradient.StartColor = 16777088
      Gradient.Visible = True
      Legend.Visible = False
      Title.Text.Strings = (
        #39068#33394#26629#26684)
      Chart3DPercent = 25
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 0
      object Series4: TColorGridSeries
        Marks.Callout.Brush.Color = clBlack
        Marks.Callout.Length = 0
        Marks.Visible = False
        IrregularGrid = True
        XValues.Name = 'X'
        XValues.Order = loNone
        YValues.Name = 'Y'
        YValues.Order = loNone
        ZValues.Name = 'Z'
        ZValues.Order = loNone
      end
    end
    object Chart4: TChart
      Left = 1
      Top = 166
      Width = 183
      Height = 172
      Gradient.Direction = gdBottomTop
      Gradient.EndColor = 16777088
      Gradient.Visible = True
      Legend.Visible = False
      Title.Text.Strings = (
        #29976#29305#22270)
      View3D = False
      Align = alBottom
      BevelOuter = bvNone
      TabOrder = 1
      object Series3: TGanttSeries
        Marks.Callout.Brush.Color = clBlack
        Marks.Visible = False
        ClickableLine = False
        Pointer.InflateMargins = True
        Pointer.Style = psRectangle
        Pointer.Visible = True
        XValues.Name = 'Start'
        XValues.Order = loAscending
        YValues.Name = 'Y'
        YValues.Order = loNone
        StartValues.Name = 'Start'
        StartValues.Order = loAscending
        EndValues.Name = 'End'
        EndValues.Order = loNone
        NextTask.Name = 'NextTask'
        NextTask.Order = loNone
      end
    end
  end
  object ChartPreviewer1: TChartPreviewer
    Chart = Chart1
    Left = 402
    Top = 16
  end
  object PageSetupDialog1: TPageSetupDialog
    MinMarginLeft = 0
    MinMarginTop = 0
    MinMarginRight = 0
    MinMarginBottom = 0
    MarginLeft = 2500
    MarginTop = 2500
    MarginRight = 2500
    MarginBottom = 2500
    PageWidth = 21000
    PageHeight = 29700
    Left = 506
    Top = 16
  end
end

⌨️ 快捷键说明

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