📄 scrollwinmainformu.dfm
字号:
object JvScrollingWindowMainForm: TJvScrollingWindowMainForm
Left = 317
Top = 139
ActiveControl = Button1
AutoScroll = False
Caption =
'Demo program for TScrollingWindow with JvDivider and JvExpressBu' +
'tton'
ClientHeight = 306
ClientWidth = 392
Color = clBtnFace
Constraints.MinHeight = 340
Constraints.MinWidth = 400
DefaultMonitor = dmDesktop
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poDesktopCenter
Scaled = False
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 35
Top = 55
Width = 314
Height = 204
Anchors = []
BevelOuter = bvNone
ParentColor = True
TabOrder = 0
object Label1: TLabel
Left = 96
Top = 12
Width = 166
Height = 13
Caption = 'Move the panel around the borders'
end
object Label2: TLabel
Left = 96
Top = 53
Width = 166
Height = 13
Caption = 'Hide scrollarrows when not needed'
end
object Label3: TLabel
Left = 96
Top = 94
Width = 103
Height = 13
Caption = 'PopUp buttons on/off'
end
object Label4: TLabel
Left = 96
Top = 133
Width = 89
Height = 13
Caption = 'AutoRepeat on/off'
end
object Label5: TLabel
Left = 232
Top = 104
Width = 62
Height = 13
Caption = 'BorderWidth:'
end
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
HelpContext = 22
Caption = 'Move'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 8
Top = 48
Width = 75
Height = 25
Caption = 'Hide'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 8
Top = 88
Width = 75
Height = 25
Caption = 'Flat'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 8
Top = 128
Width = 75
Height = 25
Caption = 'AutoRepeat'
TabOrder = 3
OnClick = Button4Click
end
object Edit1: TEdit
Left = 232
Top = 120
Width = 49
Height = 21
TabOrder = 4
Text = '0'
end
object UpDown1: TUpDown
Left = 281
Top = 120
Width = 15
Height = 21
Associate = Edit1
Min = 0
Max = 10
Position = 0
TabOrder = 5
Wrap = False
OnClick = UpDown1Click
end
object CheckBox1: TCheckBox
Left = 104
Top = 176
Width = 97
Height = 17
Caption = 'Enabled'
Checked = True
State = cbChecked
TabOrder = 6
OnClick = CheckBox1Click
end
end
object ScrollPanel1: TJvScrollingWindow
Left = 0
Top = 0
Width = 392
Height = 41
AutoArrange = True
AutoHide = False
AutoRepeat = True
Flat = False
ScrollAmount = 32
TabOrder = 1
object ExpressButton1: TJvExpressButton
Left = 118
Top = 4
Width = 32
Height = 30
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HighlightFont.Charset = DEFAULT_CHARSET
HighlightFont.Color = clBlack
HighlightFont.Height = -11
HighlightFont.Name = 'MS Sans Serif'
HighlightFont.Style = []
ImageIndex = 3
LargeImages = ImageList1
ParentFont = False
Spacing = 6
end
object ExpressButton2: TJvExpressButton
Left = 497
Top = 4
Width = 32
Height = 30
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HighlightFont.Charset = DEFAULT_CHARSET
HighlightFont.Color = clBlack
HighlightFont.Height = -11
HighlightFont.Name = 'MS Sans Serif'
HighlightFont.Style = []
ImageIndex = 12
LargeImages = ImageList1
ParentFont = False
Spacing = 6
end
object ExpressButton3: TJvExpressButton
Left = 24
Top = 4
Width = 30
Height = 30
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HighlightFont.Charset = DEFAULT_CHARSET
HighlightFont.Color = clBlack
HighlightFont.Height = -11
HighlightFont.Name = 'MS Sans Serif'
HighlightFont.Style = []
ImageIndex = 0
LargeImages = ImageList1
ParentFont = False
Spacing = 6
end
object ExpressButton4: TJvExpressButton
Left = 54
Top = 4
Width = 32
Height = 30
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HighlightFont.Charset = DEFAULT_CHARSET
HighlightFont.Color = clBlack
HighlightFont.Height = -11
HighlightFont.Name = 'MS Sans Serif'
HighlightFont.Style = []
ImageIndex = 1
LargeImages = ImageList1
ParentFont = False
Spacing = 6
end
object ExpressButton5: TJvExpressButton
Left = 181
Top = 4
Width = 32
Height = 30
Font.Charset = DEFAULT_CHARSET
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -