📄 pm_qry_analyzerpo4.dfm
字号:
inherited Frm_Pm_Qry_AnalyzerPo4: TFrm_Pm_Qry_AnalyzerPo4
Left = 152
Top = 69
Caption = '采购订单执行情况分析'
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
inherited ToolBar: TToolBar
inherited TlBtn_Excel: TToolButton
Visible = False
end
end
end
inherited Pnl_Title: TPanel
Caption = '按物料代码'
end
inherited Pnl_Head: TPanel
Height = 48
inherited Image1: TImage
Height = 48
end
inherited Lbl_OrderTitle: TLabel
Top = 30
end
inherited Lbl_ConditionTitle: TLabel
Top = 2
end
inherited Lbl_Condition: TLabel
Top = 2
Width = 24
Caption = '全部'
end
inherited Lbl_Order: TLabel
Top = 29
Width = 48
Caption = '物料代码'
end
end
inherited Pnl_Hint: TPanel
Top = 384
Height = 45
inherited Image4: TImage
Height = 45
end
object Label1: TLabel
Left = 36
Top = 8
Width = 60
Height = 12
Caption = '物料标识:'
end
object dbtxtItemflag: TDBText
Left = 96
Top = 8
Width = 78
Height = 12
AutoSize = True
DataField = 'Itemflag'
DataSource = DataSource
end
object Label3: TLabel
Left = 48
Top = 24
Width = 48
Height = 12
Caption = '完成率:'
end
object dbtxtFinishrate: TDBText
Left = 96
Top = 23
Width = 90
Height = 12
AutoSize = True
DataField = 'FinishRate'
DataSource = DataSource
end
end
inherited Pnl_Body: TPanel
Top = 105
Height = 279
inherited Image3: TImage
Height = 279
end
inherited DBGridEh: TDBGridEh
Height = 279
FrozenCols = 1
Columns = <
Item
FieldName = 'Itemflag'
PickList.Strings = ()
Title.Caption = '物料标识'
Width = 200
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料代码'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料描述'
Width = 200
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'Totalpoqty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '约定交货量'
Width = 75
KeyList.Strings = ()
end
Item
FieldName = 'poinqty'
PickList.Strings = ()
Width = 49
KeyList.Strings = ()
end
Item
FieldName = 'TotalFinishpoqty'
PickList.Strings = ()
Title.Caption = '完成量'
Width = 71
KeyList.Strings = ()
end
Item
FieldName = 'TotalponoFinishpoqty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未结量'
Width = 56
KeyList.Strings = ()
end
Item
FieldName = 'Finishrate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '完成率'
Width = 54
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
Top = 168
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdrcmrm_B;Data Source=ZHENGJIArO' +
'NG'
CurSorType = ctStatic
SQL.Strings = (
'select ItemCode,'
' ItemName,'
' Itemflag='#39'1234567890123456'#39'+'#39' '#39'+'#39'1234567890123456'#39','
' Totalpoqty=111111.3221212,'
' poinqty=convert(float,0),'
' TotalFinishpoqty=111111.3221212,'
' TotalponoFinishpoqty=111111.3221212,'
' Finishrate='#39'12.212'#39
'from Item')
Left = 256
Top = 249
object AdoQry_MainItemCode: TStringField
FieldName = 'ItemCode'
Size = 16
end
object AdoQry_MainItemName: TStringField
FieldName = 'ItemName'
Size = 60
end
object AdoQry_MainItemflag: TStringField
FieldName = 'Itemflag'
ReadOnly = True
Size = 77
end
object AdoQry_MainTotalpoqty: TBCDField
FieldName = 'Totalpoqty'
ReadOnly = True
Precision = 13
Size = 7
end
object AdoQry_MainTotalFinishpoqty: TBCDField
FieldName = 'TotalFinishpoqty'
ReadOnly = True
Precision = 13
Size = 7
end
object AdoQry_MainTotalponoFinishpoqty: TBCDField
FieldName = 'TotalponoFinishpoqty'
ReadOnly = True
Precision = 13
Size = 7
end
object AdoQry_MainFinishrate: TStringField
FieldName = 'Finishrate'
ReadOnly = True
Size = 12
end
object AdoQry_Mainpoinqty: TFloatField
DisplayLabel = '待检量'
FieldName = 'poinqty'
ReadOnly = True
end
end
inherited DataSource: TDataSource
Left = 352
Top = 209
end
inherited PopuPmenu: TPopuPmenu
Left = 248
Top = 137
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -