DeviceManager/DeviceRepairAndOptimization/Pages/Maintenance/page_MaintenanceView.Designer.cs
2024-06-04 17:25:13 +08:00

390 lines
22 KiB
C#

namespace DeviceRepairAndOptimization.Pages.Maintenance
{
partial class page_MaintenanceView
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(page_MaintenanceView));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colNumber = new DevExpress.XtraGrid.Columns.GridColumn();
this.colAutoID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEquipmentID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEquipmentName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFormVersionName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFormVersionCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFormVersionRev = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCreateDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCreateUserName = new DevExpress.XtraGrid.Columns.GridColumn();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.txt_Filter = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.stackPanel2 = new DevExpress.Utils.Layout.StackPanel();
this.btn_DriveMaintenanceEdit = new DevExpress.XtraEditors.SimpleButton();
this.btn_Detail = new DevExpress.XtraEditors.SimpleButton();
this.btn_Print = new DevExpress.XtraEditors.SimpleButton();
this.btn_Prints = new DevExpress.XtraEditors.SimpleButton();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).BeginInit();
this.stackPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Filter.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stackPanel2)).BeginInit();
this.stackPanel2.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.gridControl1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1854, 999);
this.tableLayoutPanel1.TabIndex = 0;
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(3, 51);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1848, 945);
this.gridControl1.TabIndex = 1;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colNumber,
this.colAutoID,
this.colEquipmentID,
this.colEquipmentName,
this.colFormVersionName,
this.colFormVersionCode,
this.colFormVersionRev,
this.colCreateDate,
this.colCreateUserName});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.AutoSelectAllInEditor = false;
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 36;
this.gridView1.OptionsSelection.MultiSelect = true;
this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView1_CustomUnboundColumnData);
//
// colNumber
//
this.colNumber.AppearanceCell.Options.UseTextOptions = true;
this.colNumber.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colNumber.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colNumber.AppearanceHeader.Options.UseTextOptions = true;
this.colNumber.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colNumber.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colNumber.Caption = "序号";
this.colNumber.FieldName = "Number";
this.colNumber.ImageOptions.Alignment = System.Drawing.StringAlignment.Center;
this.colNumber.MaxWidth = 50;
this.colNumber.MinWidth = 50;
this.colNumber.Name = "colNumber";
this.colNumber.OptionsColumn.FixedWidth = true;
this.colNumber.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
this.colNumber.Visible = true;
this.colNumber.VisibleIndex = 1;
this.colNumber.Width = 50;
//
// colAutoID
//
this.colAutoID.Caption = "编号";
this.colAutoID.FieldName = "AutoID";
this.colAutoID.MinWidth = 25;
this.colAutoID.Name = "colAutoID";
this.colAutoID.Width = 94;
//
// colEquipmentID
//
this.colEquipmentID.Caption = "设备编号";
this.colEquipmentID.FieldName = "EquipmentNo";
this.colEquipmentID.MinWidth = 25;
this.colEquipmentID.Name = "colEquipmentID";
this.colEquipmentID.Visible = true;
this.colEquipmentID.VisibleIndex = 2;
this.colEquipmentID.Width = 193;
//
// colEquipmentName
//
this.colEquipmentName.Caption = "设备名称";
this.colEquipmentName.FieldName = "EquipmenName";
this.colEquipmentName.MinWidth = 25;
this.colEquipmentName.Name = "colEquipmentName";
this.colEquipmentName.Visible = true;
this.colEquipmentName.VisibleIndex = 3;
this.colEquipmentName.Width = 193;
//
// colFormVersionName
//
this.colFormVersionName.Caption = "点检表名称";
this.colFormVersionName.FieldName = "FormVersionName";
this.colFormVersionName.MinWidth = 25;
this.colFormVersionName.Name = "colFormVersionName";
this.colFormVersionName.Visible = true;
this.colFormVersionName.VisibleIndex = 4;
this.colFormVersionName.Width = 193;
//
// colFormVersionCode
//
this.colFormVersionCode.Caption = "点检表编码";
this.colFormVersionCode.FieldName = "FormVersionCode";
this.colFormVersionCode.MinWidth = 25;
this.colFormVersionCode.Name = "colFormVersionCode";
this.colFormVersionCode.Visible = true;
this.colFormVersionCode.VisibleIndex = 5;
this.colFormVersionCode.Width = 193;
//
// colFormVersionRev
//
this.colFormVersionRev.Caption = "点检表版本号";
this.colFormVersionRev.FieldName = "FormVersionRev";
this.colFormVersionRev.MinWidth = 25;
this.colFormVersionRev.Name = "colFormVersionRev";
this.colFormVersionRev.Visible = true;
this.colFormVersionRev.VisibleIndex = 6;
this.colFormVersionRev.Width = 193;
//
// colCreateDate
//
this.colCreateDate.Caption = "录入时间";
this.colCreateDate.FieldName = "CreateDate";
this.colCreateDate.MinWidth = 25;
this.colCreateDate.Name = "colCreateDate";
this.colCreateDate.Visible = true;
this.colCreateDate.VisibleIndex = 7;
this.colCreateDate.Width = 193;
//
// colCreateUserName
//
this.colCreateUserName.Caption = "录入人";
this.colCreateUserName.FieldName = "CreateUserName";
this.colCreateUserName.MinWidth = 25;
this.colCreateUserName.Name = "colCreateUserName";
this.colCreateUserName.Visible = true;
this.colCreateUserName.VisibleIndex = 8;
this.colCreateUserName.Width = 244;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 450F));
this.tableLayoutPanel2.Controls.Add(this.stackPanel1, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.stackPanel2, 0, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(1854, 48);
this.tableLayoutPanel2.TabIndex = 2;
//
// stackPanel1
//
this.stackPanel1.Controls.Add(this.simpleButton1);
this.stackPanel1.Controls.Add(this.txt_Filter);
this.stackPanel1.Controls.Add(this.labelControl1);
this.stackPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.stackPanel1.LabelVertAlignment = DevExpress.Utils.Layout.LabelVertAlignment.Center;
this.stackPanel1.LayoutDirection = DevExpress.Utils.Layout.StackPanelLayoutDirection.RightToLeft;
this.stackPanel1.Location = new System.Drawing.Point(1404, 0);
this.stackPanel1.Margin = new System.Windows.Forms.Padding(0);
this.stackPanel1.Name = "stackPanel1";
this.stackPanel1.Size = new System.Drawing.Size(450, 48);
this.stackPanel1.TabIndex = 0;
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(353, 9);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(94, 29);
this.simpleButton1.TabIndex = 6;
this.simpleButton1.Text = "搜索";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// txt_Filter
//
this.txt_Filter.Location = new System.Drawing.Point(127, 13);
this.txt_Filter.Name = "txt_Filter";
this.txt_Filter.Size = new System.Drawing.Size(220, 22);
this.txt_Filter.TabIndex = 5;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(73, 16);
this.labelControl1.Margin = new System.Windows.Forms.Padding(15, 3, 3, 3);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(48, 15);
this.labelControl1.TabIndex = 4;
this.labelControl1.Text = "关键字:";
//
// stackPanel2
//
this.stackPanel2.Controls.Add(this.btn_DriveMaintenanceEdit);
this.stackPanel2.Controls.Add(this.btn_Detail);
this.stackPanel2.Controls.Add(this.btn_Print);
this.stackPanel2.Controls.Add(this.btn_Prints);
this.stackPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.stackPanel2.Location = new System.Drawing.Point(0, 0);
this.stackPanel2.Margin = new System.Windows.Forms.Padding(0);
this.stackPanel2.Name = "stackPanel2";
this.stackPanel2.Size = new System.Drawing.Size(1404, 48);
this.stackPanel2.TabIndex = 1;
//
// btn_DriveMaintenanceEdit
//
this.btn_DriveMaintenanceEdit.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.True;
this.btn_DriveMaintenanceEdit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_DriveMaintenanceEdit.ImageOptions.Image")));
this.btn_DriveMaintenanceEdit.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_DriveMaintenanceEdit.Location = new System.Drawing.Point(3, 1);
this.btn_DriveMaintenanceEdit.MaximumSize = new System.Drawing.Size(45, 45);
this.btn_DriveMaintenanceEdit.Name = "btn_DriveMaintenanceEdit";
this.btn_DriveMaintenanceEdit.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btn_DriveMaintenanceEdit.Size = new System.Drawing.Size(45, 45);
this.btn_DriveMaintenanceEdit.TabIndex = 10;
this.btn_DriveMaintenanceEdit.Text = "编辑";
this.btn_DriveMaintenanceEdit.ToolTip = "编辑保养记录";
this.btn_DriveMaintenanceEdit.Click += new System.EventHandler(this.btn_DriveMaintenanceEdit_Click);
//
// btn_Detail
//
this.btn_Detail.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.True;
this.btn_Detail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Detail.ImageOptions.Image")));
this.btn_Detail.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_Detail.Location = new System.Drawing.Point(54, 1);
this.btn_Detail.MaximumSize = new System.Drawing.Size(45, 45);
this.btn_Detail.Name = "btn_Detail";
this.btn_Detail.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btn_Detail.Size = new System.Drawing.Size(45, 45);
this.btn_Detail.TabIndex = 7;
this.btn_Detail.Text = "查看";
this.btn_Detail.ToolTip = "查看详情";
this.btn_Detail.Click += new System.EventHandler(this.btn_Detail_Click);
//
// btn_Print
//
this.btn_Print.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.True;
this.btn_Print.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Print.ImageOptions.Image")));
this.btn_Print.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_Print.Location = new System.Drawing.Point(105, 1);
this.btn_Print.MaximumSize = new System.Drawing.Size(45, 45);
this.btn_Print.Name = "btn_Print";
this.btn_Print.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btn_Print.Size = new System.Drawing.Size(45, 45);
this.btn_Print.TabIndex = 8;
this.btn_Print.Text = "打印";
this.btn_Print.ToolTip = "打印";
this.btn_Print.Click += new System.EventHandler(this.btn_Print_Click);
//
// btn_Prints
//
this.btn_Prints.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.True;
this.btn_Prints.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btn_Prints.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Prints.ImageOptions.Image")));
this.btn_Prints.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_Prints.Location = new System.Drawing.Point(156, 1);
this.btn_Prints.MaximumSize = new System.Drawing.Size(65, 45);
this.btn_Prints.Name = "btn_Prints";
this.btn_Prints.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btn_Prints.Size = new System.Drawing.Size(65, 45);
this.btn_Prints.TabIndex = 9;
this.btn_Prints.Text = "批量打印";
this.btn_Prints.ToolTip = "批量打印";
this.btn_Prints.Click += new System.EventHandler(this.btn_Prints_Click);
//
// page_MaintenanceView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1854, 999);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "page_MaintenanceView";
this.Text = "page_MaintenanceView";
this.Load += new System.EventHandler(this.page_MaintenanceView_Load);
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.tableLayoutPanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).EndInit();
this.stackPanel1.ResumeLayout(false);
this.stackPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_Filter.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.stackPanel2)).EndInit();
this.stackPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevExpress.Utils.Layout.StackPanel stackPanel1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txt_Filter;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn colAutoID;
private DevExpress.XtraGrid.Columns.GridColumn colEquipmentID;
private DevExpress.XtraGrid.Columns.GridColumn colEquipmentName;
private DevExpress.XtraGrid.Columns.GridColumn colFormVersionName;
private DevExpress.XtraGrid.Columns.GridColumn colFormVersionCode;
private DevExpress.XtraGrid.Columns.GridColumn colFormVersionRev;
private DevExpress.XtraGrid.Columns.GridColumn colCreateDate;
private DevExpress.XtraGrid.Columns.GridColumn colCreateUserName;
private DevExpress.XtraEditors.SimpleButton btn_Detail;
private DevExpress.XtraEditors.SimpleButton btn_Print;
private DevExpress.XtraEditors.SimpleButton btn_Prints;
private DevExpress.XtraEditors.SimpleButton btn_DriveMaintenanceEdit;
private DevExpress.XtraGrid.Columns.GridColumn colNumber;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private DevExpress.Utils.Layout.StackPanel stackPanel2;
}
}