teetoolseriesedit.xfm

来自「Delphi TeeChartPro.6.01的源代码」· XFM 代码 · 共 33 行

XFM
33
字号
object SeriesToolEditor: TSeriesToolEditor
  Left = 337
  Top = 307
  AutoScroll = False
  BorderIcons = [biSystemMenu]
  ClientHeight = 172
  ClientWidth = 233
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 42
    Top = 12
    Width = 32
    Height = 13
    Alignment = taRightJustify
    Caption = '&Series:'
    FocusControl = CBSeries
  end
  object CBSeries: TComboFlat
    Left = 78
    Top = 8
    Width = 145
    HelpContext = 1121
    TabOrder = 0
    OnChange = CBSeriesChange
  end
end

⌨️ 快捷键说明

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