Files
1257B_DB/JinYuan.ControlLib/ucPanel_400_200.Designer.cs
T
2026-08-06 09:23:30 +08:00

83 lines
3.4 KiB
C#

namespace JinYuan.ControlLib
{
partial class ucPanel_400_200
{
/// <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()
{
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(25, 16);
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_l;
this.pbArrow.Location = new System.Drawing.Point(98, 17);
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_400_200
//
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;
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_400_200";
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;
}
}