📄 teeedigene.xfm
字号:
object FormTeeGeneral: TFormTeeGeneral
Left = 180
Top = 163
ActiveControl = BPrint
AutoScroll = False
BorderIcons = [biSystemMenu]
ClientHeight = 218
ClientWidth = 368
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BPrint: TButton
Left = 11
Top = 16
Width = 114
Height = 25
HelpContext = 394
Caption = 'Print &Preview...'
TabOrder = 0
OnClick = BPrintClick
end
object GBMargins: TGroupBox
Left = 8
Top = 71
Width = 120
Height = 140
HelpContext = 11
Caption = 'Margins (%)'
TabOrder = 1
object Label5: TLabel
Left = 8
Top = 96
Width = 27
Height = 13
Caption = '&Units:'
FocusControl = CBMarUnits
end
object SETopMa: TEdit
Left = 42
Top = 20
Width = 27
Height = 21
HelpContext = 279
TabOrder = 0
Text = '3'
OnChange = SETopMaChange
end
object SELeftMa: TEdit
Left = 6
Top = 44
Width = 27
Height = 21
HelpContext = 279
TabOrder = 1
Text = '3'
OnChange = SELeftMaChange
end
object SEBotMa: TEdit
Left = 42
Top = 68
Width = 27
Height = 21
HelpContext = 279
TabOrder = 2
Text = '3'
OnChange = SEBotMaChange
end
object SERightMa: TEdit
Left = 72
Top = 44
Width = 27
Height = 21
HelpContext = 279
TabOrder = 3
Text = '3'
OnChange = SERightMaChange
end
object UDTopMa: TUpDown
Left = 69
Top = 20
Width = 15
Height = 21
HelpContext = 279
Associate = SETopMa
Increment = 5
Position = 3
TabOrder = 4
end
object UDRightMa: TUpDown
Left = 99
Top = 44
Width = 15
Height = 21
HelpContext = 279
Associate = SERightMa
Increment = 5
Position = 3
TabOrder = 5
end
object UDLeftMa: TUpDown
Left = 33
Top = 44
Width = 15
Height = 21
HelpContext = 279
Associate = SELeftMa
Increment = 5
Position = 3
TabOrder = 6
end
object UDBotMa: TUpDown
Left = 69
Top = 68
Width = 15
Height = 21
HelpContext = 279
Associate = SEBotMa
Increment = 5
Position = 3
TabOrder = 7
end
object CBMarUnits: TComboFlat
Left = 8
Top = 112
Width = 106
TabOrder = 8
OnChange = CBMarUnitsChange
Items.Strings = (
'Percent'
'Pixels')
end
end
object PageControl1: TPageControl
Left = 136
Top = 0
Width = 209
Height = 212
ActivePage = TabSheet2
HotTrack = True
TabOrder = 2
object TabSheet1: TTabSheet
Caption = 'Zoom'
object LSteps: TLabel
Left = 104
Top = 28
Width = 30
Height = 13
Alignment = taRightJustify
Caption = '&Steps:'
FocusControl = SEAniZoomSteps
end
object Label1: TLabel
Left = 16
Top = 90
Width = 112
Height = 18
Alignment = taRightJustify
AutoSize = False
Caption = '&Minimum pixels:'
FocusControl = EMinPix
end
object Label2: TLabel
Left = 8
Top = 119
Width = 53
Height = 17
Alignment = taRightJustify
AutoSize = False
Caption = '&Direction:'
FocusControl = CBDir
end
object Label3: TLabel
Left = 3
Top = 144
Width = 77
Height = 17
Alignment = taRightJustify
AutoSize = False
Caption = 'M&ouse Button:'
FocusControl = CBZoomMouse
end
object CBAllowZoom: TCheckBox
Left = 14
Top = 3
Width = 123
Height = 18
HelpContext = 44
Caption = '&Allow'
TabOrder = 0
OnClick = CBAllowZoomClick
end
object CBAnimatedZoom: TCheckBox
Left = 14
Top = 27
Width = 75
Height = 17
HelpContext = 48
Caption = 'An&imated'
TabOrder = 1
OnClick = CBAnimatedZoomClick
end
object SEAniZoomSteps: TEdit
Left = 136
Top = 25
Width = 27
Height = 21
HelpContext = 49
TabOrder = 2
Text = '8'
OnChange = SEAniZoomStepsChange
end
object UDAniZoomSteps: TUpDown
Left = 163
Top = 25
Width = 15
Height = 21
Associate = SEAniZoomSteps
Position = 8
TabOrder = 3
end
object BZoomPen: TButtonPen
Left = 16
Top = 54
HelpContext = 1454
Caption = 'P&en...'
TabOrder = 4
end
object BZoomColor: TButton
Left = 104
Top = 54
Width = 75
Height = 25
HelpContext = 1449
Caption = 'P&attern...'
TabOrder = 5
OnClick = BZoomColorClick
end
object EMinPix: TEdit
Left = 131
Top = 87
Width = 32
Height = 21
HelpContext = 1452
TabOrder = 6
Text = '16'
OnChange = EMinPixChange
end
object UDMinPix: TUpDown
Left = 163
Top = 87
Width = 15
Height = 21
Associate = EMinPix
Position = 16
TabOrder = 7
end
object CBDir: TComboFlat
Left = 64
Top = 115
Width = 117
HelpContext = 1450
TabOrder = 8
OnChange = CBDirChange
Items.Strings = (
'Horizontal'
'Vertical'
'Both')
end
object CBZoomMouse: TComboFlat
Left = 88
Top = 140
Width = 93
HelpContext = 1453
TabOrder = 9
OnChange = CBZoomMouseChange
Items.Strings = (
'Left'
'Right'
'Middle')
end
end
object TabSheet2: TTabSheet
Caption = 'Scroll'
object Label4: TLabel
Left = 9
Top = 144
Width = 77
Height = 17
Alignment = taRightJustify
AutoSize = False
Caption = '&Mouse Button:'
FocusControl = CBScrollMouse
end
object RGPanning: TRadioGroup
Left = 48
Top = 12
Width = 137
Height = 117
HelpContext = 358
Caption = 'Allow Scroll:'
Items.Strings = (
'&None'
'&Horizontal'
'&Vertical'
'&Both')
TabOrder = 0
OnClick = RGPanningClick
end
object CBScrollMouse: TComboFlat
Left = 94
Top = 140
Width = 93
HelpContext = 1455
TabOrder = 1
OnChange = CBScrollMouseChange
Items.Strings = (
'Left'
'Right'
'Middle')
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -