namespace AIMS.OremrUserControl { partial class ucReport { /// /// 必需的设计器变量。 /// 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.lbName = new System.Windows.Forms.Label(); this.picDocToPrint = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.picDocToPrint)).BeginInit(); this.SuspendLayout(); // // lbName // this.lbName.BackColor = System.Drawing.SystemColors.Control; this.lbName.Font = new System.Drawing.Font("宋体", 10F); this.lbName.Location = new System.Drawing.Point(3, 78); this.lbName.Name = "lbName"; this.lbName.Size = new System.Drawing.Size(130, 38); this.lbName.TabIndex = 1600; this.lbName.Text = "显示名称"; this.lbName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbName.Click += new System.EventHandler(this.lbName_Click); // // picDocToPrint // this.picDocToPrint.BackgroundImage = global::AIMSControls.Properties.Resources.存为模板; this.picDocToPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.picDocToPrint.Cursor = System.Windows.Forms.Cursors.Hand; this.picDocToPrint.Location = new System.Drawing.Point(28, 3); this.picDocToPrint.Name = "picDocToPrint"; this.picDocToPrint.Size = new System.Drawing.Size(63, 72); this.picDocToPrint.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.picDocToPrint.TabIndex = 1599; this.picDocToPrint.TabStop = false; this.picDocToPrint.Click += new System.EventHandler(this.picDocToPrint_Click); // // ucReport // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lbName); this.Controls.Add(this.picDocToPrint); this.Name = "ucReport"; this.Size = new System.Drawing.Size(133, 125); this.Load += new System.EventHandler(this.ucReport_Load); this.Click += new System.EventHandler(this.ucReport_Click); ((System.ComponentModel.ISupportInitialize)(this.picDocToPrint)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lbName; private System.Windows.Forms.PictureBox picDocToPrint; } }