|
|
@@ -1,325 +0,0 @@
|
|
|
-namespace UAS_MES
|
|
|
-{
|
|
|
- partial class Weigher
|
|
|
- {
|
|
|
- /// <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()
|
|
|
- {
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Weigher));
|
|
|
- this.GetSeriadlData = new System.Windows.Forms.Button();
|
|
|
- this.DataFlush = new System.Windows.Forms.TextBox();
|
|
|
- this.StopGetSerialData = new System.Windows.Forms.Button();
|
|
|
- this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.BaudRate = new System.Windows.Forms.TextBox();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.label4 = new System.Windows.Forms.Label();
|
|
|
- this.label5 = new System.Windows.Forms.Label();
|
|
|
- this.WeigherData = new System.Windows.Forms.TextBox();
|
|
|
- this.label6 = new System.Windows.Forms.Label();
|
|
|
- this.label7 = new System.Windows.Forms.Label();
|
|
|
- this.label8 = new System.Windows.Forms.Label();
|
|
|
- this.textBox4 = new System.Windows.Forms.TextBox();
|
|
|
- this.textBox5 = new System.Windows.Forms.TextBox();
|
|
|
- this.label9 = new System.Windows.Forms.Label();
|
|
|
- this.CleanDataFlush = new System.Windows.Forms.Button();
|
|
|
- this.enterTextBox2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.headBar1 = new UAS_MES.CustomControl.HeadBar();
|
|
|
- this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.SuspendLayout();
|
|
|
- //
|
|
|
- // GetSeriadlData
|
|
|
- //
|
|
|
- this.GetSeriadlData.Location = new System.Drawing.Point(534, 194);
|
|
|
- this.GetSeriadlData.Name = "GetSeriadlData";
|
|
|
- this.GetSeriadlData.Size = new System.Drawing.Size(119, 54);
|
|
|
- this.GetSeriadlData.TabIndex = 1;
|
|
|
- this.GetSeriadlData.Tag = "ifread";
|
|
|
- this.GetSeriadlData.Text = "接收数据";
|
|
|
- this.GetSeriadlData.UseVisualStyleBackColor = true;
|
|
|
- this.GetSeriadlData.Click += new System.EventHandler(this.GetSeriadlData_Click);
|
|
|
- //
|
|
|
- // DataFlush
|
|
|
- //
|
|
|
- this.DataFlush.Location = new System.Drawing.Point(751, 60);
|
|
|
- this.DataFlush.Multiline = true;
|
|
|
- this.DataFlush.Name = "DataFlush";
|
|
|
- this.DataFlush.Size = new System.Drawing.Size(268, 343);
|
|
|
- this.DataFlush.TabIndex = 2;
|
|
|
- //
|
|
|
- // StopGetSerialData
|
|
|
- //
|
|
|
- this.StopGetSerialData.Location = new System.Drawing.Point(534, 297);
|
|
|
- this.StopGetSerialData.Name = "StopGetSerialData";
|
|
|
- this.StopGetSerialData.Size = new System.Drawing.Size(119, 50);
|
|
|
- this.StopGetSerialData.TabIndex = 3;
|
|
|
- this.StopGetSerialData.Tag = "ifread";
|
|
|
- this.StopGetSerialData.Text = "停止接收";
|
|
|
- this.StopGetSerialData.UseVisualStyleBackColor = true;
|
|
|
- this.StopGetSerialData.Click += new System.EventHandler(this.StopGetSeriadlData_Click);
|
|
|
- //
|
|
|
- // comboBox1
|
|
|
- //
|
|
|
- this.comboBox1.FormattingEnabled = true;
|
|
|
- this.comboBox1.Location = new System.Drawing.Point(394, 60);
|
|
|
- this.comboBox1.Name = "comboBox1";
|
|
|
- this.comboBox1.Size = new System.Drawing.Size(75, 20);
|
|
|
- this.comboBox1.TabIndex = 4;
|
|
|
- this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
|
|
- //
|
|
|
- // label1
|
|
|
- //
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(302, 63);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(77, 12);
|
|
|
- this.label1.TabIndex = 5;
|
|
|
- this.label1.Text = "选择端口号:";
|
|
|
- //
|
|
|
- // label2
|
|
|
- //
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(302, 97);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(77, 12);
|
|
|
- this.label2.TabIndex = 6;
|
|
|
- this.label2.Text = "输入波特率:";
|
|
|
- //
|
|
|
- // BaudRate
|
|
|
- //
|
|
|
- this.BaudRate.Location = new System.Drawing.Point(394, 94);
|
|
|
- this.BaudRate.Name = "BaudRate";
|
|
|
- this.BaudRate.Size = new System.Drawing.Size(75, 21);
|
|
|
- this.BaudRate.TabIndex = 7;
|
|
|
- this.BaudRate.Text = "9600";
|
|
|
- this.BaudRate.TextChanged += new System.EventHandler(this.BaudRate_TextChanged);
|
|
|
- //
|
|
|
- // label3
|
|
|
- //
|
|
|
- this.label3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
- this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
- this.label3.Location = new System.Drawing.Point(239, 156);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(510, 4);
|
|
|
- this.label3.TabIndex = 8;
|
|
|
- //
|
|
|
- // label4
|
|
|
- //
|
|
|
- this.label4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
- this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
- this.label4.Location = new System.Drawing.Point(748, 0);
|
|
|
- this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(4, 432);
|
|
|
- this.label4.TabIndex = 9;
|
|
|
- //
|
|
|
- // label5
|
|
|
- //
|
|
|
- this.label5.AutoSize = true;
|
|
|
- this.label5.Font = new System.Drawing.Font("宋体", 10F);
|
|
|
- this.label5.Location = new System.Drawing.Point(824, 39);
|
|
|
- this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(119, 14);
|
|
|
- this.label5.TabIndex = 10;
|
|
|
- this.label5.Text = "电子秤数据缓冲区";
|
|
|
- //
|
|
|
- // WeigherData
|
|
|
- //
|
|
|
- this.WeigherData.Location = new System.Drawing.Point(277, 356);
|
|
|
- this.WeigherData.Multiline = true;
|
|
|
- this.WeigherData.Name = "WeigherData";
|
|
|
- this.WeigherData.Size = new System.Drawing.Size(188, 47);
|
|
|
- this.WeigherData.TabIndex = 11;
|
|
|
- //
|
|
|
- // label6
|
|
|
- //
|
|
|
- this.label6.AutoSize = true;
|
|
|
- this.label6.Font = new System.Drawing.Font("宋体", 11F);
|
|
|
- this.label6.Location = new System.Drawing.Point(275, 332);
|
|
|
- this.label6.Name = "label6";
|
|
|
- this.label6.Size = new System.Drawing.Size(97, 15);
|
|
|
- this.label6.TabIndex = 12;
|
|
|
- this.label6.Text = "最终称量结果";
|
|
|
- //
|
|
|
- // label7
|
|
|
- //
|
|
|
- this.label7.AutoSize = true;
|
|
|
- this.label7.Location = new System.Drawing.Point(276, 179);
|
|
|
- this.label7.Name = "label7";
|
|
|
- this.label7.Size = new System.Drawing.Size(113, 12);
|
|
|
- this.label7.TabIndex = 13;
|
|
|
- this.label7.Text = "称量过程中数据标识";
|
|
|
- //
|
|
|
- // label8
|
|
|
- //
|
|
|
- this.label8.AutoSize = true;
|
|
|
- this.label8.Location = new System.Drawing.Point(278, 251);
|
|
|
- this.label8.Name = "label8";
|
|
|
- this.label8.Size = new System.Drawing.Size(101, 12);
|
|
|
- this.label8.TabIndex = 14;
|
|
|
- this.label8.Text = "称量结果数据标识";
|
|
|
- //
|
|
|
- // textBox4
|
|
|
- //
|
|
|
- this.textBox4.Location = new System.Drawing.Point(278, 212);
|
|
|
- this.textBox4.Name = "textBox4";
|
|
|
- this.textBox4.Size = new System.Drawing.Size(100, 21);
|
|
|
- this.textBox4.TabIndex = 15;
|
|
|
- this.textBox4.Text = "US";
|
|
|
- //
|
|
|
- // textBox5
|
|
|
- //
|
|
|
- this.textBox5.Location = new System.Drawing.Point(278, 276);
|
|
|
- this.textBox5.Name = "textBox5";
|
|
|
- this.textBox5.Size = new System.Drawing.Size(100, 21);
|
|
|
- this.textBox5.TabIndex = 16;
|
|
|
- this.textBox5.Text = "ST";
|
|
|
- this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
|
|
|
- //
|
|
|
- // label9
|
|
|
- //
|
|
|
- this.label9.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
|
- this.label9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
- this.label9.Location = new System.Drawing.Point(239, 33);
|
|
|
- this.label9.Name = "label9";
|
|
|
- this.label9.Size = new System.Drawing.Size(4, 400);
|
|
|
- this.label9.TabIndex = 18;
|
|
|
- //
|
|
|
- // CleanDataFlush
|
|
|
- //
|
|
|
- this.CleanDataFlush.Location = new System.Drawing.Point(842, 407);
|
|
|
- this.CleanDataFlush.Name = "CleanDataFlush";
|
|
|
- this.CleanDataFlush.Size = new System.Drawing.Size(75, 23);
|
|
|
- this.CleanDataFlush.TabIndex = 22;
|
|
|
- this.CleanDataFlush.Text = "清除";
|
|
|
- this.CleanDataFlush.UseVisualStyleBackColor = true;
|
|
|
- this.CleanDataFlush.Click += new System.EventHandler(this.CleanDataFlush_Click);
|
|
|
- //
|
|
|
- // enterTextBox2
|
|
|
- //
|
|
|
- this.enterTextBox2.AllPower = null;
|
|
|
- this.enterTextBox2.BackColor = System.Drawing.Color.White;
|
|
|
- this.enterTextBox2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
- this.enterTextBox2.ID = null;
|
|
|
- this.enterTextBox2.Location = new System.Drawing.Point(0, 32);
|
|
|
- this.enterTextBox2.Multiline = true;
|
|
|
- this.enterTextBox2.Name = "enterTextBox2";
|
|
|
- this.enterTextBox2.Power = null;
|
|
|
- this.enterTextBox2.Size = new System.Drawing.Size(240, 400);
|
|
|
- this.enterTextBox2.Str = null;
|
|
|
- this.enterTextBox2.Str1 = null;
|
|
|
- this.enterTextBox2.Str2 = null;
|
|
|
- this.enterTextBox2.TabIndex = 21;
|
|
|
- this.enterTextBox2.Enter += new System.EventHandler(this.enterTextBox2_Enter);
|
|
|
- this.enterTextBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox2_KeyDown);
|
|
|
- //
|
|
|
- // headBar1
|
|
|
- //
|
|
|
- this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
- this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
- this.headBar1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.headBar1.Name = "headBar1";
|
|
|
- this.headBar1.Size = new System.Drawing.Size(1019, 32);
|
|
|
- this.headBar1.TabIndex = 17;
|
|
|
- //
|
|
|
- // normalButton1
|
|
|
- //
|
|
|
- this.normalButton1.AllPower = null;
|
|
|
- this.normalButton1.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
|
|
|
- this.normalButton1.Image = null;
|
|
|
- this.normalButton1.IsShowBorder = true;
|
|
|
- this.normalButton1.Location = new System.Drawing.Point(453, 235);
|
|
|
- this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
|
|
|
- this.normalButton1.Name = "normalButton1";
|
|
|
- this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
|
|
|
- this.normalButton1.Power = null;
|
|
|
- this.normalButton1.Size = new System.Drawing.Size(75, 28);
|
|
|
- this.normalButton1.TabIndex = 23;
|
|
|
- this.normalButton1.Text = "normalButton1";
|
|
|
- this.normalButton1.UseVisualStyleBackColor = false;
|
|
|
- this.normalButton1.Click += new System.EventHandler(this.GetSeriadlData_Click);
|
|
|
- //
|
|
|
- // Weigher
|
|
|
- //
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1019, 432);
|
|
|
- this.Controls.Add(this.normalButton1);
|
|
|
- this.Controls.Add(this.CleanDataFlush);
|
|
|
- this.Controls.Add(this.enterTextBox2);
|
|
|
- this.Controls.Add(this.label9);
|
|
|
- this.Controls.Add(this.headBar1);
|
|
|
- this.Controls.Add(this.textBox5);
|
|
|
- this.Controls.Add(this.textBox4);
|
|
|
- this.Controls.Add(this.label8);
|
|
|
- this.Controls.Add(this.label7);
|
|
|
- this.Controls.Add(this.label6);
|
|
|
- this.Controls.Add(this.WeigherData);
|
|
|
- this.Controls.Add(this.label5);
|
|
|
- this.Controls.Add(this.label4);
|
|
|
- this.Controls.Add(this.label3);
|
|
|
- this.Controls.Add(this.BaudRate);
|
|
|
- this.Controls.Add(this.label2);
|
|
|
- this.Controls.Add(this.label1);
|
|
|
- this.Controls.Add(this.comboBox1);
|
|
|
- this.Controls.Add(this.StopGetSerialData);
|
|
|
- this.Controls.Add(this.DataFlush);
|
|
|
- this.Controls.Add(this.GetSeriadlData);
|
|
|
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Name = "Weigher";
|
|
|
- this.Tag = "Make!ColorBoxWeigh";
|
|
|
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Weigher_FormClosing);
|
|
|
- this.Load += new System.EventHandler(this.Weigher_Load);
|
|
|
- this.ResumeLayout(false);
|
|
|
- this.PerformLayout();
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- #endregion
|
|
|
- private System.Windows.Forms.Button GetSeriadlData;
|
|
|
- private System.Windows.Forms.TextBox DataFlush;
|
|
|
- private System.Windows.Forms.Button StopGetSerialData;
|
|
|
- private System.Windows.Forms.ComboBox comboBox1;
|
|
|
- private System.Windows.Forms.Label label1;
|
|
|
- private System.Windows.Forms.Label label2;
|
|
|
- private System.Windows.Forms.TextBox BaudRate;
|
|
|
- private System.Windows.Forms.Label label3;
|
|
|
- private System.Windows.Forms.Label label4;
|
|
|
- private System.Windows.Forms.Label label5;
|
|
|
- private System.Windows.Forms.TextBox WeigherData;
|
|
|
- private System.Windows.Forms.Label label6;
|
|
|
- private System.Windows.Forms.Label label7;
|
|
|
- private System.Windows.Forms.Label label8;
|
|
|
- private System.Windows.Forms.TextBox textBox4;
|
|
|
- private System.Windows.Forms.TextBox textBox5;
|
|
|
- private CustomControl.HeadBar headBar1;
|
|
|
- private System.Windows.Forms.Label label9;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox2;
|
|
|
- private System.Windows.Forms.Button CleanDataFlush;
|
|
|
- private CustomControl.ButtonUtil.NormalButton normalButton1;
|
|
|
- }
|
|
|
-}
|