namespace AIMS.OremrUserControl
{
partial class ucStripMenuItem
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.button0 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button0
//
this.button0.BackColor = System.Drawing.Color.Transparent;
this.button0.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.button0.Cursor = System.Windows.Forms.Cursors.Hand;
this.button0.Dock = System.Windows.Forms.DockStyle.Top;
this.button0.FlatAppearance.BorderSize = 0;
this.button0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button0.Font = new System.Drawing.Font("微软雅黑", 10F);
this.button0.ForeColor = System.Drawing.Color.Black;
this.button0.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button0.Location = new System.Drawing.Point(0, 0);
this.button0.Name = "button0";
this.button0.Size = new System.Drawing.Size(179, 30);
this.button0.TabIndex = 4;
this.button0.Text = " 清空选中曲线";
this.button0.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button0.UseVisualStyleBackColor = false;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Transparent;
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Dock = System.Windows.Forms.DockStyle.Top;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("微软雅黑", 10F);
this.button1.ForeColor = System.Drawing.Color.Black;
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(0, 30);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(179, 30);
this.button1.TabIndex = 5;
this.button1.Text = " 删除选定区域数据";
this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.UseVisualStyleBackColor = false;
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Transparent;
this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.Dock = System.Windows.Forms.DockStyle.Top;
this.button2.FlatAppearance.BorderSize = 0;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("微软雅黑", 10F);
this.button2.ForeColor = System.Drawing.Color.Black;
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button2.Location = new System.Drawing.Point(0, 60);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(179, 30);
this.button2.TabIndex = 6;
this.button2.Text = " 添加监护仪数据";
this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button2.UseVisualStyleBackColor = false;
//
// button3
//
this.button3.BackColor = System.Drawing.Color.Transparent;
this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.Dock = System.Windows.Forms.DockStyle.Top;
this.button3.FlatAppearance.BorderSize = 0;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Font = new System.Drawing.Font("微软雅黑", 10F);
this.button3.ForeColor = System.Drawing.Color.Black;
this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button3.Location = new System.Drawing.Point(0, 90);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(179, 30);
this.button3.TabIndex = 7;
this.button3.Text = " 手术申请信息";
this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button3.UseVisualStyleBackColor = false;
//
// ucStripMenuItem
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.button0);
this.Name = "ucStripMenuItem";
this.Size = new System.Drawing.Size(179, 125);
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.Button button0;
public System.Windows.Forms.Button button1;
public System.Windows.Forms.Button button2;
public System.Windows.Forms.Button button3;
}
}