155 lines
7.2 KiB
C#
155 lines
7.2 KiB
C#
namespace AIMS.OperationAanesthesia
|
|
{
|
|
partial class frmPrescriptionDocument
|
|
{
|
|
/// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.tsbSava = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsbExit = new System.Windows.Forms.ToolStripButton();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.myEditControl = new DCSoft.Writer.Controls.WriterControl();
|
|
this.writerCommandControler1 = new DCSoft.Writer.Commands.WriterCommandControler(this.components);
|
|
this.toolStrip1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.writerCommandControler1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
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.tsbSava,
|
|
this.toolStripSeparator1,
|
|
this.tsbAdd,
|
|
this.toolStripSeparator4,
|
|
this.tsbExit});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(624, 49);
|
|
this.toolStrip1.TabIndex = 9;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tsbSava
|
|
//
|
|
this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbSava.Image = global::AIMS.Properties.Resources.图标_保存;
|
|
this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
|
|
this.tsbSava.Name = "tsbSava";
|
|
this.tsbSava.Size = new System.Drawing.Size(52, 46);
|
|
this.tsbSava.Text = " 保存 ";
|
|
this.tsbSava.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbSava.Click += new System.EventHandler(this.tsbSava_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49);
|
|
//
|
|
// tsbAdd
|
|
//
|
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbAdd.Image = global::AIMS.Properties.Resources.图标_打印;
|
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
|
|
this.tsbAdd.Name = "tsbAdd";
|
|
this.tsbAdd.Size = new System.Drawing.Size(44, 46);
|
|
this.tsbAdd.Text = " 打印";
|
|
this.tsbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|
this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 49);
|
|
//
|
|
// tsbExit
|
|
//
|
|
this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.tsbExit.Image = global::AIMS.Properties.Resources.图标_关闭窗口;
|
|
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
|
|
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);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.myEditControl);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 49);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(624, 832);
|
|
this.panel1.TabIndex = 10;
|
|
//
|
|
// myEditControl
|
|
//
|
|
this.myEditControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.myEditControl.Location = new System.Drawing.Point(0, 0);
|
|
this.myEditControl.Name = "myEditControl";
|
|
this.myEditControl.Size = new System.Drawing.Size(624, 832);
|
|
this.myEditControl.TabIndex = 7;
|
|
//
|
|
// frmPrescriptionDocument
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(624, 881);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Name = "frmPrescriptionDocument";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "处方单打印";
|
|
this.Load += new System.EventHandler(this.frmPrescriptionDocument_Load);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.writerCommandControler1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton tsbSava;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton tsbAdd;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
public System.Windows.Forms.ToolStripButton tsbExit;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DCSoft.Writer.Controls.WriterControl myEditControl;
|
|
private DCSoft.Writer.Commands.WriterCommandControler writerCommandControler1;
|
|
}
|
|
} |