📄 teeedigrad.xfm
字号:
object TeeGradientEditor: TTeeGradientEditor
Left = 353
Top = 385
AutoScroll = False
BorderIcons = [biSystemMenu]
Caption = 'Gradient Editor'
ClientHeight = 198
ClientWidth = 251
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 0
Top = 25
Width = 251
Height = 144
ActivePage = TabSheet1
Align = alClient
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Colors'
object BSwap: TButton
Left = 99
Top = 8
Width = 55
Height = 25
HelpContext = 439
Caption = 'S&wap'
TabOrder = 0
OnClick = BSwapClick
end
object BStart: TButtonColor
Left = 4
Top = 8
Width = 88
HelpContext = 439
Caption = '&Start...'
TabOrder = 1
OnClick = BStartClick
end
object BEnd: TButtonColor
Left = 4
Top = 71
Width = 88
HelpContext = 194
Caption = '&End...'
TabOrder = 2
OnClick = BEndClick
end
object BMid: TButtonColor
Left = 4
Top = 39
Width = 88
HelpContext = 1366
Caption = '&Middle...'
TabOrder = 3
OnClick = BMidClick
end
object CBMid: TCheckBox
Left = 100
Top = 44
Width = 104
Height = 17
HelpContext = 1366
Caption = '&No Middle'
TabOrder = 4
OnClick = CBMidClick
end
end
object TabSheet2: TTabSheet
Caption = 'Options'
ImageIndex = 1
object Label4: TLabel
Left = 36
Top = 7
Width = 42
Height = 13
Alignment = taRightJustify
Caption = '&Balance:'
FocusControl = SBBalance
end
object LabelBalance: TLabel
Left = 211
Top = 8
Width = 23
Height = 13
Caption = '50 %'
end
object SBBalance: TScrollBar
Left = 83
Top = 6
Width = 121
Height = 16
HelpContext = 1914
TabOrder = 0
OnChange = SBBalanceChange
end
object GroupBox2: TGroupBox
Left = 8
Top = 31
Width = 232
Height = 65
Caption = 'Radial offset:'
TabOrder = 1
object Label2: TLabel
Left = 40
Top = 17
Width = 27
Height = 13
Alignment = taRightJustify
Caption = '&Horiz:'
FocusControl = TrackBar1
end
object Label3: TLabel
Left = 45
Top = 39
Width = 22
Height = 13
Alignment = taRightJustify
Caption = '&Vert:'
FocusControl = TrackBar2
end
object LRadialX: TLabel
Left = 186
Top = 17
Width = 6
Height = 13
Caption = '0'
end
object LRadialY: TLabel
Left = 186
Top = 40
Width = 6
Height = 13
Caption = '0'
end
object TrackBar1: TTrackBar
Left = 67
Top = 14
Width = 117
Height = 25
HelpContext = 1915
Max = 300
Min = -300
Frequency = 50
TabOrder = 0
TickStyle = tsNone
OnChange = TrackBar1Change
end
object TrackBar2: TTrackBar
Left = 67
Top = 37
Width = 117
Height = 25
HelpContext = 1916
Max = 300
Min = -300
Frequency = 50
TabOrder = 1
TickStyle = tsNone
OnChange = TrackBar2Change
end
end
end
end
object Panel1: TPanel
Left = 0
Top = 169
Width = 251
Height = 29
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BOk: TButton
Left = 79
Top = 3
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object BCancel: TButton
Left = 167
Top = 3
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
OnClick = BCancelClick
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 251
Height = 25
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object Label1: TLabel
Left = 82
Top = 6
Width = 45
Height = 13
Alignment = taRightJustify
Caption = '&Direction:'
FocusControl = CBDirection
end
object CBVisible: TCheckBox
Left = 5
Top = 5
Width = 62
Height = 17
HelpContext = 678
Caption = '&Visible'
TabOrder = 0
OnClick = CBVisibleClick
end
object CBDirection: TComboFlat
Left = 130
Top = 2
Width = 113
HelpContext = 184
TabOrder = 1
OnChange = CBDirectionChange
Items.Strings = (
'Top Bottom'
'Bottom Top'
'Left Right'
'Right Left'
'From Center'
'From Top Left'
'From Bottom Left'
'Radial')
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -