Files
kou_zhaoxielou/新款UI更新/Form1.Designer.cs

717 lines
37 KiB
C#
Raw Normal View History

2026-01-16 20:53:33 +08:00
namespace UI更新
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.ts_Up = new System.Windows.Forms.ToolStrip();
this.tslb_label1 = new System.Windows.Forms.ToolStripLabel();
this.tslb_登录用户 = new System.Windows.Forms.ToolStripLabel();
this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
this.tsbtn_切换用户 = new System.Windows.Forms.ToolStripButton();
this.tsbtn_新增用户 = new System.Windows.Forms.ToolStripButton();
this.tslb_time = new System.Windows.Forms.ToolStripLabel();
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
this.ts_新建实验 = new System.Windows.Forms.ToolStripMenuItem();
this.ts_参数设置 = new System.Windows.Forms.ToolStripMenuItem();
this.ts_实验数据 = new System.Windows.Forms.ToolStripMenuItem();
this.ts_审计追踪 = new System.Windows.Forms.ToolStripMenuItem();
this.ts_用户管理 = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
this.toolStripLabel8 = new System.Windows.Forms.ToolStripLabel();
this.tslb_实验编号 = new System.Windows.Forms.ToolStripLabel();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
this.panel8 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.panel11 = new System.Windows.Forms.Panel();
this.label21 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.panel10 = new System.Windows.Forms.Panel();
this.label15 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.panel7 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.panel12 = new System.Windows.Forms.Panel();
this.label24 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.panel13 = new System.Windows.Forms.Panel();
this.label27 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.panel9 = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.ts_Up.SuspendLayout();
this.uiTitlePanel1.SuspendLayout();
this.panel8.SuspendLayout();
this.panel11.SuspendLayout();
this.panel10.SuspendLayout();
this.panel7.SuspendLayout();
this.panel12.SuspendLayout();
this.panel13.SuspendLayout();
this.panel9.SuspendLayout();
this.SuspendLayout();
//
// ts_Up
//
this.ts_Up.AutoSize = false;
this.ts_Up.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.ts_Up.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ts_Up.ImageScalingSize = new System.Drawing.Size(20, 20);
this.ts_Up.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslb_label1,
this.tslb_登录用户,
this.toolStripLabel6,
this.tsbtn_切换用户,
this.tsbtn_新增用户,
this.tslb_time,
this.toolStripLabel3,
this.toolStripSeparator1,
this.toolStripLabel5,
this.toolStripSplitButton1,
this.toolStripLabel7,
this.toolStripLabel8,
this.tslb_实验编号,
this.toolStripLabel1,
this.toolStripButton1});
this.ts_Up.Location = new System.Drawing.Point(0, 35);
this.ts_Up.Name = "ts_Up";
this.ts_Up.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.ts_Up.Size = new System.Drawing.Size(1920, 51);
this.ts_Up.TabIndex = 5;
this.ts_Up.Text = "toolStrip1";
//
// tslb_label1
//
this.tslb_label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tslb_label1.Name = "tslb_label1";
this.tslb_label1.Size = new System.Drawing.Size(149, 48);
this.tslb_label1.Text = "当前登录用户:";
//
// tslb_登录用户
//
this.tslb_登录用户.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tslb_登录用户.Name = "tslb_登录用户";
this.tslb_登录用户.Size = new System.Drawing.Size(59, 48);
this.tslb_登录用户.Text = "admin";
//
// toolStripLabel6
//
this.toolStripLabel6.Name = "toolStripLabel6";
this.toolStripLabel6.Size = new System.Drawing.Size(29, 48);
this.toolStripLabel6.Text = " ";
//
// tsbtn_切换用户
//
this.tsbtn_切换用户.Image = ((System.Drawing.Image)(resources.GetObject("tsbtn_切换用户.Image")));
this.tsbtn_切换用户.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtn_切换用户.Name = "tsbtn_切换用户";
this.tsbtn_切换用户.Size = new System.Drawing.Size(113, 48);
this.tsbtn_切换用户.Text = "切换用户";
//
// tsbtn_新增用户
//
this.tsbtn_新增用户.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtn_新增用户.Image = ((System.Drawing.Image)(resources.GetObject("tsbtn_新增用户.Image")));
this.tsbtn_新增用户.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtn_新增用户.Name = "tsbtn_新增用户";
this.tsbtn_新增用户.Size = new System.Drawing.Size(113, 48);
this.tsbtn_新增用户.Text = "新增用户";
//
// tslb_time
//
this.tslb_time.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tslb_time.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tslb_time.Name = "tslb_time";
this.tslb_time.Size = new System.Drawing.Size(19, 48);
this.tslb_time.Text = " ";
//
// toolStripLabel3
//
this.toolStripLabel3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStripLabel3.Name = "toolStripLabel3";
this.toolStripLabel3.Size = new System.Drawing.Size(109, 48);
this.toolStripLabel3.Text = "当前时间:";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 51);
//
// toolStripLabel5
//
this.toolStripLabel5.Name = "toolStripLabel5";
this.toolStripLabel5.Size = new System.Drawing.Size(19, 48);
this.toolStripLabel5.Text = " ";
//
// toolStripSplitButton1
//
this.toolStripSplitButton1.DropDownButtonWidth = 30;
this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ts_新建实验,
this.ts_参数设置,
this.ts_实验数据,
this.ts_审计追踪,
this.ts_用户管理,
this.ToolStripMenuItem});
this.toolStripSplitButton1.ForeColor = System.Drawing.Color.Black;
this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripSplitButton1.Name = "toolStripSplitButton1";
this.toolStripSplitButton1.Size = new System.Drawing.Size(104, 48);
this.toolStripSplitButton1.Text = "菜单";
//
// ts_新建实验
//
this.ts_新建实验.BackColor = System.Drawing.Color.White;
this.ts_新建实验.Image = ((System.Drawing.Image)(resources.GetObject("ts_新建实验.Image")));
this.ts_新建实验.Name = "ts_新建实验";
this.ts_新建实验.Size = new System.Drawing.Size(224, 26);
this.ts_新建实验.Text = "新建实验";
//
// ts_参数设置
//
this.ts_参数设置.Image = ((System.Drawing.Image)(resources.GetObject("ts_参数设置.Image")));
this.ts_参数设置.Name = "ts_参数设置";
this.ts_参数设置.Size = new System.Drawing.Size(224, 26);
this.ts_参数设置.Text = "参数设置";
//
// ts_实验数据
//
this.ts_实验数据.Image = ((System.Drawing.Image)(resources.GetObject("ts_实验数据.Image")));
this.ts_实验数据.Name = "ts_实验数据";
this.ts_实验数据.Size = new System.Drawing.Size(224, 26);
this.ts_实验数据.Text = "实验数据";
//
// ts_审计追踪
//
this.ts_审计追踪.Image = ((System.Drawing.Image)(resources.GetObject("ts_审计追踪.Image")));
this.ts_审计追踪.Name = "ts_审计追踪";
this.ts_审计追踪.Size = new System.Drawing.Size(224, 26);
this.ts_审计追踪.Text = "审计追踪";
//
// ts_用户管理
//
this.ts_用户管理.Image = ((System.Drawing.Image)(resources.GetObject("ts_用户管理.Image")));
this.ts_用户管理.Name = "ts_用户管理";
this.ts_用户管理.Size = new System.Drawing.Size(224, 26);
this.ts_用户管理.Text = "用户管理";
//
// 调试助手ToolStripMenuItem
//
this.ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("调试助手ToolStripMenuItem.Image")));
this.ToolStripMenuItem.Name = "调试助手ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
this.ToolStripMenuItem.Text = "设备调试";
//
// toolStripLabel7
//
this.toolStripLabel7.Name = "toolStripLabel7";
this.toolStripLabel7.Size = new System.Drawing.Size(139, 48);
this.toolStripLabel7.Text = " ";
//
// toolStripLabel8
//
this.toolStripLabel8.Name = "toolStripLabel8";
this.toolStripLabel8.Size = new System.Drawing.Size(149, 48);
this.toolStripLabel8.Text = "当前实验编号:";
//
// tslb_实验编号
//
this.tslb_实验编号.Name = "tslb_实验编号";
this.tslb_实验编号.Size = new System.Drawing.Size(89, 48);
this.tslb_实验编号.Text = "CSI-665B";
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(29, 48);
this.toolStripLabel1.Text = " ";
//
// toolStripButton1
//
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(133, 48);
this.toolStripButton1.Text = "呼吸模拟器";
//
// uiTitlePanel1
//
this.uiTitlePanel1.Controls.Add(this.panel7);
this.uiTitlePanel1.Controls.Add(this.panel12);
this.uiTitlePanel1.Controls.Add(this.panel13);
this.uiTitlePanel1.Controls.Add(this.panel9);
this.uiTitlePanel1.Controls.Add(this.panel8);
this.uiTitlePanel1.Controls.Add(this.panel11);
this.uiTitlePanel1.Controls.Add(this.panel10);
this.uiTitlePanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTitlePanel1.Location = new System.Drawing.Point(4, 91);
this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiTitlePanel1.Name = "uiTitlePanel1";
this.uiTitlePanel1.Radius = 30;
this.uiTitlePanel1.RectColor = System.Drawing.Color.Black;
this.uiTitlePanel1.ShowText = false;
this.uiTitlePanel1.Size = new System.Drawing.Size(1916, 128);
this.uiTitlePanel1.TabIndex = 7;
this.uiTitlePanel1.Text = "实时数据显示";
this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTitlePanel1.TitleColor = System.Drawing.Color.WhiteSmoke;
this.uiTitlePanel1.TitleForeColor = System.Drawing.Color.Black;
this.uiTitlePanel1.TitleHeight = 30;
//
// panel8
//
this.panel8.BackColor = System.Drawing.Color.Transparent;
this.panel8.Controls.Add(this.label7);
this.panel8.Controls.Add(this.label8);
this.panel8.Controls.Add(this.label9);
this.panel8.Location = new System.Drawing.Point(468, 42);
this.panel8.Margin = new System.Windows.Forms.Padding(2);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(162, 68);
this.panel8.TabIndex = 14;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(118, 35);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(26, 28);
this.label7.TabIndex = 4;
this.label7.Text = "%";
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
this.label8.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(19, 35);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(68, 28);
this.label8.TabIndex = 4;
this.label8.Text = "0.00";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(58, 8);
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(34, 28);
this.label9.TabIndex = 5;
this.label9.Text = "O₂";
//
// panel11
//
this.panel11.BackColor = System.Drawing.Color.Transparent;
this.panel11.Controls.Add(this.label21);
this.panel11.Controls.Add(this.label22);
this.panel11.Controls.Add(this.label23);
this.panel11.Location = new System.Drawing.Point(244, 43);
this.panel11.Margin = new System.Windows.Forms.Padding(2);
this.panel11.Name = "panel11";
this.panel11.Size = new System.Drawing.Size(162, 68);
this.panel11.TabIndex = 16;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label21.Location = new System.Drawing.Point(106, 38);
this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(54, 28);
this.label21.TabIndex = 4;
this.label21.Text = "%RH";
//
// label22
//
this.label22.AutoSize = true;
this.label22.BackColor = System.Drawing.Color.Transparent;
this.label22.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label22.Location = new System.Drawing.Point(19, 35);
this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(68, 28);
this.label22.TabIndex = 4;
this.label22.Text = "0.00";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label23.Location = new System.Drawing.Point(47, 7);
this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(96, 28);
this.label23.TabIndex = 5;
this.label23.Text = "湿度:";
//
// panel10
//
this.panel10.BackColor = System.Drawing.Color.Transparent;
this.panel10.Controls.Add(this.label15);
this.panel10.Controls.Add(this.label19);
this.panel10.Controls.Add(this.label20);
this.panel10.Location = new System.Drawing.Point(20, 42);
this.panel10.Margin = new System.Windows.Forms.Padding(2);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(162, 68);
this.panel10.TabIndex = 15;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(118, 35);
this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(40, 28);
this.label15.TabIndex = 4;
this.label15.Text = "℃";
//
// label19
//
this.label19.AutoSize = true;
this.label19.BackColor = System.Drawing.Color.Transparent;
this.label19.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.Location = new System.Drawing.Point(19, 35);
this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(68, 28);
this.label19.TabIndex = 4;
this.label19.Text = "0.00";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label20.Location = new System.Drawing.Point(47, 7);
this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(68, 28);
this.label20.TabIndex = 5;
this.label20.Text = "温度";
//
// panel7
//
this.panel7.BackColor = System.Drawing.Color.Transparent;
this.panel7.Controls.Add(this.label4);
this.panel7.Controls.Add(this.label5);
this.panel7.Controls.Add(this.label6);
this.panel7.Location = new System.Drawing.Point(684, 43);
this.panel7.Margin = new System.Windows.Forms.Padding(2);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(162, 68);
this.panel7.TabIndex = 17;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(118, 35);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(26, 28);
this.label4.TabIndex = 4;
this.label4.Text = "%";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(19, 35);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(68, 28);
this.label5.TabIndex = 4;
this.label5.Text = "0.00";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(40, 7);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(104, 28);
this.label6.TabIndex = 5;
this.label6.Text = "室内CO₂";
//
// panel12
//
this.panel12.BackColor = System.Drawing.Color.Transparent;
this.panel12.Controls.Add(this.label24);
this.panel12.Controls.Add(this.label25);
this.panel12.Controls.Add(this.label26);
this.panel12.Location = new System.Drawing.Point(908, 40);
this.panel12.Margin = new System.Windows.Forms.Padding(2);
this.panel12.Name = "panel12";
this.panel12.Size = new System.Drawing.Size(162, 68);
this.panel12.TabIndex = 20;
//
// label24
//
this.label24.AutoSize = true;
this.label24.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label24.Location = new System.Drawing.Point(118, 35);
this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(26, 28);
this.label24.TabIndex = 4;
this.label24.Text = "%";
//
// label25
//
this.label25.AutoSize = true;
this.label25.BackColor = System.Drawing.Color.Transparent;
this.label25.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label25.Location = new System.Drawing.Point(19, 35);
this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(68, 28);
this.label25.TabIndex = 4;
this.label25.Text = "0.00";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label26.Location = new System.Drawing.Point(40, 7);
this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(104, 28);
this.label26.TabIndex = 5;
this.label26.Text = "呼出CO₂";
//
// panel13
//
this.panel13.BackColor = System.Drawing.Color.Transparent;
this.panel13.Controls.Add(this.label27);
this.panel13.Controls.Add(this.label28);
this.panel13.Controls.Add(this.label29);
this.panel13.Location = new System.Drawing.Point(1399, 40);
this.panel13.Margin = new System.Windows.Forms.Padding(2);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(221, 68);
this.panel13.TabIndex = 18;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label27.Location = new System.Drawing.Point(118, 35);
this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(82, 28);
this.label27.TabIndex = 4;
this.label27.Text = "mg/m3";
//
// label28
//
this.label28.AutoSize = true;
this.label28.BackColor = System.Drawing.Color.Transparent;
this.label28.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label28.Location = new System.Drawing.Point(19, 35);
this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(68, 28);
this.label28.TabIndex = 4;
this.label28.Text = "0.00";
//
// label29
//
this.label29.AutoSize = true;
this.label29.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label29.Location = new System.Drawing.Point(18, 6);
this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(171, 23);
this.label29.TabIndex = 5;
this.label29.Text = "呼出气溶胶浓度";
//
// panel9
//
this.panel9.BackColor = System.Drawing.Color.Transparent;
this.panel9.Controls.Add(this.label10);
this.panel9.Controls.Add(this.label11);
this.panel9.Controls.Add(this.label12);
this.panel9.Location = new System.Drawing.Point(1132, 42);
this.panel9.Margin = new System.Windows.Forms.Padding(2);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(205, 65);
this.panel9.TabIndex = 19;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(118, 35);
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(82, 28);
this.label10.TabIndex = 4;
this.label10.Text = "mg/m3";
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
this.label11.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(19, 35);
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(68, 28);
this.label11.TabIndex = 4;
this.label11.Text = "0.00";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(18, 6);
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(171, 23);
this.label12.TabIndex = 5;
this.label12.Text = "室内气溶胶浓度";
//
// Form1
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1920, 1020);
this.CloseAskString = "是否确定关闭软件?";
this.ControlBoxForeColor = System.Drawing.Color.Black;
this.Controls.Add(this.uiTitlePanel1);
this.Controls.Add(this.ts_Up);
this.Name = "Form1";
this.RectColor = System.Drawing.Color.Black;
this.Text = "测试界面";
this.TitleColor = System.Drawing.Color.White;
this.TitleForeColor = System.Drawing.Color.Black;
this.ZoomScaleRect = new System.Drawing.Rectangle(19, 19, 800, 450);
this.ts_Up.ResumeLayout(false);
this.ts_Up.PerformLayout();
this.uiTitlePanel1.ResumeLayout(false);
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
this.panel11.ResumeLayout(false);
this.panel11.PerformLayout();
this.panel10.ResumeLayout(false);
this.panel10.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel12.ResumeLayout(false);
this.panel12.PerformLayout();
this.panel13.ResumeLayout(false);
this.panel13.PerformLayout();
this.panel9.ResumeLayout(false);
this.panel9.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStrip ts_Up;
private System.Windows.Forms.ToolStripLabel tslb_label1;
private System.Windows.Forms.ToolStripLabel tslb_登录用户;
private System.Windows.Forms.ToolStripLabel toolStripLabel6;
private System.Windows.Forms.ToolStripButton tsbtn_切换用户;
private System.Windows.Forms.ToolStripButton tsbtn_新增用户;
private System.Windows.Forms.ToolStripLabel tslb_time;
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripLabel toolStripLabel5;
private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton1;
private System.Windows.Forms.ToolStripMenuItem ts_新建实验;
private System.Windows.Forms.ToolStripMenuItem ts_参数设置;
private System.Windows.Forms.ToolStripMenuItem ts_实验数据;
private System.Windows.Forms.ToolStripMenuItem ts_审计追踪;
private System.Windows.Forms.ToolStripMenuItem ts_用户管理;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripLabel toolStripLabel7;
private System.Windows.Forms.ToolStripLabel toolStripLabel8;
private System.Windows.Forms.ToolStripLabel tslb_实验编号;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private Sunny.UI.UITitlePanel uiTitlePanel1;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Panel panel12;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Panel panel13;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
}
}