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

📄 teeediseri.xfm

📁 Delphi的图表开发控件
💻 XFM
📖 第 1 页 / 共 2 页
字号:
object FormTeeSeries: TFormTeeSeries
  Left = 273
  Top = 202
  ActiveControl = CBSeries
  AutoScroll = False
  ClientHeight = 257
  ClientWidth = 398
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageSeries: TPageControl
    Left = 0
    Top = 25
    Width = 398
    Height = 232
    ActivePage = TheTabSheet
    Align = alClient
    HotTrack = True
    TabOrder = 1
    OnChange = PageSeriesChange
    OnChanging = PageSeriesChanging
    object TheTabSheet: TTabSheet
      Caption = 'Format'
    end
    object TabGeneral: TTabSheet
      Caption = 'General'
      object LSort: TLabel
        Left = 252
        Top = 156
        Width = 22
        Height = 13
        Alignment = taRightJustify
        Caption = 'S&ort:'
        FocusControl = CBSort
      end
      object GB5: TGroupBox
        Left = 12
        Top = 8
        Width = 209
        Height = 86
        Caption = 'General:'
        TabOrder = 0
        object L27: TLabel
          Left = 35
          Top = 37
          Width = 33
          Height = 13
          Alignment = taRightJustify
          Caption = '&Cursor:'
          FocusControl = CBCursor
        end
        object LDepth: TLabel
          Left = 35
          Top = 62
          Width = 32
          Height = 13
          Alignment = taRightJustify
          Caption = '&Depth:'
          FocusControl = EDepth
        end
        object CBShowInLegend: TCheckBox
          Left = 72
          Top = 12
          Width = 135
          Height = 17
          HelpContext = 433
          Caption = '&Show In Legend'
          Checked = True
          State = cbChecked
          TabOrder = 0
          OnClick = CBShowInLegendClick
        end
        object CBCursor: TComboFlat
          Left = 72
          Top = 33
          Width = 105
          HelpContext = 173
          Sorted = True
          TabOrder = 1
          OnChange = CBCursorChange
        end
        object EDepth: TEdit
          Left = 72
          Top = 59
          Width = 41
          Height = 21
          HelpContext = 1345
          TabOrder = 2
          Text = '0'
          OnChange = EDepthChange
        end
        object UDDepth: TUpDown
          Left = 113
          Top = 59
          Width = 15
          Height = 21
          HelpContext = 1345
          Associate = EDepth
          Max = 1200
          TabOrder = 3
        end
        object CBDepth: TCheckBox
          Left = 134
          Top = 62
          Width = 67
          Height = 17
          HelpContext = 1345
          Caption = 'Auto'
          TabOrder = 4
          OnClick = CBDepthClick
        end
      end
      object GB2: TGroupBox
        Left = 11
        Top = 98
        Width = 210
        Height = 75
        Caption = 'Formats:'
        TabOrder = 1
        object L15: TLabel
          Left = 33
          Top = 18
          Width = 35
          Height = 13
          Alignment = taRightJustify
          Caption = '&Values:'
          FocusControl = CBFormat
        end
        object L21: TLabel
          Left = 23
          Top = 46
          Width = 45
          Height = 13
          Alignment = taRightJustify
          Caption = '&Percents:'
          FocusControl = EPercentFormat
        end
        object EPercentFormat: TEdit
          Left = 72
          Top = 42
          Width = 104
          Height = 21
          HelpContext = 381
          TabOrder = 1
          OnChange = EPercentFormatChange
        end
        object CBFormat: TComboFlat
          Left = 72
          Top = 15
          Width = 104
          HelpContext = 84
          Style = csDropDown
          TabOrder = 0
          OnChange = CBFormatChange
        end
        object Button1: TButton
          Left = 178
          Top = 15
          Width = 24
          Height = 21
          Caption = '...'
          TabOrder = 2
          OnClick = Button1Click
        end
        object Button2: TButton
          Left = 178
          Top = 42
          Width = 24
          Height = 21
          Caption = '...'
          TabOrder = 3
          OnClick = Button2Click
        end
      end
      object GBHorizAxis: TGroupBox
        Left = 236
        Top = 8
        Width = 137
        Height = 65
        Caption = 'Horizontal Axis:'
        TabOrder = 2
        object CBHorizAxis: TComboFlat
          Left = 8
          Top = 16
          Width = 121
          HelpContext = 243
          TabOrder = 0
          OnChange = CBHorizAxisChange
          Items.Strings = (
            'Top'
            'Bottom'
            'Top and Bottom')
        end
        object CBXDateTime: TCheckBox
          Left = 8
          Top = 40
          Width = 97
          Height = 17
          HelpContext = 179
          Caption = 'Dat&eTime'
          TabOrder = 1
          OnClick = CBXDateTimeClick
        end
      end
      object GBVertAxis: TGroupBox
        Left = 236
        Top = 80
        Width = 137
        Height = 65
        Caption = 'Vertical Axis:'
        TabOrder = 3
        object CBVertAxis: TComboFlat
          Left = 8
          Top = 16
          Width = 121
          HelpContext = 672
          TabOrder = 0
          OnChange = CBVertAxisChange
          Items.Strings = (
            'Left'
            'Right'
            'Left and Right')
        end
        object CBYDateTime: TCheckBox
          Left = 8
          Top = 40
          Width = 97
          Height = 17
          HelpContext = 179
          Caption = 'D&ateTime'
          TabOrder = 1
          OnClick = CBYDateTimeClick
        end
      end
      object CBSort: TComboFlat
        Left = 276
        Top = 152
        Width = 95
        HelpContext = 343
        TabOrder = 4
        OnChange = CBSortChange
        Items.Strings = (
          'Ascending'
          'Descending'
          'None')
      end
      object CBZDateTime: TCheckBox
        Left = 244
        Top = 178
        Width = 129
        Height = 17
        Caption = '&Z DateTime'
        TabOrder = 5
        Visible = False
        OnClick = CBZDateTimeClick
      end
      object CBShowInEditor: TCheckBox
        Left = 40
        Top = 176
        Width = 177
        Height = 17
        Caption = 'Show in this editor'
        TabOrder = 6
        Visible = False
        OnClick = CBShowInEditorClick
      end
    end
    object TabMarks: TTabSheet
      HelpContext = 592
      Caption = 'Marks'
      object PageControlMarks: TPageControl
        Left = 0
        Top = 0
        Width = 390
        Height = 204
        ActivePage = TabSymbol
        Align = alClient
        HotTrack = True
        TabOrder = 0
        object TabSheet1: TTabSheet
          Caption = 'Style'
          object L23: TLabel
            Left = 46
            Top = 96
            Width = 30
            Height = 13
            Alignment = taRightJustify
            Caption = '&Angle:'
            FocusControl = SEMarksAngle
          end
          object Label3: TLabel
            Left = 20
            Top = 64
            Width = 57
            Height = 13
            Alignment = taRightJustify
            Caption = 'Draw &every:'
            FocusControl = EMarksEvery
          end
          object Label1: TLabel
            Left = 51
            Top = 36
            Width = 26
            Height = 13
            Alignment = taRightJustify
            Caption = '&Style:'
            FocusControl = RGMarkStyle
          end
          object CBMarksVisible: TCheckBox
            Left = 9
            Top = 8
            Width = 84
            Height = 17
            HelpContext = 682
            Caption = '&Visible'
            TabOrder = 0
            OnClick = CBMarksVisibleClick
          end
          object CBMarkClip: TCheckBox
            Left = 145
            Top = 64
            Width = 100
            Height = 17
            HelpContext = 154
            Caption = 'Cl&ipped'
            TabOrder = 2
            OnClick = CBMarkClipClick
          end
          object SEMarksAngle: TEdit
            Left = 80
            Top = 92
            Width = 35
            Height = 21
            HelpContext = 1472
            TabOrder = 7
            Text = '0'
            OnChange = SEMarksAngleChange
          end
          object UDMarksAngle: TUpDown
            Left = 115
            Top = 92
            Width = 15
            Height = 21
            HelpContext = 1472
            Associate = SEMarksAngle
            Max = 360
            Increment = 5
            TabOrder = 8
            Wrap = True
          end
          object EMarksEvery: TEdit
            Left = 80
            Top = 61
            Width = 35
            Height = 21
            HelpContext = 1304
            TabOrder = 5
            Text = '1'
            OnChange = EMarksEveryChange
          end
          object UDEvery: TUpDown
            Left = 115
            Top = 61
            Width = 15
            Height = 21
            HelpContext = 1304
            Associate = EMarksEvery
            Min = 1
            Max = 5000
            Position = 1
            TabOrder = 6
          end
          object CBMultiLine: TCheckBox
            Left = 145
            Top = 88

⌨️ 快捷键说明

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