📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 375
Top = 229
Caption = #33836#24180#26310
ClientHeight = 89
ClientWidth = 384
Color = clBtnFace
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 = 9
Top = 32
Width = 33
Height = 17
AutoSize = False
Caption = #35199#20803
Layout = tlCenter
end
object Label2: TLabel
Left = 79
Top = 32
Width = 17
Height = 17
AutoSize = False
Caption = #24180
Layout = tlCenter
end
object Label3: TLabel
Left = 154
Top = 34
Width = 17
Height = 17
AutoSize = False
Caption = #26376
end
object Label4: TLabel
Left = 233
Top = 34
Width = 32
Height = 13
AutoSize = False
Caption = #26085
end
object lblLeap: TLabel
Left = 41
Top = 55
Width = 32
Height = 13
Alignment = taCenter
AutoSize = False
Caption = #38287#24180
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Layout = tlCenter
Visible = False
end
object MediYear: TMaskEdit
Left = 40
Top = 31
Width = 33
Height = 21
EditMask = '9999;0;_'
MaxLength = 4
TabOrder = 0
OnChange = MediYearChange
end
object btnSearch: TButton
Left = 256
Top = 29
Width = 57
Height = 25
Caption = #26597#35426
Enabled = False
TabOrder = 1
OnClick = btnSearchClick
end
object btnClose: TButton
Left = 319
Top = 29
Width = 57
Height = 25
Caption = #32080#26463
TabOrder = 2
OnClick = btnCloseClick
end
object CBDay: TComboBox
Left = 170
Top = 31
Width = 57
Height = 21
Enabled = False
ItemHeight = 13
TabOrder = 3
Text = #26085#26399
OnChange = CBDayChange
Items.Strings = (
'01'
'02'
'03'
'04'
'05'
'06'
'07'
'08'
'09'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
'17'
'18'
'19'
'20'
'21'
'22'
'23'
'24'
'25'
'26'
'27'
'28'
'29'
'30'
'31')
end
object CBMonth: TComboBox
Left = 95
Top = 31
Width = 53
Height = 21
Enabled = False
ItemHeight = 13
TabOrder = 4
Text = #26376#20221
OnChange = CBMonthChange
Items.Strings = (
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12')
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -