803 lines
48 KiB
C#
803 lines
48 KiB
C#
namespace 薄膜气体透过率测试仪
|
|
{
|
|
partial class CoefficientForm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
|
|
this.uiPanel1 = new Sunny.UI.UIPanel();
|
|
this.uiPanel2 = new Sunny.UI.UIPanel();
|
|
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
|
|
this.uiTableLayoutPanel2 = new Sunny.UI.UITableLayoutPanel();
|
|
this.uiPanel6 = new Sunny.UI.UIPanel();
|
|
this.uiLabel6 = new Sunny.UI.UILabel();
|
|
this.uiLabel4 = new Sunny.UI.UILabel();
|
|
this.uiPanel4 = new Sunny.UI.UIPanel();
|
|
this.uiTextBox2 = new Sunny.UI.UITextBox();
|
|
this.uiLabel2 = new Sunny.UI.UILabel();
|
|
this.uiPanel5 = new Sunny.UI.UIPanel();
|
|
this.uiTextBox3 = new Sunny.UI.UITextBox();
|
|
this.uiLabel3 = new Sunny.UI.UILabel();
|
|
this.uiPanel3 = new Sunny.UI.UIPanel();
|
|
this.uiTextBox1 = new Sunny.UI.UITextBox();
|
|
this.uiLabel1 = new Sunny.UI.UILabel();
|
|
this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
|
|
this.uiTableLayoutPanel4 = new Sunny.UI.UITableLayoutPanel();
|
|
this.uiTableLayoutPanel6 = new Sunny.UI.UITableLayoutPanel();
|
|
this.uiPanel8 = new Sunny.UI.UIPanel();
|
|
this.uiTextBox5 = new Sunny.UI.UITextBox();
|
|
this.uiLabel5 = new Sunny.UI.UILabel();
|
|
this.uiPanel14 = new Sunny.UI.UIPanel();
|
|
this.uiTextBox11 = new Sunny.UI.UITextBox();
|
|
this.uiLabel11 = new Sunny.UI.UILabel();
|
|
this.uiPanel15 = new Sunny.UI.UIPanel();
|
|
this.uiTextBox12 = new Sunny.UI.UITextBox();
|
|
this.uiLabel12 = new Sunny.UI.UILabel();
|
|
this.uiTableLayoutPanel5 = new Sunny.UI.UITableLayoutPanel();
|
|
this.uiPanel13 = new Sunny.UI.UIPanel();
|
|
this.uiTextBox10 = new Sunny.UI.UITextBox();
|
|
this.uiLabel10 = new Sunny.UI.UILabel();
|
|
this.uiPanel12 = new Sunny.UI.UIPanel();
|
|
this.uiTextBox9 = new Sunny.UI.UITextBox();
|
|
this.uiLabel9 = new Sunny.UI.UILabel();
|
|
this.uiPanel10 = new Sunny.UI.UIPanel();
|
|
this.uiTextBox7 = new Sunny.UI.UITextBox();
|
|
this.uiLabel7 = new Sunny.UI.UILabel();
|
|
this.uiPanel7 = new Sunny.UI.UIPanel();
|
|
this.uiButton1 = new Sunny.UI.UIButton();
|
|
this.uiTableLayoutPanel1.SuspendLayout();
|
|
this.uiPanel2.SuspendLayout();
|
|
this.uiGroupBox1.SuspendLayout();
|
|
this.uiTableLayoutPanel2.SuspendLayout();
|
|
this.uiPanel6.SuspendLayout();
|
|
this.uiPanel4.SuspendLayout();
|
|
this.uiPanel5.SuspendLayout();
|
|
this.uiPanel3.SuspendLayout();
|
|
this.uiGroupBox3.SuspendLayout();
|
|
this.uiTableLayoutPanel4.SuspendLayout();
|
|
this.uiTableLayoutPanel6.SuspendLayout();
|
|
this.uiPanel8.SuspendLayout();
|
|
this.uiPanel14.SuspendLayout();
|
|
this.uiPanel15.SuspendLayout();
|
|
this.uiTableLayoutPanel5.SuspendLayout();
|
|
this.uiPanel13.SuspendLayout();
|
|
this.uiPanel12.SuspendLayout();
|
|
this.uiPanel10.SuspendLayout();
|
|
this.uiPanel7.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// uiTableLayoutPanel1
|
|
//
|
|
this.uiTableLayoutPanel1.BackColor = System.Drawing.Color.White;
|
|
this.uiTableLayoutPanel1.ColumnCount = 1;
|
|
this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel1, 0, 0);
|
|
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel2, 0, 1);
|
|
this.uiTableLayoutPanel1.Controls.Add(this.uiGroupBox3, 0, 2);
|
|
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel7, 0, 3);
|
|
this.uiTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiTableLayoutPanel1.Location = new System.Drawing.Point(0, 35);
|
|
this.uiTableLayoutPanel1.Margin = new System.Windows.Forms.Padding(1);
|
|
this.uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
|
|
this.uiTableLayoutPanel1.Padding = new System.Windows.Forms.Padding(1);
|
|
this.uiTableLayoutPanel1.RowCount = 4;
|
|
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
|
|
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
|
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
|
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 42F));
|
|
this.uiTableLayoutPanel1.Size = new System.Drawing.Size(1900, 965);
|
|
this.uiTableLayoutPanel1.TabIndex = 1;
|
|
this.uiTableLayoutPanel1.TagString = null;
|
|
//
|
|
// uiPanel1
|
|
//
|
|
this.uiPanel1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
|
|
this.uiPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel1.ForeColor = System.Drawing.Color.White;
|
|
this.uiPanel1.Location = new System.Drawing.Point(5, 6);
|
|
this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel1.Name = "uiPanel1";
|
|
this.uiPanel1.Size = new System.Drawing.Size(1890, 30);
|
|
this.uiPanel1.TabIndex = 0;
|
|
this.uiPanel1.Text = "系数设置";
|
|
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiPanel2
|
|
//
|
|
this.uiPanel2.Controls.Add(this.uiGroupBox1);
|
|
this.uiPanel2.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel2.Location = new System.Drawing.Point(5, 83);
|
|
this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel2.Name = "uiPanel2";
|
|
this.uiPanel2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.uiPanel2.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel2.Size = new System.Drawing.Size(1890, 133);
|
|
this.uiPanel2.TabIndex = 1;
|
|
this.uiPanel2.Text = null;
|
|
this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiGroupBox1
|
|
//
|
|
this.uiGroupBox1.Controls.Add(this.uiTableLayoutPanel2);
|
|
this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiGroupBox1.FillColor = System.Drawing.Color.White;
|
|
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(3, 3);
|
|
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(2, 32, 2, 2);
|
|
this.uiGroupBox1.RectColor = System.Drawing.Color.Black;
|
|
this.uiGroupBox1.Size = new System.Drawing.Size(1884, 127);
|
|
this.uiGroupBox1.TabIndex = 0;
|
|
this.uiGroupBox1.Text = "1#";
|
|
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiTableLayoutPanel2
|
|
//
|
|
this.uiTableLayoutPanel2.ColumnCount = 2;
|
|
this.uiTableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.uiTableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.uiTableLayoutPanel2.Controls.Add(this.uiPanel6, 1, 1);
|
|
this.uiTableLayoutPanel2.Controls.Add(this.uiPanel4, 1, 0);
|
|
this.uiTableLayoutPanel2.Controls.Add(this.uiPanel5, 0, 1);
|
|
this.uiTableLayoutPanel2.Controls.Add(this.uiPanel3, 0, 0);
|
|
this.uiTableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiTableLayoutPanel2.Location = new System.Drawing.Point(2, 32);
|
|
this.uiTableLayoutPanel2.Name = "uiTableLayoutPanel2";
|
|
this.uiTableLayoutPanel2.RowCount = 2;
|
|
this.uiTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.uiTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.uiTableLayoutPanel2.Size = new System.Drawing.Size(1880, 93);
|
|
this.uiTableLayoutPanel2.TabIndex = 0;
|
|
this.uiTableLayoutPanel2.TagString = null;
|
|
//
|
|
// uiPanel6
|
|
//
|
|
this.uiPanel6.Controls.Add(this.uiLabel6);
|
|
this.uiPanel6.Controls.Add(this.uiLabel4);
|
|
this.uiPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel6.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel6.Location = new System.Drawing.Point(944, 51);
|
|
this.uiPanel6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel6.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel6.Name = "uiPanel6";
|
|
this.uiPanel6.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel6.Size = new System.Drawing.Size(932, 37);
|
|
this.uiPanel6.TabIndex = 4;
|
|
this.uiPanel6.Text = null;
|
|
this.uiPanel6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiLabel6
|
|
//
|
|
this.uiLabel6.BackColor = System.Drawing.Color.DarkGray;
|
|
this.uiLabel6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel6.Location = new System.Drawing.Point(277, 1);
|
|
this.uiLabel6.Name = "uiLabel6";
|
|
this.uiLabel6.Size = new System.Drawing.Size(120, 35);
|
|
this.uiLabel6.TabIndex = 1;
|
|
this.uiLabel6.Text = "0.00";
|
|
this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiLabel4
|
|
//
|
|
this.uiLabel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel4.Location = new System.Drawing.Point(77, 8);
|
|
this.uiLabel4.Name = "uiLabel4";
|
|
this.uiLabel4.Size = new System.Drawing.Size(170, 35);
|
|
this.uiLabel4.TabIndex = 0;
|
|
this.uiLabel4.Text = "腔体温度(℃):";
|
|
//
|
|
// uiPanel4
|
|
//
|
|
this.uiPanel4.Controls.Add(this.uiTextBox2);
|
|
this.uiPanel4.Controls.Add(this.uiLabel2);
|
|
this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel4.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel4.Location = new System.Drawing.Point(944, 5);
|
|
this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel4.Name = "uiPanel4";
|
|
this.uiPanel4.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel4.Size = new System.Drawing.Size(932, 36);
|
|
this.uiPanel4.TabIndex = 3;
|
|
this.uiPanel4.Text = null;
|
|
this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiTextBox2
|
|
//
|
|
this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox2.FillColor = System.Drawing.Color.Yellow;
|
|
this.uiTextBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextBox2.Location = new System.Drawing.Point(277, 0);
|
|
this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextBox2.Name = "uiTextBox2";
|
|
this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextBox2.ShowText = false;
|
|
this.uiTextBox2.Size = new System.Drawing.Size(120, 35);
|
|
this.uiTextBox2.TabIndex = 1;
|
|
this.uiTextBox2.Text = "0.000";
|
|
this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox2.Watermark = "";
|
|
this.uiTextBox2.Click += new System.EventHandler(this.uiTextBox2_Click);
|
|
//
|
|
// uiLabel2
|
|
//
|
|
this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel2.Location = new System.Drawing.Point(77, 8);
|
|
this.uiLabel2.Name = "uiLabel2";
|
|
this.uiLabel2.Size = new System.Drawing.Size(126, 35);
|
|
this.uiLabel2.TabIndex = 0;
|
|
this.uiLabel2.Text = "设置温度:";
|
|
//
|
|
// uiPanel5
|
|
//
|
|
this.uiPanel5.Controls.Add(this.uiTextBox3);
|
|
this.uiPanel5.Controls.Add(this.uiLabel3);
|
|
this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel5.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel5.Location = new System.Drawing.Point(4, 51);
|
|
this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel5.Name = "uiPanel5";
|
|
this.uiPanel5.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel5.Size = new System.Drawing.Size(932, 37);
|
|
this.uiPanel5.TabIndex = 2;
|
|
this.uiPanel5.Text = null;
|
|
this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiTextBox3
|
|
//
|
|
this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox3.FillColor = System.Drawing.Color.Yellow;
|
|
this.uiTextBox3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextBox3.Location = new System.Drawing.Point(284, 0);
|
|
this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextBox3.Name = "uiTextBox3";
|
|
this.uiTextBox3.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextBox3.ShowText = false;
|
|
this.uiTextBox3.Size = new System.Drawing.Size(120, 35);
|
|
this.uiTextBox3.TabIndex = 1;
|
|
this.uiTextBox3.Text = "0.000";
|
|
this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox3.Watermark = "";
|
|
this.uiTextBox3.Click += new System.EventHandler(this.uiTextBox3_Click);
|
|
//
|
|
// uiLabel3
|
|
//
|
|
this.uiLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel3.Location = new System.Drawing.Point(90, 8);
|
|
this.uiLabel3.Name = "uiLabel3";
|
|
this.uiLabel3.Size = new System.Drawing.Size(150, 35);
|
|
this.uiLabel3.TabIndex = 0;
|
|
this.uiLabel3.Text = "设置低压:";
|
|
//
|
|
// uiPanel3
|
|
//
|
|
this.uiPanel3.Controls.Add(this.uiTextBox1);
|
|
this.uiPanel3.Controls.Add(this.uiLabel1);
|
|
this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel3.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel3.Location = new System.Drawing.Point(4, 5);
|
|
this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel3.Name = "uiPanel3";
|
|
this.uiPanel3.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel3.Size = new System.Drawing.Size(932, 36);
|
|
this.uiPanel3.TabIndex = 0;
|
|
this.uiPanel3.Text = null;
|
|
this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiTextBox1
|
|
//
|
|
this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox1.FillColor = System.Drawing.Color.Yellow;
|
|
this.uiTextBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextBox1.Location = new System.Drawing.Point(284, 0);
|
|
this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextBox1.Name = "uiTextBox1";
|
|
this.uiTextBox1.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextBox1.ShowText = false;
|
|
this.uiTextBox1.Size = new System.Drawing.Size(120, 35);
|
|
this.uiTextBox1.TabIndex = 1;
|
|
this.uiTextBox1.Text = "0.000";
|
|
this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox1.Watermark = "";
|
|
this.uiTextBox1.Click += new System.EventHandler(this.uiTextBox1_Click);
|
|
//
|
|
// uiLabel1
|
|
//
|
|
this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel1.Location = new System.Drawing.Point(90, 8);
|
|
this.uiLabel1.Name = "uiLabel1";
|
|
this.uiLabel1.Size = new System.Drawing.Size(146, 35);
|
|
this.uiLabel1.TabIndex = 0;
|
|
this.uiLabel1.Text = "设置高压:";
|
|
//
|
|
// uiGroupBox3
|
|
//
|
|
this.uiGroupBox3.Controls.Add(this.uiTableLayoutPanel4);
|
|
this.uiGroupBox3.FillColor = System.Drawing.Color.White;
|
|
this.uiGroupBox3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiGroupBox3.Location = new System.Drawing.Point(5, 275);
|
|
this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiGroupBox3.Name = "uiGroupBox3";
|
|
this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(2, 32, 2, 2);
|
|
this.uiGroupBox3.RectColor = System.Drawing.Color.Black;
|
|
this.uiGroupBox3.Size = new System.Drawing.Size(1890, 216);
|
|
this.uiGroupBox3.TabIndex = 3;
|
|
this.uiGroupBox3.Text = "系数";
|
|
this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiTableLayoutPanel4
|
|
//
|
|
this.uiTableLayoutPanel4.ColumnCount = 2;
|
|
this.uiTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.uiTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.uiTableLayoutPanel4.Controls.Add(this.uiTableLayoutPanel6, 1, 0);
|
|
this.uiTableLayoutPanel4.Controls.Add(this.uiTableLayoutPanel5, 0, 0);
|
|
this.uiTableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiTableLayoutPanel4.Location = new System.Drawing.Point(2, 32);
|
|
this.uiTableLayoutPanel4.Name = "uiTableLayoutPanel4";
|
|
this.uiTableLayoutPanel4.RowCount = 1;
|
|
this.uiTableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.uiTableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.uiTableLayoutPanel4.Size = new System.Drawing.Size(1886, 182);
|
|
this.uiTableLayoutPanel4.TabIndex = 0;
|
|
this.uiTableLayoutPanel4.TagString = null;
|
|
//
|
|
// uiTableLayoutPanel6
|
|
//
|
|
this.uiTableLayoutPanel6.ColumnCount = 1;
|
|
this.uiTableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.uiTableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.uiTableLayoutPanel6.Controls.Add(this.uiPanel8, 0, 2);
|
|
this.uiTableLayoutPanel6.Controls.Add(this.uiPanel14, 0, 1);
|
|
this.uiTableLayoutPanel6.Controls.Add(this.uiPanel15, 0, 0);
|
|
this.uiTableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiTableLayoutPanel6.Location = new System.Drawing.Point(946, 3);
|
|
this.uiTableLayoutPanel6.Name = "uiTableLayoutPanel6";
|
|
this.uiTableLayoutPanel6.RowCount = 3;
|
|
this.uiTableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.uiTableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.uiTableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F));
|
|
this.uiTableLayoutPanel6.Size = new System.Drawing.Size(937, 176);
|
|
this.uiTableLayoutPanel6.TabIndex = 5;
|
|
this.uiTableLayoutPanel6.TagString = null;
|
|
//
|
|
// uiPanel8
|
|
//
|
|
this.uiPanel8.Controls.Add(this.uiTextBox5);
|
|
this.uiPanel8.Controls.Add(this.uiLabel5);
|
|
this.uiPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel8.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel8.Location = new System.Drawing.Point(4, 121);
|
|
this.uiPanel8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel8.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel8.Name = "uiPanel8";
|
|
this.uiPanel8.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel8.Size = new System.Drawing.Size(929, 50);
|
|
this.uiPanel8.TabIndex = 6;
|
|
this.uiPanel8.Text = null;
|
|
this.uiPanel8.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiTextBox5
|
|
//
|
|
this.uiTextBox5.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox5.FillColor = System.Drawing.Color.Yellow;
|
|
this.uiTextBox5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextBox5.Location = new System.Drawing.Point(277, 0);
|
|
this.uiTextBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextBox5.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextBox5.Name = "uiTextBox5";
|
|
this.uiTextBox5.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextBox5.ShowText = false;
|
|
this.uiTextBox5.Size = new System.Drawing.Size(120, 35);
|
|
this.uiTextBox5.TabIndex = 1;
|
|
this.uiTextBox5.Text = "0.00";
|
|
this.uiTextBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox5.Watermark = "";
|
|
this.uiTextBox5.Click += new System.EventHandler(this.uiTextBox5_Click);
|
|
//
|
|
// uiLabel5
|
|
//
|
|
this.uiLabel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel5.Location = new System.Drawing.Point(77, 7);
|
|
this.uiLabel5.Name = "uiLabel5";
|
|
this.uiLabel5.Size = new System.Drawing.Size(188, 35);
|
|
this.uiLabel5.TabIndex = 0;
|
|
this.uiLabel5.Text = "mol GT系数:";
|
|
//
|
|
// uiPanel14
|
|
//
|
|
this.uiPanel14.Controls.Add(this.uiTextBox11);
|
|
this.uiPanel14.Controls.Add(this.uiLabel11);
|
|
this.uiPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel14.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel14.Location = new System.Drawing.Point(4, 63);
|
|
this.uiPanel14.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel14.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel14.Name = "uiPanel14";
|
|
this.uiPanel14.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel14.Size = new System.Drawing.Size(929, 48);
|
|
this.uiPanel14.TabIndex = 5;
|
|
this.uiPanel14.Text = null;
|
|
this.uiPanel14.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiTextBox11
|
|
//
|
|
this.uiTextBox11.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox11.FillColor = System.Drawing.Color.Yellow;
|
|
this.uiTextBox11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextBox11.Location = new System.Drawing.Point(277, 0);
|
|
this.uiTextBox11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextBox11.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextBox11.Name = "uiTextBox11";
|
|
this.uiTextBox11.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextBox11.ShowText = false;
|
|
this.uiTextBox11.Size = new System.Drawing.Size(120, 35);
|
|
this.uiTextBox11.TabIndex = 1;
|
|
this.uiTextBox11.Text = "0.00";
|
|
this.uiTextBox11.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox11.Watermark = "";
|
|
this.uiTextBox11.Click += new System.EventHandler(this.uiTextBox11_Click);
|
|
//
|
|
// uiLabel11
|
|
//
|
|
this.uiLabel11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel11.Location = new System.Drawing.Point(77, 7);
|
|
this.uiLabel11.Name = "uiLabel11";
|
|
this.uiLabel11.Size = new System.Drawing.Size(188, 35);
|
|
this.uiLabel11.TabIndex = 0;
|
|
this.uiLabel11.Text = "mol GTR系数:";
|
|
//
|
|
// uiPanel15
|
|
//
|
|
this.uiPanel15.Controls.Add(this.uiTextBox12);
|
|
this.uiPanel15.Controls.Add(this.uiLabel12);
|
|
this.uiPanel15.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel15.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel15.Location = new System.Drawing.Point(4, 5);
|
|
this.uiPanel15.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel15.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel15.Name = "uiPanel15";
|
|
this.uiPanel15.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel15.Size = new System.Drawing.Size(929, 48);
|
|
this.uiPanel15.TabIndex = 4;
|
|
this.uiPanel15.Text = null;
|
|
this.uiPanel15.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiTextBox12
|
|
//
|
|
this.uiTextBox12.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox12.FillColor = System.Drawing.Color.Yellow;
|
|
this.uiTextBox12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextBox12.Location = new System.Drawing.Point(277, 0);
|
|
this.uiTextBox12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextBox12.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextBox12.Name = "uiTextBox12";
|
|
this.uiTextBox12.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextBox12.ShowText = false;
|
|
this.uiTextBox12.Size = new System.Drawing.Size(120, 35);
|
|
this.uiTextBox12.TabIndex = 1;
|
|
this.uiTextBox12.Text = "00";
|
|
this.uiTextBox12.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox12.Watermark = "";
|
|
this.uiTextBox12.Click += new System.EventHandler(this.uiTextBox12_Click);
|
|
//
|
|
// uiLabel12
|
|
//
|
|
this.uiLabel12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel12.Location = new System.Drawing.Point(77, 8);
|
|
this.uiLabel12.Name = "uiLabel12";
|
|
this.uiLabel12.Size = new System.Drawing.Size(188, 35);
|
|
this.uiLabel12.TabIndex = 0;
|
|
this.uiLabel12.Text = "1#平稳系数:";
|
|
//
|
|
// uiTableLayoutPanel5
|
|
//
|
|
this.uiTableLayoutPanel5.ColumnCount = 1;
|
|
this.uiTableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.uiTableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.uiTableLayoutPanel5.Controls.Add(this.uiPanel13, 0, 2);
|
|
this.uiTableLayoutPanel5.Controls.Add(this.uiPanel12, 0, 1);
|
|
this.uiTableLayoutPanel5.Controls.Add(this.uiPanel10, 0, 0);
|
|
this.uiTableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiTableLayoutPanel5.Location = new System.Drawing.Point(3, 3);
|
|
this.uiTableLayoutPanel5.Name = "uiTableLayoutPanel5";
|
|
this.uiTableLayoutPanel5.RowCount = 3;
|
|
this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F));
|
|
this.uiTableLayoutPanel5.Size = new System.Drawing.Size(937, 176);
|
|
this.uiTableLayoutPanel5.TabIndex = 4;
|
|
this.uiTableLayoutPanel5.TagString = null;
|
|
//
|
|
// uiPanel13
|
|
//
|
|
this.uiPanel13.Controls.Add(this.uiTextBox10);
|
|
this.uiPanel13.Controls.Add(this.uiLabel10);
|
|
this.uiPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel13.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel13.Location = new System.Drawing.Point(4, 121);
|
|
this.uiPanel13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel13.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel13.Name = "uiPanel13";
|
|
this.uiPanel13.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel13.Size = new System.Drawing.Size(929, 50);
|
|
this.uiPanel13.TabIndex = 6;
|
|
this.uiPanel13.Text = null;
|
|
this.uiPanel13.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiTextBox10
|
|
//
|
|
this.uiTextBox10.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox10.FillColor = System.Drawing.Color.Yellow;
|
|
this.uiTextBox10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextBox10.Location = new System.Drawing.Point(284, 0);
|
|
this.uiTextBox10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextBox10.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextBox10.Name = "uiTextBox10";
|
|
this.uiTextBox10.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextBox10.ShowText = false;
|
|
this.uiTextBox10.Size = new System.Drawing.Size(120, 35);
|
|
this.uiTextBox10.TabIndex = 1;
|
|
this.uiTextBox10.Text = "0.00";
|
|
this.uiTextBox10.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox10.Watermark = "";
|
|
this.uiTextBox10.Click += new System.EventHandler(this.uiTextBox10_Click);
|
|
//
|
|
// uiLabel10
|
|
//
|
|
this.uiLabel10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel10.Location = new System.Drawing.Point(90, 7);
|
|
this.uiLabel10.Name = "uiLabel10";
|
|
this.uiLabel10.Size = new System.Drawing.Size(179, 35);
|
|
this.uiLabel10.TabIndex = 0;
|
|
this.uiLabel10.Text = "CM3 GT系数:";
|
|
//
|
|
// uiPanel12
|
|
//
|
|
this.uiPanel12.Controls.Add(this.uiTextBox9);
|
|
this.uiPanel12.Controls.Add(this.uiLabel9);
|
|
this.uiPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel12.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel12.Location = new System.Drawing.Point(4, 63);
|
|
this.uiPanel12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel12.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel12.Name = "uiPanel12";
|
|
this.uiPanel12.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel12.Size = new System.Drawing.Size(929, 48);
|
|
this.uiPanel12.TabIndex = 5;
|
|
this.uiPanel12.Text = null;
|
|
this.uiPanel12.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiTextBox9
|
|
//
|
|
this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox9.FillColor = System.Drawing.Color.Yellow;
|
|
this.uiTextBox9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextBox9.Location = new System.Drawing.Point(284, 0);
|
|
this.uiTextBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextBox9.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextBox9.Name = "uiTextBox9";
|
|
this.uiTextBox9.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextBox9.ShowText = false;
|
|
this.uiTextBox9.Size = new System.Drawing.Size(120, 35);
|
|
this.uiTextBox9.TabIndex = 1;
|
|
this.uiTextBox9.Text = "0.00";
|
|
this.uiTextBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox9.Watermark = "";
|
|
this.uiTextBox9.Click += new System.EventHandler(this.uiTextBox9_Click);
|
|
//
|
|
// uiLabel9
|
|
//
|
|
this.uiLabel9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel9.Location = new System.Drawing.Point(90, 7);
|
|
this.uiLabel9.Name = "uiLabel9";
|
|
this.uiLabel9.Size = new System.Drawing.Size(179, 35);
|
|
this.uiLabel9.TabIndex = 0;
|
|
this.uiLabel9.Text = "CM3 GTR系数:";
|
|
//
|
|
// uiPanel10
|
|
//
|
|
this.uiPanel10.Controls.Add(this.uiTextBox7);
|
|
this.uiPanel10.Controls.Add(this.uiLabel7);
|
|
this.uiPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel10.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel10.Location = new System.Drawing.Point(4, 5);
|
|
this.uiPanel10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel10.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel10.Name = "uiPanel10";
|
|
this.uiPanel10.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel10.Size = new System.Drawing.Size(929, 48);
|
|
this.uiPanel10.TabIndex = 4;
|
|
this.uiPanel10.Text = null;
|
|
this.uiPanel10.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiTextBox7
|
|
//
|
|
this.uiTextBox7.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextBox7.FillColor = System.Drawing.Color.Yellow;
|
|
this.uiTextBox7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextBox7.Location = new System.Drawing.Point(284, 0);
|
|
this.uiTextBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextBox7.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextBox7.Name = "uiTextBox7";
|
|
this.uiTextBox7.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextBox7.ShowText = false;
|
|
this.uiTextBox7.Size = new System.Drawing.Size(120, 35);
|
|
this.uiTextBox7.TabIndex = 1;
|
|
this.uiTextBox7.Text = "0.0000";
|
|
this.uiTextBox7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.uiTextBox7.Watermark = "";
|
|
this.uiTextBox7.Click += new System.EventHandler(this.uiTextBox7_Click);
|
|
//
|
|
// uiLabel7
|
|
//
|
|
this.uiLabel7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLabel7.Location = new System.Drawing.Point(90, 8);
|
|
this.uiLabel7.Name = "uiLabel7";
|
|
this.uiLabel7.Size = new System.Drawing.Size(209, 35);
|
|
this.uiLabel7.TabIndex = 0;
|
|
this.uiLabel7.Text = "设置自身压降值(kPa/s):";
|
|
//
|
|
// uiPanel7
|
|
//
|
|
this.uiPanel7.Controls.Add(this.uiButton1);
|
|
this.uiPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiPanel7.FillColor = System.Drawing.Color.White;
|
|
this.uiPanel7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiPanel7.Location = new System.Drawing.Point(5, 563);
|
|
this.uiPanel7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel7.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiPanel7.Name = "uiPanel7";
|
|
this.uiPanel7.RectColor = System.Drawing.Color.White;
|
|
this.uiPanel7.Size = new System.Drawing.Size(1890, 396);
|
|
this.uiPanel7.TabIndex = 4;
|
|
this.uiPanel7.Text = null;
|
|
this.uiPanel7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// uiButton1
|
|
//
|
|
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.uiButton1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiButton1.Location = new System.Drawing.Point(790, 204);
|
|
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiButton1.Name = "uiButton1";
|
|
this.uiButton1.Size = new System.Drawing.Size(152, 72);
|
|
this.uiButton1.TabIndex = 0;
|
|
this.uiButton1.Text = "返回";
|
|
this.uiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
|
|
//
|
|
// CoefficientForm
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1900, 1000);
|
|
this.Controls.Add(this.uiTableLayoutPanel1);
|
|
this.Name = "CoefficientForm";
|
|
this.Text = "薄膜气体透过率测试仪";
|
|
this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 800, 450);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CoefficientForm_FormClosing);
|
|
this.Load += new System.EventHandler(this.CoefficientForm_Load);
|
|
this.uiTableLayoutPanel1.ResumeLayout(false);
|
|
this.uiPanel2.ResumeLayout(false);
|
|
this.uiGroupBox1.ResumeLayout(false);
|
|
this.uiTableLayoutPanel2.ResumeLayout(false);
|
|
this.uiPanel6.ResumeLayout(false);
|
|
this.uiPanel4.ResumeLayout(false);
|
|
this.uiPanel5.ResumeLayout(false);
|
|
this.uiPanel3.ResumeLayout(false);
|
|
this.uiGroupBox3.ResumeLayout(false);
|
|
this.uiTableLayoutPanel4.ResumeLayout(false);
|
|
this.uiTableLayoutPanel6.ResumeLayout(false);
|
|
this.uiPanel8.ResumeLayout(false);
|
|
this.uiPanel14.ResumeLayout(false);
|
|
this.uiPanel15.ResumeLayout(false);
|
|
this.uiTableLayoutPanel5.ResumeLayout(false);
|
|
this.uiPanel13.ResumeLayout(false);
|
|
this.uiPanel12.ResumeLayout(false);
|
|
this.uiPanel10.ResumeLayout(false);
|
|
this.uiPanel7.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
|
|
private Sunny.UI.UIPanel uiPanel1;
|
|
private Sunny.UI.UIPanel uiPanel2;
|
|
private Sunny.UI.UIGroupBox uiGroupBox1;
|
|
private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel2;
|
|
private Sunny.UI.UIPanel uiPanel6;
|
|
private Sunny.UI.UILabel uiLabel4;
|
|
private Sunny.UI.UIPanel uiPanel4;
|
|
private Sunny.UI.UITextBox uiTextBox2;
|
|
private Sunny.UI.UILabel uiLabel2;
|
|
private Sunny.UI.UIPanel uiPanel5;
|
|
private Sunny.UI.UITextBox uiTextBox3;
|
|
private Sunny.UI.UILabel uiLabel3;
|
|
private Sunny.UI.UIPanel uiPanel3;
|
|
private Sunny.UI.UITextBox uiTextBox1;
|
|
private Sunny.UI.UILabel uiLabel1;
|
|
private Sunny.UI.UIGroupBox uiGroupBox3;
|
|
private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel4;
|
|
private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel6;
|
|
private Sunny.UI.UIPanel uiPanel8;
|
|
private Sunny.UI.UITextBox uiTextBox5;
|
|
private Sunny.UI.UILabel uiLabel5;
|
|
private Sunny.UI.UIPanel uiPanel14;
|
|
private Sunny.UI.UITextBox uiTextBox11;
|
|
private Sunny.UI.UILabel uiLabel11;
|
|
private Sunny.UI.UIPanel uiPanel15;
|
|
private Sunny.UI.UITextBox uiTextBox12;
|
|
private Sunny.UI.UILabel uiLabel12;
|
|
private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel5;
|
|
private Sunny.UI.UIPanel uiPanel13;
|
|
private Sunny.UI.UITextBox uiTextBox10;
|
|
private Sunny.UI.UILabel uiLabel10;
|
|
private Sunny.UI.UIPanel uiPanel12;
|
|
private Sunny.UI.UITextBox uiTextBox9;
|
|
private Sunny.UI.UILabel uiLabel9;
|
|
private Sunny.UI.UIPanel uiPanel10;
|
|
private Sunny.UI.UITextBox uiTextBox7;
|
|
private Sunny.UI.UILabel uiLabel7;
|
|
private Sunny.UI.UIPanel uiPanel7;
|
|
private Sunny.UI.UIButton uiButton1;
|
|
private Sunny.UI.UILabel uiLabel6;
|
|
}
|
|
} |