pr280.~dfm
来自「进销存程序设计」· ~DFM 代码 · 共 45 行
~DFM
45 行
inherited fmPR280: TfmPR280
Caption = 'PR280 进货年统计表'
ClientHeight = 176
PixelsPerInch = 96
TextHeight = 16
object GroupBox2: TGroupBox [3]
Left = 4
Top = 116
Width = 237
Height = 53
Caption = '期间'
TabOrder = 3
object Label3: TLabel
Left = 8
Top = 24
Width = 40
Height = 16
Caption = '&4年度'
FocusControl = ED4
end
object ED4: TDBComboBox
Left = 52
Top = 21
Width = 61
Height = 24
Style = csDropDownList
DataField = 'TrsYear'
DataSource = DM.dsInput
ItemHeight = 16
Items.Strings = (
'90'
'91'
'92'
'93'
'94'
'95'
'96'
'97'
'98'
'99')
TabOrder = 0
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?