914 lines
43 KiB
C#
914 lines
43 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()
|
|
{
|
|
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();
|
|
tabControl1 = new System.Windows.Forms.TabControl();
|
|
tabPage1 = new System.Windows.Forms.TabPage();
|
|
splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
bt_procStep2 = new System.Windows.Forms.Button();
|
|
button3 = new System.Windows.Forms.Button();
|
|
label2 = new System.Windows.Forms.Label();
|
|
textBox1 = new System.Windows.Forms.TextBox();
|
|
button2 = new System.Windows.Forms.Button();
|
|
bt_archive_One = new System.Windows.Forms.Button();
|
|
bt_lackStation = new System.Windows.Forms.Button();
|
|
bt_sensor_lackData = new System.Windows.Forms.Button();
|
|
bt_updateInstantValue = new System.Windows.Forms.Button();
|
|
bt_rpt_invDay = new System.Windows.Forms.Button();
|
|
bt_meter = new System.Windows.Forms.Button();
|
|
lbmsg = new System.Windows.Forms.Label();
|
|
dtSelect2 = new System.Windows.Forms.DateTimePicker();
|
|
bt_archive = new System.Windows.Forms.Button();
|
|
bt_clear_sensor = new System.Windows.Forms.Button();
|
|
bt_clear_station = new System.Windows.Forms.Button();
|
|
bt_clear_inv = new System.Windows.Forms.Button();
|
|
fp_site = new System.Windows.Forms.FlowLayoutPanel();
|
|
dtSelect1 = new System.Windows.Forms.DateTimePicker();
|
|
bt_site = new System.Windows.Forms.Button();
|
|
bt_Inv = new System.Windows.Forms.Button();
|
|
bt_Sensor = new System.Windows.Forms.Button();
|
|
gv_inv_detail = new System.Windows.Forms.DataGridView();
|
|
gv_rpt_invDay = new System.Windows.Forms.DataGridView();
|
|
panel1 = new System.Windows.Forms.Panel();
|
|
btSyncErr = new System.Windows.Forms.Button();
|
|
lbMsgStatus = new System.Windows.Forms.Label();
|
|
lbMsgTitle = new System.Windows.Forms.Label();
|
|
bt_invDay = new System.Windows.Forms.Button();
|
|
btVerifyData = new System.Windows.Forms.Button();
|
|
lbSiteDB_sensor = new System.Windows.Forms.Label();
|
|
lbSiteID_sensor = new System.Windows.Forms.Label();
|
|
lbSiteName_sensor = new System.Windows.Forms.Label();
|
|
tabPage5 = new System.Windows.Forms.TabPage();
|
|
tabPage2 = new System.Windows.Forms.TabPage();
|
|
splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
bt_MoveRawData = new System.Windows.Forms.Button();
|
|
richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
panel2 = new System.Windows.Forms.Panel();
|
|
lbReceiver = new System.Windows.Forms.Label();
|
|
tbReceiver = new System.Windows.Forms.TextBox();
|
|
gbox = new System.Windows.Forms.GroupBox();
|
|
lbContent = new System.Windows.Forms.Label();
|
|
tbContent = new System.Windows.Forms.TextBox();
|
|
lbTitle = new System.Windows.Forms.Label();
|
|
tbTitle = new System.Windows.Forms.TextBox();
|
|
rbNoSSL = new System.Windows.Forms.RadioButton();
|
|
rbSSL = new System.Windows.Forms.RadioButton();
|
|
lbPort = new System.Windows.Forms.Label();
|
|
label1 = new System.Windows.Forms.Label();
|
|
tbPassword = new System.Windows.Forms.TextBox();
|
|
lbUserName = new System.Windows.Forms.Label();
|
|
tbUserName = new System.Windows.Forms.TextBox();
|
|
btSendMail = new System.Windows.Forms.Button();
|
|
this.lbStationIdRange = new System.Windows.Forms.Label();
|
|
this.tbStationIdStart = new System.Windows.Forms.TextBox();
|
|
this.lbStationIdDash = new System.Windows.Forms.Label();
|
|
this.tbStationIdEnd = new System.Windows.Forms.TextBox();
|
|
this.bt_procStep2Range = new System.Windows.Forms.Button();
|
|
timer1 = new System.Windows.Forms.Timer(components);
|
|
tabControl1.SuspendLayout();
|
|
tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
|
|
splitContainer1.Panel1.SuspendLayout();
|
|
splitContainer1.Panel2.SuspendLayout();
|
|
splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)gv_inv_detail).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)gv_rpt_invDay).BeginInit();
|
|
panel1.SuspendLayout();
|
|
tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit();
|
|
splitContainer2.Panel1.SuspendLayout();
|
|
splitContainer2.Panel2.SuspendLayout();
|
|
splitContainer2.SuspendLayout();
|
|
panel2.SuspendLayout();
|
|
gbox.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// tabControl1
|
|
//
|
|
tabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
|
|
tabControl1.Controls.Add(tabPage1);
|
|
tabControl1.Controls.Add(tabPage5);
|
|
tabControl1.Controls.Add(tabPage2);
|
|
tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
tabControl1.ItemSize = new System.Drawing.Size(80, 45);
|
|
tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
tabControl1.Name = "tabControl1";
|
|
tabControl1.SelectedIndex = 0;
|
|
tabControl1.Size = new System.Drawing.Size(1782, 1026);
|
|
tabControl1.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
tabPage1.Controls.Add(splitContainer1);
|
|
tabPage1.Font = new System.Drawing.Font("Microsoft JhengHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
tabPage1.Location = new System.Drawing.Point(4, 49);
|
|
tabPage1.Name = "tabPage1";
|
|
tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
tabPage1.Size = new System.Drawing.Size(1774, 973);
|
|
tabPage1.TabIndex = 0;
|
|
tabPage1.Text = " 歸檔 ";
|
|
tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer1
|
|
//
|
|
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
splitContainer1.Location = new System.Drawing.Point(3, 3);
|
|
splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
splitContainer1.Panel1.Controls.Add(bt_procStep2);
|
|
splitContainer1.Panel1.Controls.Add(button3);
|
|
splitContainer1.Panel1.Controls.Add(label2);
|
|
splitContainer1.Panel1.Controls.Add(textBox1);
|
|
splitContainer1.Panel1.Controls.Add(button2);
|
|
splitContainer1.Panel1.Controls.Add(bt_archive_One);
|
|
splitContainer1.Panel1.Controls.Add(bt_lackStation);
|
|
splitContainer1.Panel1.Controls.Add(bt_sensor_lackData);
|
|
splitContainer1.Panel1.Controls.Add(bt_updateInstantValue);
|
|
splitContainer1.Panel1.Controls.Add(bt_rpt_invDay);
|
|
splitContainer1.Panel1.Controls.Add(bt_meter);
|
|
splitContainer1.Panel1.Controls.Add(lbmsg);
|
|
splitContainer1.Panel1.Controls.Add(dtSelect2);
|
|
splitContainer1.Panel1.Controls.Add(bt_archive);
|
|
splitContainer1.Panel1.Controls.Add(bt_clear_sensor);
|
|
splitContainer1.Panel1.Controls.Add(bt_clear_station);
|
|
splitContainer1.Panel1.Controls.Add(bt_clear_inv);
|
|
splitContainer1.Panel1.Controls.Add(fp_site);
|
|
splitContainer1.Panel1.Controls.Add(dtSelect1);
|
|
splitContainer1.Panel1.Controls.Add(bt_site);
|
|
splitContainer1.Panel1.Controls.Add(bt_Inv);
|
|
splitContainer1.Panel1.Controls.Add(bt_Sensor);
|
|
splitContainer1.Panel1.Controls.Add(this.lbStationIdRange);
|
|
splitContainer1.Panel1.Controls.Add(this.tbStationIdStart);
|
|
splitContainer1.Panel1.Controls.Add(this.lbStationIdDash);
|
|
splitContainer1.Panel1.Controls.Add(this.tbStationIdEnd);
|
|
splitContainer1.Panel1.Controls.Add(this.bt_procStep2Range);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
splitContainer1.Panel2.Controls.Add(gv_inv_detail);
|
|
splitContainer1.Panel2.Controls.Add(gv_rpt_invDay);
|
|
splitContainer1.Panel2.Controls.Add(panel1);
|
|
splitContainer1.Size = new System.Drawing.Size(1768, 967);
|
|
splitContainer1.SplitterDistance = 400;
|
|
splitContainer1.SplitterWidth = 10;
|
|
splitContainer1.TabIndex = 0;
|
|
//
|
|
// bt_procStep2
|
|
//
|
|
bt_procStep2.Location = new System.Drawing.Point(10, 910);
|
|
bt_procStep2.Name = "bt_procStep2";
|
|
bt_procStep2.Size = new System.Drawing.Size(166, 57);
|
|
bt_procStep2.TabIndex = 21;
|
|
bt_procStep2.Text = "單跑報告";
|
|
bt_procStep2.UseVisualStyleBackColor = true;
|
|
bt_procStep2.Click += bt_procStep2_Click;
|
|
//
|
|
// lbStationIdRange
|
|
//
|
|
this.lbStationIdRange.Name = "lbStationIdRange";
|
|
this.lbStationIdRange.Location = new System.Drawing.Point(384, 932);
|
|
this.lbStationIdRange.Size = new System.Drawing.Size(90, 27);
|
|
this.lbStationIdRange.Text = "電站ID區間:";
|
|
//
|
|
// tbStationIdStart
|
|
//
|
|
this.tbStationIdStart.Name = "tbStationIdStart";
|
|
this.tbStationIdStart.Location = new System.Drawing.Point(479, 930);
|
|
this.tbStationIdStart.Size = new System.Drawing.Size(60, 27);
|
|
//
|
|
// lbStationIdDash
|
|
//
|
|
this.lbStationIdDash.Name = "lbStationIdDash";
|
|
this.lbStationIdDash.Location = new System.Drawing.Point(544, 930);
|
|
this.lbStationIdDash.Size = new System.Drawing.Size(15, 27);
|
|
this.lbStationIdDash.Text = "~";
|
|
//
|
|
// tbStationIdEnd
|
|
//
|
|
this.tbStationIdEnd.Name = "tbStationIdEnd";
|
|
this.tbStationIdEnd.Location = new System.Drawing.Point(564, 930);
|
|
this.tbStationIdEnd.Size = new System.Drawing.Size(60, 27);
|
|
//
|
|
// bt_procStep2Range
|
|
//
|
|
this.bt_procStep2Range.Name = "bt_procStep2Range";
|
|
this.bt_procStep2Range.Location = new System.Drawing.Point(208, 910);
|
|
this.bt_procStep2Range.Size = new System.Drawing.Size(166, 57);
|
|
this.bt_procStep2Range.TabIndex = 22;
|
|
this.bt_procStep2Range.Text = "區間跑報告";
|
|
this.bt_procStep2Range.UseVisualStyleBackColor = true;
|
|
this.bt_procStep2Range.Click += new System.EventHandler(this.bt_procStep2Range_Click);
|
|
//
|
|
// button3
|
|
//
|
|
button3.Font = new System.Drawing.Font("Microsoft JhengHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
button3.Location = new System.Drawing.Point(297, 686);
|
|
button3.Name = "button3";
|
|
button3.Size = new System.Drawing.Size(94, 43);
|
|
button3.TabIndex = 20;
|
|
button3.Text = "每小時設備";
|
|
button3.UseVisualStyleBackColor = true;
|
|
button3.Click += button3_Click;
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new System.Drawing.Point(196, 539);
|
|
label2.Name = "label2";
|
|
label2.Size = new System.Drawing.Size(42, 19);
|
|
label2.TabIndex = 19;
|
|
label2.Text = "小時:";
|
|
//
|
|
// textBox1
|
|
//
|
|
textBox1.Location = new System.Drawing.Point(244, 536);
|
|
textBox1.Name = "textBox1";
|
|
textBox1.Size = new System.Drawing.Size(125, 27);
|
|
textBox1.TabIndex = 18;
|
|
//
|
|
// button2
|
|
//
|
|
button2.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
button2.Location = new System.Drawing.Point(170, 576);
|
|
button2.Name = "button2";
|
|
button2.Size = new System.Drawing.Size(227, 44);
|
|
button2.TabIndex = 17;
|
|
button2.Text = "測試當下 irrdayHour";
|
|
button2.UseVisualStyleBackColor = true;
|
|
button2.Click += button2_Click;
|
|
//
|
|
// bt_archive_One
|
|
//
|
|
bt_archive_One.Location = new System.Drawing.Point(10, 850);
|
|
bt_archive_One.Name = "bt_archive_One";
|
|
bt_archive_One.Size = new System.Drawing.Size(166, 57);
|
|
bt_archive_One.TabIndex = 16;
|
|
bt_archive_One.Text = "時間區間/單電站";
|
|
bt_archive_One.UseVisualStyleBackColor = true;
|
|
bt_archive_One.Click += bt_archive_One_Click;
|
|
//
|
|
// bt_lackStation
|
|
//
|
|
bt_lackStation.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_lackStation.Location = new System.Drawing.Point(300, 735);
|
|
bt_lackStation.Name = "bt_lackStation";
|
|
bt_lackStation.Size = new System.Drawing.Size(107, 44);
|
|
bt_lackStation.TabIndex = 15;
|
|
bt_lackStation.Text = "LackData";
|
|
bt_lackStation.UseVisualStyleBackColor = true;
|
|
bt_lackStation.Visible = false;
|
|
bt_lackStation.Click += bt_lackStation_Click;
|
|
//
|
|
// bt_sensor_lackData
|
|
//
|
|
bt_sensor_lackData.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_sensor_lackData.Location = new System.Drawing.Point(297, 635);
|
|
bt_sensor_lackData.Name = "bt_sensor_lackData";
|
|
bt_sensor_lackData.Size = new System.Drawing.Size(107, 44);
|
|
bt_sensor_lackData.TabIndex = 14;
|
|
bt_sensor_lackData.Text = "全電站";
|
|
bt_sensor_lackData.UseVisualStyleBackColor = true;
|
|
bt_sensor_lackData.Click += bt_sensor_lackData_Click;
|
|
//
|
|
// bt_updateInstantValue
|
|
//
|
|
bt_updateInstantValue.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_updateInstantValue.Location = new System.Drawing.Point(156, 790);
|
|
bt_updateInstantValue.Name = "bt_updateInstantValue";
|
|
bt_updateInstantValue.Size = new System.Drawing.Size(100, 44);
|
|
bt_updateInstantValue.TabIndex = 13;
|
|
bt_updateInstantValue.Text = "即時資料";
|
|
bt_updateInstantValue.UseVisualStyleBackColor = true;
|
|
bt_updateInstantValue.Click += bt_updateInstantValue_Click;
|
|
//
|
|
// bt_rpt_invDay
|
|
//
|
|
bt_rpt_invDay.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_rpt_invDay.Location = new System.Drawing.Point(262, 790);
|
|
bt_rpt_invDay.Name = "bt_rpt_invDay";
|
|
bt_rpt_invDay.Size = new System.Drawing.Size(135, 44);
|
|
bt_rpt_invDay.TabIndex = 12;
|
|
bt_rpt_invDay.Text = "日報表";
|
|
bt_rpt_invDay.UseVisualStyleBackColor = true;
|
|
bt_rpt_invDay.Click += bt_rpt_invDay_Click;
|
|
//
|
|
// bt_meter
|
|
//
|
|
bt_meter.Location = new System.Drawing.Point(10, 786);
|
|
bt_meter.Margin = new System.Windows.Forms.Padding(4);
|
|
bt_meter.Name = "bt_meter";
|
|
bt_meter.Size = new System.Drawing.Size(119, 56);
|
|
bt_meter.TabIndex = 11;
|
|
bt_meter.Text = "Meter歸檔";
|
|
bt_meter.UseVisualStyleBackColor = true;
|
|
bt_meter.Click += bt_meter_Click;
|
|
//
|
|
// lbmsg
|
|
//
|
|
lbmsg.AutoSize = true;
|
|
lbmsg.Location = new System.Drawing.Point(10, 569);
|
|
lbmsg.Name = "lbmsg";
|
|
lbmsg.Size = new System.Drawing.Size(20, 19);
|
|
lbmsg.TabIndex = 10;
|
|
lbmsg.Text = "~";
|
|
//
|
|
// dtSelect2
|
|
//
|
|
dtSelect2.Location = new System.Drawing.Point(10, 593);
|
|
dtSelect2.Name = "dtSelect2";
|
|
dtSelect2.Size = new System.Drawing.Size(145, 27);
|
|
dtSelect2.TabIndex = 9;
|
|
//
|
|
// bt_archive
|
|
//
|
|
bt_archive.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_archive.Location = new System.Drawing.Point(208, 846);
|
|
bt_archive.Name = "bt_archive";
|
|
bt_archive.Size = new System.Drawing.Size(189, 61);
|
|
bt_archive.TabIndex = 8;
|
|
bt_archive.Text = "時間區間/全電站";
|
|
bt_archive.UseVisualStyleBackColor = true;
|
|
bt_archive.Click += bt_archive_Click;
|
|
//
|
|
// bt_clear_sensor
|
|
//
|
|
bt_clear_sensor.Enabled = false;
|
|
bt_clear_sensor.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_clear_sensor.Location = new System.Drawing.Point(10, 635);
|
|
bt_clear_sensor.Name = "bt_clear_sensor";
|
|
bt_clear_sensor.Size = new System.Drawing.Size(119, 44);
|
|
bt_clear_sensor.TabIndex = 7;
|
|
bt_clear_sensor.Text = "clear data";
|
|
bt_clear_sensor.UseVisualStyleBackColor = true;
|
|
bt_clear_sensor.Click += bt_clear_sensor_Click;
|
|
//
|
|
// bt_clear_station
|
|
//
|
|
bt_clear_station.Enabled = false;
|
|
bt_clear_station.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_clear_station.Location = new System.Drawing.Point(10, 735);
|
|
bt_clear_station.Name = "bt_clear_station";
|
|
bt_clear_station.Size = new System.Drawing.Size(119, 44);
|
|
bt_clear_station.TabIndex = 6;
|
|
bt_clear_station.Text = "clear data";
|
|
bt_clear_station.UseVisualStyleBackColor = true;
|
|
bt_clear_station.Click += bt_clear_station_Click;
|
|
//
|
|
// bt_clear_inv
|
|
//
|
|
bt_clear_inv.Enabled = false;
|
|
bt_clear_inv.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_clear_inv.Location = new System.Drawing.Point(10, 686);
|
|
bt_clear_inv.Name = "bt_clear_inv";
|
|
bt_clear_inv.Size = new System.Drawing.Size(119, 44);
|
|
bt_clear_inv.TabIndex = 5;
|
|
bt_clear_inv.Text = "clear data";
|
|
bt_clear_inv.UseVisualStyleBackColor = true;
|
|
bt_clear_inv.Click += bt_clear_inv_Click;
|
|
//
|
|
// fp_site
|
|
//
|
|
fp_site.Dock = System.Windows.Forms.DockStyle.Top;
|
|
fp_site.Location = new System.Drawing.Point(0, 0);
|
|
fp_site.Name = "fp_site";
|
|
fp_site.Size = new System.Drawing.Size(400, 530);
|
|
fp_site.TabIndex = 4;
|
|
//
|
|
// dtSelect1
|
|
//
|
|
dtSelect1.Location = new System.Drawing.Point(10, 536);
|
|
dtSelect1.Name = "dtSelect1";
|
|
dtSelect1.Size = new System.Drawing.Size(145, 27);
|
|
dtSelect1.TabIndex = 3;
|
|
dtSelect1.ValueChanged += dtSelect_ValueChanged;
|
|
//
|
|
// bt_site
|
|
//
|
|
bt_site.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_site.Location = new System.Drawing.Point(159, 735);
|
|
bt_site.Name = "bt_site";
|
|
bt_site.Size = new System.Drawing.Size(135, 44);
|
|
bt_site.TabIndex = 2;
|
|
bt_site.Text = "Site 歸檔";
|
|
bt_site.UseVisualStyleBackColor = true;
|
|
bt_site.Click += bt_site_Click;
|
|
//
|
|
// bt_Inv
|
|
//
|
|
bt_Inv.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_Inv.Location = new System.Drawing.Point(156, 686);
|
|
bt_Inv.Name = "bt_Inv";
|
|
bt_Inv.Size = new System.Drawing.Size(135, 44);
|
|
bt_Inv.TabIndex = 1;
|
|
bt_Inv.Text = "Inv 歸檔";
|
|
bt_Inv.UseVisualStyleBackColor = true;
|
|
bt_Inv.Click += bt_Inv_Click;
|
|
//
|
|
// bt_Sensor
|
|
//
|
|
bt_Sensor.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_Sensor.Location = new System.Drawing.Point(156, 635);
|
|
bt_Sensor.Name = "bt_Sensor";
|
|
bt_Sensor.Size = new System.Drawing.Size(135, 44);
|
|
bt_Sensor.TabIndex = 0;
|
|
bt_Sensor.Text = "Sensor 歸檔";
|
|
bt_Sensor.UseVisualStyleBackColor = true;
|
|
bt_Sensor.Click += bt_Sensor_Click;
|
|
//
|
|
// gv_inv_detail
|
|
//
|
|
gv_inv_detail.AllowUserToAddRows = false;
|
|
gv_inv_detail.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(192, 255, 255);
|
|
gv_inv_detail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
gv_inv_detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
gv_inv_detail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
gv_inv_detail.Location = new System.Drawing.Point(768, 75);
|
|
gv_inv_detail.Name = "gv_inv_detail";
|
|
gv_inv_detail.ReadOnly = true;
|
|
gv_inv_detail.RowHeadersWidth = 51;
|
|
gv_inv_detail.RowTemplate.Height = 29;
|
|
gv_inv_detail.Size = new System.Drawing.Size(590, 892);
|
|
gv_inv_detail.TabIndex = 2;
|
|
gv_inv_detail.CellDoubleClick += gv_inv_detail_CellDoubleClick;
|
|
//
|
|
// gv_rpt_invDay
|
|
//
|
|
gv_rpt_invDay.AllowUserToAddRows = false;
|
|
gv_rpt_invDay.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(192, 255, 255);
|
|
gv_rpt_invDay.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
|
|
gv_rpt_invDay.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
gv_rpt_invDay.Dock = System.Windows.Forms.DockStyle.Left;
|
|
gv_rpt_invDay.Location = new System.Drawing.Point(0, 75);
|
|
gv_rpt_invDay.Name = "gv_rpt_invDay";
|
|
gv_rpt_invDay.ReadOnly = true;
|
|
gv_rpt_invDay.RowHeadersWidth = 51;
|
|
gv_rpt_invDay.RowTemplate.Height = 29;
|
|
gv_rpt_invDay.Size = new System.Drawing.Size(768, 892);
|
|
gv_rpt_invDay.TabIndex = 1;
|
|
gv_rpt_invDay.CellFormatting += gv_rpt_invDay_CellFormatting;
|
|
gv_rpt_invDay.CellMouseDoubleClick += gv_rpt_invDay_CellMouseDoubleClick;
|
|
//
|
|
// panel1
|
|
//
|
|
panel1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
panel1.Controls.Add(btSyncErr);
|
|
panel1.Controls.Add(lbMsgStatus);
|
|
panel1.Controls.Add(lbMsgTitle);
|
|
panel1.Controls.Add(bt_invDay);
|
|
panel1.Controls.Add(btVerifyData);
|
|
panel1.Controls.Add(lbSiteDB_sensor);
|
|
panel1.Controls.Add(lbSiteID_sensor);
|
|
panel1.Controls.Add(lbSiteName_sensor);
|
|
panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
panel1.Location = new System.Drawing.Point(0, 0);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new System.Drawing.Size(1358, 75);
|
|
panel1.TabIndex = 0;
|
|
//
|
|
// btSyncErr
|
|
//
|
|
btSyncErr.Location = new System.Drawing.Point(1229, 8);
|
|
btSyncErr.Name = "btSyncErr";
|
|
btSyncErr.Size = new System.Drawing.Size(124, 60);
|
|
btSyncErr.TabIndex = 17;
|
|
btSyncErr.Text = "同步異常資料";
|
|
btSyncErr.UseVisualStyleBackColor = true;
|
|
btSyncErr.Click += btSyncErr_Click;
|
|
//
|
|
// lbMsgStatus
|
|
//
|
|
lbMsgStatus.AutoSize = true;
|
|
lbMsgStatus.Location = new System.Drawing.Point(520, 49);
|
|
lbMsgStatus.Name = "lbMsgStatus";
|
|
lbMsgStatus.Size = new System.Drawing.Size(18, 19);
|
|
lbMsgStatus.TabIndex = 16;
|
|
lbMsgStatus.Text = "...";
|
|
//
|
|
// lbMsgTitle
|
|
//
|
|
lbMsgTitle.AutoSize = true;
|
|
lbMsgTitle.Location = new System.Drawing.Point(931, 20);
|
|
lbMsgTitle.Name = "lbMsgTitle";
|
|
lbMsgTitle.Size = new System.Drawing.Size(51, 19);
|
|
lbMsgTitle.TabIndex = 15;
|
|
lbMsgTitle.Text = "label2";
|
|
//
|
|
// bt_invDay
|
|
//
|
|
bt_invDay.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
bt_invDay.Location = new System.Drawing.Point(21, 8);
|
|
bt_invDay.Name = "bt_invDay";
|
|
bt_invDay.Size = new System.Drawing.Size(159, 44);
|
|
bt_invDay.TabIndex = 14;
|
|
bt_invDay.Text = "Inv 檢核";
|
|
bt_invDay.UseVisualStyleBackColor = true;
|
|
bt_invDay.Click += bt_invDay_Click;
|
|
//
|
|
// btVerifyData
|
|
//
|
|
btVerifyData.Font = new System.Drawing.Font("Microsoft JhengHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
btVerifyData.Location = new System.Drawing.Point(746, 8);
|
|
btVerifyData.Name = "btVerifyData";
|
|
btVerifyData.Size = new System.Drawing.Size(158, 44);
|
|
btVerifyData.TabIndex = 12;
|
|
btVerifyData.Text = "各資料表明細";
|
|
btVerifyData.UseVisualStyleBackColor = true;
|
|
btVerifyData.Visible = false;
|
|
btVerifyData.Click += btVerifyData_Click;
|
|
//
|
|
// lbSiteDB_sensor
|
|
//
|
|
lbSiteDB_sensor.AutoSize = true;
|
|
lbSiteDB_sensor.Font = new System.Drawing.Font("Microsoft JhengHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
lbSiteDB_sensor.Location = new System.Drawing.Point(209, 20);
|
|
lbSiteDB_sensor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
lbSiteDB_sensor.Name = "lbSiteDB_sensor";
|
|
lbSiteDB_sensor.Size = new System.Drawing.Size(79, 24);
|
|
lbSiteDB_sensor.TabIndex = 11;
|
|
lbSiteDB_sensor.Text = "Site_DB";
|
|
lbSiteDB_sensor.Click += lbSiteDB_sensor_Click;
|
|
//
|
|
// lbSiteID_sensor
|
|
//
|
|
lbSiteID_sensor.AutoSize = true;
|
|
lbSiteID_sensor.Font = new System.Drawing.Font("Microsoft JhengHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
lbSiteID_sensor.Location = new System.Drawing.Point(361, 20);
|
|
lbSiteID_sensor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
lbSiteID_sensor.Name = "lbSiteID_sensor";
|
|
lbSiteID_sensor.Size = new System.Drawing.Size(72, 24);
|
|
lbSiteID_sensor.TabIndex = 10;
|
|
lbSiteID_sensor.Text = "Site_ID";
|
|
//
|
|
// lbSiteName_sensor
|
|
//
|
|
lbSiteName_sensor.AutoSize = true;
|
|
lbSiteName_sensor.Font = new System.Drawing.Font("Microsoft JhengHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
lbSiteName_sensor.Location = new System.Drawing.Point(520, 17);
|
|
lbSiteName_sensor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
lbSiteName_sensor.Name = "lbSiteName_sensor";
|
|
lbSiteName_sensor.Size = new System.Drawing.Size(107, 24);
|
|
lbSiteName_sensor.TabIndex = 9;
|
|
lbSiteName_sensor.Text = "Site_Name";
|
|
//
|
|
// tabPage5
|
|
//
|
|
tabPage5.Location = new System.Drawing.Point(4, 49);
|
|
tabPage5.Name = "tabPage5";
|
|
tabPage5.Padding = new System.Windows.Forms.Padding(3);
|
|
tabPage5.Size = new System.Drawing.Size(1774, 973);
|
|
tabPage5.TabIndex = 4;
|
|
tabPage5.Text = "資料查詢";
|
|
tabPage5.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage2
|
|
//
|
|
tabPage2.Controls.Add(splitContainer2);
|
|
tabPage2.Location = new System.Drawing.Point(4, 49);
|
|
tabPage2.Name = "tabPage2";
|
|
tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
tabPage2.Size = new System.Drawing.Size(1774, 973);
|
|
tabPage2.TabIndex = 1;
|
|
tabPage2.Text = "email 測試";
|
|
tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
splitContainer2.Cursor = System.Windows.Forms.Cursors.VSplit;
|
|
splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
splitContainer2.Location = new System.Drawing.Point(3, 3);
|
|
splitContainer2.Name = "splitContainer2";
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
splitContainer2.Panel1.BackColor = System.Drawing.Color.OldLace;
|
|
splitContainer2.Panel1.Controls.Add(bt_MoveRawData);
|
|
splitContainer2.Panel1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
splitContainer2.Panel2.Controls.Add(richTextBox1);
|
|
splitContainer2.Panel2.Controls.Add(panel2);
|
|
splitContainer2.Size = new System.Drawing.Size(1768, 967);
|
|
splitContainer2.SplitterDistance = 299;
|
|
splitContainer2.SplitterWidth = 10;
|
|
splitContainer2.TabIndex = 1;
|
|
//
|
|
// bt_MoveRawData
|
|
//
|
|
bt_MoveRawData.Location = new System.Drawing.Point(59, 425);
|
|
bt_MoveRawData.Name = "bt_MoveRawData";
|
|
bt_MoveRawData.Size = new System.Drawing.Size(148, 65);
|
|
bt_MoveRawData.TabIndex = 18;
|
|
bt_MoveRawData.Text = "MoveRawData";
|
|
bt_MoveRawData.UseVisualStyleBackColor = true;
|
|
bt_MoveRawData.Click += bt_MoveRawData_Click;
|
|
//
|
|
// richTextBox1
|
|
//
|
|
richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
richTextBox1.Location = new System.Drawing.Point(0, 321);
|
|
richTextBox1.Name = "richTextBox1";
|
|
richTextBox1.Size = new System.Drawing.Size(1459, 646);
|
|
richTextBox1.TabIndex = 1;
|
|
richTextBox1.Text = "";
|
|
//
|
|
// panel2
|
|
//
|
|
panel2.BackColor = System.Drawing.Color.Moccasin;
|
|
panel2.Controls.Add(lbReceiver);
|
|
panel2.Controls.Add(tbReceiver);
|
|
panel2.Controls.Add(gbox);
|
|
panel2.Controls.Add(btSendMail);
|
|
panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
panel2.Location = new System.Drawing.Point(0, 0);
|
|
panel2.Name = "panel2";
|
|
panel2.Size = new System.Drawing.Size(1459, 321);
|
|
panel2.TabIndex = 0;
|
|
//
|
|
// lbReceiver
|
|
//
|
|
lbReceiver.AutoSize = true;
|
|
lbReceiver.Location = new System.Drawing.Point(789, 51);
|
|
lbReceiver.Name = "lbReceiver";
|
|
lbReceiver.Size = new System.Drawing.Size(54, 19);
|
|
lbReceiver.TabIndex = 16;
|
|
lbReceiver.Text = "收件人";
|
|
//
|
|
// tbReceiver
|
|
//
|
|
tbReceiver.Location = new System.Drawing.Point(789, 73);
|
|
tbReceiver.Name = "tbReceiver";
|
|
tbReceiver.Size = new System.Drawing.Size(217, 27);
|
|
tbReceiver.TabIndex = 15;
|
|
tbReceiver.Text = "cesarliuc@gmail.com";
|
|
//
|
|
// gbox
|
|
//
|
|
gbox.Controls.Add(lbContent);
|
|
gbox.Controls.Add(tbContent);
|
|
gbox.Controls.Add(lbTitle);
|
|
gbox.Controls.Add(tbTitle);
|
|
gbox.Controls.Add(rbNoSSL);
|
|
gbox.Controls.Add(rbSSL);
|
|
gbox.Controls.Add(lbPort);
|
|
gbox.Controls.Add(label1);
|
|
gbox.Controls.Add(tbPassword);
|
|
gbox.Controls.Add(lbUserName);
|
|
gbox.Controls.Add(tbUserName);
|
|
gbox.Location = new System.Drawing.Point(80, 30);
|
|
gbox.Name = "gbox";
|
|
gbox.Size = new System.Drawing.Size(551, 246);
|
|
gbox.TabIndex = 7;
|
|
gbox.TabStop = false;
|
|
gbox.Text = "smtp.gmail.com";
|
|
//
|
|
// lbContent
|
|
//
|
|
lbContent.AutoSize = true;
|
|
lbContent.Location = new System.Drawing.Point(312, 112);
|
|
lbContent.Name = "lbContent";
|
|
lbContent.Size = new System.Drawing.Size(64, 19);
|
|
lbContent.TabIndex = 16;
|
|
lbContent.Text = "Content";
|
|
//
|
|
// tbContent
|
|
//
|
|
tbContent.Location = new System.Drawing.Point(312, 134);
|
|
tbContent.Name = "tbContent";
|
|
tbContent.Size = new System.Drawing.Size(217, 27);
|
|
tbContent.TabIndex = 15;
|
|
tbContent.Text = "Context Text";
|
|
//
|
|
// lbTitle
|
|
//
|
|
lbTitle.AutoSize = true;
|
|
lbTitle.Location = new System.Drawing.Point(312, 43);
|
|
lbTitle.Name = "lbTitle";
|
|
lbTitle.Size = new System.Drawing.Size(38, 19);
|
|
lbTitle.TabIndex = 14;
|
|
lbTitle.Text = "Title";
|
|
//
|
|
// tbTitle
|
|
//
|
|
tbTitle.Location = new System.Drawing.Point(312, 65);
|
|
tbTitle.Name = "tbTitle";
|
|
tbTitle.Size = new System.Drawing.Size(217, 27);
|
|
tbTitle.TabIndex = 13;
|
|
tbTitle.Text = "Title Test";
|
|
tbTitle.TextChanged += textBox1_TextChanged;
|
|
//
|
|
// rbNoSSL
|
|
//
|
|
rbNoSSL.AutoSize = true;
|
|
rbNoSSL.Location = new System.Drawing.Point(170, 209);
|
|
rbNoSSL.Name = "rbNoSSL";
|
|
rbNoSSL.Size = new System.Drawing.Size(101, 23);
|
|
rbNoSSL.TabIndex = 12;
|
|
rbNoSSL.Text = "NoSSL-25";
|
|
rbNoSSL.UseVisualStyleBackColor = true;
|
|
//
|
|
// rbSSL
|
|
//
|
|
rbSSL.AutoSize = true;
|
|
rbSSL.Checked = true;
|
|
rbSSL.Location = new System.Drawing.Point(22, 209);
|
|
rbSSL.Name = "rbSSL";
|
|
rbSSL.Size = new System.Drawing.Size(89, 23);
|
|
rbSSL.TabIndex = 8;
|
|
rbSSL.TabStop = true;
|
|
rbSSL.Text = "SSL-587";
|
|
rbSSL.UseVisualStyleBackColor = true;
|
|
//
|
|
// lbPort
|
|
//
|
|
lbPort.AutoSize = true;
|
|
lbPort.Location = new System.Drawing.Point(18, 178);
|
|
lbPort.Name = "lbPort";
|
|
lbPort.Size = new System.Drawing.Size(38, 19);
|
|
lbPort.TabIndex = 11;
|
|
lbPort.Text = "Port";
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new System.Drawing.Point(18, 112);
|
|
label1.Name = "label1";
|
|
label1.Size = new System.Drawing.Size(77, 19);
|
|
label1.TabIndex = 9;
|
|
label1.Text = "Password";
|
|
//
|
|
// tbPassword
|
|
//
|
|
tbPassword.Location = new System.Drawing.Point(18, 134);
|
|
tbPassword.Name = "tbPassword";
|
|
tbPassword.Size = new System.Drawing.Size(217, 27);
|
|
tbPassword.TabIndex = 8;
|
|
tbPassword.Text = "qwe2015qwe";
|
|
//
|
|
// lbUserName
|
|
//
|
|
lbUserName.AutoSize = true;
|
|
lbUserName.Location = new System.Drawing.Point(18, 43);
|
|
lbUserName.Name = "lbUserName";
|
|
lbUserName.Size = new System.Drawing.Size(83, 19);
|
|
lbUserName.TabIndex = 7;
|
|
lbUserName.Text = "UserName";
|
|
//
|
|
// tbUserName
|
|
//
|
|
tbUserName.Location = new System.Drawing.Point(18, 65);
|
|
tbUserName.Name = "tbUserName";
|
|
tbUserName.Size = new System.Drawing.Size(217, 27);
|
|
tbUserName.TabIndex = 6;
|
|
tbUserName.Text = "ficgreen01@gmail.com";
|
|
//
|
|
// btSendMail
|
|
//
|
|
btSendMail.Location = new System.Drawing.Point(652, 52);
|
|
btSendMail.Name = "btSendMail";
|
|
btSendMail.Size = new System.Drawing.Size(94, 29);
|
|
btSendMail.TabIndex = 6;
|
|
btSendMail.Text = "Send";
|
|
btSendMail.UseVisualStyleBackColor = true;
|
|
btSendMail.Click += btSendMail_Click;
|
|
//
|
|
// timer1
|
|
//
|
|
timer1.Interval = 10000;
|
|
//
|
|
// fmArchive
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
ClientSize = new System.Drawing.Size(1782, 1026);
|
|
Controls.Add(tabControl1);
|
|
Name = "fmArchive";
|
|
Text = "fmArchive 1229";
|
|
Load += fmArchive_Load;
|
|
tabControl1.ResumeLayout(false);
|
|
tabPage1.ResumeLayout(false);
|
|
splitContainer1.Panel1.ResumeLayout(false);
|
|
splitContainer1.Panel1.PerformLayout();
|
|
splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
|
|
splitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)gv_inv_detail).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)gv_rpt_invDay).EndInit();
|
|
panel1.ResumeLayout(false);
|
|
panel1.PerformLayout();
|
|
tabPage2.ResumeLayout(false);
|
|
splitContainer2.Panel1.ResumeLayout(false);
|
|
splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit();
|
|
splitContainer2.ResumeLayout(false);
|
|
panel2.ResumeLayout(false);
|
|
panel2.PerformLayout();
|
|
gbox.ResumeLayout(false);
|
|
gbox.PerformLayout();
|
|
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.Button button2;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Label lbMsgStatus;
|
|
private System.Windows.Forms.TabPage tabPage5;
|
|
private System.Windows.Forms.Button btSyncErr;
|
|
private System.Windows.Forms.Button bt_MoveRawData;
|
|
private System.Windows.Forms.Button bt_procStep2;
|
|
// 在 bt_procStep2 附近新增
|
|
private System.Windows.Forms.Label lbStationIdRange;
|
|
private System.Windows.Forms.TextBox tbStationIdStart;
|
|
private System.Windows.Forms.Label lbStationIdDash;
|
|
private System.Windows.Forms.TextBox tbStationIdEnd;
|
|
private System.Windows.Forms.Button bt_procStep2Range;
|
|
}
|
|
} |