853 lines
44 KiB
C#
853 lines
44 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.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.bt_archive_One = new System.Windows.Forms.Button();
|
|
this.bt_lackStation = new System.Windows.Forms.Button();
|
|
this.bt_sensor_lackData = new System.Windows.Forms.Button();
|
|
this.bt_updateInstantValue = new System.Windows.Forms.Button();
|
|
this.bt_rpt_invDay = new System.Windows.Forms.Button();
|
|
this.bt_meter = new System.Windows.Forms.Button();
|
|
this.lbmsg = new System.Windows.Forms.Label();
|
|
this.dtSelect2 = new System.Windows.Forms.DateTimePicker();
|
|
this.bt_archive = new System.Windows.Forms.Button();
|
|
this.bt_clear_sensor = 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.dtSelect1 = 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.gv_inv_detail = new System.Windows.Forms.DataGridView();
|
|
this.gv_rpt_invDay = new System.Windows.Forms.DataGridView();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.lbMsgTitle = new System.Windows.Forms.Label();
|
|
this.bt_invDay = new System.Windows.Forms.Button();
|
|
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.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.lbReceiver = new System.Windows.Forms.Label();
|
|
this.tbReceiver = new System.Windows.Forms.TextBox();
|
|
this.gbox = new System.Windows.Forms.GroupBox();
|
|
this.lbContent = new System.Windows.Forms.Label();
|
|
this.tbContent = new System.Windows.Forms.TextBox();
|
|
this.lbTitle = new System.Windows.Forms.Label();
|
|
this.tbTitle = new System.Windows.Forms.TextBox();
|
|
this.rbNoSSL = new System.Windows.Forms.RadioButton();
|
|
this.rbSSL = new System.Windows.Forms.RadioButton();
|
|
this.lbPort = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbPassword = new System.Windows.Forms.TextBox();
|
|
this.lbUserName = new System.Windows.Forms.Label();
|
|
this.tbUserName = new System.Windows.Forms.TextBox();
|
|
this.btSendMail = new System.Windows.Forms.Button();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
this.btSyncErr = new System.Windows.Forms.Button();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
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.gv_inv_detail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gv_rpt_invDay)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.gbox.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.tabPage4.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.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Controls.Add(this.tabPage4);
|
|
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.button3);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label2);
|
|
this.splitContainer1.Panel1.Controls.Add(this.textBox1);
|
|
this.splitContainer1.Panel1.Controls.Add(this.button2);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_archive_One);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_lackStation);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_sensor_lackData);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_updateInstantValue);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_rpt_invDay);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_meter);
|
|
this.splitContainer1.Panel1.Controls.Add(this.lbmsg);
|
|
this.splitContainer1.Panel1.Controls.Add(this.dtSelect2);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_archive);
|
|
this.splitContainer1.Panel1.Controls.Add(this.bt_clear_sensor);
|
|
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.dtSelect1);
|
|
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.gv_inv_detail);
|
|
this.splitContainer1.Panel2.Controls.Add(this.gv_rpt_invDay);
|
|
this.splitContainer1.Panel2.Controls.Add(this.panel1);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1768, 912);
|
|
this.splitContainer1.SplitterDistance = 400;
|
|
this.splitContainer1.SplitterWidth = 10;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Font = new System.Drawing.Font("Microsoft JhengHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.button3.Location = new System.Drawing.Point(297, 686);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(94, 43);
|
|
this.button3.TabIndex = 20;
|
|
this.button3.Text = "每小時設備";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(196, 539);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(42, 19);
|
|
this.label2.TabIndex = 19;
|
|
this.label2.Text = "小時:";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(244, 536);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(125, 27);
|
|
this.textBox1.TabIndex = 18;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.button2.Location = new System.Drawing.Point(170, 576);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(227, 44);
|
|
this.button2.TabIndex = 17;
|
|
this.button2.Text = "測試當下 irrdayHour";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// bt_archive_One
|
|
//
|
|
this.bt_archive_One.Location = new System.Drawing.Point(10, 850);
|
|
this.bt_archive_One.Name = "bt_archive_One";
|
|
this.bt_archive_One.Size = new System.Drawing.Size(166, 57);
|
|
this.bt_archive_One.TabIndex = 16;
|
|
this.bt_archive_One.Text = "時間區間/單電站";
|
|
this.bt_archive_One.UseVisualStyleBackColor = true;
|
|
this.bt_archive_One.Click += new System.EventHandler(this.bt_archive_One_Click);
|
|
//
|
|
// bt_lackStation
|
|
//
|
|
this.bt_lackStation.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.bt_lackStation.Location = new System.Drawing.Point(300, 735);
|
|
this.bt_lackStation.Name = "bt_lackStation";
|
|
this.bt_lackStation.Size = new System.Drawing.Size(107, 44);
|
|
this.bt_lackStation.TabIndex = 15;
|
|
this.bt_lackStation.Text = "LackData";
|
|
this.bt_lackStation.UseVisualStyleBackColor = true;
|
|
this.bt_lackStation.Visible = false;
|
|
this.bt_lackStation.Click += new System.EventHandler(this.bt_lackStation_Click);
|
|
//
|
|
// bt_sensor_lackData
|
|
//
|
|
this.bt_sensor_lackData.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.bt_sensor_lackData.Location = new System.Drawing.Point(297, 635);
|
|
this.bt_sensor_lackData.Name = "bt_sensor_lackData";
|
|
this.bt_sensor_lackData.Size = new System.Drawing.Size(107, 44);
|
|
this.bt_sensor_lackData.TabIndex = 14;
|
|
this.bt_sensor_lackData.Text = "全電站";
|
|
this.bt_sensor_lackData.UseVisualStyleBackColor = true;
|
|
this.bt_sensor_lackData.Click += new System.EventHandler(this.bt_sensor_lackData_Click);
|
|
//
|
|
// bt_updateInstantValue
|
|
//
|
|
this.bt_updateInstantValue.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.bt_updateInstantValue.Location = new System.Drawing.Point(156, 790);
|
|
this.bt_updateInstantValue.Name = "bt_updateInstantValue";
|
|
this.bt_updateInstantValue.Size = new System.Drawing.Size(100, 44);
|
|
this.bt_updateInstantValue.TabIndex = 13;
|
|
this.bt_updateInstantValue.Text = "即時資料";
|
|
this.bt_updateInstantValue.UseVisualStyleBackColor = true;
|
|
this.bt_updateInstantValue.Click += new System.EventHandler(this.bt_updateInstantValue_Click);
|
|
//
|
|
// bt_rpt_invDay
|
|
//
|
|
this.bt_rpt_invDay.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.bt_rpt_invDay.Location = new System.Drawing.Point(262, 790);
|
|
this.bt_rpt_invDay.Name = "bt_rpt_invDay";
|
|
this.bt_rpt_invDay.Size = new System.Drawing.Size(135, 44);
|
|
this.bt_rpt_invDay.TabIndex = 12;
|
|
this.bt_rpt_invDay.Text = "日報表";
|
|
this.bt_rpt_invDay.UseVisualStyleBackColor = true;
|
|
this.bt_rpt_invDay.Click += new System.EventHandler(this.bt_rpt_invDay_Click);
|
|
//
|
|
// bt_meter
|
|
//
|
|
this.bt_meter.Location = new System.Drawing.Point(10, 786);
|
|
this.bt_meter.Margin = new System.Windows.Forms.Padding(4);
|
|
this.bt_meter.Name = "bt_meter";
|
|
this.bt_meter.Size = new System.Drawing.Size(119, 56);
|
|
this.bt_meter.TabIndex = 11;
|
|
this.bt_meter.Text = "Meter歸檔";
|
|
this.bt_meter.UseVisualStyleBackColor = true;
|
|
this.bt_meter.Click += new System.EventHandler(this.bt_meter_Click);
|
|
//
|
|
// lbmsg
|
|
//
|
|
this.lbmsg.AutoSize = true;
|
|
this.lbmsg.Location = new System.Drawing.Point(10, 569);
|
|
this.lbmsg.Name = "lbmsg";
|
|
this.lbmsg.Size = new System.Drawing.Size(20, 19);
|
|
this.lbmsg.TabIndex = 10;
|
|
this.lbmsg.Text = "~";
|
|
//
|
|
// dtSelect2
|
|
//
|
|
this.dtSelect2.Location = new System.Drawing.Point(10, 593);
|
|
this.dtSelect2.Name = "dtSelect2";
|
|
this.dtSelect2.Size = new System.Drawing.Size(145, 27);
|
|
this.dtSelect2.TabIndex = 9;
|
|
//
|
|
// 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(208, 846);
|
|
this.bt_archive.Name = "bt_archive";
|
|
this.bt_archive.Size = new System.Drawing.Size(189, 61);
|
|
this.bt_archive.TabIndex = 8;
|
|
this.bt_archive.Text = "時間區間/全電站";
|
|
this.bt_archive.UseVisualStyleBackColor = true;
|
|
this.bt_archive.Click += new System.EventHandler(this.bt_archive_Click);
|
|
//
|
|
// bt_clear_sensor
|
|
//
|
|
this.bt_clear_sensor.Enabled = false;
|
|
this.bt_clear_sensor.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.bt_clear_sensor.Location = new System.Drawing.Point(10, 635);
|
|
this.bt_clear_sensor.Name = "bt_clear_sensor";
|
|
this.bt_clear_sensor.Size = new System.Drawing.Size(119, 44);
|
|
this.bt_clear_sensor.TabIndex = 7;
|
|
this.bt_clear_sensor.Text = "clear data";
|
|
this.bt_clear_sensor.UseVisualStyleBackColor = true;
|
|
this.bt_clear_sensor.Click += new System.EventHandler(this.bt_clear_sensor_Click);
|
|
//
|
|
// 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(10, 735);
|
|
this.bt_clear_station.Name = "bt_clear_station";
|
|
this.bt_clear_station.Size = new System.Drawing.Size(119, 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(10, 686);
|
|
this.bt_clear_inv.Name = "bt_clear_inv";
|
|
this.bt_clear_inv.Size = new System.Drawing.Size(119, 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(400, 530);
|
|
this.fp_site.TabIndex = 4;
|
|
//
|
|
// dtSelect1
|
|
//
|
|
this.dtSelect1.Location = new System.Drawing.Point(10, 536);
|
|
this.dtSelect1.Name = "dtSelect1";
|
|
this.dtSelect1.Size = new System.Drawing.Size(145, 27);
|
|
this.dtSelect1.TabIndex = 3;
|
|
this.dtSelect1.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(159, 735);
|
|
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(156, 686);
|
|
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(156, 635);
|
|
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);
|
|
//
|
|
// gv_inv_detail
|
|
//
|
|
this.gv_inv_detail.AllowUserToAddRows = false;
|
|
this.gv_inv_detail.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.gv_inv_detail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.gv_inv_detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gv_inv_detail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gv_inv_detail.Location = new System.Drawing.Point(768, 75);
|
|
this.gv_inv_detail.Name = "gv_inv_detail";
|
|
this.gv_inv_detail.ReadOnly = true;
|
|
this.gv_inv_detail.RowHeadersWidth = 51;
|
|
this.gv_inv_detail.RowTemplate.Height = 29;
|
|
this.gv_inv_detail.Size = new System.Drawing.Size(590, 837);
|
|
this.gv_inv_detail.TabIndex = 2;
|
|
this.gv_inv_detail.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gv_inv_detail_CellDoubleClick);
|
|
//
|
|
// gv_rpt_invDay
|
|
//
|
|
this.gv_rpt_invDay.AllowUserToAddRows = false;
|
|
this.gv_rpt_invDay.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.gv_rpt_invDay.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.gv_rpt_invDay.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.gv_rpt_invDay.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.gv_rpt_invDay.Location = new System.Drawing.Point(0, 75);
|
|
this.gv_rpt_invDay.Name = "gv_rpt_invDay";
|
|
this.gv_rpt_invDay.ReadOnly = true;
|
|
this.gv_rpt_invDay.RowHeadersWidth = 51;
|
|
this.gv_rpt_invDay.RowTemplate.Height = 29;
|
|
this.gv_rpt_invDay.Size = new System.Drawing.Size(768, 837);
|
|
this.gv_rpt_invDay.TabIndex = 1;
|
|
this.gv_rpt_invDay.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.gv_rpt_invDay_CellFormatting);
|
|
this.gv_rpt_invDay.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gv_rpt_invDay_CellMouseDoubleClick);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
this.panel1.Controls.Add(this.lbMsgTitle);
|
|
this.panel1.Controls.Add(this.bt_invDay);
|
|
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(1358, 75);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// lbMsgTitle
|
|
//
|
|
this.lbMsgTitle.AutoSize = true;
|
|
this.lbMsgTitle.Location = new System.Drawing.Point(931, 20);
|
|
this.lbMsgTitle.Name = "lbMsgTitle";
|
|
this.lbMsgTitle.Size = new System.Drawing.Size(51, 19);
|
|
this.lbMsgTitle.TabIndex = 15;
|
|
this.lbMsgTitle.Text = "label2";
|
|
//
|
|
// bt_invDay
|
|
//
|
|
this.bt_invDay.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.bt_invDay.Location = new System.Drawing.Point(21, 8);
|
|
this.bt_invDay.Name = "bt_invDay";
|
|
this.bt_invDay.Size = new System.Drawing.Size(159, 44);
|
|
this.bt_invDay.TabIndex = 14;
|
|
this.bt_invDay.Text = "Inv 檢核";
|
|
this.bt_invDay.UseVisualStyleBackColor = true;
|
|
this.bt_invDay.Click += new System.EventHandler(this.bt_invDay_Click);
|
|
//
|
|
// 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(746, 8);
|
|
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(209, 20);
|
|
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";
|
|
this.lbSiteDB_sensor.Click += new System.EventHandler(this.lbSiteDB_sensor_Click);
|
|
//
|
|
// 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(361, 20);
|
|
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(520, 20);
|
|
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.Controls.Add(this.splitContainer2);
|
|
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;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Cursor = System.Windows.Forms.Cursors.VSplit;
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.Location = new System.Drawing.Point(3, 3);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.BackColor = System.Drawing.Color.OldLace;
|
|
this.splitContainer2.Panel1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.richTextBox1);
|
|
this.splitContainer2.Panel2.Controls.Add(this.panel2);
|
|
this.splitContainer2.Size = new System.Drawing.Size(1768, 912);
|
|
this.splitContainer2.SplitterDistance = 299;
|
|
this.splitContainer2.SplitterWidth = 10;
|
|
this.splitContainer2.TabIndex = 1;
|
|
//
|
|
// richTextBox1
|
|
//
|
|
this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBox1.Location = new System.Drawing.Point(0, 321);
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.Size = new System.Drawing.Size(1459, 591);
|
|
this.richTextBox1.TabIndex = 1;
|
|
this.richTextBox1.Text = "";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.Moccasin;
|
|
this.panel2.Controls.Add(this.lbReceiver);
|
|
this.panel2.Controls.Add(this.tbReceiver);
|
|
this.panel2.Controls.Add(this.gbox);
|
|
this.panel2.Controls.Add(this.btSendMail);
|
|
this.panel2.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1459, 321);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// lbReceiver
|
|
//
|
|
this.lbReceiver.AutoSize = true;
|
|
this.lbReceiver.Location = new System.Drawing.Point(789, 51);
|
|
this.lbReceiver.Name = "lbReceiver";
|
|
this.lbReceiver.Size = new System.Drawing.Size(54, 19);
|
|
this.lbReceiver.TabIndex = 16;
|
|
this.lbReceiver.Text = "收件人";
|
|
//
|
|
// tbReceiver
|
|
//
|
|
this.tbReceiver.Location = new System.Drawing.Point(789, 73);
|
|
this.tbReceiver.Name = "tbReceiver";
|
|
this.tbReceiver.Size = new System.Drawing.Size(217, 27);
|
|
this.tbReceiver.TabIndex = 15;
|
|
this.tbReceiver.Text = "cesarliuc@gmail.com";
|
|
//
|
|
// gbox
|
|
//
|
|
this.gbox.Controls.Add(this.lbContent);
|
|
this.gbox.Controls.Add(this.tbContent);
|
|
this.gbox.Controls.Add(this.lbTitle);
|
|
this.gbox.Controls.Add(this.tbTitle);
|
|
this.gbox.Controls.Add(this.rbNoSSL);
|
|
this.gbox.Controls.Add(this.rbSSL);
|
|
this.gbox.Controls.Add(this.lbPort);
|
|
this.gbox.Controls.Add(this.label1);
|
|
this.gbox.Controls.Add(this.tbPassword);
|
|
this.gbox.Controls.Add(this.lbUserName);
|
|
this.gbox.Controls.Add(this.tbUserName);
|
|
this.gbox.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.gbox.Location = new System.Drawing.Point(80, 30);
|
|
this.gbox.Name = "gbox";
|
|
this.gbox.Size = new System.Drawing.Size(551, 246);
|
|
this.gbox.TabIndex = 7;
|
|
this.gbox.TabStop = false;
|
|
this.gbox.Text = "smtp.gmail.com";
|
|
//
|
|
// lbContent
|
|
//
|
|
this.lbContent.AutoSize = true;
|
|
this.lbContent.Location = new System.Drawing.Point(312, 112);
|
|
this.lbContent.Name = "lbContent";
|
|
this.lbContent.Size = new System.Drawing.Size(64, 19);
|
|
this.lbContent.TabIndex = 16;
|
|
this.lbContent.Text = "Content";
|
|
//
|
|
// tbContent
|
|
//
|
|
this.tbContent.Location = new System.Drawing.Point(312, 134);
|
|
this.tbContent.Name = "tbContent";
|
|
this.tbContent.Size = new System.Drawing.Size(217, 27);
|
|
this.tbContent.TabIndex = 15;
|
|
this.tbContent.Text = "Context Text";
|
|
//
|
|
// lbTitle
|
|
//
|
|
this.lbTitle.AutoSize = true;
|
|
this.lbTitle.Location = new System.Drawing.Point(312, 43);
|
|
this.lbTitle.Name = "lbTitle";
|
|
this.lbTitle.Size = new System.Drawing.Size(38, 19);
|
|
this.lbTitle.TabIndex = 14;
|
|
this.lbTitle.Text = "Title";
|
|
//
|
|
// tbTitle
|
|
//
|
|
this.tbTitle.Location = new System.Drawing.Point(312, 65);
|
|
this.tbTitle.Name = "tbTitle";
|
|
this.tbTitle.Size = new System.Drawing.Size(217, 27);
|
|
this.tbTitle.TabIndex = 13;
|
|
this.tbTitle.Text = "Title Test";
|
|
this.tbTitle.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
//
|
|
// rbNoSSL
|
|
//
|
|
this.rbNoSSL.AutoSize = true;
|
|
this.rbNoSSL.Location = new System.Drawing.Point(170, 209);
|
|
this.rbNoSSL.Name = "rbNoSSL";
|
|
this.rbNoSSL.Size = new System.Drawing.Size(101, 23);
|
|
this.rbNoSSL.TabIndex = 12;
|
|
this.rbNoSSL.Text = "NoSSL-25";
|
|
this.rbNoSSL.UseVisualStyleBackColor = true;
|
|
//
|
|
// rbSSL
|
|
//
|
|
this.rbSSL.AutoSize = true;
|
|
this.rbSSL.Checked = true;
|
|
this.rbSSL.Location = new System.Drawing.Point(22, 209);
|
|
this.rbSSL.Name = "rbSSL";
|
|
this.rbSSL.Size = new System.Drawing.Size(89, 23);
|
|
this.rbSSL.TabIndex = 8;
|
|
this.rbSSL.TabStop = true;
|
|
this.rbSSL.Text = "SSL-587";
|
|
this.rbSSL.UseVisualStyleBackColor = true;
|
|
//
|
|
// lbPort
|
|
//
|
|
this.lbPort.AutoSize = true;
|
|
this.lbPort.Location = new System.Drawing.Point(18, 178);
|
|
this.lbPort.Name = "lbPort";
|
|
this.lbPort.Size = new System.Drawing.Size(38, 19);
|
|
this.lbPort.TabIndex = 11;
|
|
this.lbPort.Text = "Port";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(18, 112);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(77, 19);
|
|
this.label1.TabIndex = 9;
|
|
this.label1.Text = "Password";
|
|
//
|
|
// tbPassword
|
|
//
|
|
this.tbPassword.Location = new System.Drawing.Point(18, 134);
|
|
this.tbPassword.Name = "tbPassword";
|
|
this.tbPassword.Size = new System.Drawing.Size(217, 27);
|
|
this.tbPassword.TabIndex = 8;
|
|
this.tbPassword.Text = "qwe2015qwe";
|
|
//
|
|
// lbUserName
|
|
//
|
|
this.lbUserName.AutoSize = true;
|
|
this.lbUserName.Location = new System.Drawing.Point(18, 43);
|
|
this.lbUserName.Name = "lbUserName";
|
|
this.lbUserName.Size = new System.Drawing.Size(83, 19);
|
|
this.lbUserName.TabIndex = 7;
|
|
this.lbUserName.Text = "UserName";
|
|
//
|
|
// tbUserName
|
|
//
|
|
this.tbUserName.Location = new System.Drawing.Point(18, 65);
|
|
this.tbUserName.Name = "tbUserName";
|
|
this.tbUserName.Size = new System.Drawing.Size(217, 27);
|
|
this.tbUserName.TabIndex = 6;
|
|
this.tbUserName.Text = "ficgreen01@gmail.com";
|
|
//
|
|
// btSendMail
|
|
//
|
|
this.btSendMail.Location = new System.Drawing.Point(652, 52);
|
|
this.btSendMail.Name = "btSendMail";
|
|
this.btSendMail.Size = new System.Drawing.Size(94, 29);
|
|
this.btSendMail.TabIndex = 6;
|
|
this.btSendMail.Text = "Send";
|
|
this.btSendMail.UseVisualStyleBackColor = true;
|
|
this.btSendMail.Click += new System.EventHandler(this.btSendMail_Click);
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.button1);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 31);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage3.Size = new System.Drawing.Size(1774, 918);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "tabPage3";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(99, 41);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(94, 29);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
|
//
|
|
// tabPage4
|
|
//
|
|
this.tabPage4.Controls.Add(this.btSyncErr);
|
|
this.tabPage4.Location = new System.Drawing.Point(4, 31);
|
|
this.tabPage4.Name = "tabPage4";
|
|
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage4.Size = new System.Drawing.Size(1774, 918);
|
|
this.tabPage4.TabIndex = 3;
|
|
this.tabPage4.Text = "tabPage4";
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// btSyncErr
|
|
//
|
|
this.btSyncErr.Location = new System.Drawing.Point(135, 83);
|
|
this.btSyncErr.Name = "btSyncErr";
|
|
this.btSyncErr.Size = new System.Drawing.Size(158, 60);
|
|
this.btSyncErr.TabIndex = 0;
|
|
this.btSyncErr.Text = "同步異常資料";
|
|
this.btSyncErr.UseVisualStyleBackColor = true;
|
|
this.btSyncErr.Click += new System.EventHandler(this.btSyncErr_Click);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 1000;
|
|
//
|
|
// 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.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gv_inv_detail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gv_rpt_invDay)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.gbox.ResumeLayout(false);
|
|
this.gbox.PerformLayout();
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.tabPage4.ResumeLayout(false);
|
|
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 gv_rpt_invDay;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.DateTimePicker dtSelect1;
|
|
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;
|
|
private System.Windows.Forms.Button bt_archive;
|
|
private System.Windows.Forms.Button bt_clear_sensor;
|
|
private System.Windows.Forms.Label lbmsg;
|
|
private System.Windows.Forms.DateTimePicker dtSelect2;
|
|
private System.Windows.Forms.Button bt_meter;
|
|
private System.Windows.Forms.Button bt_rpt_invDay;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button bt_invDay;
|
|
private System.Windows.Forms.DataGridView gv_inv_detail;
|
|
private System.Windows.Forms.Button bt_updateInstantValue;
|
|
private System.Windows.Forms.Button bt_sensor_lackData;
|
|
private System.Windows.Forms.Button bt_lackStation;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
private System.Windows.Forms.Button btSendMail;
|
|
private System.Windows.Forms.GroupBox gbox;
|
|
private System.Windows.Forms.RadioButton rbSSL;
|
|
private System.Windows.Forms.Label lbPort;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox tbPassword;
|
|
private System.Windows.Forms.Label lbUserName;
|
|
private System.Windows.Forms.TextBox tbUserName;
|
|
private System.Windows.Forms.Label lbTitle;
|
|
private System.Windows.Forms.TextBox tbTitle;
|
|
private System.Windows.Forms.RadioButton rbNoSSL;
|
|
private System.Windows.Forms.Label lbContent;
|
|
private System.Windows.Forms.TextBox tbContent;
|
|
private System.Windows.Forms.Label lbReceiver;
|
|
private System.Windows.Forms.TextBox tbReceiver;
|
|
private System.Windows.Forms.Label lbMsgTitle;
|
|
private System.Windows.Forms.Button bt_archive_One;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
private System.Windows.Forms.Button btSyncErr;
|
|
private System.Windows.Forms.Button button3;
|
|
}
|
|
} |