📄 inv_params_h.dfm
字号:
inherited Frm_Inv_Params_H: TFrm_Inv_Params_H
BOrderIcons = [biSystemMenu, biMinimize]
Caption = '系统参数设置'
ClientWidth = 452
FormStyle = fsMDIChild
Position = poDesigned
Visible = True
OnClose = FormClose
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 56
Top = 32
Width = 156
Height = 12
Caption = '质检判定结果是否全部入库:'
end
object Label2: TLabel [1]
Left = 80
Top = 64
Width = 132
Height = 12
Caption = '材料销售是否需要核定:'
end
object Label3: TLabel [2]
Left = 80
Top = 94
Width = 132
Height = 12
Caption = '其他入库是否需要核价:'
end
object Label4: TLabel [3]
Left = 116
Top = 124
Width = 96
Height = 12
Caption = '清单领料打印纸:'
end
object Label5: TLabel [4]
Left = 92
Top = 152
Width = 120
Height = 12
Caption = '采购入库单签名标签:'
end
inherited btn_ok: TButton
Left = 275
end
inherited btn_Cancel: TButton
Left = 352
OnClick = btn_CancelClick
end
object CmBx_Oncheckfullin: TComboBox [7]
Left = 216
Top = 24
Width = 81
Height = 20
ItemHeight = 12
TabOrder = 2
OnChange = CmBx_OncheckfullinChange
Items.Strings = (
'否'
'是')
end
object cmbx_CheckSaleMaterial: TComboBox [8]
Left = 216
Top = 59
Width = 81
Height = 20
ItemHeight = 12
TabOrder = 3
OnChange = cmbx_CheckSaleMaterialChange
Items.Strings = (
'否'
'是')
end
object cmbx_OtherIncheck: TComboBox [9]
Left = 216
Top = 91
Width = 81
Height = 20
ItemHeight = 12
TabOrder = 4
OnChange = cmbx_CheckSaleMaterialChange
Items.Strings = (
'否'
'是')
end
object cmbx_Print: TComboBox [10]
Left = 216
Top = 120
Width = 81
Height = 20
ItemHeight = 12
TabOrder = 5
OnChange = cmbx_PrintChange
Items.Strings = (
'0 A4纸'
'1 单据纸')
end
object Edit1: TEdit [11]
Left = 216
Top = 148
Width = 201
Height = 20
TabOrder = 6
OnChange = Edit1Change
end
inherited AdoQry_Tmp: TAdoQuery
Left = 320
Top = 65528
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -