📄 unitframedemo.dfm
字号:
object FrameDemo: TFrameDemo
Left = 0
Top = 0
Width = 143
Height = 242
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
AutoScroll = False
PopupMenu = PopupMenu1
TabOrder = 0
object sLabel1: TsLabel
Left = 20
Top = 8
Width = 96
Height = 42
Alignment = taCenter
AutoSize = False
Caption = 'Custom frames with any controls may be placed here!'
ParentFont = False
WordWrap = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
end
object sCheckBox1: TsCheckBox
Left = 28
Top = 60
Width = 91
Height = 20
Caption = 'sCheckBox1'
Checked = True
State = cbChecked
TabOrder = 0
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object sGroupBox1: TsGroupBox
Left = 12
Top = 86
Width = 121
Height = 106
Caption = 'sGroupBox1'
TabOrder = 1
CaptionLayout = clTopCenter
SkinData.SkinSection = 'GROUPBOX'
object sSpeedButton1: TsSpeedButton
Left = 9
Top = 23
Width = 105
Height = 25
Cursor = crHandPoint
Caption = 'Web button 1'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Alignment = taLeftJustify
SkinData.SkinSection = 'WEBBUTTON'
ImageIndex = 3
Images = MainForm.ImageList16
end
object sSpeedButton2: TsSpeedButton
Left = 9
Top = 48
Width = 105
Height = 25
Cursor = crHandPoint
Caption = 'Web button 2'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Alignment = taLeftJustify
SkinData.SkinSection = 'WEBBUTTON'
ImageIndex = 3
Images = MainForm.ImageList16
end
object sSpeedButton3: TsSpeedButton
Left = 9
Top = 73
Width = 105
Height = 25
Cursor = crHandPoint
Caption = 'Web button 3'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Alignment = taLeftJustify
SkinData.SkinSection = 'WEBBUTTON'
ImageIndex = 3
Images = MainForm.ImageList16
end
end
object sTrackBar1: TsTrackBar
Left = 16
Top = 200
Width = 114
Height = 32
Orientation = trHorizontal
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 2
TickMarks = tmBottomRight
TickStyle = tsAuto
SkinData.SkinSection = 'TRACKBAR'
end
object sFrameAdapter1: TsFrameAdapter
SkinData.SkinSection = 'BARPANEL'
Left = 111
Top = 2
end
object PopupMenu1: TPopupMenu
Left = 112
Top = 32
object Item11: TMenuItem
Caption = 'Item 1'
object Item111: TMenuItem
Caption = 'Item 11'
end
object Item121: TMenuItem
Caption = 'Item 12'
end
object Item131: TMenuItem
Caption = 'Item 13'
end
end
object Item1: TMenuItem
Caption = 'Item 2'
end
object Item31: TMenuItem
Caption = 'Item 3'
end
object Item41: TMenuItem
Caption = 'Item 4'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -