AIMS/DrawGraphManagement/MainUp.Designer.cs
2023-08-13 21:05:09 +08:00

411 lines
19 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace DrawGraphManagement
{
partial class MainUp
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainUp));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtManageName = new System.Windows.Forms.TextBox();
this.btnCreate = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.BtnBind = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button9 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.btnPrint = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.txtProjectName = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtHospitalName = new System.Windows.Forms.TextBox();
this.myPanel1 = new System.Windows.Forms.Panel();
this.zgcAnaesRecord2 = new DrawGraph.ZedGraphControl();
this.zgcAnaesRecord = new DrawGraph.ZedGraphControl();
this.panel1.SuspendLayout();
this.panel4.SuspendLayout();
this.myPanel1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(664, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 12);
this.label1.TabIndex = 1;
this.label1.Text = "区域管理器类型:";
this.label1.Visible = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(932, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(101, 12);
this.label2.TabIndex = 2;
this.label2.Text = "区域管理器名称:";
this.label2.Visible = false;
//
// txtManageName
//
this.txtManageName.Location = new System.Drawing.Point(1039, 10);
this.txtManageName.Name = "txtManageName";
this.txtManageName.Size = new System.Drawing.Size(180, 21);
this.txtManageName.TabIndex = 3;
this.txtManageName.Visible = false;
//
// btnCreate
//
this.btnCreate.Location = new System.Drawing.Point(1302, 8);
this.btnCreate.Name = "btnCreate";
this.btnCreate.Size = new System.Drawing.Size(75, 23);
this.btnCreate.TabIndex = 4;
this.btnCreate.Text = "新建";
this.btnCreate.UseVisualStyleBackColor = true;
this.btnCreate.Visible = false;
//
// panel1
//
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txtProjectName);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txtManageName);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.txtHospitalName);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1350, 46);
this.panel1.TabIndex = 6;
//
// panel4
//
this.panel4.Controls.Add(this.button5);
this.panel4.Controls.Add(this.button4);
this.panel4.Controls.Add(this.button11);
this.panel4.Controls.Add(this.BtnBind);
this.panel4.Controls.Add(this.label6);
this.panel4.Controls.Add(this.textBox1);
this.panel4.Controls.Add(this.button9);
this.panel4.Controls.Add(this.button8);
this.panel4.Controls.Add(this.button12);
this.panel4.Controls.Add(this.button7);
this.panel4.Controls.Add(this.button6);
this.panel4.Controls.Add(this.button10);
this.panel4.Controls.Add(this.button2);
this.panel4.Controls.Add(this.btnCreate);
this.panel4.Controls.Add(this.btnPrint);
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel4.Location = new System.Drawing.Point(0, 4);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(1350, 42);
this.panel4.TabIndex = 9;
//
// button5
//
this.button5.Location = new System.Drawing.Point(1394, 15);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 16;
this.button5.Text = "清空";
this.button5.UseVisualStyleBackColor = true;
this.button5.Visible = false;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(1313, 15);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 15;
this.button4.Text = "默认";
this.button4.UseVisualStyleBackColor = true;
this.button4.Visible = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button11
//
this.button11.Location = new System.Drawing.Point(887, 7);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(75, 23);
this.button11.TabIndex = 12;
this.button11.Text = "文书加载";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// BtnBind
//
this.BtnBind.Location = new System.Drawing.Point(802, 7);
this.BtnBind.Name = "BtnBind";
this.BtnBind.Size = new System.Drawing.Size(75, 23);
this.BtnBind.TabIndex = 11;
this.BtnBind.Text = "加载数据";
this.BtnBind.UseVisualStyleBackColor = true;
this.BtnBind.Click += new System.EventHandler(this.BtnBind_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(20, 13);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 9;
this.label6.Text = "患者ID";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(81, 9);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(59, 21);
this.textBox1.TabIndex = 10;
//
// button9
//
this.button9.Location = new System.Drawing.Point(319, 7);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(107, 23);
this.button9.TabIndex = 6;
this.button9.Text = "麻醉记录单2背面";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(604, 7);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(102, 23);
this.button8.TabIndex = 6;
this.button8.Text = "器械清点单背面";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(716, 7);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(76, 23);
this.button12.TabIndex = 6;
this.button12.Text = "镇静记录单";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(519, 7);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(75, 23);
this.button7.TabIndex = 6;
this.button7.Text = "器械清点单";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(436, 7);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(73, 23);
this.button6.TabIndex = 6;
this.button6.Text = "恢复记录单";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(229, 7);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(80, 23);
this.button10.TabIndex = 6;
this.button10.Text = "麻醉记录单2";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(146, 7);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(73, 23);
this.button2.TabIndex = 6;
this.button2.Text = "麻醉记录单";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// btnPrint
//
this.btnPrint.Location = new System.Drawing.Point(972, 7);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(59, 23);
this.btnPrint.TabIndex = 5;
this.btnPrint.Text = "打印";
this.btnPrint.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(347, 14);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 7;
this.label3.Text = "项目名称:";
this.label3.Visible = false;
//
// txtProjectName
//
this.txtProjectName.Location = new System.Drawing.Point(418, 10);
this.txtProjectName.Name = "txtProjectName";
this.txtProjectName.Size = new System.Drawing.Size(225, 21);
this.txtProjectName.TabIndex = 8;
this.txtProjectName.Visible = false;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(28, 14);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 10;
this.label7.Text = "医院名称:";
//
// txtHospitalName
//
this.txtHospitalName.Location = new System.Drawing.Point(99, 10);
this.txtHospitalName.Name = "txtHospitalName";
this.txtHospitalName.Size = new System.Drawing.Size(213, 21);
this.txtHospitalName.TabIndex = 11;
//
// myPanel1
//
this.myPanel1.AutoScroll = true;
this.myPanel1.Controls.Add(this.zgcAnaesRecord2);
this.myPanel1.Controls.Add(this.zgcAnaesRecord);
this.myPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.myPanel1.Location = new System.Drawing.Point(0, 46);
this.myPanel1.Name = "myPanel1";
this.myPanel1.Size = new System.Drawing.Size(1350, 683);
this.myPanel1.TabIndex = 10;
this.myPanel1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.myPanel1_Scroll);
//
// zgcAnaesRecord2
//
this.zgcAnaesRecord2.Location = new System.Drawing.Point(266, -159);
this.zgcAnaesRecord2.Name = "zgcAnaesRecord2";
this.zgcAnaesRecord2.ScrollGrace = 0D;
this.zgcAnaesRecord2.ScrollMaxX = 0D;
this.zgcAnaesRecord2.ScrollMaxY = 0D;
this.zgcAnaesRecord2.ScrollMaxY2 = 0D;
this.zgcAnaesRecord2.ScrollMinX = 0D;
this.zgcAnaesRecord2.ScrollMinY = 0D;
this.zgcAnaesRecord2.ScrollMinY2 = 0D;
this.zgcAnaesRecord2.Size = new System.Drawing.Size(800, 1000);
this.zgcAnaesRecord2.TabIndex = 2;
this.zgcAnaesRecord2.Visible = false;
//
// zgcAnaesRecord
//
this.zgcAnaesRecord.Location = new System.Drawing.Point(3, 3);
this.zgcAnaesRecord.Name = "zgcAnaesRecord";
this.zgcAnaesRecord.ScrollGrace = 0D;
this.zgcAnaesRecord.ScrollMaxX = 0D;
this.zgcAnaesRecord.ScrollMaxY = 0D;
this.zgcAnaesRecord.ScrollMaxY2 = 0D;
this.zgcAnaesRecord.ScrollMinX = 0D;
this.zgcAnaesRecord.ScrollMinY = 0D;
this.zgcAnaesRecord.ScrollMinY2 = 0D;
this.zgcAnaesRecord.Size = new System.Drawing.Size(225, 304);
this.zgcAnaesRecord.TabIndex = 1;
this.zgcAnaesRecord.MouseDownEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseDownEvent);
this.zgcAnaesRecord.MouseUpEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseUpEvent);
this.zgcAnaesRecord.MouseMoveEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseMoveEvent);
this.zgcAnaesRecord.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zgcAnaesRecord_KeyUp);
this.zgcAnaesRecord.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.zgcAnaesRecord_MouseDoubleClick);
//
// MainUp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1350, 729);
this.Controls.Add(this.myPanel1);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainUp";
this.Text = "记录单制作工具";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MainUp_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.myPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtManageName;
private System.Windows.Forms.Button btnCreate;
private System.Windows.Forms.Panel panel1;
private DrawGraph.ZedGraphControl zgcAnaesRecord;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtProjectName;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button BtnBind;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Panel myPanel1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtHospitalName;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button btnPrint;
private DrawGraph.ZedGraphControl zgcAnaesRecord2;
}
}