📄 unit1.dfm
字号:
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object RadioGroup1: TRadioGroup
Left = 24
Top = 16
Width = 121
Height = 201
Caption = 'RadioGroup1'
ItemIndex = 0
Items.Strings = (
'Item 1'
'Item 2'
'Item 3')
TabOrder = 1
end
object Button3: TButton
Left = 160
Top = 144
Width = 97
Height = 33
Caption = 'Add an item'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 160
Top = 184
Width = 97
Height = 33
Caption = 'Remove an item'
TabOrder = 3
OnClick = Button4Click
end
object ListBox1: TListBox
Left = 312
Top = 48
Width = 121
Height = 129
ItemHeight = 13
Items.Strings = (
'Item1'
'Item2'
'Item3'
'Item4'
'Item5'
'Item6'
'Item7'
'Item8'
'Item9'
'Item10'
'Item1'
'Item2'
'Item3'
'Item4'
'Item5'
'Item6'
'Item7'
'Item8'
'Item9'
'Item10')
TabOrder = 4
end
object ComboBox1: TComboBox
Left = 312
Top = 192
Width = 121
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 5
Items.Strings = (
'Item1'
'Item2'
'Item3'
'Item4'
'Item5'
'Item6'
'Item7'
'Item8'
'Item9'
'Item10')
end
end
object TabSheet4: TTabSheet
Caption = 'Dialogs && other forms'
ImageIndex = 3
object Button5: TButton
Left = 32
Top = 24
Width = 137
Height = 25
Caption = 'ShowMessage'
TabOrder = 0
OnClick = Button5Click
end
object Button6: TButton
Left = 32
Top = 64
Width = 137
Height = 25
Caption = 'MessageDlg 1'
TabOrder = 1
OnClick = Button6Click
end
object Button9: TButton
Left = 32
Top = 104
Width = 137
Height = 25
Caption = 'MessageDlg 2'
TabOrder = 2
OnClick = Button9Click
end
object Button10: TButton
Left = 32
Top = 144
Width = 137
Height = 25
Caption = 'MessageDlg 3'
TabOrder = 3
OnClick = Button10Click
end
object Button11: TButton
Left = 32
Top = 184
Width = 137
Height = 25
Caption = 'MessageDlg 4'
TabOrder = 4
OnClick = Button11Click
end
object Button12: TButton
Left = 296
Top = 24
Width = 145
Height = 25
Caption = 'Show Form3'
TabOrder = 5
OnClick = Button12Click
end
object Button13: TButton
Left = 296
Top = 64
Width = 145
Height = 25
Caption = 'ShowModal Form3'
TabOrder = 6
OnClick = Button13Click
end
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 313
Width = 545
Height = 19
Panels = <>
ParentColor = True
SimplePanel = False
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 545
Height = 36
ButtonHeight = 30
ButtonWidth = 31
Caption = 'ToolBar1'
EdgeBorders = [ebTop, ebBottom]
Images = ImageList1
ParentShowHint = False
ShowHint = True
TabOrder = 2
object ToolButton1: TToolButton
Left = 0
Top = 2
Hint = 'Load skin'
Caption = 'ToolButton1'
ImageIndex = 0
OnClick = Button1Click
end
object ToolButton4: TToolButton
Left = 31
Top = 2
Width = 8
Caption = 'ToolButton4'
ImageIndex = 3
Style = tbsSeparator
end
object ToolButton2: TToolButton
Left = 39
Top = 2
Hint = 'Switch to other builtin skins'
Caption = 'ToolButton2'
ImageIndex = 1
OnClick = Button7Click
end
object ToolButton5: TToolButton
Left = 70
Top = 2
Width = 8
Caption = 'ToolButton5'
ImageIndex = 3
Style = tbsSeparator
end
object ToolButton3: TToolButton
Left = 78
Top = 2
Hint = 'Order'
Caption = 'ToolButton3'
ImageIndex = 2
OnClick = Order1Click
end
end
object MainMenu1: TMainMenu
Left = 464
Top = 8
object File1: TMenuItem
Caption = '&File'
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
object Online1: TMenuItem
Caption = '&Online'
object Order1: TMenuItem
Caption = '&Order SUISkin'
OnClick = Order1Click
end
object Productpage1: TMenuItem
Caption = 'Product page'
OnClick = Productpage1Click
end
object N1: TMenuItem
Caption = '-'
end
object Sunisoft1: TMenuItem
Caption = 'Sunisoft homepage'
OnClick = Sunisoft1Click
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -