📄 mrp_enter_freemoh.dfm
字号:
inherited Frm_Mrp_Enter_FreeMoH: TFrm_Mrp_Enter_FreeMoH
Left = 48
Top = 93
Caption = '独立生产订单准备'
ClientWidth = 711
Position = poDefault
Windowstate = wsMaximized
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 711
end
inherited Pnl_Title: TPanel
Width = 711
Caption = '独立生产订单准备'
inherited Image2: TImage
Width = 711
end
end
inherited Pnl_Head: TPanel
Width = 711
inherited Image1: TImage
Width = 711
end
inherited Lbl_Condition: TLabel
Width = 84
Caption = '订单行未全下达'
end
inherited Lbl_Order: TLabel
Width = 168
Caption = '部门代码/下达日期/生产订单号'
end
end
inherited Pnl_Hint: TPanel
Top = 416
Width = 711
Height = 25
inherited Image4: TImage
Width = 711
Height = 25
end
object Label1: TLabel
Left = 8
Top = 8
Width = 60
Height = 12
Caption = '部门标识:'
end
object Lbl_DeptFlag: TLabel
Left = 72
Top = 8
Width = 6
Height = 12
end
object Label3: TLabel
Left = 264
Top = 8
Width = 72
Height = 12
Caption = '生产订单号:'
end
object Lbl_MoNo: TLabel
Left = 344
Top = 8
Width = 6
Height = 12
end
object Label5: TLabel
Left = 512
Top = 8
Width = 84
Height = 12
Caption = '销售类型描述:'
end
object Lbl_SaleFlag: TLabel
Left = 600
Top = 8
Width = 6
Height = 12
end
end
inherited Pnl_Body: TPanel
Width = 711
Height = 319
inherited Image3: TImage
Width = 711
Height = 319
end
inherited DBGridEh: TDBGridEh
Width = 711
Height = 319
Columns = <
Item
FieldName = 'DeptCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '部门代码'
Width = 53
KeyList.Strings = ()
end
Item
FieldName = 'DeptName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '部门名称'
Width = 90
KeyList.Strings = ()
end
Item
FieldName = 'MONO'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '生产订单号'
Width = 90
KeyList.Strings = ()
end
Item
Alignment = tArightJustify
FieldName = 'MODATE'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '下单日期'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'StandardFlag'
PickList.Strings = (
'否'
'是')
Title.Alignment = taCenter
Title.Caption = '标准任务'
Width = 55
KeyList.Strings = (
'0'
'1')
end
Item
FieldName = 'MORemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 166
KeyList.Strings = ()
end
Item
FieldName = 'ReferenceNo'
PickList.Strings = ()
Width = 57
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
Left = 218
Top = 174
end
inherited AdoQry_Head: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=ZHENGJIArONG'
CurSorType = ctStatic
SQL.Strings = (
'Select Mo.*,Dept.DeptName,SysParam.SysParamCode,SysParam.SysPAra' +
'mValuec '
' From Mo Join Dept on'
' mo.DeptCode=Dept.DeptCode'
' Join SysParam On SysParam.SysParamCode=Mo.SaleType')
Left = 298
Top = 222
object AdoQry_HeadMONO: TStringField
FieldName = 'MONO'
Origin = 'mo'
Size = 16
end
object AdoQry_HeadDeptCode: TStringField
FieldName = 'DeptCode'
Origin = 'mo'
Size = 8
end
object AdoQry_HeadMODATE: TDateTimeField
FieldName = 'MODATE'
Origin = 'mo'
DisplayFormat = 'yyyy.mm.dd'
end
object AdoQry_HeadMORemArk: TStringField
FieldName = 'MORemArk'
Origin = 'mo'
Size = 150
end
object AdoQry_HeadDeptName: TStringField
FieldName = 'DeptName'
Origin = 'Dept'
Size = 40
end
object AdoQry_HeadSysParamCode: TStringField
FieldName = 'SysParamCode'
end
object AdoQry_HeadSysParamValuec: TStringField
FieldName = 'SysParamValuec'
Size = 100
end
object AdoQry_HeadStandardFlag: TIntegerField
FieldName = 'StandardFlag'
Origin = 'Mo'
end
object AdoQry_HeadReferenceNo: TStringField
DisplayLabel = '参考号'
FieldName = 'ReferenceNo'
Size = 30
end
end
inherited DataSource: TDataSource
OnDataChange = DataSourceDataChange
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -