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

📄 unit1.dfm

📁 《TeeChart应用技术详解》(屈景辉)源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 309
  Top = 92
  AutoScroll = False
  Caption = #19977#32500#25176#30424'Draw3D'#21151#33021#28436#31034
  ClientHeight = 349
  ClientWidth = 503
  Color = clBtnFace
  Constraints.MinHeight = 50
  Constraints.MinWidth = 270
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 503
    Height = 33
    Align = alTop
    TabOrder = 0
    object CheckBox1: TCheckBox
      Left = 14
      Top = 12
      Width = 59
      Height = 17
      Caption = #38452#24433
      Checked = True
      State = cbChecked
      TabOrder = 0
      OnClick = CheckBox1Click
    end
    object CheckBox2: TCheckBox
      Left = 79
      Top = 12
      Width = 75
      Height = 17
      Caption = #32972#26223#28176#36827
      Checked = True
      State = cbChecked
      TabOrder = 1
      OnClick = CheckBox2Click
    end
    object CheckBox4: TCheckBox
      Left = 247
      Top = 12
      Width = 59
      Height = 17
      Caption = 'OpenGL'
      TabOrder = 2
      OnClick = CheckBox4Click
    end
    object ButtonColor1: TButtonColor
      Left = 400
      Top = 8
      Width = 81
      Caption = 'Draw3D'#21442#25968
      TabOrder = 3
      OnClick = ButtonColor1Click
    end
  end
  object TeeCommander1: TTeeCommander
    Left = 0
    Top = 33
    Width = 503
    Height = 33
    Panel = Draw3D1
    Align = alTop
    ParentShowHint = False
    TabOrder = 1
  end
  object CheckBox3: TCheckBox
    Left = 166
    Top = 12
    Width = 75
    Height = 17
    Caption = #22352#26631#36724
    Checked = True
    State = cbChecked
    TabOrder = 2
    OnClick = CheckBox3Click
  end
  object Draw3D1: TDraw3D
    Left = 0
    Top = 66
    Width = 503
    Height = 283
    Gradient.EndColor = clGray
    Gradient.MidColor = clWhite
    Gradient.StartColor = clSilver
    Gradient.Visible = True
    Shadow.Color = clRed
    OnPaint = Draw3D1Paint
    Align = alClient
    Color = clCream
    TabOrder = 3
  end
  object TeeOpenGL1: TTeeOpenGL
    AmbientLight = 8
    Light.Color = clGray
    Light.Visible = True
    Light.Position.X = -100.000000000000000000
    Light.Position.Y = -100.000000000000000000
    Light.Position.Z = -100.000000000000000000
    Light1.Color = clGray
    Light1.Visible = False
    Light1.Position.X = -100.000000000000000000
    Light1.Position.Y = -100.000000000000000000
    Light1.Position.Z = -100.000000000000000000
    Light2.Color = clGray
    Light2.Visible = False
    Light2.Position.X = -100.000000000000000000
    Light2.Position.Y = -100.000000000000000000
    Light2.Position.Z = -100.000000000000000000
    Shininess = 0.500000000000000000
    TeePanel = Draw3D1
    Left = 312
    Top = 33
  end
end

⌨️ 快捷键说明

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