📄 teeaxisarrowedit.xfm
字号:
inherited AxisArrowToolEditor: TAxisArrowToolEditor
Left = 344
Top = 427
ClientHeight = 254
ClientWidth = 299
PixelsPerInch = 96
TextHeight = 13
object LL: TLabel [0]
Left = 32
Top = 84
Width = 36
Height = 13
Alignment = taRightJustify
Caption = '&Length:'
FocusControl = ELength
end
object Label2: TLabel [1]
Left = 29
Top = 144
Width = 40
Height = 13
Alignment = taRightJustify
Caption = 'P&osition:'
FocusControl = CBPos
end
object Label3: TLabel [2]
Left = 54
Top = 176
Width = 29
Height = 13
Alignment = taRightJustify
Caption = '&Scroll:'
FocusControl = Edit1
end
object Label4: TLabel [3]
Left = 147
Top = 176
Width = 8
Height = 13
Caption = '%'
end
object Label5: TLabel [4]
Left = 45
Top = 112
Width = 23
Height = 13
Alignment = taRightJustify
Caption = 'Si&ze:'
FocusControl = ESize
end
object Label6: TLabel [5]
Left = 132
Top = 112
Width = 8
Height = 13
Caption = '%'
end
object Label7: TLabel [6]
Left = 149
Top = 84
Width = 31
Height = 13
Alignment = taRightJustify
Caption = '&Width:'
FocusControl = EWidth
end
inherited PanelTop: TPanel
Width = 299
inherited BPen: TButtonPen
Left = 48
end
end
object Button1: TButton
Left = 141
Top = 40
Width = 75
Height = 25
HelpContext = 1516
Caption = '&Pattern...'
TabOrder = 1
OnClick = Button1Click
end
object UDLength: TUpDown
Left = 113
Top = 81
Width = 15
Height = 21
HelpContext = 1517
Associate = ELength
TabOrder = 2
end
object ELength: TEdit
Left = 72
Top = 81
Width = 41
Height = 21
HelpContext = 1517
TabOrder = 3
Text = '0'
OnChange = ELC
end
object CBPos: TComboFlat
Left = 72
Top = 141
Width = 123
HelpContext = 1515
TabOrder = 4
OnChange = CBPosChange
Items.Strings = (
'Start'
'End'
'Both')
end
object Edit1: TEdit
Left = 91
Top = 172
Width = 33
Height = 21
HelpContext = 1519
TabOrder = 5
Text = '10'
OnChange = Edit1Change
end
object UDScroll: TUpDown
Left = 124
Top = 172
Width = 15
Height = 21
HelpContext = 1519
Associate = Edit1
Min = 1
Position = 10
TabOrder = 7
end
object CBInv: TCheckBox
Left = 72
Top = 200
Width = 137
Height = 17
HelpContext = 1762
Caption = '&Inverted Scroll'
TabOrder = 6
OnClick = CBInvClick
end
object UDSize: TUpDown
Left = 113
Top = 109
Width = 15
Height = 21
HelpContext = 1517
Associate = ESize
TabOrder = 8
end
object ESize: TEdit
Left = 72
Top = 109
Width = 41
Height = 21
HelpContext = 1517
TabOrder = 9
Text = '0'
OnChange = ESizeChange
end
object EWidth: TEdit
Left = 184
Top = 81
Width = 41
Height = 21
HelpContext = 1517
TabOrder = 10
Text = '0'
OnChange = EWidthChange
end
object UDWidth: TUpDown
Left = 225
Top = 81
Width = 15
Height = 21
HelpContext = 1517
Associate = EWidth
TabOrder = 11
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -