487 lines
25 KiB
C#
487 lines
25 KiB
C#
namespace YiDa_WinForm
|
||
{
|
||
partial class MainForm
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <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();
|
||
this.buttonConnect = new System.Windows.Forms.Button();
|
||
this.buttonDisconnect = new System.Windows.Forms.Button();
|
||
this.textBoxLog = new System.Windows.Forms.TextBox();
|
||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.button6 = new System.Windows.Forms.Button();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.button5 = new System.Windows.Forms.Button();
|
||
this.button4 = new System.Windows.Forms.Button();
|
||
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
||
this.bsPF2 = new System.Windows.Forms.BindingSource(this.components);
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.txtLUploadPL = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.btnRefresh = new System.Windows.Forms.Button();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
||
this.bsPF = new System.Windows.Forms.BindingSource(this.components);
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.panelLed = new System.Windows.Forms.Panel();
|
||
this.panel3 = new System.Windows.Forms.Panel();
|
||
this.statusStrip2 = new System.Windows.Forms.StatusStrip();
|
||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||
this.miniToolStrip = new System.Windows.Forms.StatusStrip();
|
||
this.panel1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.bsPF2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bsPF)).BeginInit();
|
||
this.panel3.SuspendLayout();
|
||
this.statusStrip2.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// buttonConnect
|
||
//
|
||
this.buttonConnect.BackColor = System.Drawing.Color.GhostWhite;
|
||
this.buttonConnect.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.buttonConnect.FlatAppearance.BorderSize = 10;
|
||
this.buttonConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.buttonConnect.Location = new System.Drawing.Point(12, 10);
|
||
this.buttonConnect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonConnect.Name = "buttonConnect";
|
||
this.buttonConnect.Size = new System.Drawing.Size(100, 35);
|
||
this.buttonConnect.TabIndex = 0;
|
||
this.buttonConnect.Text = "网关连接";
|
||
this.buttonConnect.UseVisualStyleBackColor = false;
|
||
this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
|
||
//
|
||
// buttonDisconnect
|
||
//
|
||
this.buttonDisconnect.Location = new System.Drawing.Point(132, 10);
|
||
this.buttonDisconnect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonDisconnect.Name = "buttonDisconnect";
|
||
this.buttonDisconnect.Size = new System.Drawing.Size(100, 35);
|
||
this.buttonDisconnect.TabIndex = 1;
|
||
this.buttonDisconnect.Text = "网关断开";
|
||
this.buttonDisconnect.UseVisualStyleBackColor = true;
|
||
this.buttonDisconnect.Click += new System.EventHandler(this.buttonDisconnect_Click);
|
||
//
|
||
// textBoxLog
|
||
//
|
||
this.textBoxLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.textBoxLog.BackColor = System.Drawing.SystemColors.Control;
|
||
this.textBoxLog.Location = new System.Drawing.Point(3, 151);
|
||
this.textBoxLog.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.textBoxLog.Multiline = true;
|
||
this.textBoxLog.Name = "textBoxLog";
|
||
this.textBoxLog.ReadOnly = true;
|
||
this.textBoxLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
this.textBoxLog.Size = new System.Drawing.Size(1008, 488);
|
||
this.textBoxLog.TabIndex = 2;
|
||
//
|
||
// statusStrip1
|
||
//
|
||
this.statusStrip1.AutoSize = false;
|
||
this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
|
||
this.statusStrip1.Location = new System.Drawing.Point(72, 26);
|
||
this.statusStrip1.Name = "statusStrip1";
|
||
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 13, 0);
|
||
this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
this.statusStrip1.Size = new System.Drawing.Size(31, 19);
|
||
this.statusStrip1.TabIndex = 0;
|
||
this.statusStrip1.TabStop = true;
|
||
this.statusStrip1.Text = "miniToolStrip";
|
||
this.statusStrip1.Visible = false;
|
||
//
|
||
// toolStripStatusLabel3
|
||
//
|
||
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
||
this.toolStripStatusLabel3.Size = new System.Drawing.Size(54, 20);
|
||
this.toolStripStatusLabel3.Text = "未连接";
|
||
this.toolStripStatusLabel3.Click += new System.EventHandler(this.toolStripStatusLabel3_Click);
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.BackColor = System.Drawing.Color.Gainsboro;
|
||
this.panel1.Controls.Add(this.button6);
|
||
this.panel1.Controls.Add(this.label8);
|
||
this.panel1.Controls.Add(this.label7);
|
||
this.panel1.Controls.Add(this.label6);
|
||
this.panel1.Controls.Add(this.button5);
|
||
this.panel1.Controls.Add(this.button4);
|
||
this.panel1.Controls.Add(this.comboBox2);
|
||
this.panel1.Controls.Add(this.label5);
|
||
this.panel1.Controls.Add(this.txtLUploadPL);
|
||
this.panel1.Controls.Add(this.label2);
|
||
this.panel1.Controls.Add(this.btnRefresh);
|
||
this.panel1.Controls.Add(this.label1);
|
||
this.panel1.Controls.Add(this.comboBox1);
|
||
this.panel1.Controls.Add(this.button3);
|
||
this.panel1.Controls.Add(this.button2);
|
||
this.panel1.Controls.Add(this.button1);
|
||
this.panel1.Controls.Add(this.buttonConnect);
|
||
this.panel1.Controls.Add(this.buttonDisconnect);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(1008, 146);
|
||
this.panel1.TabIndex = 4;
|
||
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint_1);
|
||
//
|
||
// button6
|
||
//
|
||
this.button6.BackColor = System.Drawing.Color.GhostWhite;
|
||
this.button6.Location = new System.Drawing.Point(925, 12);
|
||
this.button6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.button6.Name = "button6";
|
||
this.button6.Size = new System.Drawing.Size(71, 30);
|
||
this.button6.TabIndex = 20;
|
||
this.button6.Text = "配置";
|
||
this.button6.UseVisualStyleBackColor = false;
|
||
this.button6.Click += new System.EventHandler(this.button6_Click);
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label8.Location = new System.Drawing.Point(670, 82);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(128, 17);
|
||
this.label8.TabIndex = 19;
|
||
this.label8.Text = "上传频率(秒):";
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.BackColor = System.Drawing.Color.Gainsboro;
|
||
this.label7.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label7.Location = new System.Drawing.Point(31, 103);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(68, 17);
|
||
this.label7.TabIndex = 18;
|
||
this.label7.Text = "配方2:";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.BackColor = System.Drawing.Color.Gainsboro;
|
||
this.label6.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label6.Location = new System.Drawing.Point(31, 68);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(68, 17);
|
||
this.label6.TabIndex = 17;
|
||
this.label6.Text = "配方1:";
|
||
this.label6.Click += new System.EventHandler(this.label6_Click);
|
||
//
|
||
// button5
|
||
//
|
||
this.button5.Location = new System.Drawing.Point(791, 10);
|
||
this.button5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.button5.Name = "button5";
|
||
this.button5.Size = new System.Drawing.Size(121, 35);
|
||
this.button5.TabIndex = 16;
|
||
this.button5.Text = "连杆测试上传";
|
||
this.button5.UseVisualStyleBackColor = true;
|
||
this.button5.Click += new System.EventHandler(this.button5_Click);
|
||
//
|
||
// button4
|
||
//
|
||
this.button4.Location = new System.Drawing.Point(648, 10);
|
||
this.button4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.button4.Name = "button4";
|
||
this.button4.Size = new System.Drawing.Size(121, 35);
|
||
this.button4.TabIndex = 15;
|
||
this.button4.Text = "报废上传凭证";
|
||
this.button4.UseVisualStyleBackColor = true;
|
||
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||
//
|
||
// comboBox2
|
||
//
|
||
this.comboBox2.DataSource = this.bsPF2;
|
||
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox2.FormattingEnabled = true;
|
||
this.comboBox2.Location = new System.Drawing.Point(141, 102);
|
||
this.comboBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.comboBox2.Name = "comboBox2";
|
||
this.comboBox2.Size = new System.Drawing.Size(385, 23);
|
||
this.comboBox2.TabIndex = 14;
|
||
//
|
||
// bsPF2
|
||
//
|
||
this.bsPF2.RaiseListChangedEvents = false;
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.BackColor = System.Drawing.Color.Gainsboro;
|
||
this.label5.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label5.Location = new System.Drawing.Point(24, 105);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(0, 17);
|
||
this.label5.TabIndex = 13;
|
||
//
|
||
// txtLUploadPL
|
||
//
|
||
this.txtLUploadPL.Location = new System.Drawing.Point(819, 79);
|
||
this.txtLUploadPL.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.txtLUploadPL.Name = "txtLUploadPL";
|
||
this.txtLUploadPL.Size = new System.Drawing.Size(105, 25);
|
||
this.txtLUploadPL.TabIndex = 10;
|
||
this.txtLUploadPL.Text = "3600";
|
||
this.txtLUploadPL.TextChanged += new System.EventHandler(this.txtLUploadPL_TextChanged);
|
||
this.txtLUploadPL.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLUploadPL_KeyPress);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label2.Location = new System.Drawing.Point(664, 80);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(0, 17);
|
||
this.label2.TabIndex = 9;
|
||
//
|
||
// btnRefresh
|
||
//
|
||
this.btnRefresh.BackColor = System.Drawing.Color.GhostWhite;
|
||
this.btnRefresh.Location = new System.Drawing.Point(566, 76);
|
||
this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.btnRefresh.Name = "btnRefresh";
|
||
this.btnRefresh.Size = new System.Drawing.Size(71, 30);
|
||
this.btnRefresh.TabIndex = 8;
|
||
this.btnRefresh.Text = "刷新";
|
||
this.btnRefresh.UseVisualStyleBackColor = false;
|
||
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.BackColor = System.Drawing.Color.Gainsboro;
|
||
this.label1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.Location = new System.Drawing.Point(25, 68);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(0, 17);
|
||
this.label1.TabIndex = 6;
|
||
//
|
||
// comboBox1
|
||
//
|
||
this.comboBox1.DataSource = this.bsPF;
|
||
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox1.FormattingEnabled = true;
|
||
this.comboBox1.Location = new System.Drawing.Point(141, 65);
|
||
this.comboBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.comboBox1.Name = "comboBox1";
|
||
this.comboBox1.Size = new System.Drawing.Size(385, 23);
|
||
this.comboBox1.TabIndex = 5;
|
||
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
||
//
|
||
// bsPF
|
||
//
|
||
this.bsPF.RaiseListChangedEvents = false;
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(518, 10);
|
||
this.button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(105, 35);
|
||
this.button3.TabIndex = 4;
|
||
this.button3.Text = "中止上传";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(392, 10);
|
||
this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(105, 35);
|
||
this.button2.TabIndex = 3;
|
||
this.button2.Text = "上传宜搭";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(251, 10);
|
||
this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(121, 35);
|
||
this.button1.TabIndex = 2;
|
||
this.button1.Text = "配方表格导入";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.ForeColor = System.Drawing.Color.Red;
|
||
this.label4.Location = new System.Drawing.Point(777, 12);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(199, 19);
|
||
this.label4.TabIndex = 12;
|
||
this.label4.Text = "yyyy-MM-dd HH:mm:ss";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.ForeColor = System.Drawing.Color.Red;
|
||
this.label3.Location = new System.Drawing.Point(638, 12);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(120, 22);
|
||
this.label3.TabIndex = 11;
|
||
this.label3.Text = "当前时间:";
|
||
//
|
||
// panelLed
|
||
//
|
||
this.panelLed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
this.panelLed.BackColor = System.Drawing.Color.Red;
|
||
this.panelLed.Location = new System.Drawing.Point(12, 14);
|
||
this.panelLed.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.panelLed.Name = "panelLed";
|
||
this.panelLed.Size = new System.Drawing.Size(20, 20);
|
||
this.panelLed.TabIndex = 5;
|
||
//
|
||
// panel3
|
||
//
|
||
this.panel3.Controls.Add(this.statusStrip2);
|
||
this.panel3.Controls.Add(this.panelLed);
|
||
this.panel3.Controls.Add(this.statusStrip1);
|
||
this.panel3.Controls.Add(this.label3);
|
||
this.panel3.Controls.Add(this.label4);
|
||
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
this.panel3.Location = new System.Drawing.Point(0, 628);
|
||
this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.panel3.Name = "panel3";
|
||
this.panel3.Size = new System.Drawing.Size(1008, 47);
|
||
this.panel3.TabIndex = 7;
|
||
//
|
||
// statusStrip2
|
||
//
|
||
this.statusStrip2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
this.statusStrip2.Dock = System.Windows.Forms.DockStyle.None;
|
||
this.statusStrip2.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel3 });
|
||
this.statusStrip2.Location = new System.Drawing.Point(35, 12);
|
||
this.statusStrip2.Name = "statusStrip2";
|
||
this.statusStrip2.Size = new System.Drawing.Size(71, 25);
|
||
this.statusStrip2.TabIndex = 13;
|
||
this.statusStrip2.Text = "statusStrip2";
|
||
//
|
||
// timer1
|
||
//
|
||
this.timer1.Interval = 1000;
|
||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||
//
|
||
// miniToolStrip
|
||
//
|
||
this.miniToolStrip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
this.miniToolStrip.AutoSize = false;
|
||
this.miniToolStrip.Dock = System.Windows.Forms.DockStyle.None;
|
||
this.miniToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.miniToolStrip.Location = new System.Drawing.Point(55, 3);
|
||
this.miniToolStrip.Name = "miniToolStrip";
|
||
this.miniToolStrip.Padding = new System.Windows.Forms.Padding(1, 0, 13, 0);
|
||
this.miniToolStrip.Size = new System.Drawing.Size(70, 25);
|
||
this.miniToolStrip.TabIndex = 3;
|
||
//
|
||
// MainForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.SystemColors.Control;
|
||
this.ClientSize = new System.Drawing.Size(1008, 675);
|
||
this.Controls.Add(this.panel3);
|
||
this.Controls.Add(this.panel1);
|
||
this.Controls.Add(this.textBoxLog);
|
||
this.Location = new System.Drawing.Point(15, 15);
|
||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.Name = "MainForm";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "孚冈-宜搭数据数据转发";
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormClosing);
|
||
this.Load += new System.EventHandler(this.Form1_Load);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.bsPF2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bsPF)).EndInit();
|
||
this.panel3.ResumeLayout(false);
|
||
this.panel3.PerformLayout();
|
||
this.statusStrip2.ResumeLayout(false);
|
||
this.statusStrip2.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
}
|
||
|
||
private System.Windows.Forms.StatusStrip statusStrip2;
|
||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
||
|
||
private System.Windows.Forms.Button button6;
|
||
|
||
private System.Windows.Forms.Label label8;
|
||
|
||
private System.Windows.Forms.Label label7;
|
||
|
||
private System.Windows.Forms.Label label6;
|
||
|
||
private System.Windows.Forms.StatusStrip miniToolStrip;
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Button buttonConnect;
|
||
private System.Windows.Forms.Button buttonDisconnect;
|
||
private System.Windows.Forms.TextBox textBoxLog;
|
||
private System.Windows.Forms.StatusStrip statusStrip1;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.ComboBox comboBox1;
|
||
private System.Windows.Forms.BindingSource bsPF;
|
||
private System.Windows.Forms.Button button5;
|
||
private System.Windows.Forms.Button button4;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Panel panelLed;
|
||
private System.Windows.Forms.Panel panel3;
|
||
private System.Windows.Forms.Button btnRefresh;
|
||
private System.Windows.Forms.Timer timer1;
|
||
private System.Windows.Forms.TextBox txtLUploadPL;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.ComboBox comboBox2;
|
||
private System.Windows.Forms.BindingSource bsPF2;
|
||
}
|
||
}
|
||
|