273 lines
15 KiB
C#
273 lines
15 KiB
C#
|
|
namespace SLC1_N
|
|
{
|
|
partial class LeakCompensate
|
|
{
|
|
/// <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(LeakCompensate));
|
|
this.uiGroupBox16 = new Sunny.UI.UIGroupBox();
|
|
this.CH2PreCompensation = new Sunny.UI.UITextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.Compensation = new Sunny.UI.UIButton();
|
|
this.CH1PreCompensation = new Sunny.UI.UITextBox();
|
|
this.label120 = new System.Windows.Forms.Label();
|
|
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
|
|
this.CH2LeakCompe = new Sunny.UI.UITextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.Save = new Sunny.UI.UIButton();
|
|
this.CH1LeakCompe = new Sunny.UI.UITextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.SendText = new System.Windows.Forms.TextBox();
|
|
this.uiGroupBox16.SuspendLayout();
|
|
this.uiGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// uiGroupBox16
|
|
//
|
|
this.uiGroupBox16.Controls.Add(this.CH2PreCompensation);
|
|
this.uiGroupBox16.Controls.Add(this.label3);
|
|
this.uiGroupBox16.Controls.Add(this.Compensation);
|
|
this.uiGroupBox16.Controls.Add(this.CH1PreCompensation);
|
|
this.uiGroupBox16.Controls.Add(this.label120);
|
|
this.uiGroupBox16.FillColor = System.Drawing.Color.LightBlue;
|
|
this.uiGroupBox16.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
this.uiGroupBox16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiGroupBox16.Location = new System.Drawing.Point(230, 14);
|
|
this.uiGroupBox16.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiGroupBox16.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiGroupBox16.Name = "uiGroupBox16";
|
|
this.uiGroupBox16.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
this.uiGroupBox16.Size = new System.Drawing.Size(192, 296);
|
|
this.uiGroupBox16.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiGroupBox16.TabIndex = 239;
|
|
this.uiGroupBox16.Text = "压力系数";
|
|
this.uiGroupBox16.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// CH2PreCompensation
|
|
//
|
|
this.CH2PreCompensation.ButtonSymbol = 61761;
|
|
this.CH2PreCompensation.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.CH2PreCompensation.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
this.CH2PreCompensation.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.CH2PreCompensation.Location = new System.Drawing.Point(35, 118);
|
|
this.CH2PreCompensation.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.CH2PreCompensation.Maximum = 2147483647D;
|
|
this.CH2PreCompensation.Minimum = -2147483648D;
|
|
this.CH2PreCompensation.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.CH2PreCompensation.Name = "CH2PreCompensation";
|
|
this.CH2PreCompensation.Size = new System.Drawing.Size(128, 29);
|
|
this.CH2PreCompensation.Style = Sunny.UI.UIStyle.Custom;
|
|
this.CH2PreCompensation.TabIndex = 244;
|
|
this.CH2PreCompensation.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label3.Location = new System.Drawing.Point(32, 98);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(95, 16);
|
|
this.label3.TabIndex = 243;
|
|
this.label3.Text = "CH2压力系数";
|
|
//
|
|
// Compensation
|
|
//
|
|
this.Compensation.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.Compensation.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Compensation.Location = new System.Drawing.Point(35, 190);
|
|
this.Compensation.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.Compensation.Name = "Compensation";
|
|
this.Compensation.Size = new System.Drawing.Size(128, 35);
|
|
this.Compensation.Style = Sunny.UI.UIStyle.Custom;
|
|
this.Compensation.TabIndex = 242;
|
|
this.Compensation.Text = "应用设置";
|
|
this.Compensation.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Compensation.Click += new System.EventHandler(this.Compensation_Click);
|
|
//
|
|
// CH1PreCompensation
|
|
//
|
|
this.CH1PreCompensation.ButtonSymbol = 61761;
|
|
this.CH1PreCompensation.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.CH1PreCompensation.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
this.CH1PreCompensation.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.CH1PreCompensation.Location = new System.Drawing.Point(35, 60);
|
|
this.CH1PreCompensation.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.CH1PreCompensation.Maximum = 2147483647D;
|
|
this.CH1PreCompensation.Minimum = -2147483648D;
|
|
this.CH1PreCompensation.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.CH1PreCompensation.Name = "CH1PreCompensation";
|
|
this.CH1PreCompensation.Size = new System.Drawing.Size(128, 29);
|
|
this.CH1PreCompensation.Style = Sunny.UI.UIStyle.Custom;
|
|
this.CH1PreCompensation.TabIndex = 241;
|
|
this.CH1PreCompensation.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label120
|
|
//
|
|
this.label120.AutoSize = true;
|
|
this.label120.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label120.Location = new System.Drawing.Point(32, 40);
|
|
this.label120.Name = "label120";
|
|
this.label120.Size = new System.Drawing.Size(95, 16);
|
|
this.label120.TabIndex = 228;
|
|
this.label120.Text = "CH1压力系数";
|
|
//
|
|
// uiGroupBox1
|
|
//
|
|
this.uiGroupBox1.Controls.Add(this.CH2LeakCompe);
|
|
this.uiGroupBox1.Controls.Add(this.label2);
|
|
this.uiGroupBox1.Controls.Add(this.Save);
|
|
this.uiGroupBox1.Controls.Add(this.CH1LeakCompe);
|
|
this.uiGroupBox1.Controls.Add(this.label1);
|
|
this.uiGroupBox1.FillColor = System.Drawing.Color.LightBlue;
|
|
this.uiGroupBox1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
this.uiGroupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiGroupBox1.Location = new System.Drawing.Point(13, 14);
|
|
this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiGroupBox1.Name = "uiGroupBox1";
|
|
this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
this.uiGroupBox1.Size = new System.Drawing.Size(192, 296);
|
|
this.uiGroupBox1.Style = Sunny.UI.UIStyle.Custom;
|
|
this.uiGroupBox1.TabIndex = 243;
|
|
this.uiGroupBox1.Text = "系数设置";
|
|
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// CH2LeakCompe
|
|
//
|
|
this.CH2LeakCompe.ButtonSymbol = 61761;
|
|
this.CH2LeakCompe.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.CH2LeakCompe.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
this.CH2LeakCompe.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.CH2LeakCompe.Location = new System.Drawing.Point(35, 118);
|
|
this.CH2LeakCompe.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.CH2LeakCompe.Maximum = 2147483647D;
|
|
this.CH2LeakCompe.Minimum = -2147483648D;
|
|
this.CH2LeakCompe.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.CH2LeakCompe.Name = "CH2LeakCompe";
|
|
this.CH2LeakCompe.Size = new System.Drawing.Size(128, 29);
|
|
this.CH2LeakCompe.Style = Sunny.UI.UIStyle.Custom;
|
|
this.CH2LeakCompe.TabIndex = 243;
|
|
this.CH2LeakCompe.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label2.Location = new System.Drawing.Point(32, 98);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(63, 16);
|
|
this.label2.TabIndex = 242;
|
|
this.label2.Text = "CH2系数";
|
|
//
|
|
// Save
|
|
//
|
|
this.Save.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.Save.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Save.Location = new System.Drawing.Point(35, 190);
|
|
this.Save.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.Save.Name = "Save";
|
|
this.Save.Size = new System.Drawing.Size(128, 35);
|
|
this.Save.Style = Sunny.UI.UIStyle.Custom;
|
|
this.Save.TabIndex = 242;
|
|
this.Save.Text = "应用设置";
|
|
this.Save.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Save.Click += new System.EventHandler(this.Save_Click);
|
|
//
|
|
// CH1LeakCompe
|
|
//
|
|
this.CH1LeakCompe.ButtonSymbol = 61761;
|
|
this.CH1LeakCompe.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.CH1LeakCompe.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|
this.CH1LeakCompe.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.CH1LeakCompe.Location = new System.Drawing.Point(35, 60);
|
|
this.CH1LeakCompe.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.CH1LeakCompe.Maximum = 2147483647D;
|
|
this.CH1LeakCompe.Minimum = -2147483648D;
|
|
this.CH1LeakCompe.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.CH1LeakCompe.Name = "CH1LeakCompe";
|
|
this.CH1LeakCompe.Size = new System.Drawing.Size(128, 29);
|
|
this.CH1LeakCompe.Style = Sunny.UI.UIStyle.Custom;
|
|
this.CH1LeakCompe.TabIndex = 241;
|
|
this.CH1LeakCompe.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label1.Location = new System.Drawing.Point(32, 40);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(63, 16);
|
|
this.label1.TabIndex = 228;
|
|
this.label1.Text = "CH1系数";
|
|
//
|
|
// SendText
|
|
//
|
|
this.SendText.Location = new System.Drawing.Point(113, 344);
|
|
this.SendText.Name = "SendText";
|
|
this.SendText.Size = new System.Drawing.Size(152, 21);
|
|
this.SendText.TabIndex = 244;
|
|
this.SendText.Visible = false;
|
|
//
|
|
// LeakCompensate
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.LightBlue;
|
|
this.ClientSize = new System.Drawing.Size(446, 334);
|
|
this.Controls.Add(this.SendText);
|
|
this.Controls.Add(this.uiGroupBox1);
|
|
this.Controls.Add(this.uiGroupBox16);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "LeakCompensate";
|
|
this.Text = "系数设置";
|
|
this.Load += new System.EventHandler(this.LeakCompensate_Load);
|
|
this.uiGroupBox16.ResumeLayout(false);
|
|
this.uiGroupBox16.PerformLayout();
|
|
this.uiGroupBox1.ResumeLayout(false);
|
|
this.uiGroupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private Sunny.UI.UIGroupBox uiGroupBox16;
|
|
private Sunny.UI.UIButton Compensation;
|
|
private Sunny.UI.UITextBox CH1PreCompensation;
|
|
private System.Windows.Forms.Label label120;
|
|
private Sunny.UI.UIGroupBox uiGroupBox1;
|
|
private Sunny.UI.UITextBox CH2LeakCompe;
|
|
private System.Windows.Forms.Label label2;
|
|
private Sunny.UI.UIButton Save;
|
|
private Sunny.UI.UITextBox CH1LeakCompe;
|
|
private System.Windows.Forms.Label label1;
|
|
private Sunny.UI.UITextBox CH2PreCompensation;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox SendText;
|
|
}
|
|
} |