namespace solarApp { partial class fmExcel { /// /// 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.tb2 = new System.Windows.Forms.TabPage(); this.lbSiteDB_sensor = new System.Windows.Forms.Label(); this.lbSiteID_sensor = new System.Windows.Forms.Label(); this.bt_archive = new System.Windows.Forms.Button(); this.bt_openFile = new System.Windows.Forms.Button(); this.bt_clear_station = new System.Windows.Forms.Button(); this.bt_clear_inv = new System.Windows.Forms.Button(); this.fp_site = new System.Windows.Forms.FlowLayoutPanel(); this.btVerifyData = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.lbSiteName_sensor = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tb1 = new System.Windows.Forms.TabPage(); this.tabControl = new System.Windows.Forms.TabControl(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tb1.SuspendLayout(); this.tabControl.SuspendLayout(); this.SuspendLayout(); // // tb2 // this.tb2.Location = new System.Drawing.Point(4, 31); this.tb2.Name = "tb2"; this.tb2.Padding = new System.Windows.Forms.Padding(3); this.tb2.Size = new System.Drawing.Size(1774, 818); this.tb2.TabIndex = 1; this.tb2.Text = "tabPage2"; this.tb2.UseVisualStyleBackColor = true; // // lbSiteDB_sensor // this.lbSiteDB_sensor.AutoSize = true; this.lbSiteDB_sensor.Font = new System.Drawing.Font("Microsoft JhengHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.lbSiteDB_sensor.Location = new System.Drawing.Point(49, 19); this.lbSiteDB_sensor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbSiteDB_sensor.Name = "lbSiteDB_sensor"; this.lbSiteDB_sensor.Size = new System.Drawing.Size(79, 24); this.lbSiteDB_sensor.TabIndex = 11; this.lbSiteDB_sensor.Text = "Site_DB"; // // lbSiteID_sensor // this.lbSiteID_sensor.AutoSize = true; this.lbSiteID_sensor.Font = new System.Drawing.Font("Microsoft JhengHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.lbSiteID_sensor.Location = new System.Drawing.Point(200, 19); this.lbSiteID_sensor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbSiteID_sensor.Name = "lbSiteID_sensor"; this.lbSiteID_sensor.Size = new System.Drawing.Size(72, 24); this.lbSiteID_sensor.TabIndex = 10; this.lbSiteID_sensor.Text = "Site_ID"; // // bt_archive // this.bt_archive.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.bt_archive.Location = new System.Drawing.Point(5, 528); this.bt_archive.Name = "bt_archive"; this.bt_archive.Size = new System.Drawing.Size(282, 100); this.bt_archive.TabIndex = 8; this.bt_archive.Text = "單日歸檔"; this.bt_archive.UseVisualStyleBackColor = true; this.bt_archive.Visible = false; // // bt_openFile // this.bt_openFile.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.bt_openFile.Location = new System.Drawing.Point(5, 251); this.bt_openFile.Name = "bt_openFile"; this.bt_openFile.Size = new System.Drawing.Size(172, 44); this.bt_openFile.TabIndex = 7; this.bt_openFile.Text = "慧景 - inv hour"; this.bt_openFile.UseVisualStyleBackColor = true; this.bt_openFile.Click += new System.EventHandler(this.bt_openFile_Click); // // bt_clear_station // this.bt_clear_station.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.bt_clear_station.Location = new System.Drawing.Point(3, 418); this.bt_clear_station.Name = "bt_clear_station"; this.bt_clear_station.Size = new System.Drawing.Size(135, 44); this.bt_clear_station.TabIndex = 6; this.bt_clear_station.Text = "clear data"; this.bt_clear_station.UseVisualStyleBackColor = true; this.bt_clear_station.Visible = false; // // bt_clear_inv // this.bt_clear_inv.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.bt_clear_inv.Location = new System.Drawing.Point(5, 335); this.bt_clear_inv.Name = "bt_clear_inv"; this.bt_clear_inv.Size = new System.Drawing.Size(172, 44); this.bt_clear_inv.TabIndex = 5; this.bt_clear_inv.Text = "慧景 - inv day"; this.bt_clear_inv.UseVisualStyleBackColor = true; this.bt_clear_inv.Click += new System.EventHandler(this.bt_clear_inv_Click); // // fp_site // this.fp_site.Dock = System.Windows.Forms.DockStyle.Top; this.fp_site.Location = new System.Drawing.Point(0, 0); this.fp_site.Name = "fp_site"; this.fp_site.Size = new System.Drawing.Size(300, 176); this.fp_site.TabIndex = 4; // // btVerifyData // this.btVerifyData.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btVerifyData.Location = new System.Drawing.Point(635, 7); this.btVerifyData.Name = "btVerifyData"; this.btVerifyData.Size = new System.Drawing.Size(158, 44); this.btVerifyData.TabIndex = 12; this.btVerifyData.Text = "檢核結果"; this.btVerifyData.UseVisualStyleBackColor = true; this.btVerifyData.Visible = false; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 125); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersWidth = 51; this.dataGridView1.RowTemplate.Height = 29; this.dataGridView1.Size = new System.Drawing.Size(1458, 687); this.dataGridView1.TabIndex = 1; // // panel1 // this.panel1.BackColor = System.Drawing.Color.LightYellow; this.panel1.Controls.Add(this.btVerifyData); this.panel1.Controls.Add(this.lbSiteDB_sensor); this.panel1.Controls.Add(this.lbSiteID_sensor); this.panel1.Controls.Add(this.lbSiteName_sensor); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1458, 125); this.panel1.TabIndex = 0; // // lbSiteName_sensor // this.lbSiteName_sensor.AutoSize = true; this.lbSiteName_sensor.Font = new System.Drawing.Font("Microsoft JhengHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.lbSiteName_sensor.Location = new System.Drawing.Point(360, 19); this.lbSiteName_sensor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbSiteName_sensor.Name = "lbSiteName_sensor"; this.lbSiteName_sensor.Size = new System.Drawing.Size(107, 24); this.lbSiteName_sensor.TabIndex = 9; this.lbSiteName_sensor.Text = "Site_Name"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(3, 3); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.BackColor = System.Drawing.Color.PaleGoldenrod; this.splitContainer1.Panel1.Controls.Add(this.bt_archive); this.splitContainer1.Panel1.Controls.Add(this.bt_openFile); this.splitContainer1.Panel1.Controls.Add(this.bt_clear_station); this.splitContainer1.Panel1.Controls.Add(this.bt_clear_inv); this.splitContainer1.Panel1.Controls.Add(this.fp_site); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.dataGridView1); this.splitContainer1.Panel2.Controls.Add(this.panel1); this.splitContainer1.Size = new System.Drawing.Size(1768, 812); this.splitContainer1.SplitterDistance = 300; this.splitContainer1.SplitterWidth = 10; this.splitContainer1.TabIndex = 0; // // tb1 // this.tb1.Controls.Add(this.splitContainer1); this.tb1.Location = new System.Drawing.Point(4, 31); this.tb1.Name = "tb1"; this.tb1.Padding = new System.Windows.Forms.Padding(3); this.tb1.Size = new System.Drawing.Size(1774, 818); this.tb1.TabIndex = 0; this.tb1.Text = " excel "; this.tb1.UseVisualStyleBackColor = true; // // tabControl // this.tabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons; this.tabControl.Controls.Add(this.tb1); this.tabControl.Controls.Add(this.tb2); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(1782, 853); this.tabControl.TabIndex = 1; // // fmExcel // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1782, 853); this.Controls.Add(this.tabControl); this.Name = "fmExcel"; this.Text = "fmExcel"; ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.tb1.ResumeLayout(false); this.tabControl.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabPage tb2; private System.Windows.Forms.Label lbSiteDB_sensor; private System.Windows.Forms.Label lbSiteID_sensor; private System.Windows.Forms.Button bt_archive; private System.Windows.Forms.Button bt_openFile; private System.Windows.Forms.Button bt_clear_station; private System.Windows.Forms.Button bt_clear_inv; private System.Windows.Forms.FlowLayoutPanel fp_site; private System.Windows.Forms.Button btVerifyData; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lbSiteName_sensor; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TabPage tb1; private System.Windows.Forms.TabControl tabControl; } }