mrp_qry_oblongmps1_c.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 36 行
DFM
36 行
inherited Frm_Mrp_Qry_OblongMps1_C: TFrm_Mrp_Qry_OblongMps1_C
Left = 297
Top = 180
ActiveControl = Edit1
Caption = '请输入筛选条件'
ClientHeight = 112
ClientWidth = 302
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 30
Top = 28
Width = 24
Height = 12
Caption = '年份'
end
inherited btn_ok: TButton
Left = 112
Top = 78
end
inherited btn_Cancel: TButton
Left = 205
Top = 78
end
object Edit1: TEdit [3]
Left = 94
Top = 24
Width = 121
Height = 20
MaxLength = 4
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?