2017-10-09 22:18:51 +08:00
|
|
|
|
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;
|
2018-05-26 13:17:58 +08:00
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(4, 3);
|
|
|
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
2017-10-09 22:18:51 +08:00
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
2018-05-26 13:17:58 +08:00
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
|
2017-10-09 22:18:51 +08:00
|
|
|
|
this.pictureBox1.TabIndex = 0;
|
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
|
|
//
|
|
|
|
|
|
// label1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label1.AutoSize = true;
|
2018-05-26 13:17:58 +08:00
|
|
|
|
this.label1.Location = new System.Drawing.Point(43, 3);
|
2017-10-09 22:18:51 +08:00
|
|
|
|
this.label1.Name = "label1";
|
2018-05-26 13:17:58 +08:00
|
|
|
|
this.label1.Size = new System.Drawing.Size(43, 17);
|
2017-10-09 22:18:51 +08:00
|
|
|
|
this.label1.TabIndex = 1;
|
|
|
|
|
|
this.label1.Text = "label1";
|
|
|
|
|
|
//
|
|
|
|
|
|
// NetClientItem
|
|
|
|
|
|
//
|
2018-05-26 13:17:58 +08:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
2017-10-09 22:18:51 +08:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2018-05-26 13:17:58 +08:00
|
|
|
|
this.BackColor = System.Drawing.Color.Lavender;
|
2017-10-09 22:18:51 +08:00
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
2018-05-26 13:17:58 +08:00
|
|
|
|
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);
|
2017-10-09 22:18:51 +08:00
|
|
|
|
this.Name = "NetClientItem";
|
2018-05-26 13:17:58 +08:00
|
|
|
|
this.Size = new System.Drawing.Size(186, 40);
|
|
|
|
|
|
this.Load += new System.EventHandler(this.NetClientItem_Load);
|
2017-10-09 22:18:51 +08:00
|
|
|
|
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;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|