115 lines
4.7 KiB
C#
115 lines
4.7 KiB
C#
namespace UserControlClass
|
|
{
|
|
partial class UCFixedStorage
|
|
{
|
|
/// <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.cbSelect = new System.Windows.Forms.CheckBox();
|
|
this.labID = new System.Windows.Forms.Label();
|
|
this.labStatus = new System.Windows.Forms.Label();
|
|
this.labInfo = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// cbSelect
|
|
//
|
|
this.cbSelect.AutoSize = true;
|
|
this.cbSelect.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbSelect.Location = new System.Drawing.Point(3, 3);
|
|
this.cbSelect.Name = "cbSelect";
|
|
this.cbSelect.Size = new System.Drawing.Size(15, 14);
|
|
this.cbSelect.TabIndex = 0;
|
|
this.cbSelect.UseVisualStyleBackColor = true;
|
|
//
|
|
// labID
|
|
//
|
|
this.labID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labID.Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labID.ForeColor = System.Drawing.Color.White;
|
|
this.labID.Location = new System.Drawing.Point(0, 36);
|
|
this.labID.Name = "labID";
|
|
this.labID.Size = new System.Drawing.Size(55, 19);
|
|
this.labID.TabIndex = 1;
|
|
this.labID.Text = "1";
|
|
this.labID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.labID.Click += new System.EventHandler(this.labID_Click);
|
|
//
|
|
// labStatus
|
|
//
|
|
this.labStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labStatus.Font = new System.Drawing.Font("宋体", 27F);
|
|
this.labStatus.ForeColor = System.Drawing.Color.White;
|
|
this.labStatus.Location = new System.Drawing.Point(16, 0);
|
|
this.labStatus.Name = "labStatus";
|
|
this.labStatus.Size = new System.Drawing.Size(37, 41);
|
|
this.labStatus.TabIndex = 2;
|
|
this.labStatus.Text = "●";
|
|
this.labStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.labStatus.Click += new System.EventHandler(this.labStatus_Click);
|
|
//
|
|
// labInfo
|
|
//
|
|
this.labInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labInfo.Font = new System.Drawing.Font("Segoe UI", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labInfo.ForeColor = System.Drawing.Color.White;
|
|
this.labInfo.Location = new System.Drawing.Point(0, 38);
|
|
this.labInfo.Name = "labInfo";
|
|
this.labInfo.Size = new System.Drawing.Size(10, 14);
|
|
this.labInfo.TabIndex = 3;
|
|
this.labInfo.Text = "index";
|
|
this.labInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.labInfo.Visible = false;
|
|
//
|
|
// UCFixedStorage
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(109)))), ((int)(((byte)(124)))));
|
|
this.Controls.Add(this.labStatus);
|
|
this.Controls.Add(this.labID);
|
|
this.Controls.Add(this.cbSelect);
|
|
this.Controls.Add(this.labInfo);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.Name = "UCFixedStorage";
|
|
this.Size = new System.Drawing.Size(55, 55);
|
|
this.Click += new System.EventHandler(this.UCFixedStorage_Click);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.CheckBox cbSelect;
|
|
private System.Windows.Forms.Label labID;
|
|
private System.Windows.Forms.Label labStatus;
|
|
private System.Windows.Forms.Label labInfo;
|
|
}
|
|
}
|