📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 384
Height = 374
Caption = #19968#20010#27169#22411#35266#30475#31243#24207
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 328
Width = 185
Height = 13
AutoSize = False
Caption = '>'
end
object TrackBar1: TTrackBar
Left = 336
Top = 10
Width = 29
Height = 300
LineSize = 2
Max = 100
Min = 1
Orientation = trVertical
PageSize = 4
Frequency = 2
Position = 50
TabOrder = 0
ThumbLength = 17
OnChange = TrackBar1Change
end
object ComboBox1: TComboBox
Left = 264
Top = 320
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
OnChange = ComboBox1Change
Items.Strings = (
'Cone'
'Cyllinder'
'Sphere')
end
object Button1: TButton
Left = 208
Top = 320
Width = 49
Height = 25
Caption = #32472#22270
TabOrder = 2
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -