110 lines
		
	
	
		
			5.0 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			110 lines
		
	
	
		
			5.0 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace AIMS.OremrUserControl
 | ||
| {
 | ||
|     partial class ucMedicalDocument
 | ||
|     {
 | ||
|         /// <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(ucMedicalDocument));
 | ||
|             this.pictureBox1 = new System.Windows.Forms.PictureBox();
 | ||
|             this.pibPrintImg = new System.Windows.Forms.PictureBox();
 | ||
|             this.panel1 = new System.Windows.Forms.Panel();
 | ||
|             this.lbName = new System.Windows.Forms.Label();
 | ||
|             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
 | ||
|             ((System.ComponentModel.ISupportInitialize)(this.pibPrintImg)).BeginInit();
 | ||
|             this.panel1.SuspendLayout();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // pictureBox1
 | ||
|             // 
 | ||
|             this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
 | ||
|             this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
 | ||
|             this.pictureBox1.Location = new System.Drawing.Point(101, 0);
 | ||
|             this.pictureBox1.Name = "pictureBox1";
 | ||
|             this.pictureBox1.Size = new System.Drawing.Size(20, 27);
 | ||
|             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
 | ||
|             this.pictureBox1.TabIndex = 1602;
 | ||
|             this.pictureBox1.TabStop = false;
 | ||
|             // 
 | ||
|             // pibPrintImg
 | ||
|             // 
 | ||
|             this.pibPrintImg.Cursor = System.Windows.Forms.Cursors.Hand;
 | ||
|             this.pibPrintImg.Image = ((System.Drawing.Image)(resources.GetObject("pibPrintImg.Image")));
 | ||
|             this.pibPrintImg.Location = new System.Drawing.Point(28, 0);
 | ||
|             this.pibPrintImg.Name = "pibPrintImg";
 | ||
|             this.pibPrintImg.Size = new System.Drawing.Size(70, 69);
 | ||
|             this.pibPrintImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
 | ||
|             this.pibPrintImg.TabIndex = 1603;
 | ||
|             this.pibPrintImg.TabStop = false;
 | ||
|             this.pibPrintImg.MouseLeave += new System.EventHandler(this.pibPrintImg_MouseLeave);
 | ||
|             this.pibPrintImg.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pibPrintImg_MouseMove);
 | ||
|             // 
 | ||
|             // panel1
 | ||
|             // 
 | ||
|             this.panel1.Controls.Add(this.lbName);
 | ||
|             this.panel1.Controls.Add(this.pibPrintImg);
 | ||
|             this.panel1.Controls.Add(this.pictureBox1);
 | ||
|             this.panel1.Location = new System.Drawing.Point(2, 3);
 | ||
|             this.panel1.Name = "panel1";
 | ||
|             this.panel1.Size = new System.Drawing.Size(124, 103);
 | ||
|             this.panel1.TabIndex = 1604;
 | ||
|             this.panel1.MouseLeave += new System.EventHandler(this.panel1_MouseLeave);
 | ||
|             this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
 | ||
|             // 
 | ||
|             // lbName
 | ||
|             // 
 | ||
|             this.lbName.Location = new System.Drawing.Point(3, 72);
 | ||
|             this.lbName.Name = "lbName";
 | ||
|             this.lbName.Size = new System.Drawing.Size(121, 27);
 | ||
|             this.lbName.TabIndex = 1604;
 | ||
|             this.lbName.Text = "label1";
 | ||
|             this.lbName.MouseLeave += new System.EventHandler(this.lbName_MouseLeave);
 | ||
|             this.lbName.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbName_MouseMove);
 | ||
|             // 
 | ||
|             // ucMedicalDocument
 | ||
|             // 
 | ||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 | ||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | ||
|             this.Controls.Add(this.panel1);
 | ||
|             this.Name = "ucMedicalDocument";
 | ||
|             this.Size = new System.Drawing.Size(126, 109);
 | ||
|             this.Load += new System.EventHandler(this.ucMedicalDocument_Load);
 | ||
|             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
 | ||
|             ((System.ComponentModel.ISupportInitialize)(this.pibPrintImg)).EndInit();
 | ||
|             this.panel1.ResumeLayout(false);
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.PictureBox pictureBox1;
 | ||
|         private System.Windows.Forms.PictureBox pibPrintImg;
 | ||
|         private System.Windows.Forms.Panel panel1;
 | ||
|         private System.Windows.Forms.Label lbName;
 | ||
|     }
 | ||
| }
 |