📄 unit1.dfm
字号:
object Form1: TForm1
Left = 318
Top = 231
Width = 402
Height = 297
Caption = 'Calendar'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 304
Top = 16
Width = 32
Height = 13
Caption = 'Label1'
end
object CCalendar1: TCCalendar
Left = 32
Top = 40
Width = 329
Height = 153
TabOrder = 0
OnChange = CCalendar1Change
end
object Button1: TButton
Left = 32
Top = 216
Width = 65
Height = 33
Caption = #21069#19968#24180
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 120
Top = 216
Width = 65
Height = 33
Caption = #21069#19968#20010#26376
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 208
Top = 216
Width = 65
Height = 33
Caption = #21518#19968#20010#26376
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 296
Top = 216
Width = 65
Height = 33
Caption = #21518#19968#24180
TabOrder = 4
OnClick = Button4Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -