namespace AIMS.OremrUserControl
{
partial class ucDocument
{
///
/// 必需的设计器变量。
///
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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucDocument));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbSave = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbSaveAndPrint = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.tsbPreview = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsbCheckout = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.tsbExit = new System.Windows.Forms.ToolStripButton();
this.myEditControl = new DCSoft.Writer.Controls.WriterControl();
this.writerCommandControler1 = new DCSoft.Writer.Commands.WriterCommandControler(this.components);
this.cmRedo = new System.Windows.Forms.ToolStripMenuItem();
this.cmUndo = new System.Windows.Forms.ToolStripMenuItem();
this.cmCut = new System.Windows.Forms.ToolStripMenuItem();
this.cmCopy = new System.Windows.Forms.ToolStripMenuItem();
this.cmPaste = new System.Windows.Forms.ToolStripMenuItem();
this.cmColor = new System.Windows.Forms.ToolStripMenuItem();
this.cmFont = new System.Windows.Forms.ToolStripMenuItem();
this.cmAlignLeft = new System.Windows.Forms.ToolStripMenuItem();
this.cmAlignCenter = new System.Windows.Forms.ToolStripMenuItem();
this.cmAlignRight = new System.Windows.Forms.ToolStripMenuItem();
this.cmEdit = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.writerCommandControler1)).BeginInit();
this.cmEdit.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue;
this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbSave,
this.toolStripSeparator1,
this.tsbSaveAndPrint,
this.toolStripSeparator5,
this.tsbPreview,
this.toolStripSeparator2,
this.tsbCheckout,
this.toolStripSeparator4,
this.toolStripButton1,
this.tsbExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(865, 49);
this.toolStrip1.TabIndex = 4;
this.toolStrip1.Text = "toolStrip1";
//
// tsbSave
//
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 9F);
this.tsbSave.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSave.Name = "tsbSave";
this.tsbSave.Size = new System.Drawing.Size(48, 46);
this.tsbSave.Text = " 保存 ";
this.tsbSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49);
//
// tsbSaveAndPrint
//
this.tsbSaveAndPrint.Font = new System.Drawing.Font("微软雅黑", 9F);
this.tsbSaveAndPrint.Image = global::AIMSControls.Properties.Resources.图标_打印;
this.tsbSaveAndPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSaveAndPrint.Name = "tsbSaveAndPrint";
this.tsbSaveAndPrint.Size = new System.Drawing.Size(88, 46);
this.tsbSaveAndPrint.Text = " 保存并打印 ";
this.tsbSaveAndPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbSaveAndPrint.Click += new System.EventHandler(this.tsbSaveAndPrint_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 49);
//
// tsbPreview
//
this.tsbPreview.Font = new System.Drawing.Font("微软雅黑", 9F);
this.tsbPreview.Image = global::AIMSControls.Properties.Resources.图标_预览;
this.tsbPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbPreview.Name = "tsbPreview";
this.tsbPreview.Size = new System.Drawing.Size(40, 46);
this.tsbPreview.Text = " 预览";
this.tsbPreview.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbPreview.Click += new System.EventHandler(this.tsbPreview_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49);
//
// tsbCheckout
//
this.tsbCheckout.Font = new System.Drawing.Font("微软雅黑", 9F);
this.tsbCheckout.Image = global::AIMSControls.Properties.Resources.图标_回顾手术;
this.tsbCheckout.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbCheckout.Name = "tsbCheckout";
this.tsbCheckout.Size = new System.Drawing.Size(64, 46);
this.tsbCheckout.Text = " 查看痕迹";
this.tsbCheckout.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbCheckout.Click += new System.EventHandler(this.tsbCheckout_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 49);
//
// toolStripButton1
//
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
this.toolStripButton1.Image = global::AIMSControls.Properties.Resources.图标_麻醉知情同意书;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(64, 46);
this.toolStripButton1.Text = " 计算结果";
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton1.Visible = false;
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// tsbExit
//
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbExit.Name = "tsbExit";
this.tsbExit.Size = new System.Drawing.Size(52, 46);
this.tsbExit.Text = " 退出 ";
this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
//
// myEditControl
//
this.myEditControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.myEditControl.Location = new System.Drawing.Point(0, 49);
this.myEditControl.Name = "myEditControl";
this.myEditControl.Size = new System.Drawing.Size(865, 399);
this.myEditControl.TabIndex = 5;
//
// cmRedo
//
this.writerCommandControler1.SetCommandName(this.cmRedo, "Redo");
this.cmRedo.Image = ((System.Drawing.Image)(resources.GetObject("cmRedo.Image")));
this.cmRedo.Name = "cmRedo";
this.cmRedo.Size = new System.Drawing.Size(124, 22);
this.cmRedo.Text = "重复";
//
// cmUndo
//
this.writerCommandControler1.SetCommandName(this.cmUndo, "Undo");
this.cmUndo.Image = ((System.Drawing.Image)(resources.GetObject("cmUndo.Image")));
this.cmUndo.Name = "cmUndo";
this.cmUndo.Size = new System.Drawing.Size(124, 22);
this.cmUndo.Text = "撤销";
//
// cmCut
//
this.writerCommandControler1.SetCommandName(this.cmCut, "Cut");
this.cmCut.Image = ((System.Drawing.Image)(resources.GetObject("cmCut.Image")));
this.cmCut.Name = "cmCut";
this.cmCut.Size = new System.Drawing.Size(124, 22);
this.cmCut.Text = "剪切";
//
// cmCopy
//
this.writerCommandControler1.SetCommandName(this.cmCopy, "Copy");
this.cmCopy.Image = ((System.Drawing.Image)(resources.GetObject("cmCopy.Image")));
this.cmCopy.Name = "cmCopy";
this.cmCopy.Size = new System.Drawing.Size(124, 22);
this.cmCopy.Text = "复制";
//
// cmPaste
//
this.writerCommandControler1.SetCommandName(this.cmPaste, "Paste");
this.cmPaste.Image = ((System.Drawing.Image)(resources.GetObject("cmPaste.Image")));
this.cmPaste.Name = "cmPaste";
this.cmPaste.Size = new System.Drawing.Size(124, 22);
this.cmPaste.Text = "粘贴";
//
// cmColor
//
this.writerCommandControler1.SetCommandName(this.cmColor, "Color");
this.cmColor.Image = ((System.Drawing.Image)(resources.GetObject("cmColor.Image")));
this.cmColor.Name = "cmColor";
this.cmColor.Size = new System.Drawing.Size(124, 22);
this.cmColor.Text = "颜色";
//
// cmFont
//
this.writerCommandControler1.SetCommandName(this.cmFont, "Font");
this.cmFont.Image = ((System.Drawing.Image)(resources.GetObject("cmFont.Image")));
this.cmFont.Name = "cmFont";
this.cmFont.Size = new System.Drawing.Size(124, 22);
this.cmFont.Text = "字体...";
//
// cmAlignLeft
//
this.writerCommandControler1.SetCommandName(this.cmAlignLeft, "AlignLeft");
this.cmAlignLeft.Image = ((System.Drawing.Image)(resources.GetObject("cmAlignLeft.Image")));
this.cmAlignLeft.Name = "cmAlignLeft";
this.cmAlignLeft.Size = new System.Drawing.Size(124, 22);
this.cmAlignLeft.Text = "左对齐";
//
// cmAlignCenter
//
this.writerCommandControler1.SetCommandName(this.cmAlignCenter, "AlignCenter");
this.cmAlignCenter.Image = ((System.Drawing.Image)(resources.GetObject("cmAlignCenter.Image")));
this.cmAlignCenter.Name = "cmAlignCenter";
this.cmAlignCenter.Size = new System.Drawing.Size(124, 22);
this.cmAlignCenter.Text = "居中对齐";
//
// cmAlignRight
//
this.writerCommandControler1.SetCommandName(this.cmAlignRight, "AlignRight");
this.cmAlignRight.Image = ((System.Drawing.Image)(resources.GetObject("cmAlignRight.Image")));
this.cmAlignRight.Name = "cmAlignRight";
this.cmAlignRight.Size = new System.Drawing.Size(124, 22);
this.cmAlignRight.Text = "右对齐";
//
// cmEdit
//
this.cmEdit.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmRedo,
this.cmUndo,
this.toolStripMenuItem4,
this.cmCut,
this.cmCopy,
this.cmPaste,
this.toolStripMenuItem5,
this.cmColor,
this.cmFont,
this.toolStripMenuItem6,
this.cmAlignLeft,
this.cmAlignCenter,
this.cmAlignRight,
this.toolStripMenuItem8});
this.cmEdit.Name = "cmEdit";
this.cmEdit.Size = new System.Drawing.Size(125, 248);
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(121, 6);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(121, 6);
//
// toolStripMenuItem6
//
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
this.toolStripMenuItem6.Size = new System.Drawing.Size(121, 6);
//
// toolStripMenuItem8
//
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
this.toolStripMenuItem8.Size = new System.Drawing.Size(121, 6);
//
// ucDocument
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.myEditControl);
this.Controls.Add(this.toolStrip1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "ucDocument";
this.Size = new System.Drawing.Size(865, 448);
this.Load += new System.EventHandler(this.ucDocument_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.writerCommandControler1)).EndInit();
this.cmEdit.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripButton tsbSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbSaveAndPrint;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton tsbPreview;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsbExit;
private System.Windows.Forms.ToolStripButton tsbCheckout;
private DCSoft.Writer.Commands.WriterCommandControler writerCommandControler1;
private System.Windows.Forms.ContextMenuStrip cmEdit;
private System.Windows.Forms.ToolStripMenuItem cmRedo;
private System.Windows.Forms.ToolStripMenuItem cmUndo;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem cmCut;
private System.Windows.Forms.ToolStripMenuItem cmCopy;
private System.Windows.Forms.ToolStripMenuItem cmPaste;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem cmColor;
private System.Windows.Forms.ToolStripMenuItem cmFont;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
private System.Windows.Forms.ToolStripMenuItem cmAlignLeft;
private System.Windows.Forms.ToolStripMenuItem cmAlignCenter;
private System.Windows.Forms.ToolStripMenuItem cmAlignRight;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton toolStripButton1;
public System.Windows.Forms.ToolStrip toolStrip1;
public DCSoft.Writer.Controls.WriterControl myEditControl;
}
}