|
|
|
@ -37,6 +37,8 @@ |
|
|
|
|
this.trSort = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
|
|
|
|
this.trStandard = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
|
|
|
|
this.trDescribe = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
|
|
|
|
this.panel5 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.chBoxHaveItem = new System.Windows.Forms.CheckBox(); |
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.opMenuHdType = new PEIS.View.UControl.OpMenu(); |
|
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
@ -82,6 +84,7 @@ |
|
|
|
|
this.splitContainer1.Panel2.SuspendLayout(); |
|
|
|
|
this.splitContainer1.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); |
|
|
|
|
this.panel5.SuspendLayout(); |
|
|
|
|
this.panel2.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gCHFeelItem)).BeginInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gVHFeelItem)).BeginInit(); |
|
|
|
@ -103,6 +106,7 @@ |
|
|
|
|
// |
|
|
|
|
this.splitContainer1.Panel1.AutoScroll = true; |
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.treeList1); |
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.panel5); |
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.panel2); |
|
|
|
|
// |
|
|
|
|
// splitContainer1.Panel2 |
|
|
|
@ -124,11 +128,11 @@ |
|
|
|
|
this.trStandard, |
|
|
|
|
this.trDescribe}); |
|
|
|
|
this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.treeList1.Location = new System.Drawing.Point(0, 46); |
|
|
|
|
this.treeList1.Location = new System.Drawing.Point(0, 72); |
|
|
|
|
this.treeList1.Name = "treeList1"; |
|
|
|
|
this.treeList1.OptionsMenu.EnableColumnMenu = false; |
|
|
|
|
this.treeList1.OptionsView.AutoWidth = false; |
|
|
|
|
this.treeList1.Size = new System.Drawing.Size(266, 697); |
|
|
|
|
this.treeList1.Size = new System.Drawing.Size(266, 671); |
|
|
|
|
this.treeList1.TabIndex = 1; |
|
|
|
|
// |
|
|
|
|
// trID |
|
|
|
@ -225,6 +229,30 @@ |
|
|
|
|
this.trDescribe.VisibleIndex = 3; |
|
|
|
|
this.trDescribe.Width = 200; |
|
|
|
|
// |
|
|
|
|
// panel5 |
|
|
|
|
// |
|
|
|
|
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
|
this.panel5.Controls.Add(this.chBoxHaveItem); |
|
|
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Top; |
|
|
|
|
this.panel5.Location = new System.Drawing.Point(0, 46); |
|
|
|
|
this.panel5.Name = "panel5"; |
|
|
|
|
this.panel5.Size = new System.Drawing.Size(266, 26); |
|
|
|
|
this.panel5.TabIndex = 2; |
|
|
|
|
// |
|
|
|
|
// chBoxHaveItem |
|
|
|
|
// |
|
|
|
|
this.chBoxHaveItem.AutoSize = true; |
|
|
|
|
this.chBoxHaveItem.Dock = System.Windows.Forms.DockStyle.Left; |
|
|
|
|
this.chBoxHaveItem.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.chBoxHaveItem.Margin = new System.Windows.Forms.Padding(0); |
|
|
|
|
this.chBoxHaveItem.Name = "chBoxHaveItem"; |
|
|
|
|
this.chBoxHaveItem.Padding = new System.Windows.Forms.Padding(15, 0, 0, 0); |
|
|
|
|
this.chBoxHaveItem.Size = new System.Drawing.Size(138, 24); |
|
|
|
|
this.chBoxHaveItem.TabIndex = 0; |
|
|
|
|
this.chBoxHaveItem.Text = "仅显示配置有项目"; |
|
|
|
|
this.chBoxHaveItem.UseVisualStyleBackColor = true; |
|
|
|
|
this.chBoxHaveItem.CheckedChanged += new System.EventHandler(this.chBoxHaveItem_CheckedChanged); |
|
|
|
|
// |
|
|
|
|
// panel2 |
|
|
|
|
// |
|
|
|
|
this.panel2.Controls.Add(this.opMenuHdType); |
|
|
|
@ -289,10 +317,12 @@ |
|
|
|
|
this.gVHFeelItem.GridControl = this.gCHFeelItem; |
|
|
|
|
this.gVHFeelItem.Name = "gVHFeelItem"; |
|
|
|
|
this.gVHFeelItem.OptionsMenu.EnableColumnMenu = false; |
|
|
|
|
this.gVHFeelItem.OptionsView.ColumnAutoWidth = false; |
|
|
|
|
this.gVHFeelItem.OptionsView.ShowGroupPanel = false; |
|
|
|
|
this.gVHFeelItem.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gVHFeelItem.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gVHFeelItem.ViewCaption = "关联项目"; |
|
|
|
|
this.gVHFeelItem.OptionsView.ShowViewCaption = true; |
|
|
|
|
this.gVHFeelItem.ViewCaption = "项目"; |
|
|
|
|
// |
|
|
|
|
// gridColumn1 |
|
|
|
|
// |
|
|
|
@ -351,7 +381,7 @@ |
|
|
|
|
this.FeeItemName2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.FeeItemName2.Visible = true; |
|
|
|
|
this.FeeItemName2.VisibleIndex = 0; |
|
|
|
|
this.FeeItemName2.Width = 174; |
|
|
|
|
this.FeeItemName2.Width = 150; |
|
|
|
|
// |
|
|
|
|
// FeeItemCode2 |
|
|
|
|
// |
|
|
|
@ -365,6 +395,7 @@ |
|
|
|
|
this.FeeItemCode2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.FeeItemCode2.Visible = true; |
|
|
|
|
this.FeeItemCode2.VisibleIndex = 1; |
|
|
|
|
this.FeeItemCode2.Width = 64; |
|
|
|
|
// |
|
|
|
|
// ItemClass2 |
|
|
|
|
// |
|
|
|
@ -378,7 +409,7 @@ |
|
|
|
|
this.ItemClass2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.ItemClass2.Visible = true; |
|
|
|
|
this.ItemClass2.VisibleIndex = 2; |
|
|
|
|
this.ItemClass2.Width = 46; |
|
|
|
|
this.ItemClass2.Width = 60; |
|
|
|
|
// |
|
|
|
|
// SettlePrice2 |
|
|
|
|
// |
|
|
|
@ -392,7 +423,7 @@ |
|
|
|
|
this.SettlePrice2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.SettlePrice2.Visible = true; |
|
|
|
|
this.SettlePrice2.VisibleIndex = 3; |
|
|
|
|
this.SettlePrice2.Width = 46; |
|
|
|
|
this.SettlePrice2.Width = 56; |
|
|
|
|
// |
|
|
|
|
// Price2 |
|
|
|
|
// |
|
|
|
@ -406,7 +437,7 @@ |
|
|
|
|
this.Price2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.Price2.Visible = true; |
|
|
|
|
this.Price2.VisibleIndex = 4; |
|
|
|
|
this.Price2.Width = 46; |
|
|
|
|
this.Price2.Width = 40; |
|
|
|
|
// |
|
|
|
|
// Unit2 |
|
|
|
|
// |
|
|
|
@ -420,7 +451,7 @@ |
|
|
|
|
this.Unit2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.Unit2.Visible = true; |
|
|
|
|
this.Unit2.VisibleIndex = 5; |
|
|
|
|
this.Unit2.Width = 46; |
|
|
|
|
this.Unit2.Width = 40; |
|
|
|
|
// |
|
|
|
|
// UnitName2 |
|
|
|
|
// |
|
|
|
@ -434,7 +465,7 @@ |
|
|
|
|
this.UnitName2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.UnitName2.Visible = true; |
|
|
|
|
this.UnitName2.VisibleIndex = 6; |
|
|
|
|
this.UnitName2.Width = 46; |
|
|
|
|
this.UnitName2.Width = 40; |
|
|
|
|
// |
|
|
|
|
// DeptName2 |
|
|
|
|
// |
|
|
|
@ -448,7 +479,7 @@ |
|
|
|
|
this.DeptName2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.DeptName2.Visible = true; |
|
|
|
|
this.DeptName2.VisibleIndex = 7; |
|
|
|
|
this.DeptName2.Width = 63; |
|
|
|
|
this.DeptName2.Width = 400; |
|
|
|
|
// |
|
|
|
|
// panel3 |
|
|
|
|
// |
|
|
|
@ -754,6 +785,8 @@ |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
|
|
|
|
this.splitContainer1.ResumeLayout(false); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); |
|
|
|
|
this.panel5.ResumeLayout(false); |
|
|
|
|
this.panel5.PerformLayout(); |
|
|
|
|
this.panel2.ResumeLayout(false); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gCHFeelItem)).EndInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gVHFeelItem)).EndInit(); |
|
|
|
@ -818,5 +851,7 @@ |
|
|
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn trStandard; |
|
|
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn trDescribe; |
|
|
|
|
private FastReport.DevComponents.DotNetBar.ContextMenuBar contextMenuBar1; |
|
|
|
|
private System.Windows.Forms.Panel panel5; |
|
|
|
|
private System.Windows.Forms.CheckBox chBoxHaveItem; |
|
|
|
|
} |
|
|
|
|
} |