📄 unit1.dfm
字号:
object MainForm: TMainForm
Left = 479
Top = 105
Width = 442
Height = 244
Caption = 'MainForm'
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 ButtonInc: TButton
Left = 336
Top = 12
Width = 75
Height = 25
Caption = 'Inc'
TabOrder = 0
OnClick = ButtonIncClick
end
object ButtonDec: TButton
Left = 336
Top = 44
Width = 75
Height = 25
Caption = 'Dec'
TabOrder = 1
OnClick = ButtonDecClick
end
object LabeledEditYear: TLabeledEdit
Left = 48
Top = 12
Width = 121
Height = 21
EditLabel.Width = 22
EditLabel.Height = 13
EditLabel.Caption = 'Year'
LabelPosition = lpLeft
LabelSpacing = 6
TabOrder = 2
end
object LabeledEditMonth: TLabeledEdit
Left = 48
Top = 44
Width = 121
Height = 21
EditLabel.Width = 30
EditLabel.Height = 13
EditLabel.Caption = 'Month'
LabelPosition = lpLeft
LabelSpacing = 6
TabOrder = 3
end
object LabeledEditDay: TLabeledEdit
Left = 48
Top = 76
Width = 121
Height = 21
EditLabel.Width = 19
EditLabel.Height = 13
EditLabel.Caption = 'Day'
LabelPosition = lpLeft
LabelSpacing = 6
TabOrder = 4
end
object Button1: TButton
Left = 328
Top = 92
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 5
end
object JuDate: TJuDate
Year = 2002
Month = 6
Day = 4
OnDateChange = JuDateDateChange
Left = 208
Top = 84
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -