From 5f294ba85a266e8972a2fa358bedc4f5d819d618 Mon Sep 17 00:00:00 2001 From: luoxingjian <1010378449@qq.com> Date: Fri, 29 Nov 2024 14:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=87=BA=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PEIS/View/Setting/HazardTypeForm.Designer.cs | 113 +++++++++++-------- 1 file changed, 65 insertions(+), 48 deletions(-) diff --git a/PEIS/View/Setting/HazardTypeForm.Designer.cs b/PEIS/View/Setting/HazardTypeForm.Designer.cs index 75168c2..cacd1a8 100644 --- a/PEIS/View/Setting/HazardTypeForm.Designer.cs +++ b/PEIS/View/Setting/HazardTypeForm.Designer.cs @@ -47,8 +47,8 @@ this.FID = new DevExpress.XtraGrid.Columns.GridColumn(); this.FeeItemName2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.ItemClass2 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.Price2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.SettlePrice2 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.Price2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.Unit2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.UnitName2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.DeptName2 = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -63,8 +63,8 @@ this.FeeItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.FeeItemName = new DevExpress.XtraGrid.Columns.GridColumn(); this.ItemClass = new DevExpress.XtraGrid.Columns.GridColumn(); - this.Price = new DevExpress.XtraGrid.Columns.GridColumn(); this.SettlePrice = new DevExpress.XtraGrid.Columns.GridColumn(); + this.Price = new DevExpress.XtraGrid.Columns.GridColumn(); this.Unit = new DevExpress.XtraGrid.Columns.GridColumn(); this.UnitName = new DevExpress.XtraGrid.Columns.GridColumn(); this.DeptCode = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -73,6 +73,7 @@ this.panel4 = new System.Windows.Forms.Panel(); this.opMenuItem = new PEIS.View.UControl.OpMenu(); this.label3 = new System.Windows.Forms.Label(); + this.FeeItemCode22 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); @@ -238,14 +239,14 @@ this.gVHFeelItem.Appearance.ViewCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gVHFeelItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, - this.FeeItemCode2, this.Sort, this.HID, this.FID, this.FeeItemName2, + this.FeeItemCode2, this.ItemClass2, - this.Price2, this.SettlePrice2, + this.Price2, this.Unit2, this.UnitName2, this.DeptName2}); @@ -269,7 +270,7 @@ // // FeeItemCode2 // - this.FeeItemCode2.Caption = "检查项目编码"; + this.FeeItemCode2.Caption = "项目编码"; this.FeeItemCode2.FieldName = "FeeItemCode"; this.FeeItemCode2.Name = "FeeItemCode2"; this.FeeItemCode2.OptionsColumn.AllowEdit = false; @@ -277,6 +278,8 @@ this.FeeItemCode2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.FeeItemCode2.OptionsFilter.AllowAutoFilter = false; this.FeeItemCode2.OptionsFilter.AllowFilter = false; + this.FeeItemCode2.Visible = true; + this.FeeItemCode2.VisibleIndex = 1; // // Sort // @@ -328,7 +331,7 @@ // // ItemClass2 // - this.ItemClass2.Caption = "项目类型"; + this.ItemClass2.Caption = "项目类别"; this.ItemClass2.FieldName = "ItemClass"; this.ItemClass2.Name = "ItemClass2"; this.ItemClass2.OptionsColumn.AllowEdit = false; @@ -337,26 +340,12 @@ this.ItemClass2.OptionsFilter.AllowAutoFilter = false; this.ItemClass2.OptionsFilter.AllowFilter = false; this.ItemClass2.Visible = true; - this.ItemClass2.VisibleIndex = 1; + this.ItemClass2.VisibleIndex = 2; this.ItemClass2.Width = 46; // - // Price2 - // - this.Price2.Caption = "价格"; - this.Price2.FieldName = "Price"; - this.Price2.Name = "Price2"; - this.Price2.OptionsColumn.AllowEdit = false; - this.Price2.OptionsColumn.AllowFocus = false; - this.Price2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; - this.Price2.OptionsFilter.AllowAutoFilter = false; - this.Price2.OptionsFilter.AllowFilter = false; - this.Price2.Visible = true; - this.Price2.VisibleIndex = 2; - this.Price2.Width = 46; - // // SettlePrice2 // - this.SettlePrice2.Caption = "折扣价"; + this.SettlePrice2.Caption = "核算价"; this.SettlePrice2.FieldName = "SettlePrice"; this.SettlePrice2.Name = "SettlePrice2"; this.SettlePrice2.OptionsColumn.AllowEdit = false; @@ -368,6 +357,20 @@ this.SettlePrice2.VisibleIndex = 3; this.SettlePrice2.Width = 46; // + // Price2 + // + this.Price2.Caption = "价格"; + this.Price2.FieldName = "Price"; + this.Price2.Name = "Price2"; + this.Price2.OptionsColumn.AllowEdit = false; + this.Price2.OptionsColumn.AllowFocus = false; + this.Price2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.Price2.OptionsFilter.AllowAutoFilter = false; + this.Price2.OptionsFilter.AllowFilter = false; + this.Price2.Visible = true; + this.Price2.VisibleIndex = 4; + this.Price2.Width = 46; + // // Unit2 // this.Unit2.Caption = "单位"; @@ -379,12 +382,12 @@ this.Unit2.OptionsFilter.AllowAutoFilter = false; this.Unit2.OptionsFilter.AllowFilter = false; this.Unit2.Visible = true; - this.Unit2.VisibleIndex = 4; + this.Unit2.VisibleIndex = 5; this.Unit2.Width = 46; // // UnitName2 // - this.UnitName2.Caption = "单位类型"; + this.UnitName2.Caption = "类型"; this.UnitName2.FieldName = "UnitName"; this.UnitName2.Name = "UnitName2"; this.UnitName2.OptionsColumn.AllowEdit = false; @@ -393,7 +396,7 @@ this.UnitName2.OptionsFilter.AllowAutoFilter = false; this.UnitName2.OptionsFilter.AllowFilter = false; this.UnitName2.Visible = true; - this.UnitName2.VisibleIndex = 5; + this.UnitName2.VisibleIndex = 6; this.UnitName2.Width = 46; // // DeptName2 @@ -407,7 +410,7 @@ this.DeptName2.OptionsFilter.AllowAutoFilter = false; this.DeptName2.OptionsFilter.AllowFilter = false; this.DeptName2.Visible = true; - this.DeptName2.VisibleIndex = 6; + this.DeptName2.VisibleIndex = 7; this.DeptName2.Width = 63; // // panel3 @@ -474,9 +477,10 @@ this.KeyNo, this.FeeItemCode, this.FeeItemName, + this.FeeItemCode22, this.ItemClass, - this.Price, this.SettlePrice, + this.Price, this.Unit, this.UnitName, this.DeptCode, @@ -537,7 +541,7 @@ // // ItemClass // - this.ItemClass.Caption = "项目类型"; + this.ItemClass.Caption = "项目类别"; this.ItemClass.FieldName = "ItemClass"; this.ItemClass.Name = "ItemClass"; this.ItemClass.OptionsColumn.AllowEdit = false; @@ -546,26 +550,12 @@ this.ItemClass.OptionsFilter.AllowAutoFilter = false; this.ItemClass.OptionsFilter.AllowFilter = false; this.ItemClass.Visible = true; - this.ItemClass.VisibleIndex = 1; + this.ItemClass.VisibleIndex = 2; this.ItemClass.Width = 83; // - // Price - // - this.Price.Caption = "价格"; - this.Price.FieldName = "Price"; - this.Price.Name = "Price"; - this.Price.OptionsColumn.AllowEdit = false; - this.Price.OptionsColumn.AllowFocus = false; - this.Price.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; - this.Price.OptionsFilter.AllowAutoFilter = false; - this.Price.OptionsFilter.AllowFilter = false; - this.Price.Visible = true; - this.Price.VisibleIndex = 2; - this.Price.Width = 83; - // // SettlePrice // - this.SettlePrice.Caption = "折扣价"; + this.SettlePrice.Caption = "核算价"; this.SettlePrice.FieldName = "SettlePrice"; this.SettlePrice.Name = "SettlePrice"; this.SettlePrice.OptionsColumn.AllowEdit = false; @@ -578,6 +568,20 @@ this.SettlePrice.VisibleIndex = 3; this.SettlePrice.Width = 83; // + // Price + // + this.Price.Caption = "价格"; + this.Price.FieldName = "Price"; + this.Price.Name = "Price"; + this.Price.OptionsColumn.AllowEdit = false; + this.Price.OptionsColumn.AllowFocus = false; + this.Price.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; + this.Price.OptionsFilter.AllowAutoFilter = false; + this.Price.OptionsFilter.AllowFilter = false; + this.Price.Visible = true; + this.Price.VisibleIndex = 4; + this.Price.Width = 83; + // // Unit // this.Unit.Caption = "单位"; @@ -589,12 +593,12 @@ this.Unit.OptionsFilter.AllowAutoFilter = false; this.Unit.OptionsFilter.AllowFilter = false; this.Unit.Visible = true; - this.Unit.VisibleIndex = 4; + this.Unit.VisibleIndex = 5; this.Unit.Width = 83; // // UnitName // - this.UnitName.Caption = "单位类型"; + this.UnitName.Caption = "类型"; this.UnitName.FieldName = "UnitName"; this.UnitName.Name = "UnitName"; this.UnitName.OptionsColumn.AllowEdit = false; @@ -603,7 +607,7 @@ this.UnitName.OptionsFilter.AllowAutoFilter = false; this.UnitName.OptionsFilter.AllowFilter = false; this.UnitName.Visible = true; - this.UnitName.VisibleIndex = 5; + this.UnitName.VisibleIndex = 6; this.UnitName.Width = 83; // // DeptCode @@ -628,7 +632,7 @@ this.DeptName.OptionsFilter.AllowAutoFilter = false; this.DeptName.OptionsFilter.AllowFilter = false; this.DeptName.Visible = true; - this.DeptName.VisibleIndex = 6; + this.DeptName.VisibleIndex = 7; this.DeptName.Width = 89; // // IsHide @@ -674,6 +678,18 @@ this.label3.Text = "检查项目"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // + // FeeItemCode22 + // + this.FeeItemCode22.Caption = "项目编码"; + this.FeeItemCode22.FieldName = "FeeItemCode"; + this.FeeItemCode22.Name = "FeeItemCode22"; + this.FeeItemCode22.OptionsColumn.AllowEdit = false; + this.FeeItemCode22.OptionsColumn.AllowFocus = false; + this.FeeItemCode22.OptionsFilter.AllowAutoFilter = false; + this.FeeItemCode22.OptionsFilter.AllowFilter = false; + this.FeeItemCode22.Visible = true; + this.FeeItemCode22.VisibleIndex = 1; + // // HazardTypeForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); @@ -749,5 +765,6 @@ private DevExpress.XtraGrid.Columns.GridColumn Unit2; private DevExpress.XtraGrid.Columns.GridColumn UnitName2; private DevExpress.XtraGrid.Columns.GridColumn DeptName2; + private DevExpress.XtraGrid.Columns.GridColumn FeeItemCode22; } } \ No newline at end of file