📄 unit1.dfm
字号:
object Form1: TForm1
Left = 225
Top = 153
BorderStyle = bsDialog
Caption = 'Form1'
ClientHeight = 44
ClientWidth = 514
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 102
TextHeight = 13
object Label1: TLabel
Left = 240
Top = 12
Width = 48
Height = 13
Caption = 'is No '
end
object Label2: TLabel
Left = 448
Top = 12
Width = 65
Height = 13
Caption = 'of the year '
end
object ComboBox_Year: TComboBox
Left = 0
Top = 8
Width = 89
Height = 21
ItemHeight = 13
TabOrder = 0
Text = '2007'
OnChange = ComboBox_MonthChange
OnEnter = ComboBox_MonthChange
Items.Strings = (
'2002'
'2003'
'2004'
'2005'
'2006'
'2007')
end
object ComboBox_Month: TComboBox
Left = 104
Top = 8
Width = 57
Height = 21
ItemHeight = 13
TabOrder = 1
Text = '1'
OnChange = ComboBox_MonthChange
OnEnter = ComboBox_MonthChange
Items.Strings = (
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12')
end
object ComboBox_Date: TComboBox
Left = 176
Top = 8
Width = 49
Height = 21
ItemHeight = 13
TabOrder = 2
Text = '1'
OnChange = ComboBox_DateChange
OnEnter = ComboBox_DateChange
Items.Strings = (
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
'17'
'18'
'19'
'20'
'21'
'22'
'23'
'24'
'25'
'26'
'27'
'28'
'29'
'30'
'31')
end
object Edit_DayofYear: TEdit
Left = 304
Top = 8
Width = 121
Height = 21
TabOrder = 3
Text = '1'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -