Files
HM-CN\zhengxuan.zhang 8cf3fb42d6 #总装移交版本
2025-03-07 11:44:37 +08:00

112 lines
4.6 KiB
C#

namespace UserControlClass
{
partial class UCFixedLocation
{
/// <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.labSNo = new System.Windows.Forms.Label();
this.rlePLCStatus = new Telerik.WinControls.UI.RadLabelElement();
this.radLabelElement1 = new Telerik.WinControls.UI.RadLabelElement();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// cbSelect
//
this.cbSelect.AutoSize = true;
this.cbSelect.Location = new System.Drawing.Point(4, 2);
this.cbSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cbSelect.Name = "cbSelect";
this.cbSelect.Size = new System.Drawing.Size(15, 14);
this.cbSelect.TabIndex = 0;
this.cbSelect.UseVisualStyleBackColor = true;
//
// labSNo
//
this.labSNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labSNo.AutoSize = true;
this.labSNo.ForeColor = System.Drawing.Color.White;
this.labSNo.Location = new System.Drawing.Point(3, 40);
this.labSNo.Name = "labSNo";
this.labSNo.Size = new System.Drawing.Size(33, 19);
this.labSNo.TabIndex = 1;
this.labSNo.Text = "240";
//
// rlePLCStatus
//
this.rlePLCStatus.Font = new System.Drawing.Font("宋体", 11F);
this.rlePLCStatus.Name = "rlePLCStatus";
this.rlePLCStatus.Text = "●";
this.rlePLCStatus.TextWrap = true;
this.rlePLCStatus.UseCompatibleTextRendering = false;
//
// radLabelElement1
//
this.radLabelElement1.Font = new System.Drawing.Font("宋体", 11F);
this.radLabelElement1.Name = "radLabelElement1";
this.radLabelElement1.Text = "●";
this.radLabelElement1.TextWrap = true;
this.radLabelElement1.UseCompatibleTextRendering = false;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(22, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(17, 19);
this.label1.TabIndex = 2;
this.label1.Text = "●";
//
// UCFixedLocation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(46)))), ((int)(((byte)(53)))));
this.Controls.Add(this.label1);
this.Controls.Add(this.labSNo);
this.Controls.Add(this.cbSelect);
this.Font = new System.Drawing.Font("Segoe UI", 10F);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "UCFixedLocation";
this.Size = new System.Drawing.Size(76, 59);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox cbSelect;
private System.Windows.Forms.Label labSNo;
private Telerik.WinControls.UI.RadLabelElement rlePLCStatus;
private Telerik.WinControls.UI.RadLabelElement radLabelElement1;
private System.Windows.Forms.Label label1;
}
}