pr280.dfm
来自「进销存程序设计」· DFM 代码 · 共 55 行
DFM
55 行
inherited fmPR280: TfmPR280
Caption = 'PR280 '#36827#36135#24180#32479#35745#34920
ClientHeight = 176
PixelsPerInch = 96
TextHeight = 16
inherited GroupBox1: TGroupBox
inherited DBEdit1: TDBEdit
Font.Charset = GB2312_CHARSET
Font.Name = #23435#20307
end
inherited DBEdit2: TDBEdit
Font.Charset = GB2312_CHARSET
Font.Name = #23435#20307
end
end
object GroupBox2: TGroupBox [3]
Left = 4
Top = 116
Width = 237
Height = 53
Caption = #26399#38388
TabOrder = 3
object Label3: TLabel
Left = 8
Top = 24
Width = 40
Height = 16
Caption = '&4'#24180#24230
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 + -
显示快捷键?