namespace tpDomeWinAPP { partial class fmDB2Niagara { /// /// 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() { 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.dataGridView2 = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.SuspendLayout(); // // 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.LightBlue; 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.dataGridView2); this.splitContainer3.Size = new System.Drawing.Size(1387, 787); this.splitContainer3.SplitterDistance = 95; this.splitContainer3.TabIndex = 3; // // 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(382, 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, 95); this.tableLayoutPanel1.TabIndex = 4; // // lbSec2 // this.lbSec2.AutoSize = true; 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.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.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.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, 50); 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, 50); 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, 50); 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, 50); this.tbSec5.Name = "tbSec5"; this.tbSec5.Size = new System.Drawing.Size(125, 27); this.tbSec5.TabIndex = 8; // // cbShowEmpty // this.cbShowEmpty.AutoSize = true; 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, 50); 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.Click += new System.EventHandler(this.btTagCompare_Click); // // lbMsg // this.lbMsg.AutoSize = true; this.lbMsg.Location = new System.Drawing.Point(14, 51); this.lbMsg.Name = "lbMsg"; this.lbMsg.Size = new System.Drawing.Size(293, 19); this.lbMsg.TabIndex = 2; this.lbMsg.Text = "DB 中的 Tag 來找 Niagara 中的 TagName"; // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToDeleteRows = false; this.dataGridView2.AllowUserToOrderColumns = true; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Cursor = System.Windows.Forms.Cursors.Arrow; this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView2.Location = new System.Drawing.Point(0, 0); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.ReadOnly = true; this.dataGridView2.RowHeadersWidth = 51; this.dataGridView2.Size = new System.Drawing.Size(1387, 688); this.dataGridView2.TabIndex = 0; this.dataGridView2.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView2_DataBindingComplete); // // fmDB2Niagara // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1387, 787); this.Controls.Add(this.splitContainer3); this.Name = "fmDB2Niagara"; this.Text = "fmDB2Niagara"; 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(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.ResumeLayout(false); } #endregion 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 lbMsg2; private System.Windows.Forms.DataGridView dataGridView2; private System.Windows.Forms.Label lbMsg; } }