体检系统架构
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.
 
 
 

146 lines
6.9 KiB

namespace PEIS.View.UControl
{
partial class OpMenuSimple
{
/// <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 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpMenuSimple));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.TsmiSave = new System.Windows.Forms.ToolStripMenuItem();
this.TsmiAllDelete = new System.Windows.Forms.ToolStripMenuItem();
this.TsmiDelete = new System.Windows.Forms.ToolStripMenuItem();
this.TsmiAdd = new System.Windows.Forms.ToolStripMenuItem();
this.TsmiUp = new System.Windows.Forms.ToolStripMenuItem();
this.TsmiRefresh = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.White;
this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TsmiSave,
this.TsmiAllDelete,
this.TsmiDelete,
this.TsmiAdd,
this.TsmiUp,
this.TsmiRefresh});
this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(2, 4, 0, 4);
this.menuStrip1.Size = new System.Drawing.Size(700, 42);
this.menuStrip1.TabIndex = 48;
this.menuStrip1.Text = "menuStrip1";
//
// TsmiSave
//
this.TsmiSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.TsmiSave.Image = ((System.Drawing.Image)(resources.GetObject("TsmiSave.Image")));
this.TsmiSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.TsmiSave.Name = "TsmiSave";
this.TsmiSave.Size = new System.Drawing.Size(71, 34);
this.TsmiSave.Text = "保存";
//
// TsmiAllDelete
//
this.TsmiAllDelete.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.TsmiAllDelete.Image = global::PEIS.Properties.Resources.1;
this.TsmiAllDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.TsmiAllDelete.Name = "TsmiAllDelete";
this.TsmiAllDelete.Size = new System.Drawing.Size(99, 34);
this.TsmiAllDelete.Text = "全部删除";
this.TsmiAllDelete.Visible = false;
//
// TsmiDelete
//
this.TsmiDelete.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.TsmiDelete.Image = global::PEIS.Properties.Resources.1;
this.TsmiDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.TsmiDelete.Name = "TsmiDelete";
this.TsmiDelete.Size = new System.Drawing.Size(71, 34);
this.TsmiDelete.Text = "删除";
//
// TsmiAdd
//
this.TsmiAdd.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.TsmiAdd.Image = ((System.Drawing.Image)(resources.GetObject("TsmiAdd.Image")));
this.TsmiAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.TsmiAdd.Name = "TsmiAdd";
this.TsmiAdd.Size = new System.Drawing.Size(75, 34);
this.TsmiAdd.Text = "添加";
//
// TsmiUp
//
this.TsmiUp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.TsmiUp.Image = global::PEIS.Properties.Resources.shang;
this.TsmiUp.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.TsmiUp.Name = "TsmiUp";
this.TsmiUp.Size = new System.Drawing.Size(69, 34);
this.TsmiUp.Text = "上移";
this.TsmiUp.Visible = false;
//
// TsmiRefresh
//
this.TsmiRefresh.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.TsmiRefresh.Image = ((System.Drawing.Image)(resources.GetObject("TsmiRefresh.Image")));
this.TsmiRefresh.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.TsmiRefresh.Name = "TsmiRefresh";
this.TsmiRefresh.ShortcutKeyDisplayString = "F5";
this.TsmiRefresh.ShortcutKeys = System.Windows.Forms.Keys.F5;
this.TsmiRefresh.Size = new System.Drawing.Size(75, 34);
this.TsmiRefresh.Text = "刷新";
//
// OpMenuSimple
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.menuStrip1);
this.Name = "OpMenuSimple";
this.Size = new System.Drawing.Size(700, 42);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
public System.Windows.Forms.ToolStripMenuItem TsmiSave;
public System.Windows.Forms.ToolStripMenuItem TsmiDelete;
public System.Windows.Forms.ToolStripMenuItem TsmiAdd;
public System.Windows.Forms.ToolStripMenuItem TsmiRefresh;
public System.Windows.Forms.ToolStripMenuItem TsmiAllDelete;
public System.Windows.Forms.ToolStripMenuItem TsmiUp;
}
}