Files
lserp_cs_5.0/插件库/Lskj.MyControl/LabelPicEx.Designer.cs
T
2026-07-10 15:25:05 +08:00

104 lines
3.9 KiB
C#

namespace Lskj.MyControl
{
partial class LabelPicEx
{
/// <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.pl_left = new System.Windows.Forms.Panel();
this.lbMsg = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
this.pl_left.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// pl_left
//
this.pl_left.Controls.Add(this.lbMsg);
this.pl_left.Dock = System.Windows.Forms.DockStyle.Left;
this.pl_left.Location = new System.Drawing.Point(0, 0);
this.pl_left.Name = "pl_left";
this.pl_left.Size = new System.Drawing.Size(40, 135);
this.pl_left.TabIndex = 0;
//
// lbMsg
//
this.lbMsg.AutoSize = true;
this.lbMsg.Location = new System.Drawing.Point(5, 4);
this.lbMsg.Name = "lbMsg";
this.lbMsg.Size = new System.Drawing.Size(29, 12);
this.lbMsg.TabIndex = 0;
this.lbMsg.Text = "名称";
//
// panel1
//
this.panel1.Controls.Add(this.pictureEdit1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(40, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(151, 135);
this.panel1.TabIndex = 1;
//
// pictureEdit1
//
this.pictureEdit1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureEdit1.Location = new System.Drawing.Point(0, 0);
this.pictureEdit1.Name = "pictureEdit1";
this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
this.pictureEdit1.Size = new System.Drawing.Size(151, 135);
this.pictureEdit1.TabIndex = 0;
//
// LabelPicEx
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Controls.Add(this.pl_left);
this.Name = "LabelPicEx";
this.Size = new System.Drawing.Size(191, 135);
this.pl_left.ResumeLayout(false);
this.pl_left.PerformLayout();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pl_left;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lbMsg;
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
}
}