// ***********************************************************************
// Assembly : HZH_Controls
// Created : 09-02-2019
//
// ***********************************************************************
//
// Copyright by Huang Zhenghui(黄正辉) All, QQ group:568015492 QQ:623128629 Email:623128629@qq.com
//
//
// Blog: https://www.cnblogs.com/bfyx
// GitHub:https://github.com/kwwwvagaa/NetWinformControl
// gitee:https://gitee.com/kwwwvagaa/net_winform_custom_control.git
//
// If you use this code, please keep this note.
// ***********************************************************************
namespace HZH_Controls.Controls
{
///
/// Class UCLEDTime.
/// Implements the
///
///
partial class UCLEDTime
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.D1 = new HZH_Controls.Controls.UCLEDNum();
this.D2 = new HZH_Controls.Controls.UCLEDNum();
this.D3 = new HZH_Controls.Controls.UCLEDNum();
this.D4 = new HZH_Controls.Controls.UCLEDNum();
this.D5 = new HZH_Controls.Controls.UCLEDNum();
this.D6 = new HZH_Controls.Controls.UCLEDNum();
this.D7 = new HZH_Controls.Controls.UCLEDNum();
this.D8 = new HZH_Controls.Controls.UCLEDNum();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 8;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
this.tableLayoutPanel1.Controls.Add(this.D1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.D2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.D3, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.D4, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.D5, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.D6, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.D7, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.D8, 7, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(290, 58);
this.tableLayoutPanel1.TabIndex = 0;
//
// D1
//
this.D1.Dock = System.Windows.Forms.DockStyle.Fill;
this.D1.LineWidth = 8;
this.D1.Location = new System.Drawing.Point(3, 3);
this.D1.Name = "D1";
this.D1.Size = new System.Drawing.Size(30, 52);
this.D1.TabIndex = 0;
this.D1.Value = '2';
//
// D2
//
this.D2.Dock = System.Windows.Forms.DockStyle.Fill;
this.D2.LineWidth = 8;
this.D2.Location = new System.Drawing.Point(39, 3);
this.D2.Name = "D2";
this.D2.Size = new System.Drawing.Size(30, 52);
this.D2.TabIndex = 1;
this.D2.Value = '3';
//
// D3
//
this.D3.Dock = System.Windows.Forms.DockStyle.Fill;
this.D3.LineWidth = 8;
this.D3.Location = new System.Drawing.Point(75, 3);
this.D3.Name = "D3";
this.D3.Size = new System.Drawing.Size(30, 52);
this.D3.TabIndex = 2;
this.D3.Value = ':';
//
// D4
//
this.D4.Dock = System.Windows.Forms.DockStyle.Fill;
this.D4.LineWidth = 8;
this.D4.Location = new System.Drawing.Point(111, 3);
this.D4.Name = "D4";
this.D4.Size = new System.Drawing.Size(30, 52);
this.D4.TabIndex = 3;
this.D4.Value = '1';
//
// D5
//
this.D5.Dock = System.Windows.Forms.DockStyle.Fill;
this.D5.LineWidth = 8;
this.D5.Location = new System.Drawing.Point(147, 3);
this.D5.Name = "D5";
this.D5.Size = new System.Drawing.Size(30, 52);
this.D5.TabIndex = 4;
this.D5.Value = '0';
//
// D6
//
this.D6.Dock = System.Windows.Forms.DockStyle.Fill;
this.D6.LineWidth = 8;
this.D6.Location = new System.Drawing.Point(183, 3);
this.D6.Name = "D6";
this.D6.Size = new System.Drawing.Size(30, 52);
this.D6.TabIndex = 5;
this.D6.Value = ':';
//
// D7
//
this.D7.Dock = System.Windows.Forms.DockStyle.Fill;
this.D7.LineWidth = 8;
this.D7.Location = new System.Drawing.Point(219, 3);
this.D7.Name = "D7";
this.D7.Size = new System.Drawing.Size(30, 52);
this.D7.TabIndex = 6;
this.D7.Value = '1';
//
// D8
//
this.D8.Dock = System.Windows.Forms.DockStyle.Fill;
this.D8.LineWidth = 8;
this.D8.Location = new System.Drawing.Point(255, 3);
this.D8.Name = "D8";
this.D8.Size = new System.Drawing.Size(32, 52);
this.D8.TabIndex = 7;
this.D8.Value = '0';
//
// UCLEDTime
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "UCLEDTime";
this.Size = new System.Drawing.Size(290, 58);
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
///
/// The table layout panel1
///
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
///
/// The d1
///
private UCLEDNum D1;
///
/// The d2
///
private UCLEDNum D2;
///
/// The d3
///
private UCLEDNum D3;
///
/// The d4
///
private UCLEDNum D4;
///
/// The d5
///
private UCLEDNum D5;
///
/// The d6
///
private UCLEDNum D6;
///
/// The d7
///
private UCLEDNum D7;
///
/// The d8
///
private UCLEDNum D8;
}
}