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

📄 unit1.dfm

📁 《TeeChart应用技术详解》(屈景辉)源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 262
  Top = 110
  Width = 339
  Height = 274
  Caption = 'ChartWebSource'#32452#20214#28436#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Chart1: TChart
    Left = 16
    Top = 16
    Width = 297
    Height = 161
    Title.Text.Strings = (
      'ChartWebSource'#32452#20214#28436#31034'(TChart)')
    TabOrder = 0
    object Series1: TBarSeries
      Marks.Callout.Brush.Color = clBlack
      Marks.Visible = True
      Gradient.Direction = gdTopBottom
      XValues.Name = 'X'
      XValues.Order = loAscending
      YValues.Name = 'Bar'
      YValues.Order = loNone
    end
  end
  object Button1: TButton
    Left = 24
    Top = 192
    Width = 129
    Height = 25
    Caption = #35013#20837'( *.tee)'#25991#20214
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 232
    Top = 192
    Width = 75
    Height = 25
    Caption = '&E.'#36864#20986
    TabOrder = 2
    OnClick = Button2Click
  end
  object ChartWebSource1: TChartWebSource
    Chart = Chart1
    URL = 'http://www.steema.com/demo.tee'
  end
end

⌨️ 快捷键说明

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