显示出检查项目编码

dhzzyy
luoxingjian 6 months ago
parent 14b32537e7
commit 5f294ba85a
  1. 113
      PEIS/View/Setting/HazardTypeForm.Designer.cs

@ -47,8 +47,8 @@
this.FID = new DevExpress.XtraGrid.Columns.GridColumn(); this.FID = new DevExpress.XtraGrid.Columns.GridColumn();
this.FeeItemName2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.FeeItemName2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.ItemClass2 = 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.SettlePrice2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.Price2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.Unit2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.Unit2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.UnitName2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.UnitName2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.DeptName2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.DeptName2 = new DevExpress.XtraGrid.Columns.GridColumn();
@ -63,8 +63,8 @@
this.FeeItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.FeeItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.FeeItemName = new DevExpress.XtraGrid.Columns.GridColumn(); this.FeeItemName = new DevExpress.XtraGrid.Columns.GridColumn();
this.ItemClass = 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.SettlePrice = new DevExpress.XtraGrid.Columns.GridColumn();
this.Price = new DevExpress.XtraGrid.Columns.GridColumn();
this.Unit = new DevExpress.XtraGrid.Columns.GridColumn(); this.Unit = new DevExpress.XtraGrid.Columns.GridColumn();
this.UnitName = new DevExpress.XtraGrid.Columns.GridColumn(); this.UnitName = new DevExpress.XtraGrid.Columns.GridColumn();
this.DeptCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.DeptCode = new DevExpress.XtraGrid.Columns.GridColumn();
@ -73,6 +73,7 @@
this.panel4 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel();
this.opMenuItem = new PEIS.View.UControl.OpMenu(); this.opMenuItem = new PEIS.View.UControl.OpMenu();
this.label3 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label();
this.FeeItemCode22 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout();
@ -238,14 +239,14 @@
this.gVHFeelItem.Appearance.ViewCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gVHFeelItem.Appearance.ViewCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.gVHFeelItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gVHFeelItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1, this.gridColumn1,
this.FeeItemCode2,
this.Sort, this.Sort,
this.HID, this.HID,
this.FID, this.FID,
this.FeeItemName2, this.FeeItemName2,
this.FeeItemCode2,
this.ItemClass2, this.ItemClass2,
this.Price2,
this.SettlePrice2, this.SettlePrice2,
this.Price2,
this.Unit2, this.Unit2,
this.UnitName2, this.UnitName2,
this.DeptName2}); this.DeptName2});
@ -269,7 +270,7 @@
// //
// FeeItemCode2 // FeeItemCode2
// //
this.FeeItemCode2.Caption = "检查项目编码"; this.FeeItemCode2.Caption = "项目编码";
this.FeeItemCode2.FieldName = "FeeItemCode"; this.FeeItemCode2.FieldName = "FeeItemCode";
this.FeeItemCode2.Name = "FeeItemCode2"; this.FeeItemCode2.Name = "FeeItemCode2";
this.FeeItemCode2.OptionsColumn.AllowEdit = false; this.FeeItemCode2.OptionsColumn.AllowEdit = false;
@ -277,6 +278,8 @@
this.FeeItemCode2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.FeeItemCode2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
this.FeeItemCode2.OptionsFilter.AllowAutoFilter = false; this.FeeItemCode2.OptionsFilter.AllowAutoFilter = false;
this.FeeItemCode2.OptionsFilter.AllowFilter = false; this.FeeItemCode2.OptionsFilter.AllowFilter = false;
this.FeeItemCode2.Visible = true;
this.FeeItemCode2.VisibleIndex = 1;
// //
// Sort // Sort
// //
@ -328,7 +331,7 @@
// //
// ItemClass2 // ItemClass2
// //
this.ItemClass2.Caption = "项目类"; this.ItemClass2.Caption = "项目类";
this.ItemClass2.FieldName = "ItemClass"; this.ItemClass2.FieldName = "ItemClass";
this.ItemClass2.Name = "ItemClass2"; this.ItemClass2.Name = "ItemClass2";
this.ItemClass2.OptionsColumn.AllowEdit = false; this.ItemClass2.OptionsColumn.AllowEdit = false;
@ -337,26 +340,12 @@
this.ItemClass2.OptionsFilter.AllowAutoFilter = false; this.ItemClass2.OptionsFilter.AllowAutoFilter = false;
this.ItemClass2.OptionsFilter.AllowFilter = false; this.ItemClass2.OptionsFilter.AllowFilter = false;
this.ItemClass2.Visible = true; this.ItemClass2.Visible = true;
this.ItemClass2.VisibleIndex = 1; this.ItemClass2.VisibleIndex = 2;
this.ItemClass2.Width = 46; 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 // SettlePrice2
// //
this.SettlePrice2.Caption = "折扣价"; this.SettlePrice2.Caption = "核算价";
this.SettlePrice2.FieldName = "SettlePrice"; this.SettlePrice2.FieldName = "SettlePrice";
this.SettlePrice2.Name = "SettlePrice2"; this.SettlePrice2.Name = "SettlePrice2";
this.SettlePrice2.OptionsColumn.AllowEdit = false; this.SettlePrice2.OptionsColumn.AllowEdit = false;
@ -368,6 +357,20 @@
this.SettlePrice2.VisibleIndex = 3; this.SettlePrice2.VisibleIndex = 3;
this.SettlePrice2.Width = 46; 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 // Unit2
// //
this.Unit2.Caption = "单位"; this.Unit2.Caption = "单位";
@ -379,12 +382,12 @@
this.Unit2.OptionsFilter.AllowAutoFilter = false; this.Unit2.OptionsFilter.AllowAutoFilter = false;
this.Unit2.OptionsFilter.AllowFilter = false; this.Unit2.OptionsFilter.AllowFilter = false;
this.Unit2.Visible = true; this.Unit2.Visible = true;
this.Unit2.VisibleIndex = 4; this.Unit2.VisibleIndex = 5;
this.Unit2.Width = 46; this.Unit2.Width = 46;
// //
// UnitName2 // UnitName2
// //
this.UnitName2.Caption = "单位类型"; this.UnitName2.Caption = "类型";
this.UnitName2.FieldName = "UnitName"; this.UnitName2.FieldName = "UnitName";
this.UnitName2.Name = "UnitName2"; this.UnitName2.Name = "UnitName2";
this.UnitName2.OptionsColumn.AllowEdit = false; this.UnitName2.OptionsColumn.AllowEdit = false;
@ -393,7 +396,7 @@
this.UnitName2.OptionsFilter.AllowAutoFilter = false; this.UnitName2.OptionsFilter.AllowAutoFilter = false;
this.UnitName2.OptionsFilter.AllowFilter = false; this.UnitName2.OptionsFilter.AllowFilter = false;
this.UnitName2.Visible = true; this.UnitName2.Visible = true;
this.UnitName2.VisibleIndex = 5; this.UnitName2.VisibleIndex = 6;
this.UnitName2.Width = 46; this.UnitName2.Width = 46;
// //
// DeptName2 // DeptName2
@ -407,7 +410,7 @@
this.DeptName2.OptionsFilter.AllowAutoFilter = false; this.DeptName2.OptionsFilter.AllowAutoFilter = false;
this.DeptName2.OptionsFilter.AllowFilter = false; this.DeptName2.OptionsFilter.AllowFilter = false;
this.DeptName2.Visible = true; this.DeptName2.Visible = true;
this.DeptName2.VisibleIndex = 6; this.DeptName2.VisibleIndex = 7;
this.DeptName2.Width = 63; this.DeptName2.Width = 63;
// //
// panel3 // panel3
@ -474,9 +477,10 @@
this.KeyNo, this.KeyNo,
this.FeeItemCode, this.FeeItemCode,
this.FeeItemName, this.FeeItemName,
this.FeeItemCode22,
this.ItemClass, this.ItemClass,
this.Price,
this.SettlePrice, this.SettlePrice,
this.Price,
this.Unit, this.Unit,
this.UnitName, this.UnitName,
this.DeptCode, this.DeptCode,
@ -537,7 +541,7 @@
// //
// ItemClass // ItemClass
// //
this.ItemClass.Caption = "项目类"; this.ItemClass.Caption = "项目类";
this.ItemClass.FieldName = "ItemClass"; this.ItemClass.FieldName = "ItemClass";
this.ItemClass.Name = "ItemClass"; this.ItemClass.Name = "ItemClass";
this.ItemClass.OptionsColumn.AllowEdit = false; this.ItemClass.OptionsColumn.AllowEdit = false;
@ -546,26 +550,12 @@
this.ItemClass.OptionsFilter.AllowAutoFilter = false; this.ItemClass.OptionsFilter.AllowAutoFilter = false;
this.ItemClass.OptionsFilter.AllowFilter = false; this.ItemClass.OptionsFilter.AllowFilter = false;
this.ItemClass.Visible = true; this.ItemClass.Visible = true;
this.ItemClass.VisibleIndex = 1; this.ItemClass.VisibleIndex = 2;
this.ItemClass.Width = 83; 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 // SettlePrice
// //
this.SettlePrice.Caption = "折扣价"; this.SettlePrice.Caption = "核算价";
this.SettlePrice.FieldName = "SettlePrice"; this.SettlePrice.FieldName = "SettlePrice";
this.SettlePrice.Name = "SettlePrice"; this.SettlePrice.Name = "SettlePrice";
this.SettlePrice.OptionsColumn.AllowEdit = false; this.SettlePrice.OptionsColumn.AllowEdit = false;
@ -578,6 +568,20 @@
this.SettlePrice.VisibleIndex = 3; this.SettlePrice.VisibleIndex = 3;
this.SettlePrice.Width = 83; 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 // Unit
// //
this.Unit.Caption = "单位"; this.Unit.Caption = "单位";
@ -589,12 +593,12 @@
this.Unit.OptionsFilter.AllowAutoFilter = false; this.Unit.OptionsFilter.AllowAutoFilter = false;
this.Unit.OptionsFilter.AllowFilter = false; this.Unit.OptionsFilter.AllowFilter = false;
this.Unit.Visible = true; this.Unit.Visible = true;
this.Unit.VisibleIndex = 4; this.Unit.VisibleIndex = 5;
this.Unit.Width = 83; this.Unit.Width = 83;
// //
// UnitName // UnitName
// //
this.UnitName.Caption = "单位类型"; this.UnitName.Caption = "类型";
this.UnitName.FieldName = "UnitName"; this.UnitName.FieldName = "UnitName";
this.UnitName.Name = "UnitName"; this.UnitName.Name = "UnitName";
this.UnitName.OptionsColumn.AllowEdit = false; this.UnitName.OptionsColumn.AllowEdit = false;
@ -603,7 +607,7 @@
this.UnitName.OptionsFilter.AllowAutoFilter = false; this.UnitName.OptionsFilter.AllowAutoFilter = false;
this.UnitName.OptionsFilter.AllowFilter = false; this.UnitName.OptionsFilter.AllowFilter = false;
this.UnitName.Visible = true; this.UnitName.Visible = true;
this.UnitName.VisibleIndex = 5; this.UnitName.VisibleIndex = 6;
this.UnitName.Width = 83; this.UnitName.Width = 83;
// //
// DeptCode // DeptCode
@ -628,7 +632,7 @@
this.DeptName.OptionsFilter.AllowAutoFilter = false; this.DeptName.OptionsFilter.AllowAutoFilter = false;
this.DeptName.OptionsFilter.AllowFilter = false; this.DeptName.OptionsFilter.AllowFilter = false;
this.DeptName.Visible = true; this.DeptName.Visible = true;
this.DeptName.VisibleIndex = 6; this.DeptName.VisibleIndex = 7;
this.DeptName.Width = 89; this.DeptName.Width = 89;
// //
// IsHide // IsHide
@ -674,6 +678,18 @@
this.label3.Text = "检查项目"; this.label3.Text = "检查项目";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 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 // HazardTypeForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
@ -749,5 +765,6 @@
private DevExpress.XtraGrid.Columns.GridColumn Unit2; private DevExpress.XtraGrid.Columns.GridColumn Unit2;
private DevExpress.XtraGrid.Columns.GridColumn UnitName2; private DevExpress.XtraGrid.Columns.GridColumn UnitName2;
private DevExpress.XtraGrid.Columns.GridColumn DeptName2; private DevExpress.XtraGrid.Columns.GridColumn DeptName2;
private DevExpress.XtraGrid.Columns.GridColumn FeeItemCode22;
} }
} }
Loading…
Cancel
Save