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

📄 teeediaxis.xfm

📁 Delphi的图表开发控件
💻 XFM
📖 第 1 页 / 共 2 页
字号:
            Top = 88
            Width = 94
            TabOrder = 10
            OnChange = RGLabelStyleClick
            Items.Strings = (
              'Auto'
              'None'
              'Value'
              'Mark'
              'Text')
          end
          object CBAlternate: TCheckBox
            Left = 8
            Top = 100
            Width = 120
            Height = 17
            Caption = '&Alternate'
            TabOrder = 11
            OnClick = CBAlternateClick
          end
        end
        object TabLabFormat: TTabSheet
          Caption = 'Format'
          object LabelAxisFormat: TLabel
            Left = 16
            Top = 48
            Width = 69
            Height = 13
            Caption = 'Labels For&mat:'
            FocusControl = CBFormat
          end
          object CBFormat: TComboFlat
            Left = 16
            Top = 64
            Width = 175
            HelpContext = 84
            Style = csDropDown
            TabOrder = 0
            OnChange = CBFormatChange
          end
          object CBExpo: TCheckBox
            Left = 16
            Top = 16
            Width = 102
            Height = 17
            HelpContext = 1459
            Caption = '&Exponential'
            TabOrder = 1
            OnClick = CBExpoClick
          end
          object CBLabelAlign: TCheckBox
            Left = 16
            Top = 96
            Width = 177
            Height = 17
            HelpContext = 1460
            Caption = '&Default Alignment'
            TabOrder = 2
            OnClick = CBLabelAlignClick
          end
          object Button1: TButton
            Left = 195
            Top = 63
            Width = 22
            Height = 22
            Caption = '...'
            TabOrder = 3
            OnClick = Button1Click
          end
        end
        object TabLabelsFont: TTabSheet
          Caption = 'Text'
        end
      end
    end
    object TabTicks: TTabSheet
      HelpContext = 646
      Caption = 'Ticks'
      object L28: TLabel
        Left = 103
        Top = 84
        Width = 21
        Height = 13
        Alignment = taRightJustify
        Caption = 'Len:'
      end
      object L29: TLabel
        Left = 103
        Top = 116
        Width = 21
        Height = 13
        Alignment = taRightJustify
        Caption = 'Len:'
      end
      object Label6: TLabel
        Left = 114
        Top = 52
        Width = 10
        Height = 13
        Alignment = taRightJustify
        Caption = '&Z:'
      end
      object BAxisPen: TButtonPen
        Left = 8
        Top = 12
        HelpContext = 83
        Caption = '&Axis...'
        TabOrder = 0
      end
      object BTickPen: TButtonPen
        Left = 8
        Top = 80
        HelpContext = 646
        Caption = 'T&icks...'
        TabOrder = 2
      end
      object BTickInner: TButtonPen
        Left = 8
        Top = 112
        HelpContext = 647
        Caption = 'I&nner...'
        TabOrder = 5
      end
      object SEAxisTickLength: TEdit
        Left = 128
        Top = 80
        Width = 34
        Height = 21
        HelpContext = 644
        TabOrder = 3
        Text = '0'
        OnChange = SEAxisTickLengthChange
      end
      object SEInnerTicksLength: TEdit
        Left = 128
        Top = 112
        Width = 34
        Height = 21
        HelpContext = 643
        TabOrder = 6
        Text = '0'
        OnChange = SEInnerTicksLengthChange
      end
      object BAxisGrid: TButtonPen
        Left = 8
        Top = 44
        HelpContext = 240
        Caption = '&Grid...'
        TabOrder = 1
      end
      object CBTickOnLabels: TCheckBox
        Left = 188
        Top = 76
        Width = 109
        Height = 29
        HelpContext = 645
        Caption = 'At Labels Onl&y'
        TabOrder = 4
        OnClick = CBTickOnLabelsClick
      end
      object CBGridCentered: TCheckBox
        Left = 188
        Top = 45
        Width = 105
        Height = 25
        HelpContext = 761
        Caption = 'C&entered'
        TabOrder = 7
        OnClick = CBGridCenteredClick
      end
      object UDInnerTicksLength: TUpDown
        Left = 162
        Top = 112
        Width = 15
        Height = 21
        Associate = SEInnerTicksLength
        Max = 1000
        TabOrder = 8
      end
      object UDAxisTickLength: TUpDown
        Left = 162
        Top = 80
        Width = 15
        Height = 21
        Associate = SEAxisTickLength
        Max = 1000
        TabOrder = 9
      end
      object Edit2: TEdit
        Left = 128
        Top = 48
        Width = 34
        Height = 21
        HelpContext = 644
        TabOrder = 10
        Text = '0'
        OnChange = Edit2Change
      end
      object UDGridZ: TUpDown
        Left = 162
        Top = 48
        Width = 15
        Height = 21
        Associate = Edit2
        TabOrder = 11
      end
    end
    object TabMinorTicks: TTabSheet
      Caption = 'Minor'
      object L30: TLabel
        Left = 147
        Top = 28
        Width = 36
        Height = 13
        Alignment = taRightJustify
        Caption = 'Length:'
      end
      object L31: TLabel
        Left = 152
        Top = 68
        Width = 31
        Height = 13
        Alignment = taRightJustify
        Caption = '&Count:'
        FocusControl = SEMinorCount
      end
      object BTickMinor: TButtonPen
        Left = 42
        Top = 24
        HelpContext = 297
        Caption = '&Ticks...'
        TabOrder = 0
      end
      object SEAxisMinorTickLen: TEdit
        Left = 187
        Top = 24
        Width = 34
        Height = 21
        HelpContext = 294
        TabOrder = 1
        Text = '0'
        OnChange = SEAxisMinorTickLenChange
      end
      object UDAxisMinorTickLen: TUpDown
        Left = 221
        Top = 24
        Width = 15
        Height = 21
        Associate = SEAxisMinorTickLen
        Max = 1000
        TabOrder = 2
      end
      object SEMinorCount: TEdit
        Left = 187
        Top = 64
        Width = 34
        Height = 21
        HelpContext = 293
        TabOrder = 3
        Text = '0'
        OnChange = SEMinorCountChange
      end
      object UDMinorCount: TUpDown
        Left = 221
        Top = 64
        Width = 15
        Height = 21
        Associate = SEMinorCount
        Max = 1000
        TabOrder = 4
      end
      object BMinorGrid: TButtonPen
        Left = 42
        Top = 62
        HelpContext = 240
        Caption = '&Grid...'
        TabOrder = 5
      end
    end
    object TabPositions: TTabSheet
      Caption = 'Position'
      object Label41: TLabel
        Left = 18
        Top = 16
        Width = 51
        Height = 13
        Alignment = taRightJustify
        Caption = '&Position %:'
        FocusControl = EPos
      end
      object Label42: TLabel
        Left = 33
        Top = 56
        Width = 36
        Height = 13
        Alignment = taRightJustify
        Caption = 'St&art %:'
        FocusControl = EStart
      end
      object Label43: TLabel
        Left = 36
        Top = 88
        Width = 33
        Height = 13
        Alignment = taRightJustify
        Caption = '&End %:'
        FocusControl = EEnd
      end
      object LabelZ: TLabel
        Left = 154
        Top = 87
        Width = 21
        Height = 13
        Alignment = taRightJustify
        Caption = '&Z %:'
        FocusControl = Edit1
      end
      object Label7: TLabel
        Left = 147
        Top = 8
        Width = 27
        Height = 13
        Caption = '&Units:'
        FocusControl = CBPosUnits
      end
      object EPos: TEdit
        Left = 74
        Top = 12
        Width = 32
        Height = 21
        HelpContext = 774
        TabOrder = 0
        Text = '0'
        OnChange = EPosChange
      end
      object EStart: TEdit
        Left = 74
        Top = 52
        Width = 32
        Height = 21
        HelpContext = 775
        TabOrder = 1
        Text = '0'
        OnChange = EStartChange
      end
      object EEnd: TEdit
        Left = 74
        Top = 84
        Width = 32
        Height = 21
        HelpContext = 776
        TabOrder = 2
        Text = '0'
        OnChange = EEndChange
      end
      object UDPos: TUpDown
        Left = 106
        Top = 12
        Width = 15
        Height = 21
        HelpContext = 774
        Associate = EPos
        Min = -1000
        Max = 1000
        TabOrder = 3
      end
      object UDStart: TUpDown
        Left = 106
        Top = 52
        Width = 15
        Height = 21
        HelpContext = 775
        Associate = EStart
        TabOrder = 4
      end
      object UDEnd: TUpDown
        Left = 106
        Top = 84
        Width = 15
        Height = 21
        HelpContext = 776
        Associate = EEnd
        TabOrder = 5
      end
      object CBOtherSide: TCheckBox
        Left = 74
        Top = 120
        Width = 133
        Height = 17
        Caption = '&Other side'
        TabOrder = 6
        OnClick = CBOtherSideClick
      end
      object CBHorizAxis: TCheckBox
        Left = 74
        Top = 144
        Width = 133
        Height = 17
        Caption = '&Horizontal'
        TabOrder = 7
        OnClick = CBHorizAxisClick
      end
      object Edit1: TEdit
        Left = 180
        Top = 84
        Width = 32
        Height = 21
        HelpContext = 775
        TabOrder = 8
        Text = '0'
        OnChange = Edit1Change
      end
      object UDZ: TUpDown
        Left = 212
        Top = 84
        Width = 15
        Height = 21
        HelpContext = 775
        Associate = Edit1
        TabOrder = 9
      end
      object CBPosUnits: TComboFlat
        Left = 144
        Top = 24
        Width = 106
        TabOrder = 10
        OnChange = CBPosUnitsChange
        Items.Strings = (
          'Percent'
          'Pixels')
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 83
    Height = 229
    Align = alLeft
    TabOrder = 1
    object Panel2: TPanel
      Left = 1
      Top = 200
      Width = 81
      Height = 28
      Align = alBottom
      BevelOuter = bvNone
      TabOrder = 0
      object BAdd: TSpeedButton
        Left = 11
        Top = 3
        Width = 23
        Height = 22
        Caption = '+'
        Flat = True
        OnClick = BAddClick
      end
      object BDelete: TSpeedButton
        Left = 50
        Top = 3
        Width = 23
        Height = 22
        Caption = '-'
        Enabled = False
        Flat = True
        OnClick = BDeleteClick
      end
    end
    object Panel4: TPanel
      Left = 1
      Top = 1
      Width = 81
      Height = 56
      Align = alTop
      BevelOuter = bvNone
      TabOrder = 1
      object Label1: TLabel
        Left = 4
        Top = 41
        Width = 26
        Height = 13
        Caption = 'A&xes:'
        FocusControl = LBAxes
      end
      object CBShow: TCheckBox
        Left = 9
        Top = 4
        Width = 64
        Height = 17
        HelpContext = 85
        Caption = 'Visible'
        TabOrder = 0
        OnClick = CBShowClick
      end
      object CBAxisBeh: TCheckBox
        Left = 9
        Top = 22
        Width = 64
        Height = 17
        HelpContext = 891
        Caption = '&Behind'
        TabOrder = 1
        OnClick = CBAxisBehClick
      end
    end
    object LBAxes: TListBox
      Left = 1
      Top = 57
      Width = 81
      Height = 143
      HelpContext = 1456
      Align = alClient
      ItemHeight = 13
      TabOrder = 2
      OnClick = LBAxesClick
    end
  end
end

⌨️ 快捷键说明

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