|
|
|
@ -0,0 +1,753 @@ |
|
|
|
|
namespace PEIS.View.Setting |
|
|
|
|
{ |
|
|
|
|
partial class HazardTypeForm |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// Required designer variable. |
|
|
|
|
/// </summary> |
|
|
|
|
private System.ComponentModel.IContainer components = null; |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// Clean up any resources being used. |
|
|
|
|
/// </summary> |
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
if (disposing && (components != null)) |
|
|
|
|
{ |
|
|
|
|
components.Dispose(); |
|
|
|
|
} |
|
|
|
|
base.Dispose(disposing); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// Required method for Designer support - do not modify |
|
|
|
|
/// the contents of this method with the code editor. |
|
|
|
|
/// </summary> |
|
|
|
|
private void InitializeComponent() |
|
|
|
|
{ |
|
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
|
|
|
this.gCHazardType = new DevExpress.XtraGrid.GridControl(); |
|
|
|
|
this.gVHazardType = new DevExpress.XtraGrid.Views.Grid.GridView(); |
|
|
|
|
this.ID = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gcName = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gcCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.gcSort = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.opMenuHdType = new PEIS.View.UControl.OpMenu(); |
|
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
|
this.gCHFeelItem = new DevExpress.XtraGrid.GridControl(); |
|
|
|
|
this.gVHFeelItem = new DevExpress.XtraGrid.Views.Grid.GridView(); |
|
|
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.FeeItemCode2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.Sort = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.HID = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
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.Unit2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.UnitName2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.DeptName2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.opMenuRelation = new PEIS.View.UControl.OpMenu(); |
|
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.gCFeelItem = new DevExpress.XtraGrid.GridControl(); |
|
|
|
|
this.gVFeelItem = new DevExpress.XtraGrid.Views.Grid.GridView(); |
|
|
|
|
this.ID1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.KeyNo = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
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.Unit = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.UnitName = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.DeptCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.DeptName = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.IsHide = new DevExpress.XtraGrid.Columns.GridColumn(); |
|
|
|
|
this.panel4 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.opMenuItem = new PEIS.View.UControl.OpMenu(); |
|
|
|
|
this.label3 = new System.Windows.Forms.Label(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
|
|
|
this.splitContainer1.Panel1.SuspendLayout(); |
|
|
|
|
this.splitContainer1.Panel2.SuspendLayout(); |
|
|
|
|
this.splitContainer1.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gCHazardType)).BeginInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gVHazardType)).BeginInit(); |
|
|
|
|
this.panel2.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gCHFeelItem)).BeginInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gVHFeelItem)).BeginInit(); |
|
|
|
|
this.panel3.SuspendLayout(); |
|
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gCFeelItem)).BeginInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gVFeelItem)).BeginInit(); |
|
|
|
|
this.panel4.SuspendLayout(); |
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
// |
|
|
|
|
// splitContainer1 |
|
|
|
|
// |
|
|
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.splitContainer1.Name = "splitContainer1"; |
|
|
|
|
// |
|
|
|
|
// splitContainer1.Panel1 |
|
|
|
|
// |
|
|
|
|
this.splitContainer1.Panel1.AutoScroll = true; |
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.gCHazardType); |
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.panel2); |
|
|
|
|
// |
|
|
|
|
// splitContainer1.Panel2 |
|
|
|
|
// |
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.gCHFeelItem); |
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.panel3); |
|
|
|
|
this.splitContainer1.Size = new System.Drawing.Size(756, 743); |
|
|
|
|
this.splitContainer1.SplitterDistance = 266; |
|
|
|
|
this.splitContainer1.TabIndex = 0; |
|
|
|
|
// |
|
|
|
|
// gCHazardType |
|
|
|
|
// |
|
|
|
|
this.gCHazardType.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.gCHazardType.Location = new System.Drawing.Point(0, 46); |
|
|
|
|
this.gCHazardType.MainView = this.gVHazardType; |
|
|
|
|
this.gCHazardType.Name = "gCHazardType"; |
|
|
|
|
this.gCHazardType.Size = new System.Drawing.Size(266, 697); |
|
|
|
|
this.gCHazardType.TabIndex = 1; |
|
|
|
|
this.gCHazardType.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
|
|
|
|
this.gVHazardType}); |
|
|
|
|
// |
|
|
|
|
// gVHazardType |
|
|
|
|
// |
|
|
|
|
this.gVHazardType.Appearance.ViewCaption.Options.UseTextOptions = true; |
|
|
|
|
this.gVHazardType.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; |
|
|
|
|
this.gVHazardType.Appearance.ViewCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; |
|
|
|
|
this.gVHazardType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
|
|
|
|
this.ID, |
|
|
|
|
this.gcName, |
|
|
|
|
this.gcCode, |
|
|
|
|
this.gcSort}); |
|
|
|
|
this.gVHazardType.GridControl = this.gCHazardType; |
|
|
|
|
this.gVHazardType.Name = "gVHazardType"; |
|
|
|
|
this.gVHazardType.OptionsView.ShowGroupPanel = false; |
|
|
|
|
this.gVHazardType.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gVHazardType.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gVHazardType.ViewCaption = "接害类型"; |
|
|
|
|
// |
|
|
|
|
// ID |
|
|
|
|
// |
|
|
|
|
this.ID.Caption = "主键"; |
|
|
|
|
this.ID.FieldName = "ID"; |
|
|
|
|
this.ID.Name = "ID"; |
|
|
|
|
this.ID.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.ID.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.ID.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.ID.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// gcName |
|
|
|
|
// |
|
|
|
|
this.gcName.Caption = "名字"; |
|
|
|
|
this.gcName.FieldName = "Name"; |
|
|
|
|
this.gcName.Name = "gcName"; |
|
|
|
|
this.gcName.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gcName.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.gcName.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True; |
|
|
|
|
this.gcName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gcName.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.gcName.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gcName.Visible = true; |
|
|
|
|
this.gcName.VisibleIndex = 0; |
|
|
|
|
this.gcName.Width = 188; |
|
|
|
|
// |
|
|
|
|
// gcCode |
|
|
|
|
// |
|
|
|
|
this.gcCode.Caption = "编码"; |
|
|
|
|
this.gcCode.FieldName = "Code"; |
|
|
|
|
this.gcCode.Name = "gcCode"; |
|
|
|
|
this.gcCode.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gcCode.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.gcCode.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gcCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gcCode.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.gcCode.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.gcCode.Visible = true; |
|
|
|
|
this.gcCode.VisibleIndex = 1; |
|
|
|
|
this.gcCode.Width = 60; |
|
|
|
|
// |
|
|
|
|
// gcSort |
|
|
|
|
// |
|
|
|
|
this.gcSort.Caption = "排序"; |
|
|
|
|
this.gcSort.FieldName = "Sort"; |
|
|
|
|
this.gcSort.Name = "gcSort"; |
|
|
|
|
this.gcSort.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gcSort.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gcSort.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gcSort.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.gcSort.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// panel2 |
|
|
|
|
// |
|
|
|
|
this.panel2.Controls.Add(this.opMenuHdType); |
|
|
|
|
this.panel2.Controls.Add(this.label2); |
|
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top; |
|
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.panel2.Name = "panel2"; |
|
|
|
|
this.panel2.Size = new System.Drawing.Size(266, 46); |
|
|
|
|
this.panel2.TabIndex = 0; |
|
|
|
|
// |
|
|
|
|
// opMenuHdType |
|
|
|
|
// |
|
|
|
|
this.opMenuHdType.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; |
|
|
|
|
this.opMenuHdType.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.opMenuHdType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.opMenuHdType.Location = new System.Drawing.Point(79, 0); |
|
|
|
|
this.opMenuHdType.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4); |
|
|
|
|
this.opMenuHdType.Name = "opMenuHdType"; |
|
|
|
|
this.opMenuHdType.Size = new System.Drawing.Size(187, 46); |
|
|
|
|
this.opMenuHdType.TabIndex = 3; |
|
|
|
|
// |
|
|
|
|
// label2 |
|
|
|
|
// |
|
|
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Left; |
|
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.label2.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.label2.Name = "label2"; |
|
|
|
|
this.label2.Size = new System.Drawing.Size(79, 46); |
|
|
|
|
this.label2.TabIndex = 2; |
|
|
|
|
this.label2.Text = "接害类型"; |
|
|
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|
|
|
|
// |
|
|
|
|
// gCHFeelItem |
|
|
|
|
// |
|
|
|
|
this.gCHFeelItem.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.gCHFeelItem.Location = new System.Drawing.Point(0, 46); |
|
|
|
|
this.gCHFeelItem.MainView = this.gVHFeelItem; |
|
|
|
|
this.gCHFeelItem.Name = "gCHFeelItem"; |
|
|
|
|
this.gCHFeelItem.Size = new System.Drawing.Size(486, 697); |
|
|
|
|
this.gCHFeelItem.TabIndex = 2; |
|
|
|
|
this.gCHFeelItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
|
|
|
|
this.gVHFeelItem}); |
|
|
|
|
// |
|
|
|
|
// gVHFeelItem |
|
|
|
|
// |
|
|
|
|
this.gVHFeelItem.Appearance.ViewCaption.Options.UseTextOptions = true; |
|
|
|
|
this.gVHFeelItem.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; |
|
|
|
|
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.ItemClass2, |
|
|
|
|
this.Price2, |
|
|
|
|
this.SettlePrice2, |
|
|
|
|
this.Unit2, |
|
|
|
|
this.UnitName2, |
|
|
|
|
this.DeptName2}); |
|
|
|
|
this.gVHFeelItem.GridControl = this.gCHFeelItem; |
|
|
|
|
this.gVHFeelItem.Name = "gVHFeelItem"; |
|
|
|
|
this.gVHFeelItem.OptionsView.ShowGroupPanel = false; |
|
|
|
|
this.gVHFeelItem.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gVHFeelItem.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gVHFeelItem.ViewCaption = "关联项目"; |
|
|
|
|
// |
|
|
|
|
// gridColumn1 |
|
|
|
|
// |
|
|
|
|
this.gridColumn1.Caption = "ID"; |
|
|
|
|
this.gridColumn1.FieldName = "ID"; |
|
|
|
|
this.gridColumn1.Name = "gridColumn1"; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gridColumn1.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.gridColumn1.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// FeeItemCode2 |
|
|
|
|
// |
|
|
|
|
this.FeeItemCode2.Caption = "检查项目编码"; |
|
|
|
|
this.FeeItemCode2.FieldName = "FeeItemCode"; |
|
|
|
|
this.FeeItemCode2.Name = "FeeItemCode2"; |
|
|
|
|
this.FeeItemCode2.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.FeeItemCode2.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.FeeItemCode2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.FeeItemCode2.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.FeeItemCode2.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// Sort |
|
|
|
|
// |
|
|
|
|
this.Sort.Caption = "顺序"; |
|
|
|
|
this.Sort.FieldName = "Sort"; |
|
|
|
|
this.Sort.Name = "Sort"; |
|
|
|
|
this.Sort.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.Sort.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.Sort.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.Sort.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.Sort.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// HID |
|
|
|
|
// |
|
|
|
|
this.HID.Caption = "接害类型ID"; |
|
|
|
|
this.HID.FieldName = "HID"; |
|
|
|
|
this.HID.Name = "HID"; |
|
|
|
|
this.HID.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.HID.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.HID.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.HID.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.HID.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.HID.Width = 40; |
|
|
|
|
// |
|
|
|
|
// FID |
|
|
|
|
// |
|
|
|
|
this.FID.Caption = "检查项目ID"; |
|
|
|
|
this.FID.FieldName = "FID"; |
|
|
|
|
this.FID.Name = "FID"; |
|
|
|
|
this.FID.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.FID.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.FID.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.FID.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.FID.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// FeeItemName2 |
|
|
|
|
// |
|
|
|
|
this.FeeItemName2.Caption = "检查项目"; |
|
|
|
|
this.FeeItemName2.FieldName = "FeeItemName"; |
|
|
|
|
this.FeeItemName2.Name = "FeeItemName2"; |
|
|
|
|
this.FeeItemName2.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.FeeItemName2.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.FeeItemName2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.FeeItemName2.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.FeeItemName2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.FeeItemName2.Visible = true; |
|
|
|
|
this.FeeItemName2.VisibleIndex = 0; |
|
|
|
|
this.FeeItemName2.Width = 175; |
|
|
|
|
// |
|
|
|
|
// ItemClass2 |
|
|
|
|
// |
|
|
|
|
this.ItemClass2.Caption = "项目类型"; |
|
|
|
|
this.ItemClass2.FieldName = "ItemClass"; |
|
|
|
|
this.ItemClass2.Name = "ItemClass2"; |
|
|
|
|
this.ItemClass2.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.ItemClass2.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.ItemClass2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.ItemClass2.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.ItemClass2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.ItemClass2.Visible = true; |
|
|
|
|
this.ItemClass2.VisibleIndex = 1; |
|
|
|
|
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.FieldName = "SettlePrice"; |
|
|
|
|
this.SettlePrice2.Name = "SettlePrice2"; |
|
|
|
|
this.SettlePrice2.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.SettlePrice2.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.SettlePrice2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.SettlePrice2.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.SettlePrice2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.SettlePrice2.Visible = true; |
|
|
|
|
this.SettlePrice2.VisibleIndex = 3; |
|
|
|
|
this.SettlePrice2.Width = 46; |
|
|
|
|
// |
|
|
|
|
// Unit2 |
|
|
|
|
// |
|
|
|
|
this.Unit2.Caption = "单位"; |
|
|
|
|
this.Unit2.FieldName = "Unit"; |
|
|
|
|
this.Unit2.Name = "Unit2"; |
|
|
|
|
this.Unit2.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.Unit2.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.Unit2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.Unit2.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.Unit2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.Unit2.Visible = true; |
|
|
|
|
this.Unit2.VisibleIndex = 4; |
|
|
|
|
this.Unit2.Width = 46; |
|
|
|
|
// |
|
|
|
|
// UnitName2 |
|
|
|
|
// |
|
|
|
|
this.UnitName2.Caption = "单位类型"; |
|
|
|
|
this.UnitName2.FieldName = "UnitName"; |
|
|
|
|
this.UnitName2.Name = "UnitName2"; |
|
|
|
|
this.UnitName2.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.UnitName2.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.UnitName2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.UnitName2.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.UnitName2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.UnitName2.Visible = true; |
|
|
|
|
this.UnitName2.VisibleIndex = 5; |
|
|
|
|
this.UnitName2.Width = 46; |
|
|
|
|
// |
|
|
|
|
// DeptName2 |
|
|
|
|
// |
|
|
|
|
this.DeptName2.Caption = "科室"; |
|
|
|
|
this.DeptName2.FieldName = "DeptName"; |
|
|
|
|
this.DeptName2.Name = "DeptName2"; |
|
|
|
|
this.DeptName2.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.DeptName2.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.DeptName2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.DeptName2.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.DeptName2.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.DeptName2.Visible = true; |
|
|
|
|
this.DeptName2.VisibleIndex = 6; |
|
|
|
|
this.DeptName2.Width = 63; |
|
|
|
|
// |
|
|
|
|
// panel3 |
|
|
|
|
// |
|
|
|
|
this.panel3.Controls.Add(this.opMenuRelation); |
|
|
|
|
this.panel3.Controls.Add(this.label1); |
|
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top; |
|
|
|
|
this.panel3.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.panel3.Name = "panel3"; |
|
|
|
|
this.panel3.Size = new System.Drawing.Size(486, 46); |
|
|
|
|
this.panel3.TabIndex = 1; |
|
|
|
|
// |
|
|
|
|
// opMenuRelation |
|
|
|
|
// |
|
|
|
|
this.opMenuRelation.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; |
|
|
|
|
this.opMenuRelation.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.opMenuRelation.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.opMenuRelation.Location = new System.Drawing.Point(79, 0); |
|
|
|
|
this.opMenuRelation.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4); |
|
|
|
|
this.opMenuRelation.Name = "opMenuRelation"; |
|
|
|
|
this.opMenuRelation.Size = new System.Drawing.Size(407, 46); |
|
|
|
|
this.opMenuRelation.TabIndex = 4; |
|
|
|
|
// |
|
|
|
|
// label1 |
|
|
|
|
// |
|
|
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Left; |
|
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.label1.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.label1.Name = "label1"; |
|
|
|
|
this.label1.Size = new System.Drawing.Size(79, 46); |
|
|
|
|
this.label1.TabIndex = 3; |
|
|
|
|
this.label1.Text = "关联检查"; |
|
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|
|
|
|
// |
|
|
|
|
// panel1 |
|
|
|
|
// |
|
|
|
|
this.panel1.AutoScroll = true; |
|
|
|
|
this.panel1.Controls.Add(this.gCFeelItem); |
|
|
|
|
this.panel1.Controls.Add(this.panel4); |
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right; |
|
|
|
|
this.panel1.Location = new System.Drawing.Point(756, 0); |
|
|
|
|
this.panel1.Name = "panel1"; |
|
|
|
|
this.panel1.Size = new System.Drawing.Size(642, 743); |
|
|
|
|
this.panel1.TabIndex = 1; |
|
|
|
|
// |
|
|
|
|
// gCFeelItem |
|
|
|
|
// |
|
|
|
|
this.gCFeelItem.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.gCFeelItem.Location = new System.Drawing.Point(0, 46); |
|
|
|
|
this.gCFeelItem.MainView = this.gVFeelItem; |
|
|
|
|
this.gCFeelItem.Name = "gCFeelItem"; |
|
|
|
|
this.gCFeelItem.Size = new System.Drawing.Size(642, 697); |
|
|
|
|
this.gCFeelItem.TabIndex = 3; |
|
|
|
|
this.gCFeelItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
|
|
|
|
this.gVFeelItem}); |
|
|
|
|
// |
|
|
|
|
// gVFeelItem |
|
|
|
|
// |
|
|
|
|
this.gVFeelItem.Appearance.ViewCaption.Options.UseTextOptions = true; |
|
|
|
|
this.gVFeelItem.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; |
|
|
|
|
this.gVFeelItem.Appearance.ViewCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; |
|
|
|
|
this.gVFeelItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
|
|
|
|
this.ID1, |
|
|
|
|
this.KeyNo, |
|
|
|
|
this.FeeItemCode, |
|
|
|
|
this.FeeItemName, |
|
|
|
|
this.ItemClass, |
|
|
|
|
this.Price, |
|
|
|
|
this.SettlePrice, |
|
|
|
|
this.Unit, |
|
|
|
|
this.UnitName, |
|
|
|
|
this.DeptCode, |
|
|
|
|
this.DeptName, |
|
|
|
|
this.IsHide}); |
|
|
|
|
this.gVFeelItem.GridControl = this.gCFeelItem; |
|
|
|
|
this.gVFeelItem.Name = "gVFeelItem"; |
|
|
|
|
this.gVFeelItem.OptionsView.ShowGroupPanel = false; |
|
|
|
|
this.gVFeelItem.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gVFeelItem.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.gVFeelItem.OptionsView.ShowViewCaption = true; |
|
|
|
|
this.gVFeelItem.ViewCaption = "双击添加到接害类型下,再进行保存"; |
|
|
|
|
// |
|
|
|
|
// ID1 |
|
|
|
|
// |
|
|
|
|
this.ID1.Caption = "ID"; |
|
|
|
|
this.ID1.FieldName = "ID"; |
|
|
|
|
this.ID1.Name = "ID1"; |
|
|
|
|
this.ID1.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.ID1.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.ID1.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.ID1.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// KeyNo |
|
|
|
|
// |
|
|
|
|
this.KeyNo.Caption = "KeyNo"; |
|
|
|
|
this.KeyNo.FieldName = "KeyNo"; |
|
|
|
|
this.KeyNo.Name = "KeyNo"; |
|
|
|
|
this.KeyNo.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.KeyNo.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.KeyNo.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.KeyNo.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// FeeItemCode |
|
|
|
|
// |
|
|
|
|
this.FeeItemCode.Caption = "FeeItemCode"; |
|
|
|
|
this.FeeItemCode.FieldName = "FeeItemCode"; |
|
|
|
|
this.FeeItemCode.Name = "FeeItemCode"; |
|
|
|
|
this.FeeItemCode.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.FeeItemCode.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.FeeItemCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.FeeItemCode.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.FeeItemCode.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// FeeItemName |
|
|
|
|
// |
|
|
|
|
this.FeeItemName.Caption = "项目名称"; |
|
|
|
|
this.FeeItemName.FieldName = "FeeItemName"; |
|
|
|
|
this.FeeItemName.Name = "FeeItemName"; |
|
|
|
|
this.FeeItemName.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.FeeItemName.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.FeeItemName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.FeeItemName.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.FeeItemName.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.FeeItemName.Visible = true; |
|
|
|
|
this.FeeItemName.VisibleIndex = 0; |
|
|
|
|
this.FeeItemName.Width = 170; |
|
|
|
|
// |
|
|
|
|
// ItemClass |
|
|
|
|
// |
|
|
|
|
this.ItemClass.Caption = "项目类型"; |
|
|
|
|
this.ItemClass.FieldName = "ItemClass"; |
|
|
|
|
this.ItemClass.Name = "ItemClass"; |
|
|
|
|
this.ItemClass.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.ItemClass.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.ItemClass.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.ItemClass.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.ItemClass.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.ItemClass.Visible = true; |
|
|
|
|
this.ItemClass.VisibleIndex = 1; |
|
|
|
|
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.FieldName = "SettlePrice"; |
|
|
|
|
this.SettlePrice.Name = "SettlePrice"; |
|
|
|
|
this.SettlePrice.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.SettlePrice.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.SettlePrice.OptionsColumn.AllowSize = false; |
|
|
|
|
this.SettlePrice.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.SettlePrice.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.SettlePrice.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.SettlePrice.Visible = true; |
|
|
|
|
this.SettlePrice.VisibleIndex = 3; |
|
|
|
|
this.SettlePrice.Width = 83; |
|
|
|
|
// |
|
|
|
|
// Unit |
|
|
|
|
// |
|
|
|
|
this.Unit.Caption = "单位"; |
|
|
|
|
this.Unit.FieldName = "Unit"; |
|
|
|
|
this.Unit.Name = "Unit"; |
|
|
|
|
this.Unit.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.Unit.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.Unit.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.Unit.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.Unit.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.Unit.Visible = true; |
|
|
|
|
this.Unit.VisibleIndex = 4; |
|
|
|
|
this.Unit.Width = 83; |
|
|
|
|
// |
|
|
|
|
// UnitName |
|
|
|
|
// |
|
|
|
|
this.UnitName.Caption = "单位类型"; |
|
|
|
|
this.UnitName.FieldName = "UnitName"; |
|
|
|
|
this.UnitName.Name = "UnitName"; |
|
|
|
|
this.UnitName.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.UnitName.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.UnitName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.UnitName.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.UnitName.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.UnitName.Visible = true; |
|
|
|
|
this.UnitName.VisibleIndex = 5; |
|
|
|
|
this.UnitName.Width = 83; |
|
|
|
|
// |
|
|
|
|
// DeptCode |
|
|
|
|
// |
|
|
|
|
this.DeptCode.Caption = "科室编码"; |
|
|
|
|
this.DeptCode.FieldName = "DeptCode"; |
|
|
|
|
this.DeptCode.Name = "DeptCode"; |
|
|
|
|
this.DeptCode.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.DeptCode.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.DeptCode.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.DeptCode.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.DeptCode.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// DeptName |
|
|
|
|
// |
|
|
|
|
this.DeptName.Caption = "科室"; |
|
|
|
|
this.DeptName.FieldName = "DeptName"; |
|
|
|
|
this.DeptName.Name = "DeptName"; |
|
|
|
|
this.DeptName.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.DeptName.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.DeptName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.DeptName.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.DeptName.OptionsFilter.AllowFilter = false; |
|
|
|
|
this.DeptName.Visible = true; |
|
|
|
|
this.DeptName.VisibleIndex = 6; |
|
|
|
|
this.DeptName.Width = 89; |
|
|
|
|
// |
|
|
|
|
// IsHide |
|
|
|
|
// |
|
|
|
|
this.IsHide.Caption = "IsHide"; |
|
|
|
|
this.IsHide.FieldName = "IsHide"; |
|
|
|
|
this.IsHide.Name = "IsHide"; |
|
|
|
|
this.IsHide.OptionsColumn.AllowEdit = false; |
|
|
|
|
this.IsHide.OptionsColumn.AllowFocus = false; |
|
|
|
|
this.IsHide.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; |
|
|
|
|
this.IsHide.OptionsFilter.AllowAutoFilter = false; |
|
|
|
|
this.IsHide.OptionsFilter.AllowFilter = false; |
|
|
|
|
// |
|
|
|
|
// panel4 |
|
|
|
|
// |
|
|
|
|
this.panel4.Controls.Add(this.opMenuItem); |
|
|
|
|
this.panel4.Controls.Add(this.label3); |
|
|
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Top; |
|
|
|
|
this.panel4.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.panel4.Name = "panel4"; |
|
|
|
|
this.panel4.Size = new System.Drawing.Size(642, 46); |
|
|
|
|
this.panel4.TabIndex = 2; |
|
|
|
|
// |
|
|
|
|
// opMenuItem |
|
|
|
|
// |
|
|
|
|
this.opMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; |
|
|
|
|
this.opMenuItem.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.opMenuItem.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.opMenuItem.Location = new System.Drawing.Point(79, 0); |
|
|
|
|
this.opMenuItem.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4); |
|
|
|
|
this.opMenuItem.Name = "opMenuItem"; |
|
|
|
|
this.opMenuItem.Size = new System.Drawing.Size(563, 46); |
|
|
|
|
this.opMenuItem.TabIndex = 5; |
|
|
|
|
// |
|
|
|
|
// label3 |
|
|
|
|
// |
|
|
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Left; |
|
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.label3.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.label3.Name = "label3"; |
|
|
|
|
this.label3.Size = new System.Drawing.Size(79, 46); |
|
|
|
|
this.label3.TabIndex = 4; |
|
|
|
|
this.label3.Text = "检查项目"; |
|
|
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|
|
|
|
// |
|
|
|
|
// HazardTypeForm |
|
|
|
|
// |
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); |
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
|
|
this.ClientSize = new System.Drawing.Size(1398, 743); |
|
|
|
|
this.Controls.Add(this.splitContainer1); |
|
|
|
|
this.Controls.Add(this.panel1); |
|
|
|
|
this.Name = "HazardTypeForm"; |
|
|
|
|
this.Text = "HazardTypeForm"; |
|
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false); |
|
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
|
|
|
|
this.splitContainer1.ResumeLayout(false); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gCHazardType)).EndInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gVHazardType)).EndInit(); |
|
|
|
|
this.panel2.ResumeLayout(false); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gCHFeelItem)).EndInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gVHFeelItem)).EndInit(); |
|
|
|
|
this.panel3.ResumeLayout(false); |
|
|
|
|
this.panel1.ResumeLayout(false); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gCFeelItem)).EndInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gVFeelItem)).EndInit(); |
|
|
|
|
this.panel4.ResumeLayout(false); |
|
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1; |
|
|
|
|
private System.Windows.Forms.Panel panel1; |
|
|
|
|
private System.Windows.Forms.Panel panel2; |
|
|
|
|
private DevExpress.XtraGrid.GridControl gCHazardType; |
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gVHazardType; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn ID; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcName; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcCode; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcSort; |
|
|
|
|
private DevExpress.XtraGrid.GridControl gCHFeelItem; |
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gVHFeelItem; |
|
|
|
|
private System.Windows.Forms.Panel panel3; |
|
|
|
|
private DevExpress.XtraGrid.GridControl gCFeelItem; |
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gVFeelItem; |
|
|
|
|
private System.Windows.Forms.Panel panel4; |
|
|
|
|
private System.Windows.Forms.Label label2; |
|
|
|
|
private UControl.OpMenu opMenuHdType; |
|
|
|
|
private UControl.OpMenu opMenuRelation; |
|
|
|
|
private System.Windows.Forms.Label label1; |
|
|
|
|
private System.Windows.Forms.Label label3; |
|
|
|
|
private UControl.OpMenu opMenuItem; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn ID1; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn FeeItemName; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn KeyNo; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn FeeItemCode; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn ItemClass; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn Price; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn SettlePrice; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn Unit; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn UnitName; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn DeptCode; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn DeptName; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn IsHide; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn FID; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn FeeItemName2; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn ItemClass2; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn Price2; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn FeeItemCode2; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn Sort; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn HID; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn SettlePrice2; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn Unit2; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn UnitName2; |
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn DeptName2; |
|
|
|
|
} |
|
|
|
|
} |