📄 basedialogsupplieryearmonth.dfm
字号:
inherited fmBaseDialogSupplierYearMonth: TfmBaseDialogSupplierYearMonth
Caption = 'fmBaseDialogSupplierYearMonth'
ClientHeight = 211
PixelsPerInch = 96
TextHeight = 16
object GroupBox2: TGroupBox [3]
Left = 4
Top = 116
Width = 237
Height = 89
Caption = #26399#38388
TabOrder = 3
object Label3: TLabel
Left = 12
Top = 28
Width = 40
Height = 16
Caption = '&4'#24180#24230
FocusControl = ED4
end
object Label4: TLabel
Left = 12
Top = 60
Width = 40
Height = 16
Caption = '&5'#26376#20221
FocusControl = ED5
end
object ED4: TDBComboBox
Left = 56
Top = 24
Width = 61
Height = 24
Style = csDropDownList
DataField = 'BeginYear'
DataSource = DM.dsInput
ItemHeight = 16
Items.Strings = (
'90'
'91'
'92'
'93'
'94'
'95'
'96'
'97'
'98'
'99')
TabOrder = 0
end
object ED5: TDBComboBox
Left = 56
Top = 56
Width = 61
Height = 24
Style = csDropDownList
DataField = 'BeginMonth'
DataSource = DM.dsInput
ItemHeight = 16
Items.Strings = (
'01'
'02'
'03'
'04'
'05'
'06'
'07'
'08'
'09'
'10'
'11'
'12')
TabOrder = 1
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -