📄 setdate.dfm
字号:
object frmSetDate: TfrmSetDate
Left = 218
Top = 204
BorderStyle = bsDialog
Caption = '设置日期'
ClientHeight = 248
ClientWidth = 324
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object btnCancel: TButton
Left = 232
Top = 216
Width = 75
Height = 25
Caption = '取消(&C)'
ModalResult = 2
TabOrder = 0
end
object btnOk: TButton
Left = 152
Top = 216
Width = 75
Height = 25
Caption = '确定(&O)'
ModalResult = 1
TabOrder = 1
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 297
Height = 193
TabOrder = 2
object MonthCalendar1: TMonthCalendar
Left = 8
Top = 16
Width = 281
Height = 161
Date = 36900
TabOrder = 0
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -