337 lines
17 KiB
C#
337 lines
17 KiB
C#
|
|
|||
|
namespace tpDomeWinAPP
|
|||
|
{
|
|||
|
partial class fmObixStatus
|
|||
|
{
|
|||
|
/// <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.dgv = new System.Windows.Forms.DataGridView();
|
|||
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|||
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|||
|
this.lbSec2 = new System.Windows.Forms.Label();
|
|||
|
this.lbSec3 = new System.Windows.Forms.Label();
|
|||
|
this.lbSec4 = new System.Windows.Forms.Label();
|
|||
|
this.lbSec5 = new System.Windows.Forms.Label();
|
|||
|
this.tbSec2 = new System.Windows.Forms.TextBox();
|
|||
|
this.tbSec3 = new System.Windows.Forms.TextBox();
|
|||
|
this.tbSec4 = new System.Windows.Forms.TextBox();
|
|||
|
this.tbSec5 = new System.Windows.Forms.TextBox();
|
|||
|
this.cbShowEmpty = new System.Windows.Forms.CheckBox();
|
|||
|
this.btSearch_N4vsDB = new System.Windows.Forms.Button();
|
|||
|
this.btTagCompare = new System.Windows.Forms.Button();
|
|||
|
this.lbMsg = new System.Windows.Forms.Label();
|
|||
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|||
|
this.dgv_value = new System.Windows.Forms.DataGridView();
|
|||
|
this.dgv_control = new System.Windows.Forms.DataGridView();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
|||
|
this.splitContainer3.Panel1.SuspendLayout();
|
|||
|
this.splitContainer3.Panel2.SuspendLayout();
|
|||
|
this.splitContainer3.SuspendLayout();
|
|||
|
this.tableLayoutPanel1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|||
|
this.splitContainer1.Panel1.SuspendLayout();
|
|||
|
this.splitContainer1.Panel2.SuspendLayout();
|
|||
|
this.splitContainer1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgv_value)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgv_control)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// dgv
|
|||
|
//
|
|||
|
this.dgv.AllowUserToAddRows = false;
|
|||
|
this.dgv.AllowUserToDeleteRows = false;
|
|||
|
this.dgv.AllowUserToOrderColumns = true;
|
|||
|
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dgv.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|||
|
this.dgv.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.dgv.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.dgv.Name = "dgv";
|
|||
|
this.dgv.ReadOnly = true;
|
|||
|
this.dgv.RowHeadersWidth = 51;
|
|||
|
this.dgv.Size = new System.Drawing.Size(806, 574);
|
|||
|
this.dgv.TabIndex = 0;
|
|||
|
this.dgv.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_CellContentClick);
|
|||
|
//
|
|||
|
// splitContainer3
|
|||
|
//
|
|||
|
this.splitContainer3.Cursor = System.Windows.Forms.Cursors.HSplit;
|
|||
|
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.splitContainer3.Name = "splitContainer3";
|
|||
|
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
//
|
|||
|
// splitContainer3.Panel1
|
|||
|
//
|
|||
|
this.splitContainer3.Panel1.BackColor = System.Drawing.Color.DarkSlateGray;
|
|||
|
this.splitContainer3.Panel1.Controls.Add(this.tableLayoutPanel1);
|
|||
|
this.splitContainer3.Panel1.Controls.Add(this.btTagCompare);
|
|||
|
this.splitContainer3.Panel1.Controls.Add(this.lbMsg);
|
|||
|
this.splitContainer3.Panel1.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|||
|
//
|
|||
|
// splitContainer3.Panel2
|
|||
|
//
|
|||
|
this.splitContainer3.Panel2.Controls.Add(this.splitContainer1);
|
|||
|
this.splitContainer3.Panel2.Controls.Add(this.dgv);
|
|||
|
this.splitContainer3.Size = new System.Drawing.Size(1382, 657);
|
|||
|
this.splitContainer3.SplitterDistance = 79;
|
|||
|
this.splitContainer3.TabIndex = 4;
|
|||
|
//
|
|||
|
// tableLayoutPanel1
|
|||
|
//
|
|||
|
this.tableLayoutPanel1.ColumnCount = 5;
|
|||
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|||
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|||
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|||
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|||
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.lbSec2, 1, 0);
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.lbSec3, 2, 0);
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.lbSec4, 3, 0);
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.lbSec5, 4, 0);
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.tbSec2, 1, 1);
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.tbSec3, 2, 1);
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.tbSec4, 3, 1);
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.tbSec5, 4, 1);
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.cbShowEmpty, 0, 0);
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.btSearch_N4vsDB, 0, 1);
|
|||
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|||
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(377, 0);
|
|||
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|||
|
this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(5);
|
|||
|
this.tableLayoutPanel1.RowCount = 2;
|
|||
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|||
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|||
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1005, 79);
|
|||
|
this.tableLayoutPanel1.TabIndex = 4;
|
|||
|
//
|
|||
|
// lbSec2
|
|||
|
//
|
|||
|
this.lbSec2.AutoSize = true;
|
|||
|
this.lbSec2.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.lbSec2.Location = new System.Drawing.Point(207, 5);
|
|||
|
this.lbSec2.Name = "lbSec2";
|
|||
|
this.lbSec2.Size = new System.Drawing.Size(167, 19);
|
|||
|
this.lbSec2.TabIndex = 1;
|
|||
|
this.lbSec2.Text = "第二碼 - system_code1";
|
|||
|
//
|
|||
|
// lbSec3
|
|||
|
//
|
|||
|
this.lbSec3.AutoSize = true;
|
|||
|
this.lbSec3.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.lbSec3.Location = new System.Drawing.Point(406, 5);
|
|||
|
this.lbSec3.Name = "lbSec3";
|
|||
|
this.lbSec3.Size = new System.Drawing.Size(101, 19);
|
|||
|
this.lbSec3.TabIndex = 2;
|
|||
|
this.lbSec3.Text = "第三碼 - floor";
|
|||
|
//
|
|||
|
// lbSec4
|
|||
|
//
|
|||
|
this.lbSec4.AutoSize = true;
|
|||
|
this.lbSec4.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.lbSec4.Location = new System.Drawing.Point(605, 5);
|
|||
|
this.lbSec4.Name = "lbSec4";
|
|||
|
this.lbSec4.Size = new System.Drawing.Size(167, 19);
|
|||
|
this.lbSec4.TabIndex = 3;
|
|||
|
this.lbSec4.Text = "第四碼 - system_code2";
|
|||
|
//
|
|||
|
// lbSec5
|
|||
|
//
|
|||
|
this.lbSec5.AutoSize = true;
|
|||
|
this.lbSec5.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|||
|
this.lbSec5.Location = new System.Drawing.Point(804, 5);
|
|||
|
this.lbSec5.Name = "lbSec5";
|
|||
|
this.lbSec5.Size = new System.Drawing.Size(157, 19);
|
|||
|
this.lbSec5.TabIndex = 4;
|
|||
|
this.lbSec5.Text = "第五碼 - device_serial";
|
|||
|
//
|
|||
|
// tbSec2
|
|||
|
//
|
|||
|
this.tbSec2.Location = new System.Drawing.Point(207, 42);
|
|||
|
this.tbSec2.Name = "tbSec2";
|
|||
|
this.tbSec2.Size = new System.Drawing.Size(125, 27);
|
|||
|
this.tbSec2.TabIndex = 5;
|
|||
|
//
|
|||
|
// tbSec3
|
|||
|
//
|
|||
|
this.tbSec3.Location = new System.Drawing.Point(406, 42);
|
|||
|
this.tbSec3.Name = "tbSec3";
|
|||
|
this.tbSec3.Size = new System.Drawing.Size(125, 27);
|
|||
|
this.tbSec3.TabIndex = 6;
|
|||
|
//
|
|||
|
// tbSec4
|
|||
|
//
|
|||
|
this.tbSec4.Location = new System.Drawing.Point(605, 42);
|
|||
|
this.tbSec4.Name = "tbSec4";
|
|||
|
this.tbSec4.Size = new System.Drawing.Size(125, 27);
|
|||
|
this.tbSec4.TabIndex = 7;
|
|||
|
//
|
|||
|
// tbSec5
|
|||
|
//
|
|||
|
this.tbSec5.Location = new System.Drawing.Point(804, 42);
|
|||
|
this.tbSec5.Name = "tbSec5";
|
|||
|
this.tbSec5.Size = new System.Drawing.Size(125, 27);
|
|||
|
this.tbSec5.TabIndex = 8;
|
|||
|
//
|
|||
|
// cbShowEmpty
|
|||
|
//
|
|||
|
this.cbShowEmpty.AutoSize = true;
|
|||
|
this.cbShowEmpty.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|||
|
this.cbShowEmpty.Location = new System.Drawing.Point(8, 8);
|
|||
|
this.cbShowEmpty.Name = "cbShowEmpty";
|
|||
|
this.cbShowEmpty.Size = new System.Drawing.Size(185, 23);
|
|||
|
this.cbShowEmpty.TabIndex = 0;
|
|||
|
this.cbShowEmpty.Text = "只顯示niagaraTag缺失";
|
|||
|
this.cbShowEmpty.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// btSearch_N4vsDB
|
|||
|
//
|
|||
|
this.btSearch_N4vsDB.Location = new System.Drawing.Point(8, 42);
|
|||
|
this.btSearch_N4vsDB.Name = "btSearch_N4vsDB";
|
|||
|
this.btSearch_N4vsDB.Size = new System.Drawing.Size(94, 29);
|
|||
|
this.btSearch_N4vsDB.TabIndex = 9;
|
|||
|
this.btSearch_N4vsDB.Text = "查詢";
|
|||
|
this.btSearch_N4vsDB.UseVisualStyleBackColor = true;
|
|||
|
this.btSearch_N4vsDB.Click += new System.EventHandler(this.btSearch_N4vsDB_Click);
|
|||
|
//
|
|||
|
// btTagCompare
|
|||
|
//
|
|||
|
this.btTagCompare.Location = new System.Drawing.Point(14, 8);
|
|||
|
this.btTagCompare.Name = "btTagCompare";
|
|||
|
this.btTagCompare.Size = new System.Drawing.Size(121, 38);
|
|||
|
this.btTagCompare.TabIndex = 3;
|
|||
|
this.btTagCompare.Text = "資料比對";
|
|||
|
this.btTagCompare.UseVisualStyleBackColor = true;
|
|||
|
this.btTagCompare.Visible = false;
|
|||
|
//
|
|||
|
// lbMsg
|
|||
|
//
|
|||
|
this.lbMsg.AutoSize = true;
|
|||
|
this.lbMsg.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|||
|
this.lbMsg.Location = new System.Drawing.Point(14, 51);
|
|||
|
this.lbMsg.Name = "lbMsg";
|
|||
|
this.lbMsg.Size = new System.Drawing.Size(18, 19);
|
|||
|
this.lbMsg.TabIndex = 2;
|
|||
|
this.lbMsg.Text = "...";
|
|||
|
//
|
|||
|
// splitContainer1
|
|||
|
//
|
|||
|
this.splitContainer1.Cursor = System.Windows.Forms.Cursors.HSplit;
|
|||
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.splitContainer1.Location = new System.Drawing.Point(806, 0);
|
|||
|
this.splitContainer1.Name = "splitContainer1";
|
|||
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
//
|
|||
|
// splitContainer1.Panel1
|
|||
|
//
|
|||
|
this.splitContainer1.Panel1.Controls.Add(this.dgv_value);
|
|||
|
//
|
|||
|
// splitContainer1.Panel2
|
|||
|
//
|
|||
|
this.splitContainer1.Panel2.Controls.Add(this.dgv_control);
|
|||
|
this.splitContainer1.Size = new System.Drawing.Size(576, 574);
|
|||
|
this.splitContainer1.SplitterDistance = 272;
|
|||
|
this.splitContainer1.TabIndex = 1;
|
|||
|
//
|
|||
|
// dgv_value
|
|||
|
//
|
|||
|
this.dgv_value.AllowUserToAddRows = false;
|
|||
|
this.dgv_value.AllowUserToDeleteRows = false;
|
|||
|
this.dgv_value.AllowUserToOrderColumns = true;
|
|||
|
this.dgv_value.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dgv_value.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|||
|
this.dgv_value.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.dgv_value.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.dgv_value.Name = "dgv_value";
|
|||
|
this.dgv_value.ReadOnly = true;
|
|||
|
this.dgv_value.RowHeadersWidth = 51;
|
|||
|
this.dgv_value.Size = new System.Drawing.Size(806, 272);
|
|||
|
this.dgv_value.TabIndex = 1;
|
|||
|
//
|
|||
|
// dgv_control
|
|||
|
//
|
|||
|
this.dgv_control.AllowUserToAddRows = false;
|
|||
|
this.dgv_control.AllowUserToDeleteRows = false;
|
|||
|
this.dgv_control.AllowUserToOrderColumns = true;
|
|||
|
this.dgv_control.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dgv_control.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|||
|
this.dgv_control.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.dgv_control.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.dgv_control.Name = "dgv_control";
|
|||
|
this.dgv_control.ReadOnly = true;
|
|||
|
this.dgv_control.RowHeadersWidth = 51;
|
|||
|
this.dgv_control.Size = new System.Drawing.Size(806, 298);
|
|||
|
this.dgv_control.TabIndex = 1;
|
|||
|
//
|
|||
|
// fmObixStatus
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1382, 657);
|
|||
|
this.Controls.Add(this.splitContainer3);
|
|||
|
this.Name = "fmObixStatus";
|
|||
|
this.Text = "fmObixStatus";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
|
|||
|
this.splitContainer3.Panel1.ResumeLayout(false);
|
|||
|
this.splitContainer3.Panel1.PerformLayout();
|
|||
|
this.splitContainer3.Panel2.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|||
|
this.splitContainer3.ResumeLayout(false);
|
|||
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|||
|
this.tableLayoutPanel1.PerformLayout();
|
|||
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|||
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|||
|
this.splitContainer1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgv_value)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgv_control)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.DataGridView dgv;
|
|||
|
private System.Windows.Forms.SplitContainer splitContainer3;
|
|||
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|||
|
private System.Windows.Forms.Label lbSec2;
|
|||
|
private System.Windows.Forms.Label lbSec3;
|
|||
|
private System.Windows.Forms.Label lbSec4;
|
|||
|
private System.Windows.Forms.Label lbSec5;
|
|||
|
private System.Windows.Forms.TextBox tbSec2;
|
|||
|
private System.Windows.Forms.TextBox tbSec3;
|
|||
|
private System.Windows.Forms.TextBox tbSec4;
|
|||
|
private System.Windows.Forms.TextBox tbSec5;
|
|||
|
private System.Windows.Forms.CheckBox cbShowEmpty;
|
|||
|
private System.Windows.Forms.Button btSearch_N4vsDB;
|
|||
|
private System.Windows.Forms.Button btTagCompare;
|
|||
|
private System.Windows.Forms.Label lbMsg;
|
|||
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|||
|
private System.Windows.Forms.DataGridView dgv_value;
|
|||
|
private System.Windows.Forms.DataGridView dgv_control;
|
|||
|
}
|
|||
|
}
|