You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
358 lines
18 KiB
358 lines
18 KiB
namespace Scale
|
|
{
|
|
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()
|
|
{
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblTip = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.btnSend = new System.Windows.Forms.Button();
|
|
this.txtMb = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txtEID = new System.Windows.Forms.TextBox();
|
|
this.txtSzy = new System.Windows.Forms.TextBox();
|
|
this.txtHeight = new System.Windows.Forms.TextBox();
|
|
this.txtWeight = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtSsy = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnOpen = new System.Windows.Forms.Button();
|
|
this.txt1 = new System.Windows.Forms.TextBox();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.tableLayoutPanel1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1184, 611);
|
|
this.panel1.TabIndex = 25;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 9;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.Controls.Add(this.button1, 7, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblTip, 1, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnSend, 7, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.txtMb, 6, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label8, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label9, 5, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.txtEID, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.txtSzy, 4, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.txtHeight, 2, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.txtWeight, 4, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label7, 3, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.txtSsy, 2, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label5, 3, 2);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 6;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1184, 611);
|
|
this.tableLayoutPanel1.TabIndex = 40;
|
|
//
|
|
// lblTip
|
|
//
|
|
this.lblTip.AutoSize = true;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.lblTip, 6);
|
|
this.lblTip.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblTip.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblTip.Location = new System.Drawing.Point(20, 365);
|
|
this.lblTip.Name = "lblTip";
|
|
this.lblTip.Size = new System.Drawing.Size(964, 60);
|
|
this.lblTip.TabIndex = 39;
|
|
this.lblTip.Text = "提示:";
|
|
this.lblTip.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.label3.Location = new System.Drawing.Point(20, 185);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(164, 60);
|
|
this.label3.TabIndex = 28;
|
|
this.label3.Text = "体检号:";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.label4.Location = new System.Drawing.Point(20, 245);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(164, 60);
|
|
this.label4.TabIndex = 29;
|
|
this.label4.Text = "身高:";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// btnSend
|
|
//
|
|
this.btnSend.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btnSend.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnSend.Location = new System.Drawing.Point(990, 188);
|
|
this.btnSend.Name = "btnSend";
|
|
this.btnSend.Size = new System.Drawing.Size(174, 54);
|
|
this.btnSend.TabIndex = 7;
|
|
this.btnSend.Text = " 手动上报";
|
|
this.btnSend.UseVisualStyleBackColor = true;
|
|
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
|
|
//
|
|
// txtMb
|
|
//
|
|
this.txtMb.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtMb.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtMb.Location = new System.Drawing.Point(830, 308);
|
|
this.txtMb.MaxLength = 10;
|
|
this.txtMb.Name = "txtMb";
|
|
this.txtMb.Size = new System.Drawing.Size(154, 47);
|
|
this.txtMb.TabIndex = 6;
|
|
this.txtMb.Text = " ";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label8.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.label8.Location = new System.Drawing.Point(20, 305);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(164, 60);
|
|
this.label8.TabIndex = 34;
|
|
this.label8.Text = "收缩压:";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label9.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.label9.Location = new System.Drawing.Point(680, 305);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(144, 60);
|
|
this.label9.TabIndex = 37;
|
|
this.label9.Text = "脉搏:";
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txtEID
|
|
//
|
|
this.txtEID.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtEID.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtEID.Location = new System.Drawing.Point(190, 188);
|
|
this.txtEID.MaxLength = 10;
|
|
this.txtEID.Name = "txtEID";
|
|
this.txtEID.Size = new System.Drawing.Size(154, 47);
|
|
this.txtEID.TabIndex = 1;
|
|
//
|
|
// txtSzy
|
|
//
|
|
this.txtSzy.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtSzy.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtSzy.Location = new System.Drawing.Point(520, 308);
|
|
this.txtSzy.MaxLength = 10;
|
|
this.txtSzy.Name = "txtSzy";
|
|
this.txtSzy.Size = new System.Drawing.Size(154, 47);
|
|
this.txtSzy.TabIndex = 5;
|
|
this.txtSzy.Text = " ";
|
|
//
|
|
// txtHeight
|
|
//
|
|
this.txtHeight.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtHeight.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtHeight.Location = new System.Drawing.Point(190, 248);
|
|
this.txtHeight.MaxLength = 10;
|
|
this.txtHeight.Name = "txtHeight";
|
|
this.txtHeight.Size = new System.Drawing.Size(154, 47);
|
|
this.txtHeight.TabIndex = 2;
|
|
//
|
|
// txtWeight
|
|
//
|
|
this.txtWeight.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtWeight.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtWeight.Location = new System.Drawing.Point(520, 248);
|
|
this.txtWeight.MaxLength = 10;
|
|
this.txtWeight.Name = "txtWeight";
|
|
this.txtWeight.Size = new System.Drawing.Size(154, 47);
|
|
this.txtWeight.TabIndex = 3;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label7.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.label7.Location = new System.Drawing.Point(350, 305);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(164, 60);
|
|
this.label7.TabIndex = 35;
|
|
this.label7.Text = "舒张压:";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txtSsy
|
|
//
|
|
this.txtSsy.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtSsy.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtSsy.Location = new System.Drawing.Point(190, 308);
|
|
this.txtSsy.MaxLength = 10;
|
|
this.txtSsy.Name = "txtSsy";
|
|
this.txtSsy.Size = new System.Drawing.Size(154, 47);
|
|
this.txtSsy.TabIndex = 4;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.label5.Location = new System.Drawing.Point(350, 245);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(164, 60);
|
|
this.label5.TabIndex = 30;
|
|
this.label5.Text = "体重:";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 21);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(77, 12);
|
|
this.label1.TabIndex = 45;
|
|
this.label1.Text = "血压仪未连接";
|
|
//
|
|
// btnOpen
|
|
//
|
|
this.btnOpen.Location = new System.Drawing.Point(198, 15);
|
|
this.btnOpen.Name = "btnOpen";
|
|
this.btnOpen.Size = new System.Drawing.Size(73, 25);
|
|
this.btnOpen.TabIndex = 43;
|
|
this.btnOpen.Text = " 打开";
|
|
this.btnOpen.UseVisualStyleBackColor = true;
|
|
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
|
|
//
|
|
// txt1
|
|
//
|
|
this.txt1.Location = new System.Drawing.Point(119, 18);
|
|
this.txt1.Name = "txt1";
|
|
this.txt1.Size = new System.Drawing.Size(55, 21);
|
|
this.txt1.TabIndex = 42;
|
|
this.txt1.Text = "COM3";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.label1);
|
|
this.panel2.Controls.Add(this.txt1);
|
|
this.panel2.Controls.Add(this.btnOpen);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel2.Location = new System.Drawing.Point(0, 560);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1184, 51);
|
|
this.panel2.TabIndex = 26;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button1.ForeColor = System.Drawing.Color.Red;
|
|
this.button1.Location = new System.Drawing.Point(1088, 321);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(76, 34);
|
|
this.button1.TabIndex = 46;
|
|
this.button1.Text = "清除";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1184, 611);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "Form1";
|
|
this.Text = "联机程序";
|
|
this.panel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label lblTip;
|
|
private System.Windows.Forms.TextBox txtMb;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox txtSzy;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox txtSsy;
|
|
private System.Windows.Forms.TextBox txtWeight;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtEID;
|
|
private System.Windows.Forms.TextBox txtHeight;
|
|
private System.Windows.Forms.Button btnSend;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnOpen;
|
|
private System.Windows.Forms.TextBox txt1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
}
|
|
|
|
|