ibms-dome/z01_WinAPP/fmCheckTagName.Designer.cs
2022-11-18 21:32:59 +08:00

696 lines
36 KiB
C#

namespace tpDomeWinAPP
{
partial class fmCheckTagName
{
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.rbDome3 = new System.Windows.Forms.RadioButton();
this.rbM = new System.Windows.Forms.RadioButton();
this.btLoad = new System.Windows.Forms.Button();
this.rbDome2 = new System.Windows.Forms.RadioButton();
this.rbB1 = new System.Windows.Forms.RadioButton();
this.rbCinema = new System.Windows.Forms.RadioButton();
this.rbOffice = new System.Windows.Forms.RadioButton();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.fp_tab1 = new System.Windows.Forms.FlowLayoutPanel();
this.lbMsg = new System.Windows.Forms.Label();
this.rball = new System.Windows.Forms.RadioButton();
this.rb100 = new System.Windows.Forms.RadioButton();
this.splitContainer4 = new System.Windows.Forms.SplitContainer();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.tabPage2 = new System.Windows.Forms.TabPage();
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.lbMsg2 = new System.Windows.Forms.Label();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.splitContainer5 = new System.Windows.Forms.SplitContainer();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
this.splitContainer4.Panel1.SuspendLayout();
this.splitContainer4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tabPage2.SuspendLayout();
((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();
((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
this.splitContainer5.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Cursor = System.Windows.Forms.Cursors.VSplit;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
this.splitContainer1.Panel1.Controls.Add(this.rbDome3);
this.splitContainer1.Panel1.Controls.Add(this.rbM);
this.splitContainer1.Panel1.Controls.Add(this.btLoad);
this.splitContainer1.Panel1.Controls.Add(this.rbDome2);
this.splitContainer1.Panel1.Controls.Add(this.rbB1);
this.splitContainer1.Panel1.Controls.Add(this.rbCinema);
this.splitContainer1.Panel1.Controls.Add(this.rbOffice);
this.splitContainer1.Panel1.Cursor = System.Windows.Forms.Cursors.Arrow;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
this.splitContainer1.Size = new System.Drawing.Size(1502, 764);
this.splitContainer1.SplitterDistance = 223;
this.splitContainer1.TabIndex = 0;
//
// rbDome3
//
this.rbDome3.AutoSize = true;
this.rbDome3.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbDome3.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.rbDome3.Location = new System.Drawing.Point(21, 248);
this.rbDome3.Name = "rbDome3";
this.rbDome3.Size = new System.Drawing.Size(125, 29);
this.rbDome3.TabIndex = 5;
this.rbDome3.TabStop = true;
this.rbDome3.Tag = "D3";
this.rbDome3.Text = "大公棟 D3";
this.rbDome3.UseVisualStyleBackColor = true;
this.rbDome3.CheckedChanged += new System.EventHandler(this.rbM_CheckedChanged);
//
// rbM
//
this.rbM.AutoSize = true;
this.rbM.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbM.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.rbM.Location = new System.Drawing.Point(21, 288);
this.rbM.Name = "rbM";
this.rbM.Size = new System.Drawing.Size(118, 29);
this.rbM.TabIndex = 4;
this.rbM.TabStop = true;
this.rbM.Tag = "M";
this.rbM.Text = "商城 Mall";
this.rbM.UseVisualStyleBackColor = true;
this.rbM.CheckedChanged += new System.EventHandler(this.rbM_CheckedChanged);
//
// btLoad
//
this.btLoad.Location = new System.Drawing.Point(41, 32);
this.btLoad.Name = "btLoad";
this.btLoad.Size = new System.Drawing.Size(94, 29);
this.btLoad.TabIndex = 0;
this.btLoad.Text = "LoadData";
this.btLoad.UseVisualStyleBackColor = true;
this.btLoad.Click += new System.EventHandler(this.btLoad_Click);
//
// rbDome2
//
this.rbDome2.AutoSize = true;
this.rbDome2.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbDome2.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.rbDome2.Location = new System.Drawing.Point(21, 208);
this.rbDome2.Name = "rbDome2";
this.rbDome2.Size = new System.Drawing.Size(125, 29);
this.rbDome2.TabIndex = 3;
this.rbDome2.TabStop = true;
this.rbDome2.Tag = "D2";
this.rbDome2.Text = "巨蛋棟 D2";
this.rbDome2.UseVisualStyleBackColor = true;
this.rbDome2.CheckedChanged += new System.EventHandler(this.rbM_CheckedChanged);
//
// rbB1
//
this.rbB1.AutoSize = true;
this.rbB1.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbB1.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.rbB1.Location = new System.Drawing.Point(21, 87);
this.rbB1.Name = "rbB1";
this.rbB1.Size = new System.Drawing.Size(97, 29);
this.rbB1.TabIndex = 0;
this.rbB1.TabStop = true;
this.rbB1.Tag = "B1";
this.rbB1.Text = "三菱B1";
this.rbB1.UseVisualStyleBackColor = true;
this.rbB1.CheckedChanged += new System.EventHandler(this.rbM_CheckedChanged);
//
// rbCinema
//
this.rbCinema.AutoSize = true;
this.rbCinema.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbCinema.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.rbCinema.Location = new System.Drawing.Point(21, 168);
this.rbCinema.Name = "rbCinema";
this.rbCinema.Size = new System.Drawing.Size(169, 29);
this.rbCinema.TabIndex = 2;
this.rbCinema.TabStop = true;
this.rbCinema.Tag = "C";
this.rbCinema.Text = "影城棟 Cinema";
this.rbCinema.UseVisualStyleBackColor = true;
this.rbCinema.CheckedChanged += new System.EventHandler(this.rbM_CheckedChanged);
//
// rbOffice
//
this.rbOffice.AutoSize = true;
this.rbOffice.Cursor = System.Windows.Forms.Cursors.Hand;
this.rbOffice.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.rbOffice.Location = new System.Drawing.Point(21, 128);
this.rbOffice.Name = "rbOffice";
this.rbOffice.Size = new System.Drawing.Size(154, 29);
this.rbOffice.TabIndex = 1;
this.rbOffice.TabStop = true;
this.rbOffice.Tag = "O";
this.rbOffice.Text = "辦公棟 Office";
this.rbOffice.UseVisualStyleBackColor = true;
this.rbOffice.CheckedChanged += new System.EventHandler(this.rbM_CheckedChanged);
//
// tabControl1
//
this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Controls.Add(this.tabPage5);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.HotTrack = true;
this.tabControl1.ItemSize = new System.Drawing.Size(150, 40);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1275, 764);
this.tabControl1.TabIndex = 0;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.AliceBlue;
this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabPage1.Controls.Add(this.splitContainer2);
this.tabPage1.Location = new System.Drawing.Point(4, 44);
this.tabPage1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.tabPage1.Size = new System.Drawing.Size(1267, 716);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Niagara Tag";
//
// splitContainer2
//
this.splitContainer2.Cursor = System.Windows.Forms.Cursors.HSplit;
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(5, 5);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.BackColor = System.Drawing.Color.Azure;
this.splitContainer2.Panel1.Controls.Add(this.fp_tab1);
this.splitContainer2.Panel1.Controls.Add(this.lbMsg);
this.splitContainer2.Panel1.Controls.Add(this.rball);
this.splitContainer2.Panel1.Controls.Add(this.rb100);
this.splitContainer2.Panel1.Cursor = System.Windows.Forms.Cursors.Arrow;
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
this.splitContainer2.Size = new System.Drawing.Size(1253, 702);
this.splitContainer2.SplitterDistance = 86;
this.splitContainer2.TabIndex = 1;
//
// fp_tab1
//
this.fp_tab1.Dock = System.Windows.Forms.DockStyle.Right;
this.fp_tab1.Location = new System.Drawing.Point(401, 0);
this.fp_tab1.Name = "fp_tab1";
this.fp_tab1.Size = new System.Drawing.Size(852, 86);
this.fp_tab1.TabIndex = 10;
//
// lbMsg
//
this.lbMsg.AutoSize = true;
this.lbMsg.Location = new System.Drawing.Point(14, 79);
this.lbMsg.Name = "lbMsg";
this.lbMsg.Size = new System.Drawing.Size(18, 19);
this.lbMsg.TabIndex = 2;
this.lbMsg.Text = "...";
//
// rball
//
this.rball.AutoSize = true;
this.rball.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.rball.Location = new System.Drawing.Point(14, 47);
this.rball.Name = "rball";
this.rball.Size = new System.Drawing.Size(73, 29);
this.rball.TabIndex = 1;
this.rball.Text = "全部";
this.rball.UseVisualStyleBackColor = true;
this.rball.CheckedChanged += new System.EventHandler(this.rb100_CheckedChanged);
//
// rb100
//
this.rb100.AutoSize = true;
this.rb100.Checked = true;
this.rb100.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.rb100.Location = new System.Drawing.Point(14, 11);
this.rb100.Name = "rb100";
this.rb100.Size = new System.Drawing.Size(94, 29);
this.rb100.TabIndex = 0;
this.rb100.TabStop = true;
this.rb100.Text = "100 筆";
this.rb100.UseVisualStyleBackColor = true;
this.rb100.CheckedChanged += new System.EventHandler(this.rb100_CheckedChanged);
//
// splitContainer4
//
this.splitContainer4.Cursor = System.Windows.Forms.Cursors.VSplit;
this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer4.Location = new System.Drawing.Point(0, 0);
this.splitContainer4.Name = "splitContainer4";
//
// splitContainer4.Panel1
//
this.splitContainer4.Panel1.Controls.Add(this.dataGridView1);
//
// splitContainer4.Panel2
//
this.splitContainer4.Panel2.Cursor = System.Windows.Forms.Cursors.Arrow;
this.splitContainer4.Size = new System.Drawing.Size(1253, 612);
this.splitContainer4.SplitterDistance = 849;
this.splitContainer4.SplitterWidth = 10;
this.splitContainer4.TabIndex = 0;
//
// dataGridView1
//
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.Size = new System.Drawing.Size(849, 612);
this.dataGridView1.TabIndex = 1;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.splitContainer3);
this.tabPage2.Location = new System.Drawing.Point(4, 44);
this.tabPage2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.tabPage2.Size = new System.Drawing.Size(1267, 716);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Niagara -> DB";
this.tabPage2.UseVisualStyleBackColor = true;
//
// splitContainer3
//
this.splitContainer3.Cursor = System.Windows.Forms.Cursors.HSplit;
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer3.Location = new System.Drawing.Point(5, 5);
this.splitContainer3.Name = "splitContainer3";
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.BackColor = System.Drawing.Color.Beige;
this.splitContainer3.Panel1.Controls.Add(this.tableLayoutPanel1);
this.splitContainer3.Panel1.Controls.Add(this.btTagCompare);
this.splitContainer3.Panel1.Controls.Add(this.lbMsg2);
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(1257, 706);
this.splitContainer3.SplitterDistance = 85;
this.splitContainer3.TabIndex = 2;
//
// 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(302, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(5, 5, 5, 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(955, 85);
this.tableLayoutPanel1.TabIndex = 4;
//
// lbSec2
//
this.lbSec2.AutoSize = true;
this.lbSec2.Location = new System.Drawing.Point(197, 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(386, 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(575, 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(764, 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(197, 45);
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(386, 45);
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(575, 45);
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(764, 45);
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(136, 23);
this.cbShowEmpty.TabIndex = 0;
this.cbShowEmpty.Text = "只顯示缺失部分";
this.cbShowEmpty.UseVisualStyleBackColor = true;
this.cbShowEmpty.CheckedChanged += new System.EventHandler(this.cbShowEmpty_CheckedChanged);
//
// btSearch_N4vsDB
//
this.btSearch_N4vsDB.Location = new System.Drawing.Point(8, 45);
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);
//
// lbMsg2
//
this.lbMsg2.AutoSize = true;
this.lbMsg2.Location = new System.Drawing.Point(14, 51);
this.lbMsg2.Name = "lbMsg2";
this.lbMsg2.Size = new System.Drawing.Size(258, 19);
this.lbMsg2.TabIndex = 2;
this.lbMsg2.Text = "依據上頁 Niagara 查詢結果與DB比對";
//
// dataGridView2
//
this.dataGridView2.AllowUserToOrderColumns = true;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView2.Location = new System.Drawing.Point(0, 0);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowHeadersWidth = 51;
this.dataGridView2.Size = new System.Drawing.Size(1257, 617);
this.dataGridView2.TabIndex = 0;
this.dataGridView2.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
//
// tabPage3
//
this.tabPage3.Location = new System.Drawing.Point(4, 44);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage3.Size = new System.Drawing.Size(1266, 716);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "DB -> Niagara";
this.tabPage3.UseVisualStyleBackColor = true;
//
// tabPage4
//
this.tabPage4.Location = new System.Drawing.Point(4, 44);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage4.Size = new System.Drawing.Size(1266, 716);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "Excel 匯入";
this.tabPage4.UseVisualStyleBackColor = true;
//
// tabPage5
//
this.tabPage5.Location = new System.Drawing.Point(4, 44);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage5.Size = new System.Drawing.Size(1266, 716);
this.tabPage5.TabIndex = 4;
this.tabPage5.Text = "即時狀態";
this.tabPage5.UseVisualStyleBackColor = true;
//
// splitContainer5
//
this.splitContainer5.Cursor = System.Windows.Forms.Cursors.HSplit;
this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer5.Location = new System.Drawing.Point(5, 5);
this.splitContainer5.Name = "splitContainer5";
this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer5.Panel1
//
this.splitContainer5.Panel1.BackColor = System.Drawing.Color.Beige;
this.splitContainer5.Size = new System.Drawing.Size(150, 100);
this.splitContainer5.TabIndex = 0;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 5;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.Controls.Add(this.label1, 1, 0);
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100);
this.tableLayoutPanel2.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(43, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 171);
this.label1.TabIndex = 1;
this.label1.Text = "第二碼 - system_code1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(83, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(34, 95);
this.label2.TabIndex = 2;
this.label2.Text = "第三碼 - floor";
//
// fmCheckTagName
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1502, 764);
this.Controls.Add(this.splitContainer1);
this.Name = "fmCheckTagName";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Niagara Tag Management";
this.Load += new System.EventHandler(this.fmCheckTagName_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel1.PerformLayout();
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.splitContainer4.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
this.splitContainer4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tabPage2.ResumeLayout(false);
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();
((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
this.splitContainer5.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Button btLoad;
private System.Windows.Forms.RadioButton rbM;
private System.Windows.Forms.RadioButton rbDome2;
private System.Windows.Forms.RadioButton rbCinema;
private System.Windows.Forms.RadioButton rbOffice;
private System.Windows.Forms.RadioButton rbB1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.Label lbMsg;
private System.Windows.Forms.RadioButton rball;
private System.Windows.Forms.RadioButton rb100;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.Button btTagCompare;
private System.Windows.Forms.Label lbMsg2;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.SplitContainer splitContainer4;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.FlowLayoutPanel fp_tab1;
private System.Windows.Forms.RadioButton rbDome3;
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.TabPage tabPage3;
private System.Windows.Forms.SplitContainer splitContainer5;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabPage tabPage5;
}
}