123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- namespace UAS_MES_NEW.SystemSetting
- {
- partial class SystemSetting_ScaleTest
- {
- /// <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(SystemSetting_ScaleTest));
- this.panel4 = new System.Windows.Forms.Panel();
- this.Weight = new System.Windows.Forms.Label();
- this.panel5 = new System.Windows.Forms.Panel();
- this.pr_colorboxunit = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.SerialPortComBox_label = new System.Windows.Forms.Label();
- this.BaudRate_label = new System.Windows.Forms.Label();
- this.StopTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.BaudRate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.StartTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.ComList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.SerialPortCombox();
- this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.panel4.SuspendLayout();
- this.panel5.SuspendLayout();
- this.SuspendLayout();
- //
- // panel4
- //
- this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel4.Controls.Add(this.Weight);
- this.panel4.Controls.Add(this.panel5);
- this.panel4.Location = new System.Drawing.Point(684, 172);
- this.panel4.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(664, 256);
- this.panel4.TabIndex = 39;
- //
- // Weight
- //
- this.Weight.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.Weight.AutoSize = true;
- this.Weight.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
- this.Weight.Location = new System.Drawing.Point(268, 100);
- this.Weight.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.Weight.Name = "Weight";
- this.Weight.Size = new System.Drawing.Size(0, 62);
- this.Weight.TabIndex = 41;
- //
- // panel5
- //
- this.panel5.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.panel5.Controls.Add(this.pr_colorboxunit);
- this.panel5.Controls.Add(this.label22);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel5.Location = new System.Drawing.Point(0, 0);
- this.panel5.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(156, 254);
- this.panel5.TabIndex = 40;
- //
- // pr_colorboxunit
- //
- this.pr_colorboxunit.AutoSize = true;
- this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.pr_colorboxunit.Location = new System.Drawing.Point(44, 132);
- this.pr_colorboxunit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_colorboxunit.Name = "pr_colorboxunit";
- this.pr_colorboxunit.Size = new System.Drawing.Size(60, 50);
- this.pr_colorboxunit.TabIndex = 42;
- this.pr_colorboxunit.Text = "克";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label22.Location = new System.Drawing.Point(30, 64);
- this.label22.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(98, 50);
- this.label22.TabIndex = 20;
- this.label22.Text = "重量";
- //
- // SerialPortComBox_label
- //
- this.SerialPortComBox_label.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.SerialPortComBox_label.AutoSize = true;
- this.SerialPortComBox_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SerialPortComBox_label.Location = new System.Drawing.Point(86, 170);
- this.SerialPortComBox_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.SerialPortComBox_label.Name = "SerialPortComBox_label";
- this.SerialPortComBox_label.Size = new System.Drawing.Size(153, 41);
- this.SerialPortComBox_label.TabIndex = 42;
- this.SerialPortComBox_label.Text = "Com端口";
- //
- // BaudRate_label
- //
- this.BaudRate_label.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.BaudRate_label.AutoSize = true;
- this.BaudRate_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.BaudRate_label.Location = new System.Drawing.Point(124, 248);
- this.BaudRate_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.BaudRate_label.Name = "BaudRate_label";
- this.BaudRate_label.Size = new System.Drawing.Size(114, 41);
- this.BaudRate_label.TabIndex = 44;
- this.BaudRate_label.Text = "波特率";
- //
- // StopTest
- //
- this.StopTest.AllPower = null;
- this.StopTest.BackColor = System.Drawing.Color.Transparent;
- this.StopTest.DownImage = ((System.Drawing.Image)(resources.GetObject("StopTest.DownImage")));
- this.StopTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.StopTest.Image = ((System.Drawing.Image)(resources.GetObject("StopTest.Image")));
- this.StopTest.IsShowBorder = true;
- this.StopTest.Location = new System.Drawing.Point(406, 380);
- this.StopTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.StopTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopTest.MoveImage")));
- this.StopTest.Name = "StopTest";
- this.StopTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopTest.NormalImage")));
- this.StopTest.Power = null;
- this.StopTest.Size = new System.Drawing.Size(134, 46);
- this.StopTest.TabIndex = 45;
- this.StopTest.Text = "停止调试";
- this.StopTest.UseVisualStyleBackColor = true;
- this.StopTest.Click += new System.EventHandler(this.StopTest_Click);
- //
- // BaudRate
- //
- this.BaudRate.AllPower = null;
- this.BaudRate.BackColor = System.Drawing.Color.White;
- this.BaudRate.ID = null;
- this.BaudRate.Location = new System.Drawing.Point(260, 252);
- this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.BaudRate.Name = "BaudRate";
- this.BaudRate.Negative = false;
- this.BaudRate.Power = null;
- this.BaudRate.Size = new System.Drawing.Size(276, 35);
- this.BaudRate.Str = null;
- this.BaudRate.Str1 = null;
- this.BaudRate.Str2 = null;
- this.BaudRate.TabIndex = 43;
- //
- // StartTest
- //
- this.StartTest.AllPower = null;
- this.StartTest.BackColor = System.Drawing.Color.Transparent;
- this.StartTest.DownImage = ((System.Drawing.Image)(resources.GetObject("StartTest.DownImage")));
- this.StartTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.StartTest.Image = ((System.Drawing.Image)(resources.GetObject("StartTest.Image")));
- this.StartTest.IsShowBorder = true;
- this.StartTest.Location = new System.Drawing.Point(240, 380);
- this.StartTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.StartTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartTest.MoveImage")));
- this.StartTest.Name = "StartTest";
- this.StartTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartTest.NormalImage")));
- this.StartTest.Power = null;
- this.StartTest.Size = new System.Drawing.Size(134, 46);
- this.StartTest.TabIndex = 41;
- this.StartTest.Text = "开始调试";
- this.StartTest.UseVisualStyleBackColor = true;
- this.StartTest.Click += new System.EventHandler(this.StartTest_Click);
- //
- // ComList
- //
- this.ComList.Location = new System.Drawing.Point(260, 172);
- this.ComList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ComList.Name = "ComList";
- this.ComList.Size = new System.Drawing.Size(280, 40);
- this.ComList.TabIndex = 40;
- //
- // 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 = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
- this.normalButton1.IsShowBorder = true;
- this.normalButton1.Location = new System.Drawing.Point(0, 0);
- this.normalButton1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- 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(0, 0);
- this.normalButton1.TabIndex = 36;
- this.normalButton1.Text = "normalButton1";
- this.normalButton1.UseVisualStyleBackColor = true;
- //
- // Remark
- //
- this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Remark.Location = new System.Drawing.Point(170, 558);
- this.Remark.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.Remark.Name = "Remark";
- this.Remark.Size = new System.Drawing.Size(476, 156);
- this.Remark.TabIndex = 195;
- this.Remark.Text = "";
- //
- // SystemSetting_ScaleTest
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1832, 948);
- this.Controls.Add(this.Remark);
- this.Controls.Add(this.StopTest);
- this.Controls.Add(this.BaudRate_label);
- this.Controls.Add(this.BaudRate);
- this.Controls.Add(this.SerialPortComBox_label);
- this.Controls.Add(this.StartTest);
- this.Controls.Add(this.ComList);
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.normalButton1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.Name = "SystemSetting_ScaleTest";
- this.Tag = "Setup!ScaleTest";
- this.Text = " ";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SystemSetting_ScaleTest_FormClosing);
- this.Load += new System.EventHandler(this.SystemSetting_ScaleTest_Load);
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.panel5.ResumeLayout(false);
- this.panel5.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.ButtonUtil.NormalButton normalButton1;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Label Weight;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label pr_colorboxunit;
- private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
- private CustomControl.ButtonUtil.NormalButton StartTest;
- private System.Windows.Forms.Label SerialPortComBox_label;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
- private System.Windows.Forms.Label BaudRate_label;
- private CustomControl.ButtonUtil.NormalButton StopTest;
- private CustomControl.RichText.RichTextAutoBottom Remark;
- }
- }
|