📄 teecustedit.xfm
字号:
object CustomSeriesEditor: TCustomSeriesEditor
Left = 234
Top = 256
AutoScroll = False
BorderIcons = [biSystemMenu]
ClientHeight = 169
ClientWidth = 355
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 45
Top = 143
Width = 31
Height = 13
Alignment = taRightJustify
Caption = 'S&tack:'
FocusControl = CBStack
end
object LHeight: TLabel
Left = 25
Top = 115
Width = 51
Height = 13
Alignment = taRightJustify
Caption = '&Height 3D:'
FocusControl = EHeight
end
object BLineBorder: TButtonPen
Left = 4
Top = 9
HelpContext = 275
Caption = '&Border...'
TabOrder = 0
OnClick = BLineBorderClick
end
object BLineColor: TButtonColor
Left = 4
Top = 41
HelpContext = 421
Caption = '&Color...'
TabOrder = 1
OnClick = BLineColorClick
end
object GBStair: TGroupBox
Left = 224
Top = 8
Width = 90
Height = 65
HelpContext = 438
Caption = 'Line Mode:'
TabOrder = 2
object CBStairs: TCheckBox
Left = 8
Top = 16
Width = 80
Height = 17
HelpContext = 438
Caption = '&Stairs'
TabOrder = 0
OnClick = CBStairsClick
end
object CBInvStairs: TCheckBox
Left = 8
Top = 40
Width = 80
Height = 17
HelpContext = 252
Caption = '&Inverted'
TabOrder = 1
OnClick = CBInvStairsClick
end
end
object CBColorEach: TCheckBox
Left = 90
Top = 45
Width = 127
Height = 17
HelpContext = 164
Caption = 'Color &Each'
TabOrder = 3
OnClick = CBColorEachClick
end
object CBDark3D: TCheckBox
Left = 90
Top = 13
Width = 127
Height = 17
HelpContext = 176
Caption = '&Dark 3D'
TabOrder = 4
OnClick = CBDark3DClick
end
object CBStack: TComboFlat
Left = 84
Top = 140
Width = 121
HelpContext = 1470
TabOrder = 5
OnChange = CBStackChange
Items.Strings = (
'None'
'Overlap'
'Stack'
'Stack 100%')
end
object EHeight: TEdit
Left = 84
Top = 111
Width = 33
Height = 21
HelpContext = 856
TabOrder = 6
Text = '0'
OnChange = EHeightChange
end
object UDHeight: TUpDown
Left = 117
Top = 111
Width = 15
Height = 21
HelpContext = 856
Associate = EHeight
TabOrder = 7
end
object CBClick: TCheckBox
Left = 90
Top = 77
Width = 127
Height = 17
HelpContext = 1300
Caption = 'Clic&kable'
TabOrder = 8
OnClick = CBClickClick
end
object BBrush: TButton
Left = 4
Top = 73
Width = 75
Height = 25
HelpContext = 274
Caption = '&Pattern...'
TabOrder = 9
OnClick = BBrushClick
end
object BOutline: TButtonPen
Left = 224
Top = 80
Width = 89
HelpContext = 1740
Caption = '&Outline...'
TabOrder = 10
end
object CheckBox1: TCheckBox
Left = 224
Top = 112
Width = 113
Height = 17
HelpContext = 1300
Caption = 'Color Each line'
TabOrder = 11
OnClick = CheckBox1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -