📄 mrp_qry_psimonth.dfm
字号:
inherited Frm_Mrp_Qry_PsiMonth: TFrm_Mrp_Qry_PsiMonth
Left = -27
Top = 139
Caption = '产销存综合月报表'
ClientWidth = 775
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 775
inherited ToolBar: TToolBar
inherited ToolButton9: TToolButton
Enabled = False
Visible = False
end
end
end
inherited Pnl_Title: TPanel
Width = 775
Caption = '产销存综合月报表'
end
inherited Pnl_Head: TPanel
Width = 775
Height = 64
inherited Lbl_OrderTitle: TLabel
Top = 47
end
inherited Lbl_ConditionTitle: TLabel
Top = 32
end
inherited Lbl_Condition: TLabel
Top = 32
Width = 36
Caption = '未关闭'
end
inherited Lbl_Order: TLabel
Top = 47
Width = 78
Caption = '月份/物料代码'
end
object Button1: TButton
Left = 39
Top = 3
Width = 153
Height = 25
Caption = '物料主文件'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 311
Top = 3
Width = 153
Height = 25
Caption = '单指标折线图'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 582
Top = 3
Width = 153
Height = 25
Caption = '多指标折线图'
TabOrder = 2
OnClick = Button3Click
end
end
inherited Pnl_Hint: TPanel
Top = 400
Width = 775
Height = 29
object Label2: TLabel
Left = 8
Top = 7
Width = 60
Height = 12
Caption = '物料标识:'
end
object Label3: TLabel
Left = 615
Top = 7
Width = 48
Height = 12
Caption = '月累计:'
end
object DbTxt_ItemFlag: TDBText
Left = 70
Top = 7
Width = 84
Height = 12
AutoSize = True
DataSource = DataSource
end
object DbTxt_MonthQty: TDBText
Left = 663
Top = 7
Width = 84
Height = 12
AutoSize = True
DataSource = DataSource
end
end
inherited Pnl_Body: TPanel
Top = 121
Width = 775
Height = 279
inherited DBGridEh: TDBGridEh
Width = 775
Height = 279
Color = clWhite
OnDblClick = Act_LookExecute
FrozenCols = 4
Columns = <
Item
FieldName = 'ItemFlag'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料标识'
Width = 180
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单位'
Width = 31
KeyList.Strings = ()
end
Item
FieldName = 'xsbz'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '产销存标识'
Width = 82
KeyList.Strings = ()
end
Item
FieldName = 'MonthTotalQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '年累计'
KeyList.Strings = ()
end
Item
FieldName = 'rpz'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '月平均'
Width = 61
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料代码'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = '1月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '2月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '3月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '4月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '5月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '6月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '7月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '8月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '9月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '10月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '11月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end
Item
FieldName = '12月'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 60
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 351
Top = 188
end
inherited ActionList: TActionList
Left = 261
Top = 167
inherited Act_Order: TAction
Enabled = False
Visible = False
end
inherited Act_Look: TAction
Enabled = True
Visible = True
OnExecute = Act_LookExecute
end
inherited Act_SetColumn: TAction
Enabled = False
Visible = False
end
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdrcmrm_B;Data Source=192.168.0.' +
'151'
CurSorType = ctStatic
SQL.Strings = (
'select * from PSIYear')
Left = 450
Top = 226
object AdoQry_MainYears: TStringField
FieldName = 'Years'
Origin = 'PSIYear'
Size = 4
end
object AdoQry_Mainxsbz: TStringField
FieldName = 'xsbz'
Origin = 'PSIYear'
end
object AdoQry_MainItemCode: TStringField
FieldName = 'ItemCode'
Origin = 'PSIYear'
end
object AdoQry_MainMonthTotalQty: TFloatField
FieldName = 'MonthTotalQty'
Origin = 'PSIYear'
end
object AdoQry_Mainrpz: TFloatField
FieldName = 'rpz'
Origin = 'PSIYear'
end
object AdoQry_Mainfalg: TIntegerField
FieldName = 'falg'
Origin = 'PSIYear'
end
object AdoQry_Mainfalg1: TIntegerField
FieldName = 'falg1'
Origin = 'PSIYear'
end
object AdoQry_MainItemName: TStringField
FieldName = 'ItemName'
Origin = 'PSIYear'
Size = 120
end
object AdoQry_MainUomName: TStringField
FieldName = 'UomName'
Origin = 'PSIYear'
Size = 120
end
object AdoQry_MainDSDesigner1: TFloatField
FieldName = '1月'
end
object AdoQry_MainDSDesigner2: TFloatField
FieldName = '2月'
end
object AdoQry_MainDSDesigner3: TFloatField
FieldName = '3月'
end
object AdoQry_MainDSDesigner4: TFloatField
FieldName = '4月'
end
object AdoQry_MainDSDesigner5: TFloatField
FieldName = '5月'
end
object AdoQry_MainDSDesigner6: TFloatField
FieldName = '6月'
end
object AdoQry_MainDSDesigner7: TFloatField
FieldName = '7月'
end
object AdoQry_MainDSDesigner8: TFloatField
FieldName = '8月'
end
object AdoQry_MainDSDesigner9: TFloatField
FieldName = '9月'
end
object AdoQry_MainDSDesigner10: TFloatField
FieldName = '10月'
end
object AdoQry_MainDSDesigner11: TFloatField
FieldName = '11月'
end
object AdoQry_MainDSDesigner12: TFloatField
FieldName = '12月'
end
object AdoQry_MainItemFlag: TStringField
FieldName = 'ItemFlag'
Origin = 'PSIYear'
Size = 120
end
end
inherited DataSource: TDataSource
Left = 225
Top = 283
end
inherited PopuPmenu: TPopuPmenu
Left = 402
Top = 145
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -