📄 bas_enter_bomparam.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -