AIMS/DrawGraphManagement/Main.Designer.cs
2022-08-23 21:12:59 +08:00

516 lines
24 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 Main
{
/// <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();
this.cmbManageList = new System.Windows.Forms.ComboBox();
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.btnSave = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.txtHospitalName = new System.Windows.Forms.TextBox();
this.panel4 = new System.Windows.Forms.Panel();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.txtFontSize = new System.Windows.Forms.TextBox();
this.button1 = 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.button2 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.txtProjectName = new System.Windows.Forms.TextBox();
this.pnlManageList = new System.Windows.Forms.Panel();
this.treeView1 = new System.Windows.Forms.TreeView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.EditAreaMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.panel3 = new System.Windows.Forms.Panel();
this.cmbPageType = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.cmbTypesetting = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.txtAreaY = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtAreaX = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.myPanel1 = new DrawGraphManagement.MyPanel();
this.zedGraphMain = new DrawGraph.ZedGraphControl();
this.panel1.SuspendLayout();
this.panel4.SuspendLayout();
this.pnlManageList.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.panel3.SuspendLayout();
this.myPanel1.SuspendLayout();
this.SuspendLayout();
//
// cmbManageList
//
this.cmbManageList.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbManageList.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbManageList.FormattingEnabled = true;
this.cmbManageList.Location = new System.Drawing.Point(771, 10);
this.cmbManageList.Name = "cmbManageList";
this.cmbManageList.Size = new System.Drawing.Size(155, 20);
this.cmbManageList.TabIndex = 0;
//
// 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 = "区域管理器类型:";
//
// 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 = "区域管理器名称:";
//
// 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;
//
// btnCreate
//
this.btnCreate.Location = new System.Drawing.Point(565, 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.Click += new System.EventHandler(this.btnCreate_Click);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(652, 8);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 5;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// panel1
//
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.txtHospitalName);
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txtProjectName);
this.panel1.Controls.Add(this.cmbManageList);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txtManageName);
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(1356, 79);
this.panel1.TabIndex = 6;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(12, 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(83, 10);
this.txtHospitalName.Name = "txtHospitalName";
this.txtHospitalName.Size = new System.Drawing.Size(225, 21);
this.txtHospitalName.TabIndex = 11;
//
// panel4
//
this.panel4.Controls.Add(this.button5);
this.panel4.Controls.Add(this.button4);
this.panel4.Controls.Add(this.button3);
this.panel4.Controls.Add(this.txtFontSize);
this.panel4.Controls.Add(this.button1);
this.panel4.Controls.Add(this.BtnBind);
this.panel4.Controls.Add(this.label6);
this.panel4.Controls.Add(this.textBox1);
this.panel4.Controls.Add(this.button2);
this.panel4.Controls.Add(this.btnCreate);
this.panel4.Controls.Add(this.btnSave);
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel4.Location = new System.Drawing.Point(0, 42);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(1356, 37);
this.panel4.TabIndex = 9;
//
// button5
//
this.button5.Location = new System.Drawing.Point(1166, 5);
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.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(1085, 5);
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.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(958, 6);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(112, 23);
this.button3.TabIndex = 14;
this.button3.Text = "更改所有窗体字体";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// txtFontSize
//
this.txtFontSize.Location = new System.Drawing.Point(890, 7);
this.txtFontSize.Name = "txtFontSize";
this.txtFontSize.Size = new System.Drawing.Size(62, 21);
this.txtFontSize.TabIndex = 13;
//
// button1
//
this.button1.Location = new System.Drawing.Point(418, 7);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 12;
this.button1.Text = "文书加载";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// BtnBind
//
this.BtnBind.Location = new System.Drawing.Point(337, 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(12, 12);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 9;
this.label6.Text = "手术记录ID";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(95, 8);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(213, 21);
this.textBox1.TabIndex = 10;
//
// button2
//
this.button2.Location = new System.Drawing.Point(739, 8);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 6;
this.button2.Text = "读取数据库";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// 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 = "项目名称:";
//
// 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;
//
// pnlManageList
//
this.pnlManageList.Controls.Add(this.treeView1);
this.pnlManageList.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlManageList.Location = new System.Drawing.Point(0, 79);
this.pnlManageList.Name = "pnlManageList";
this.pnlManageList.Size = new System.Drawing.Size(208, 633);
this.pnlManageList.TabIndex = 7;
//
// treeView1
//
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Location = new System.Drawing.Point(0, 0);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(208, 633);
this.treeView1.TabIndex = 1;
this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.EditAreaMenuItem,
this.ToolStripMenuItem2});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(125, 48);
//
// EditAreaMenuItem
//
this.EditAreaMenuItem.Name = "EditAreaMenuItem";
this.EditAreaMenuItem.Size = new System.Drawing.Size(124, 22);
this.EditAreaMenuItem.Text = "编辑区域";
this.EditAreaMenuItem.Click += new System.EventHandler(this.EditAreaMenuItem_Click);
//
// ToolStripMenuItem2
//
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
this.ToolStripMenuItem2.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem2.Text = "删除区域";
this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
//
// panel3
//
this.panel3.Controls.Add(this.cmbPageType);
this.panel3.Controls.Add(this.label9);
this.panel3.Controls.Add(this.cmbTypesetting);
this.panel3.Controls.Add(this.label8);
this.panel3.Controls.Add(this.txtAreaY);
this.panel3.Controls.Add(this.label5);
this.panel3.Controls.Add(this.txtAreaX);
this.panel3.Controls.Add(this.label4);
this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
this.panel3.Location = new System.Drawing.Point(1133, 79);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(223, 633);
this.panel3.TabIndex = 9;
//
// cmbPageType
//
this.cmbPageType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbPageType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbPageType.FormattingEnabled = true;
this.cmbPageType.Items.AddRange(new object[] {
"A4",
"A3"});
this.cmbPageType.Location = new System.Drawing.Point(9, 183);
this.cmbPageType.Name = "cmbPageType";
this.cmbPageType.Size = new System.Drawing.Size(202, 20);
this.cmbPageType.TabIndex = 6;
this.cmbPageType.Text = "A4";
this.cmbPageType.SelectedIndexChanged += new System.EventHandler(this.cmbPageType_SelectedIndexChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(7, 168);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 7;
this.label9.Text = "纸张:";
//
// cmbTypesetting
//
this.cmbTypesetting.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbTypesetting.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbTypesetting.FormattingEnabled = true;
this.cmbTypesetting.Items.AddRange(new object[] {
"横向",
"竖向"});
this.cmbTypesetting.Location = new System.Drawing.Point(9, 136);
this.cmbTypesetting.Name = "cmbTypesetting";
this.cmbTypesetting.Size = new System.Drawing.Size(202, 20);
this.cmbTypesetting.TabIndex = 4;
this.cmbTypesetting.Text = "竖向";
this.cmbTypesetting.SelectedValueChanged += new System.EventHandler(this.cmbTypesetting_SelectedValueChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(7, 121);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 5;
this.label8.Text = "排版:";
//
// txtAreaY
//
this.txtAreaY.Location = new System.Drawing.Point(9, 77);
this.txtAreaY.Name = "txtAreaY";
this.txtAreaY.Size = new System.Drawing.Size(202, 21);
this.txtAreaY.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(7, 61);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(95, 12);
this.label5.TabIndex = 2;
this.label5.Text = "区域管理器位置Y";
//
// txtAreaX
//
this.txtAreaX.Location = new System.Drawing.Point(9, 23);
this.txtAreaX.Name = "txtAreaX";
this.txtAreaX.Size = new System.Drawing.Size(202, 21);
this.txtAreaX.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 7);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(95, 12);
this.label4.TabIndex = 0;
this.label4.Text = "区域管理器位置X";
//
// myPanel1
//
this.myPanel1.AutoScroll = true;
this.myPanel1.Controls.Add(this.zedGraphMain);
this.myPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.myPanel1.Location = new System.Drawing.Point(208, 79);
this.myPanel1.Name = "myPanel1";
this.myPanel1.Size = new System.Drawing.Size(925, 633);
this.myPanel1.TabIndex = 10;
this.myPanel1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.myPanel1_Scroll);
//
// zedGraphMain
//
this.zedGraphMain.Location = new System.Drawing.Point(3, 3);
this.zedGraphMain.Name = "zedGraphMain";
this.zedGraphMain.ScrollGrace = 0D;
this.zedGraphMain.ScrollMaxX = 0D;
this.zedGraphMain.ScrollMaxY = 0D;
this.zedGraphMain.ScrollMaxY2 = 0D;
this.zedGraphMain.ScrollMinX = 0D;
this.zedGraphMain.ScrollMinY = 0D;
this.zedGraphMain.ScrollMinY2 = 0D;
this.zedGraphMain.Size = new System.Drawing.Size(225, 304);
this.zedGraphMain.TabIndex = 1;
this.zedGraphMain.MouseDownEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zedGraphMain_MouseDownEvent);
this.zedGraphMain.MouseUpEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zedGraphMain_MouseUpEvent);
this.zedGraphMain.MouseMoveEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zedGraphMain_MouseMoveEvent);
this.zedGraphMain.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zedGraphMain_KeyUp);
this.zedGraphMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.zedGraphMain_MouseDoubleClick);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1356, 712);
this.Controls.Add(this.myPanel1);
this.Controls.Add(this.panel3);
this.Controls.Add(this.pnlManageList);
this.Controls.Add(this.panel1);
this.Name = "Main";
this.Text = "模板制作工具";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Main_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.pnlManageList.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.myPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox cmbManageList;
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.Button btnSave;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel pnlManageList;
private DrawGraph.ZedGraphControl zedGraphMain;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem EditAreaMenuItem;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtProjectName;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox txtAreaY;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtAreaX;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2;
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 MyPanel myPanel1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtHospitalName;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox txtFontSize;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.ComboBox cmbTypesetting;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cmbPageType;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button button2;
}
}