CRVM-redis-6/Host/SetSenserForm.designer.cs

440 lines
22 KiB
C#
Raw Normal View History

2025-11-07 02:02:31 +08:00
namespace CRVM
{
partial class SetSenserForm
{
/// <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(SetSenserForm));
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.cancel = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.label12 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label71 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(332, 42);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(78, 25);
this.label5.TabIndex = 0;
this.label5.Text = "5#机架:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(31, 193);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(78, 25);
this.label4.TabIndex = 1;
this.label4.Text = "4#机架:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(31, 142);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(78, 25);
this.label3.TabIndex = 2;
this.label3.Text = "3#机架:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(31, 91);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(78, 25);
this.label2.TabIndex = 3;
this.label2.Text = "2#机架:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(31, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(78, 25);
this.label1.TabIndex = 4;
this.label1.Text = "1#机架:";
//
// cancel
//
this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cancel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cancel.Location = new System.Drawing.Point(439, 5);
this.cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.cancel.Name = "cancel";
this.cancel.Size = new System.Drawing.Size(80, 35);
this.cancel.TabIndex = 17;
this.cancel.Text = "取消";
this.cancel.UseVisualStyleBackColor = true;
this.cancel.Click += new System.EventHandler(this.cancel_Click);
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(537, 5);
this.button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(80, 36);
this.button2.TabIndex = 18;
this.button2.Text = " 确定";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox5
//
this.textBox5.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox5.Location = new System.Drawing.Point(411, 40);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(81, 33);
this.textBox5.TabIndex = 4;
this.textBox5.Text = "95";
//
// textBox4
//
this.textBox4.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox4.Location = new System.Drawing.Point(113, 190);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(81, 33);
this.textBox4.TabIndex = 3;
this.textBox4.Text = "95";
//
// textBox3
//
this.textBox3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox3.Location = new System.Drawing.Point(113, 139);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(81, 33);
this.textBox3.TabIndex = 2;
this.textBox3.Text = "95";
//
// textBox2
//
this.textBox2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox2.Location = new System.Drawing.Point(113, 88);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(81, 33);
this.textBox2.TabIndex = 1;
this.textBox2.Text = "95";
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox1.Location = new System.Drawing.Point(113, 37);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(81, 33);
this.textBox1.TabIndex = 0;
this.textBox1.Text = "95";
//
// panel1
//
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.label14);
this.panel1.Controls.Add(this.label15);
this.panel1.Controls.Add(this.label16);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.label71);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.textBox7);
this.panel1.Controls.Add(this.textBox8);
this.panel1.Controls.Add(this.textBox6);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.label13);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.textBox5);
this.panel1.Controls.Add(this.textBox3);
this.panel1.Controls.Add(this.textBox4);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(1, 1);
this.panel1.Margin = new System.Windows.Forms.Padding(0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(647, 231);
this.panel1.TabIndex = 35;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(497, 92);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(75, 25);
this.label12.TabIndex = 14;
this.label12.Text = "(mV/g)";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.Location = new System.Drawing.Point(497, 141);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(75, 25);
this.label14.TabIndex = 13;
this.label14.Text = "(mV/g)";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(497, 192);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(75, 25);
this.label15.TabIndex = 12;
this.label15.Text = "(mV/g)";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.Location = new System.Drawing.Point(497, 39);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(75, 25);
this.label16.TabIndex = 11;
this.label16.Text = "(mV/g)";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(197, 93);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(75, 25);
this.label10.TabIndex = 10;
this.label10.Text = "(mV/g)";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(197, 142);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(75, 25);
this.label9.TabIndex = 9;
this.label9.Text = "(mV/g)";
//
// label71
//
this.label71.AutoSize = true;
this.label71.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label71.Location = new System.Drawing.Point(197, 193);
this.label71.Name = "label71";
this.label71.Size = new System.Drawing.Size(75, 25);
this.label71.TabIndex = 8;
this.label71.Text = "(mV/g)";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(332, 190);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(78, 25);
this.label8.TabIndex = 0;
this.label8.Text = "8#通道:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(332, 140);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(78, 25);
this.label7.TabIndex = 1;
this.label7.Text = "7#通道:";
//
// textBox7
//
this.textBox7.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox7.Location = new System.Drawing.Point(411, 138);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(81, 33);
this.textBox7.TabIndex = 6;
this.textBox7.Text = "95";
//
// textBox8
//
this.textBox8.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox8.Location = new System.Drawing.Point(411, 187);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(81, 33);
this.textBox8.TabIndex = 7;
this.textBox8.Text = "95";
//
// textBox6
//
this.textBox6.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox6.Location = new System.Drawing.Point(411, 89);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(81, 33);
this.textBox6.TabIndex = 5;
this.textBox6.Text = "95";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(332, 91);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(78, 25);
this.label6.TabIndex = 2;
this.label6.Text = "6#通道:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(197, 40);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(75, 25);
this.label13.TabIndex = 6;
this.label13.Text = "(mV/g)";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(649, 284);
this.tableLayoutPanel1.TabIndex = 36;
//
// panel2
//
this.panel2.Controls.Add(this.button2);
this.panel2.Controls.Add(this.cancel);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(1, 233);
this.panel2.Margin = new System.Windows.Forms.Padding(0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(647, 50);
this.panel2.TabIndex = 37;
//
// SetSenserForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(649, 284);
this.Controls.Add(this.tableLayoutPanel1);
this.Font = new System.Drawing.Font("新宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SetSenserForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "传感器参数设置";
this.Load += new System.EventHandler(this.Sensor_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button cancel;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label71;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
}
}