📄 timeset.dfm
字号:
object Form6: TForm6
Left = 419
Top = 222
Width = 344
Height = 269
Caption = '时间设置'
Color = clPurple
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 21
Width = 32
Height = 20
Caption = '年:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 144
Top = 22
Width = 32
Height = 20
Caption = '月:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 143
Top = 70
Width = 32
Height = 20
Caption = '时:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 70
Width = 32
Height = 20
Caption = '日:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 15
Top = 117
Width = 32
Height = 20
Caption = '分:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 143
Top = 117
Width = 32
Height = 20
Caption = '秒:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object ComboBox1: TComboBox
Left = 56
Top = 21
Width = 57
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
ItemHeight = 13
TabOrder = 0
Text = '2007'
Items.Strings = (
'2007'
'2008'
'2009'
'2010'
'2011'
'2012'
'2013'
'2014'
'2015'
'2016'
'2017'
'2018'
'2019'
'2020')
end
object ComboBox2: TComboBox
Left = 184
Top = 22
Width = 57
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
ItemHeight = 13
TabOrder = 1
Text = '1'
Items.Strings = (
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12')
end
object ComboBox4: TComboBox
Left = 56
Top = 70
Width = 57
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
ItemHeight = 13
TabOrder = 2
Text = '1'
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 ComboBox3: TComboBox
Left = 184
Top = 70
Width = 57
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
ItemHeight = 13
TabOrder = 3
Text = '1'
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')
end
object ComboBox5: TComboBox
Left = 56
Top = 117
Width = 57
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
ItemHeight = 13
TabOrder = 4
Text = '1'
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'
'32'
'33'
'34'
'35'
'36'
'37'
'38'
'39'
'40'
'41'
'42'
'43'
'44'
'45'
'46'
'47'
'48'
'49'
'50'
'51'
'52'
'53'
'54'
'55'
'56'
'57'
'58'
'59'
'60')
end
object ComboBox6: TComboBox
Left = 184
Top = 117
Width = 57
Height = 21
ImeName = '中文 (简体) - 智能 ABC'
ItemHeight = 13
TabOrder = 5
Text = '1'
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'
'32'
'33'
'34'
'35'
'36'
'37'
'38'
'39'
'40'
'41'
'42'
'43'
'44'
'45'
'46'
'47'
'48'
'49'
'50'
'51'
'52'
'53'
'54'
'55'
'56'
'57'
'58'
'59'
'60')
end
object BitBtn1: TBitBtn
Left = 24
Top = 160
Width = 75
Height = 25
Caption = '确定'
TabOrder = 6
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 224
Top = 160
Width = 75
Height = 25
Caption = '取消'
TabOrder = 7
OnClick = BitBtn2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -