608 lines
33 KiB
C#
608 lines
33 KiB
C#
|
|
namespace DeviceRepairAndOptimization.Pages
|
|
{
|
|
partial class page_MaintenancePlan
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
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();
|
|
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(page_MaintenancePlan));
|
|
System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
this.btn_Filter = new DevExpress.XtraEditors.SimpleButton();
|
|
this.EditSearch = new DevExpress.XtraEditors.ButtonEdit();
|
|
this.btn_add = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btn_Edit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btn_delete = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btn_Import = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btn_Export = new DevExpress.XtraEditors.SimpleButton();
|
|
this.EditYear = new DevExpress.XtraEditors.DateEdit();
|
|
this.tb_pnl_Content = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.gridControl = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.titleEquipmentID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleEquipmentName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleVersionCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth11 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleMonth12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleStartMonth = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCreatUserName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCreatDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colChangeUserName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colChangeDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.titleDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DeviceRepairAndOptimization.frmWaiting), true, true);
|
|
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
flowLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.EditSearch.Properties)).BeginInit();
|
|
flowLayoutPanel2.SuspendLayout();
|
|
tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.EditYear.Properties.CalendarTimeProperties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.EditYear.Properties)).BeginInit();
|
|
this.tb_pnl_Content.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
flowLayoutPanel1.Controls.Add(this.btn_Filter);
|
|
flowLayoutPanel1.Controls.Add(this.EditSearch);
|
|
flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
flowLayoutPanel1.Location = new System.Drawing.Point(1070, 0);
|
|
flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
flowLayoutPanel1.Size = new System.Drawing.Size(528, 48);
|
|
flowLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// btn_Filter
|
|
//
|
|
this.btn_Filter.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.btn_Filter.Location = new System.Drawing.Point(468, 9);
|
|
this.btn_Filter.Name = "btn_Filter";
|
|
this.btn_Filter.Size = new System.Drawing.Size(57, 26);
|
|
this.btn_Filter.TabIndex = 10;
|
|
this.btn_Filter.Text = "搜索";
|
|
this.btn_Filter.Click += new System.EventHandler(this.btn_Filter_Click);
|
|
//
|
|
// EditSearch
|
|
//
|
|
this.EditSearch.Location = new System.Drawing.Point(160, 7);
|
|
this.EditSearch.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7);
|
|
this.EditSearch.Name = "EditSearch";
|
|
this.EditSearch.Properties.Appearance.Font = new System.Drawing.Font("Verdana", 10F);
|
|
this.EditSearch.Properties.Appearance.Options.UseFont = true;
|
|
this.EditSearch.Properties.AutoHeight = false;
|
|
editorButtonImageOptions1.SvgImageSize = new System.Drawing.Size(16, 16);
|
|
this.EditSearch.Properties.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)});
|
|
this.EditSearch.Properties.NullValuePrompt = "输入设备编号或设备类型查询";
|
|
this.EditSearch.Size = new System.Drawing.Size(300, 31);
|
|
this.EditSearch.TabIndex = 9;
|
|
this.EditSearch.TextChanged += new System.EventHandler(this.EditSearch_TextChanged);
|
|
//
|
|
// flowLayoutPanel2
|
|
//
|
|
flowLayoutPanel2.Controls.Add(this.btn_add);
|
|
flowLayoutPanel2.Controls.Add(this.btn_Edit);
|
|
flowLayoutPanel2.Controls.Add(this.btn_delete);
|
|
flowLayoutPanel2.Controls.Add(this.btn_Import);
|
|
flowLayoutPanel2.Controls.Add(this.btn_Export);
|
|
flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|
flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
flowLayoutPanel2.Size = new System.Drawing.Size(393, 45);
|
|
flowLayoutPanel2.TabIndex = 3;
|
|
//
|
|
// btn_add
|
|
//
|
|
this.btn_add.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.btn_add.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.ImageOptions.Image")));
|
|
this.btn_add.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
|
|
this.btn_add.Location = new System.Drawing.Point(3, 1);
|
|
this.btn_add.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.btn_add.Name = "btn_add";
|
|
this.btn_add.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|
this.btn_add.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
|
|
this.btn_add.Size = new System.Drawing.Size(42, 42);
|
|
this.btn_add.TabIndex = 6;
|
|
this.btn_add.Text = "新增";
|
|
this.btn_add.ToolTip = "新增";
|
|
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
|
|
//
|
|
// btn_Edit
|
|
//
|
|
this.btn_Edit.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.btn_Edit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Edit.ImageOptions.Image")));
|
|
this.btn_Edit.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
|
|
this.btn_Edit.Location = new System.Drawing.Point(51, 1);
|
|
this.btn_Edit.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.btn_Edit.Name = "btn_Edit";
|
|
this.btn_Edit.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|
this.btn_Edit.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
|
|
this.btn_Edit.Size = new System.Drawing.Size(42, 42);
|
|
this.btn_Edit.TabIndex = 5;
|
|
this.btn_Edit.Text = "修改";
|
|
this.btn_Edit.ToolTip = "编辑";
|
|
this.btn_Edit.Click += new System.EventHandler(this.btn_Edit_Click);
|
|
//
|
|
// btn_delete
|
|
//
|
|
this.btn_delete.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.btn_delete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.ImageOptions.Image")));
|
|
this.btn_delete.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
|
|
this.btn_delete.Location = new System.Drawing.Point(99, 1);
|
|
this.btn_delete.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.btn_delete.Name = "btn_delete";
|
|
this.btn_delete.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|
this.btn_delete.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
|
|
this.btn_delete.Size = new System.Drawing.Size(42, 42);
|
|
this.btn_delete.TabIndex = 7;
|
|
this.btn_delete.Text = "删除";
|
|
this.btn_delete.ToolTip = "删除";
|
|
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
|
|
//
|
|
// btn_Import
|
|
//
|
|
this.btn_Import.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.btn_Import.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Import.ImageOptions.Image")));
|
|
this.btn_Import.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
|
|
this.btn_Import.Location = new System.Drawing.Point(147, 1);
|
|
this.btn_Import.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.btn_Import.Name = "btn_Import";
|
|
this.btn_Import.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|
this.btn_Import.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
|
|
this.btn_Import.Size = new System.Drawing.Size(42, 42);
|
|
this.btn_Import.TabIndex = 3;
|
|
this.btn_Import.Text = "导入";
|
|
this.btn_Import.Click += new System.EventHandler(this.btn_Import_Click);
|
|
//
|
|
// btn_Export
|
|
//
|
|
this.btn_Export.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.btn_Export.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Export.ImageOptions.Image")));
|
|
this.btn_Export.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
|
|
this.btn_Export.Location = new System.Drawing.Point(195, 1);
|
|
this.btn_Export.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
this.btn_Export.Name = "btn_Export";
|
|
this.btn_Export.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
|
this.btn_Export.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
|
|
this.btn_Export.Size = new System.Drawing.Size(42, 42);
|
|
this.btn_Export.TabIndex = 4;
|
|
this.btn_Export.Text = "导出";
|
|
this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click);
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
tableLayoutPanel2.ColumnCount = 3;
|
|
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
|
|
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
tableLayoutPanel2.Controls.Add(this.EditYear, 1, 0);
|
|
tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
tableLayoutPanel2.Location = new System.Drawing.Point(530, 3);
|
|
tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
tableLayoutPanel2.RowCount = 1;
|
|
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
tableLayoutPanel2.Size = new System.Drawing.Size(537, 42);
|
|
tableLayoutPanel2.TabIndex = 4;
|
|
//
|
|
// EditYear
|
|
//
|
|
this.EditYear.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.EditYear.EditValue = null;
|
|
this.EditYear.Location = new System.Drawing.Point(146, 3);
|
|
this.EditYear.Name = "EditYear";
|
|
this.EditYear.Properties.AutoHeight = false;
|
|
this.EditYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.EditYear.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.EditYear.Size = new System.Drawing.Size(244, 36);
|
|
this.EditYear.TabIndex = 2;
|
|
this.EditYear.EditValueChanged += new System.EventHandler(this.EditYear_EditValueChanged);
|
|
//
|
|
// tb_pnl_Content
|
|
//
|
|
this.tb_pnl_Content.ColumnCount = 1;
|
|
this.tb_pnl_Content.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tb_pnl_Content.Controls.Add(this.panel1, 0, 0);
|
|
this.tb_pnl_Content.Controls.Add(this.gridControl, 0, 1);
|
|
this.tb_pnl_Content.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tb_pnl_Content.Font = new System.Drawing.Font("Verdana", 9F);
|
|
this.tb_pnl_Content.Location = new System.Drawing.Point(0, 0);
|
|
this.tb_pnl_Content.Name = "tb_pnl_Content";
|
|
this.tb_pnl_Content.RowCount = 2;
|
|
this.tb_pnl_Content.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
|
this.tb_pnl_Content.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tb_pnl_Content.Size = new System.Drawing.Size(1598, 947);
|
|
this.tb_pnl_Content.TabIndex = 0;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.panel1.Controls.Add(this.tableLayoutPanel1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1598, 48);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.tableLayoutPanel1.Controls.Add(flowLayoutPanel1, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(flowLayoutPanel2, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 1, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1598, 48);
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// gridControl
|
|
//
|
|
this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControl.Location = new System.Drawing.Point(3, 51);
|
|
this.gridControl.MainView = this.gridView1;
|
|
this.gridControl.Name = "gridControl";
|
|
this.gridControl.Size = new System.Drawing.Size(1592, 893);
|
|
this.gridControl.TabIndex = 1;
|
|
this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.titleEquipmentID,
|
|
this.titleEquipmentName,
|
|
this.titleVersionCode,
|
|
this.titleMonth1,
|
|
this.titleMonth2,
|
|
this.titleMonth3,
|
|
this.titleMonth4,
|
|
this.titleMonth5,
|
|
this.titleMonth6,
|
|
this.titleMonth7,
|
|
this.titleMonth8,
|
|
this.titleMonth9,
|
|
this.titleMonth10,
|
|
this.titleMonth11,
|
|
this.titleMonth12,
|
|
this.titleStartMonth,
|
|
this.colCreatUserName,
|
|
this.colCreatDate,
|
|
this.colChangeUserName,
|
|
this.colChangeDate,
|
|
this.titleDescription});
|
|
this.gridView1.GridControl = this.gridControl;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsBehavior.Editable = false;
|
|
this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 36;
|
|
this.gridView1.OptionsSelection.UseIndicatorForSelection = false;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// titleEquipmentID
|
|
//
|
|
this.titleEquipmentID.Caption = "设备编号";
|
|
this.titleEquipmentID.FieldName = "DisplayEquipmentID";
|
|
this.titleEquipmentID.Name = "titleEquipmentID";
|
|
this.titleEquipmentID.Visible = true;
|
|
this.titleEquipmentID.VisibleIndex = 0;
|
|
//
|
|
// titleEquipmentName
|
|
//
|
|
this.titleEquipmentName.Caption = "设备类型";
|
|
this.titleEquipmentName.FieldName = "EquipmentName";
|
|
this.titleEquipmentName.Name = "titleEquipmentName";
|
|
this.titleEquipmentName.Visible = true;
|
|
this.titleEquipmentName.VisibleIndex = 1;
|
|
//
|
|
// titleVersionCode
|
|
//
|
|
this.titleVersionCode.Caption = "点检表";
|
|
this.titleVersionCode.FieldName = "VersionCode";
|
|
this.titleVersionCode.MinWidth = 25;
|
|
this.titleVersionCode.Name = "titleVersionCode";
|
|
this.titleVersionCode.Visible = true;
|
|
this.titleVersionCode.VisibleIndex = 2;
|
|
this.titleVersionCode.Width = 94;
|
|
//
|
|
// titleMonth1
|
|
//
|
|
this.titleMonth1.Caption = "一月";
|
|
this.titleMonth1.FieldName = "Jan";
|
|
this.titleMonth1.Name = "titleMonth1";
|
|
this.titleMonth1.Visible = true;
|
|
this.titleMonth1.VisibleIndex = 3;
|
|
//
|
|
// titleMonth2
|
|
//
|
|
this.titleMonth2.Caption = "二月";
|
|
this.titleMonth2.FieldName = "Feb";
|
|
this.titleMonth2.Name = "titleMonth2";
|
|
this.titleMonth2.Visible = true;
|
|
this.titleMonth2.VisibleIndex = 4;
|
|
//
|
|
// titleMonth3
|
|
//
|
|
this.titleMonth3.Caption = "三月";
|
|
this.titleMonth3.FieldName = "Mar";
|
|
this.titleMonth3.Name = "titleMonth3";
|
|
this.titleMonth3.Visible = true;
|
|
this.titleMonth3.VisibleIndex = 5;
|
|
//
|
|
// titleMonth4
|
|
//
|
|
this.titleMonth4.Caption = "四月";
|
|
this.titleMonth4.FieldName = "Apr";
|
|
this.titleMonth4.Name = "titleMonth4";
|
|
this.titleMonth4.Visible = true;
|
|
this.titleMonth4.VisibleIndex = 6;
|
|
//
|
|
// titleMonth5
|
|
//
|
|
this.titleMonth5.Caption = "五月";
|
|
this.titleMonth5.FieldName = "May";
|
|
this.titleMonth5.Name = "titleMonth5";
|
|
this.titleMonth5.Visible = true;
|
|
this.titleMonth5.VisibleIndex = 7;
|
|
//
|
|
// titleMonth6
|
|
//
|
|
this.titleMonth6.Caption = "六月";
|
|
this.titleMonth6.FieldName = "Jun";
|
|
this.titleMonth6.Name = "titleMonth6";
|
|
this.titleMonth6.Visible = true;
|
|
this.titleMonth6.VisibleIndex = 8;
|
|
//
|
|
// titleMonth7
|
|
//
|
|
this.titleMonth7.Caption = "七月";
|
|
this.titleMonth7.FieldName = "Jul";
|
|
this.titleMonth7.Name = "titleMonth7";
|
|
this.titleMonth7.Visible = true;
|
|
this.titleMonth7.VisibleIndex = 9;
|
|
//
|
|
// titleMonth8
|
|
//
|
|
this.titleMonth8.Caption = "八月";
|
|
this.titleMonth8.FieldName = "Aug";
|
|
this.titleMonth8.Name = "titleMonth8";
|
|
this.titleMonth8.Visible = true;
|
|
this.titleMonth8.VisibleIndex = 10;
|
|
//
|
|
// titleMonth9
|
|
//
|
|
this.titleMonth9.Caption = "九月";
|
|
this.titleMonth9.FieldName = "Sep";
|
|
this.titleMonth9.Name = "titleMonth9";
|
|
this.titleMonth9.Visible = true;
|
|
this.titleMonth9.VisibleIndex = 11;
|
|
//
|
|
// titleMonth10
|
|
//
|
|
this.titleMonth10.Caption = "十月";
|
|
this.titleMonth10.FieldName = "Oct";
|
|
this.titleMonth10.Name = "titleMonth10";
|
|
this.titleMonth10.Visible = true;
|
|
this.titleMonth10.VisibleIndex = 12;
|
|
//
|
|
// titleMonth11
|
|
//
|
|
this.titleMonth11.Caption = "十一月";
|
|
this.titleMonth11.FieldName = "Nov";
|
|
this.titleMonth11.Name = "titleMonth11";
|
|
this.titleMonth11.Visible = true;
|
|
this.titleMonth11.VisibleIndex = 13;
|
|
//
|
|
// titleMonth12
|
|
//
|
|
this.titleMonth12.Caption = "十二月";
|
|
this.titleMonth12.FieldName = "Dec";
|
|
this.titleMonth12.Name = "titleMonth12";
|
|
this.titleMonth12.Visible = true;
|
|
this.titleMonth12.VisibleIndex = 14;
|
|
//
|
|
// titleStartMonth
|
|
//
|
|
this.titleStartMonth.Caption = "新PM起始月份";
|
|
this.titleStartMonth.FieldName = "PMStartMonth";
|
|
this.titleStartMonth.Name = "titleStartMonth";
|
|
this.titleStartMonth.Visible = true;
|
|
this.titleStartMonth.VisibleIndex = 15;
|
|
//
|
|
// colCreatUserName
|
|
//
|
|
this.colCreatUserName.Caption = "创建人";
|
|
this.colCreatUserName.FieldName = "CreatUserName";
|
|
this.colCreatUserName.MinWidth = 25;
|
|
this.colCreatUserName.Name = "colCreatUserName";
|
|
this.colCreatUserName.Visible = true;
|
|
this.colCreatUserName.VisibleIndex = 16;
|
|
this.colCreatUserName.Width = 94;
|
|
//
|
|
// colCreatDate
|
|
//
|
|
this.colCreatDate.Caption = "创建时间";
|
|
this.colCreatDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
this.colCreatDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.colCreatDate.FieldName = "CreatDate";
|
|
this.colCreatDate.MinWidth = 25;
|
|
this.colCreatDate.Name = "colCreatDate";
|
|
this.colCreatDate.Visible = true;
|
|
this.colCreatDate.VisibleIndex = 17;
|
|
this.colCreatDate.Width = 94;
|
|
//
|
|
// colChangeUserName
|
|
//
|
|
this.colChangeUserName.Caption = "修改人";
|
|
this.colChangeUserName.FieldName = "ChangeUserName";
|
|
this.colChangeUserName.MinWidth = 25;
|
|
this.colChangeUserName.Name = "colChangeUserName";
|
|
this.colChangeUserName.Visible = true;
|
|
this.colChangeUserName.VisibleIndex = 18;
|
|
this.colChangeUserName.Width = 94;
|
|
//
|
|
// colChangeDate
|
|
//
|
|
this.colChangeDate.Caption = "修改时间";
|
|
this.colChangeDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
this.colChangeDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.colChangeDate.FieldName = "ChangeDate";
|
|
this.colChangeDate.MinWidth = 25;
|
|
this.colChangeDate.Name = "colChangeDate";
|
|
this.colChangeDate.Visible = true;
|
|
this.colChangeDate.VisibleIndex = 19;
|
|
this.colChangeDate.Width = 94;
|
|
//
|
|
// titleDescription
|
|
//
|
|
this.titleDescription.Caption = "备注";
|
|
this.titleDescription.FieldName = "Remarks";
|
|
this.titleDescription.Name = "titleDescription";
|
|
this.titleDescription.Visible = true;
|
|
this.titleDescription.VisibleIndex = 20;
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem1});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(173, 26);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(172, 22);
|
|
this.toolStripMenuItem1.Text = "查看设备保养详情";
|
|
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|
//
|
|
// splashScreenManager1
|
|
//
|
|
this.splashScreenManager1.ClosingDelay = 500;
|
|
//
|
|
// page_MaintenancePlan
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1598, 947);
|
|
this.Controls.Add(this.tb_pnl_Content);
|
|
this.DoubleBuffered = true;
|
|
this.Name = "page_MaintenancePlan";
|
|
this.Text = "设备保养计划";
|
|
this.Load += new System.EventHandler(this.page_MaintenancePlan_Load);
|
|
flowLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.EditSearch.Properties)).EndInit();
|
|
flowLayoutPanel2.ResumeLayout(false);
|
|
tableLayoutPanel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.EditYear.Properties.CalendarTimeProperties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.EditYear.Properties)).EndInit();
|
|
this.tb_pnl_Content.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tb_pnl_Content;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.ButtonEdit EditSearch;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private DevExpress.XtraGrid.GridControl gridControl;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleEquipmentID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleEquipmentName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth3;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth4;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth5;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth6;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth7;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth8;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth9;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth10;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth11;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleMonth12;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleStartMonth;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleDescription;
|
|
private DevExpress.XtraEditors.SimpleButton btn_Import;
|
|
private DevExpress.XtraEditors.SimpleButton btn_Export;
|
|
private DevExpress.XtraEditors.DateEdit EditYear;
|
|
private DevExpress.XtraEditors.SimpleButton btn_Edit;
|
|
private DevExpress.XtraEditors.SimpleButton btn_add;
|
|
private DevExpress.XtraEditors.SimpleButton btn_delete;
|
|
private DevExpress.XtraEditors.SimpleButton btn_Filter;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCreatUserName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCreatDate;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colChangeUserName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colChangeDate;
|
|
private DevExpress.XtraGrid.Columns.GridColumn titleVersionCode;
|
|
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
}
|
|
} |