namespace AIMS.OperationAanesthesia { partial class frmPrescriptionDocument { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.writerCommandControler1 = new DCSoft.Writer.Commands.WriterCommandControler(this.components); this.panelDrug = new System.Windows.Forms.Panel(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.panel2 = new System.Windows.Forms.Panel(); this.myEditControl = new DCSoft.Writer.Controls.WriterControl(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.writerCommandControler1)).BeginInit(); this.panelDrug.SuspendLayout(); this.panel2.SuspendLayout(); 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::AIMSControls.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::AIMSControls.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::AIMSControls.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); // // panelDrug // this.panelDrug.Controls.Add(this.buttonX1); this.panelDrug.Dock = System.Windows.Forms.DockStyle.Top; this.panelDrug.Location = new System.Drawing.Point(0, 49); this.panelDrug.Name = "panelDrug"; this.panelDrug.Size = new System.Drawing.Size(624, 72); this.panelDrug.TabIndex = 10; this.panelDrug.Visible = false; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(544, 5); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 61); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 0; this.buttonX1.Text = "打印"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // panel2 // this.panel2.Controls.Add(this.myEditControl); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 121); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(624, 760); this.panel2.TabIndex = 11; // // 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, 760); 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.panel2); this.Controls.Add(this.panelDrug); 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(); ((System.ComponentModel.ISupportInitialize)(this.writerCommandControler1)).EndInit(); this.panelDrug.ResumeLayout(false); this.panel2.ResumeLayout(false); 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 DCSoft.Writer.Commands.WriterCommandControler writerCommandControler1; private System.Windows.Forms.Panel panelDrug; private System.Windows.Forms.Panel panel2; private DCSoft.Writer.Controls.WriterControl myEditControl; private DevComponents.DotNetBar.ButtonX buttonX1; } }