namespace DeviceRepairAndOptimization.Pages.DriveMaintenance { partial class xuc_RepairLogLst { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(xuc_RepairLogLst)); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.EquipmentID = new DevExpress.XtraGrid.Columns.GridColumn(); this.RepairUnit = new DevExpress.XtraGrid.Columns.GridColumn(); this.UnitLeader = new DevExpress.XtraGrid.Columns.GridColumn(); this.FaultDescription = new DevExpress.XtraGrid.Columns.GridColumn(); this.RepairPersonnel = new DevExpress.XtraGrid.Columns.GridColumn(); this.EvaluateInfo = new DevExpress.XtraGrid.Columns.GridColumn(); this.Operations = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.btn_ShowLog = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.cb_EvaluateInfo = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Operations)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btn_ShowLog)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cb_EvaluateInfo)).BeginInit(); this.SuspendLayout(); // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.Operations, this.btn_ShowLog, this.cb_EvaluateInfo}); this.gridControl1.Size = new System.Drawing.Size(800, 450); this.gridControl1.TabIndex = 2; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.EquipmentID, this.RepairUnit, this.UnitLeader, this.FaultDescription, this.RepairPersonnel, this.EvaluateInfo}); this.gridView1.GridControl = this.gridControl1; this.gridView1.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.True; // // EquipmentID // this.EquipmentID.Caption = "设备编号"; this.EquipmentID.FieldName = "EquipmentID"; this.EquipmentID.Name = "EquipmentID"; this.EquipmentID.Visible = true; this.EquipmentID.VisibleIndex = 0; // // RepairUnit // this.RepairUnit.Caption = "报修单元"; this.RepairUnit.FieldName = "RepairUnit"; this.RepairUnit.Name = "RepairUnit"; this.RepairUnit.Visible = true; this.RepairUnit.VisibleIndex = 1; // // UnitLeader // this.UnitLeader.Caption = "单元长"; this.UnitLeader.FieldName = "UnitLeader"; this.UnitLeader.Name = "UnitLeader"; this.UnitLeader.Visible = true; this.UnitLeader.VisibleIndex = 2; // // FaultDescription // this.FaultDescription.Caption = "故障描述"; this.FaultDescription.FieldName = "FaultDescription"; this.FaultDescription.Name = "FaultDescription"; this.FaultDescription.Visible = true; this.FaultDescription.VisibleIndex = 3; // // RepairPersonnel // this.RepairPersonnel.Caption = "维修人"; this.RepairPersonnel.FieldName = "RepairPersonnelName"; this.RepairPersonnel.Name = "RepairPersonnel"; this.RepairPersonnel.Visible = true; this.RepairPersonnel.VisibleIndex = 4; // // EvaluateInfo // this.EvaluateInfo.Caption = "有无产品评估信息"; this.EvaluateInfo.ColumnEdit = this.cb_EvaluateInfo; this.EvaluateInfo.FieldName = "EvaluateInfo"; this.EvaluateInfo.Name = "EvaluateInfo"; this.EvaluateInfo.Visible = true; this.EvaluateInfo.VisibleIndex = 5; // // Operations // this.Operations.AutoHeight = false; editorButtonImageOptions1.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft; editorButtonImageOptions1.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions1.SvgImage"))); editorButtonImageOptions2.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft; editorButtonImageOptions2.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions2.SvgImage"))); this.Operations.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "编辑", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "禁用 / 启用", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.Operations.Name = "Operations"; this.Operations.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // btn_ShowLog // this.btn_ShowLog.AutoHeight = false; editorButtonImageOptions3.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft; editorButtonImageOptions3.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions3.SvgImage"))); this.btn_ShowLog.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "维修记录", -1, true, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.btn_ShowLog.Name = "btn_ShowLog"; this.btn_ShowLog.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // cb_EvaluateInfo // this.cb_EvaluateInfo.AutoHeight = false; this.cb_EvaluateInfo.Name = "cb_EvaluateInfo"; this.cb_EvaluateInfo.ReadOnly = true; this.cb_EvaluateInfo.ValueChecked = 1; this.cb_EvaluateInfo.ValueUnchecked = 0; // // xuc_RepairLogLst // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.gridControl1); this.Name = "xuc_RepairLogLst"; this.Size = new System.Drawing.Size(800, 450); this.Load += new System.EventHandler(this.xuc_RepairLogLst_Load); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Operations)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btn_ShowLog)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cb_EvaluateInfo)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btn_ShowLog; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit Operations; private DevExpress.XtraGrid.Columns.GridColumn EquipmentID; private DevExpress.XtraGrid.Columns.GridColumn RepairUnit; private DevExpress.XtraGrid.Columns.GridColumn UnitLeader; private DevExpress.XtraGrid.Columns.GridColumn FaultDescription; private DevExpress.XtraGrid.Columns.GridColumn RepairPersonnel; private DevExpress.XtraGrid.Columns.GridColumn EvaluateInfo; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit cb_EvaluateInfo; } }