📄 basedialogsupplieryear.dfm
字号:
inherited fmBaseDialogSupplierYear: TfmBaseDialogSupplierYear
Left = 291
Top = 178
Caption = 'fmBaseDialogSupplierYear'
ClientHeight = 226
PixelsPerInch = 96
TextHeight = 16
object GroupBox2: TGroupBox [3]
Left = 4
Top = 116
Width = 237
Height = 105
Caption = #26399#38388
TabOrder = 3
object Label3: TLabel
Left = 8
Top = 24
Width = 24
Height = 16
Caption = '&4'#24180
FocusControl = ED4
end
object Label4: TLabel
Left = 132
Top = 24
Width = 24
Height = 16
Caption = '&5'#26376
FocusControl = ED5
end
object Label5: TLabel
Left = 108
Top = 52
Width = 16
Height = 16
Caption = #33267
end
object Label6: TLabel
Left = 8
Top = 76
Width = 24
Height = 16
Caption = '&6'#24180
FocusControl = ED6
end
object Label7: TLabel
Left = 132
Top = 76
Width = 24
Height = 16
Caption = '&7'#26376
FocusControl = ED7
end
object ED7: TDBComboBox
Left = 160
Top = 73
Width = 61
Height = 24
Style = csDropDownList
DataField = 'EndMonth'
DataSource = DM.dsInput
ItemHeight = 16
Items.Strings = (
'01'
'02'
'03'
'04'
'05'
'06'
'07'
'08'
'09'
'10'
'11'
'12')
TabOrder = 0
end
object ED6: TDBComboBox
Left = 36
Top = 73
Width = 61
Height = 24
Style = csDropDownList
DataField = 'EndYear'
DataSource = DM.dsInput
ItemHeight = 16
Items.Strings = (
'90'
'91'
'92'
'93'
'94'
'95'
'96'
'97'
'98'
'99')
TabOrder = 1
end
object ED5: TDBComboBox
Left = 160
Top = 21
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 = 2
end
object ED4: TDBComboBox
Left = 36
Top = 21
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 = 3
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -