82 lines
3.3 KiB
C#
82 lines
3.3 KiB
C#
namespace ClientsLibrary.BasicSupport
|
||
{
|
||
partial class NetClientItem
|
||
{
|
||
/// <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.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.pictureBox1.Location = new System.Drawing.Point(4, 3);
|
||
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
|
||
this.pictureBox1.TabIndex = 0;
|
||
this.pictureBox1.TabStop = false;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(43, 3);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(43, 17);
|
||
this.label1.TabIndex = 1;
|
||
this.label1.Text = "label1";
|
||
//
|
||
// NetClientItem
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.Lavender;
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.pictureBox1);
|
||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.Name = "NetClientItem";
|
||
this.Size = new System.Drawing.Size(186, 40);
|
||
this.Load += new System.EventHandler(this.NetClientItem_Load);
|
||
this.Paint += new System.Windows.Forms.PaintEventHandler(this.NetClientItem_Paint);
|
||
this.MouseEnter += new System.EventHandler(this.NetClientItem_MouseEnter);
|
||
this.MouseLeave += new System.EventHandler(this.NetClientItem_MouseLeave);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.Label label1;
|
||
}
|
||
}
|