bas_enter_bomparam.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 44 行
DFM
44 行
inherited Frm_Bas_Enter_BomParam: TFrm_Bas_Enter_BomParam
Left = 261
Top = 294
BOrderIcons = [biSystemMenu, biMinimize]
Caption = '系统参数设置'
ClientHeight = 159
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 78
Top = 48
Width = 102
Height = 12
Caption = 'Bom构造是否要审核'
end
inherited btn_ok: TButton
Left = 83
Top = 109
end
inherited btn_Cancel: TButton
Left = 216
Top = 109
OnClick = btn_CancelClick
end
object ComboBox1: TComboBox [3]
Left = 184
Top = 44
Width = 97
Height = 20
ItemHeight = 12
TabOrder = 2
OnChange = ComboBox1Change
Items.Strings = (
'0 不须审核'
'1 要审核')
end
inherited AdoQry_Tmp: TAdoQuery
Left = 296
Top = 48
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?