302 lines
15 KiB
C#
302 lines
15 KiB
C#
|
|
namespace solarApp
|
|
{
|
|
partial class fmArchive
|
|
{
|
|
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
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.dtSelect = new System.Windows.Forms.DateTimePicker();
|
|
this.bt_site = new System.Windows.Forms.Button();
|
|
this.bt_Inv = new System.Windows.Forms.Button();
|
|
this.bt_Sensor = new System.Windows.Forms.Button();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btVerifyData = new System.Windows.Forms.Button();
|
|
this.lbSiteDB_sensor = new System.Windows.Forms.Label();
|
|
this.lbSiteID_sensor = new System.Windows.Forms.Label();
|
|
this.lbSiteName_sensor = new System.Windows.Forms.Label();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(1782, 953);
|
|
this.tabControl1.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.splitContainer1);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 31);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(1774, 918);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "tabPage1";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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.SystemColors.ActiveCaption;
|
|
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);
|
|
this.splitContainer1.Panel1.Controls.Add(this.dtSelect);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_site);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_Inv);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_Sensor);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
|
|
this.splitContainer1.Panel2.Controls.Add(this.panel1);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1768, 912);
|
|
this.splitContainer1.SplitterDistance = 300;
|
|
this.splitContainer1.SplitterWidth = 10;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// bt_clear_station
|
|
//
|
|
this.bt_clear_station.Enabled = false;
|
|
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.Click += new System.EventHandler(this.bt_clear_station_Click);
|
|
//
|
|
// bt_clear_inv
|
|
//
|
|
this.bt_clear_inv.Enabled = false;
|
|
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(135, 44);
|
|
this.bt_clear_inv.TabIndex = 5;
|
|
this.bt_clear_inv.Text = "clear data";
|
|
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, 150);
|
|
this.fp_site.TabIndex = 4;
|
|
//
|
|
// dtSelect
|
|
//
|
|
this.dtSelect.Location = new System.Drawing.Point(37, 156);
|
|
this.dtSelect.Name = "dtSelect";
|
|
this.dtSelect.Size = new System.Drawing.Size(204, 27);
|
|
this.dtSelect.TabIndex = 3;
|
|
this.dtSelect.ValueChanged += new System.EventHandler(this.dtSelect_ValueChanged);
|
|
//
|
|
// bt_site
|
|
//
|
|
this.bt_site.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.bt_site.Location = new System.Drawing.Point(152, 418);
|
|
this.bt_site.Name = "bt_site";
|
|
this.bt_site.Size = new System.Drawing.Size(135, 44);
|
|
this.bt_site.TabIndex = 2;
|
|
this.bt_site.Text = "Site 歸檔";
|
|
this.bt_site.UseVisualStyleBackColor = true;
|
|
this.bt_site.Click += new System.EventHandler(this.bt_site_Click);
|
|
//
|
|
// bt_Inv
|
|
//
|
|
this.bt_Inv.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.bt_Inv.Location = new System.Drawing.Point(152, 335);
|
|
this.bt_Inv.Name = "bt_Inv";
|
|
this.bt_Inv.Size = new System.Drawing.Size(135, 44);
|
|
this.bt_Inv.TabIndex = 1;
|
|
this.bt_Inv.Text = "Inv 歸檔";
|
|
this.bt_Inv.UseVisualStyleBackColor = true;
|
|
this.bt_Inv.Click += new System.EventHandler(this.bt_Inv_Click);
|
|
//
|
|
// bt_Sensor
|
|
//
|
|
this.bt_Sensor.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.bt_Sensor.Location = new System.Drawing.Point(152, 256);
|
|
this.bt_Sensor.Name = "bt_Sensor";
|
|
this.bt_Sensor.Size = new System.Drawing.Size(135, 44);
|
|
this.bt_Sensor.TabIndex = 0;
|
|
this.bt_Sensor.Text = "Sensor 歸檔";
|
|
this.bt_Sensor.UseVisualStyleBackColor = true;
|
|
this.bt_Sensor.Click += new System.EventHandler(this.bt_Sensor_Click);
|
|
//
|
|
// 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, 787);
|
|
this.dataGridView1.TabIndex = 1;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
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;
|
|
//
|
|
// 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.Click += new System.EventHandler(this.btVerifyData_Click);
|
|
//
|
|
// 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(41, 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";
|
|
//
|
|
// 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";
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 31);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(1774, 918);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "tabPage2";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// fmArchive
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1782, 953);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Name = "fmArchive";
|
|
this.Text = "fmArchive";
|
|
this.Load += new System.EventHandler(this.fmArchive_Load);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.DateTimePicker dtSelect;
|
|
private System.Windows.Forms.Button bt_site;
|
|
private System.Windows.Forms.Button bt_Inv;
|
|
private System.Windows.Forms.Button bt_Sensor;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Label lbSiteDB_sensor;
|
|
private System.Windows.Forms.Label lbSiteID_sensor;
|
|
private System.Windows.Forms.Label lbSiteName_sensor;
|
|
private System.Windows.Forms.FlowLayoutPanel fp_site;
|
|
private System.Windows.Forms.Button btVerifyData;
|
|
private System.Windows.Forms.Button bt_clear_inv;
|
|
private System.Windows.Forms.Button bt_clear_station;
|
|
}
|
|
} |