namespace JinYuan.ControlLib { partial class ucPanel_900_450 { /// /// 必需的设计器变量。 /// 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.lbTitle = new System.Windows.Forms.Label(); this.pbArrow = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pbArrow)).BeginInit(); this.SuspendLayout(); // // lbTitle // this.lbTitle.AutoSize = true; this.lbTitle.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbTitle.ForeColor = System.Drawing.Color.White; this.lbTitle.Location = new System.Drawing.Point(15, 12); this.lbTitle.Name = "lbTitle"; this.lbTitle.Size = new System.Drawing.Size(65, 19); this.lbTitle.TabIndex = 3; this.lbTitle.Text = "信息标题"; // // pbArrow // this.pbArrow.Image = global::JinYuan.ControlLib.Properties.Resources.big_arrow; this.pbArrow.Location = new System.Drawing.Point(85, 13); this.pbArrow.Name = "pbArrow"; this.pbArrow.Size = new System.Drawing.Size(21, 19); this.pbArrow.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbArrow.TabIndex = 2; this.pbArrow.TabStop = false; // // ucPanel_900_450 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.BackgroundImage = global::JinYuan.ControlLib.Properties.Resources.big_box_super; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Controls.Add(this.lbTitle); this.Controls.Add(this.pbArrow); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "ucPanel_900_450"; this.Size = new System.Drawing.Size(400, 200); ((System.ComponentModel.ISupportInitialize)(this.pbArrow)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lbTitle; private System.Windows.Forms.PictureBox pbArrow; } }