559 lines
30 KiB
C#
559 lines
30 KiB
C#
|
namespace ITC81DB.Controls
|
|||
|
{
|
|||
|
partial class ControlCenterBasicTime
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Component Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterBasicTime));
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.upDownYear = new SmartX.SmartUpDown();
|
|||
|
this.upDownMinute = new SmartX.SmartUpDown();
|
|||
|
this.upDownHour = new SmartX.SmartUpDown();
|
|||
|
this.upDownDate = new SmartX.SmartUpDown();
|
|||
|
this.upDownMonth = new SmartX.SmartUpDown();
|
|||
|
this.buttonSave = new SmartX.SmartButton();
|
|||
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|||
|
this.labelCurrentTime = new SmartX.SmartLabel();
|
|||
|
this.timer = new System.Windows.Forms.Timer();
|
|||
|
this.smartGroupBox1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.BackColor = System.Drawing.Color.Black;
|
|||
|
this.label1.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|||
|
this.label1.Location = new System.Drawing.Point(266, 243);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(23, 56);
|
|||
|
this.label1.Text = "-";
|
|||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.BackColor = System.Drawing.Color.Black;
|
|||
|
this.label4.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label4.ForeColor = System.Drawing.Color.White;
|
|||
|
this.label4.Location = new System.Drawing.Point(570, 235);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(23, 56);
|
|||
|
this.label4.Text = ":";
|
|||
|
this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.BackColor = System.Drawing.Color.Black;
|
|||
|
this.label3.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|||
|
this.label3.Location = new System.Drawing.Point(355, 243);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(23, 56);
|
|||
|
this.label3.Text = "-";
|
|||
|
this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|||
|
//
|
|||
|
// upDownYear
|
|||
|
//
|
|||
|
this.upDownYear.BackColor = System.Drawing.Color.Black;
|
|||
|
this.upDownYear.BackImage = null;
|
|||
|
this.upDownYear.BackPictureBox = null;
|
|||
|
this.upDownYear.BackPictureBox1 = null;
|
|||
|
this.upDownYear.BackPictureBox2 = null;
|
|||
|
this.upDownYear.ButDownTextColor = System.Drawing.Color.White;
|
|||
|
this.upDownYear.ButTextColor = System.Drawing.Color.Black;
|
|||
|
this.upDownYear.ButTextFont = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
|
|||
|
this.upDownYear.ButTextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.upDownYear.ButTextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.upDownYear.ButTextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.upDownYear.DecButDisableImage = null;
|
|||
|
this.upDownYear.DecButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownYear.DecButDownImage")));
|
|||
|
this.upDownYear.DecButLocation = new System.Drawing.Point(30, 155);
|
|||
|
this.upDownYear.DecButSize = new System.Drawing.Size(56, 56);
|
|||
|
this.upDownYear.DecButText = "";
|
|||
|
this.upDownYear.DecButUpImage = ((System.Drawing.Image)(resources.GetObject("upDownYear.DecButUpImage")));
|
|||
|
this.upDownYear.fMaxValue = new decimal(new int[] {
|
|||
|
2100,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownYear.fMinValue = new decimal(new int[] {
|
|||
|
2000,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownYear.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
|
|||
|
this.upDownYear.ForeColor = System.Drawing.Color.White;
|
|||
|
this.upDownYear.FormatString = "0000";
|
|||
|
this.upDownYear.fStepValue = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownYear.fValue = new decimal(new int[] {
|
|||
|
0,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownYear.IncButDisableImage = ((System.Drawing.Image)(resources.GetObject("upDownYear.IncButDisableImage")));
|
|||
|
this.upDownYear.IncButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownYear.IncButDownImage")));
|
|||
|
this.upDownYear.IncButLocation = new System.Drawing.Point(30, 15);
|
|||
|
this.upDownYear.IncButSize = new System.Drawing.Size(56, 56);
|
|||
|
this.upDownYear.IncButText = "";
|
|||
|
this.upDownYear.IncButUpImage = ((System.Drawing.Image)(resources.GetObject("upDownYear.IncButUpImage")));
|
|||
|
this.upDownYear.InitVisible = true;
|
|||
|
this.upDownYear.LabelTextArray = null;
|
|||
|
this.upDownYear.LayoutStyle = SmartX.SmartUpDown.LAYOUTSTYPES.CUSTOM;
|
|||
|
this.upDownYear.Location = new System.Drawing.Point(150, 148);
|
|||
|
this.upDownYear.MaxValue = ((long)(2100));
|
|||
|
this.upDownYear.MinValue = ((long)(2010));
|
|||
|
this.upDownYear.Name = "upDownYear";
|
|||
|
this.upDownYear.RepeatInterval = 200;
|
|||
|
this.upDownYear.RepeatIntervalAccelerate = null;
|
|||
|
this.upDownYear.SafeInterval = 200;
|
|||
|
this.upDownYear.Size = new System.Drawing.Size(120, 215);
|
|||
|
this.upDownYear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT;
|
|||
|
this.upDownYear.StepValue = 1;
|
|||
|
this.upDownYear.TabIndex = 97;
|
|||
|
this.upDownYear.TextColor = System.Drawing.Color.White;
|
|||
|
this.upDownYear.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Right;
|
|||
|
this.upDownYear.TextLabelHeight = 30;
|
|||
|
this.upDownYear.TextLabelWidth = 80;
|
|||
|
this.upDownYear.TextLocation = new System.Drawing.Point(-40, 90);
|
|||
|
this.upDownYear.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Top;
|
|||
|
this.upDownYear.TxtValue = "0000";
|
|||
|
this.upDownYear.Value = ((long)(0));
|
|||
|
this.upDownYear.OnIncButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|||
|
this.upDownYear.OnDecButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|||
|
//
|
|||
|
// upDownMinute
|
|||
|
//
|
|||
|
this.upDownMinute.BackColor = System.Drawing.Color.Black;
|
|||
|
this.upDownMinute.BackImage = null;
|
|||
|
this.upDownMinute.BackPictureBox = null;
|
|||
|
this.upDownMinute.BackPictureBox1 = null;
|
|||
|
this.upDownMinute.BackPictureBox2 = null;
|
|||
|
this.upDownMinute.ButDownTextColor = System.Drawing.Color.White;
|
|||
|
this.upDownMinute.ButTextColor = System.Drawing.Color.Black;
|
|||
|
this.upDownMinute.ButTextFont = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
|
|||
|
this.upDownMinute.ButTextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.upDownMinute.ButTextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.upDownMinute.ButTextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.upDownMinute.DecButDisableImage = null;
|
|||
|
this.upDownMinute.DecButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownMinute.DecButDownImage")));
|
|||
|
this.upDownMinute.DecButLocation = new System.Drawing.Point(15, 155);
|
|||
|
this.upDownMinute.DecButSize = new System.Drawing.Size(56, 56);
|
|||
|
this.upDownMinute.DecButText = "";
|
|||
|
this.upDownMinute.DecButUpImage = ((System.Drawing.Image)(resources.GetObject("upDownMinute.DecButUpImage")));
|
|||
|
this.upDownMinute.fMaxValue = new decimal(new int[] {
|
|||
|
59,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownMinute.fMinValue = new decimal(new int[] {
|
|||
|
0,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownMinute.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
|
|||
|
this.upDownMinute.ForeColor = System.Drawing.Color.White;
|
|||
|
this.upDownMinute.FormatString = "00";
|
|||
|
this.upDownMinute.fStepValue = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownMinute.fValue = new decimal(new int[] {
|
|||
|
0,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownMinute.IncButDisableImage = ((System.Drawing.Image)(resources.GetObject("upDownMinute.IncButDisableImage")));
|
|||
|
this.upDownMinute.IncButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownMinute.IncButDownImage")));
|
|||
|
this.upDownMinute.IncButLocation = new System.Drawing.Point(15, 15);
|
|||
|
this.upDownMinute.IncButSize = new System.Drawing.Size(56, 56);
|
|||
|
this.upDownMinute.IncButText = "";
|
|||
|
this.upDownMinute.IncButUpImage = ((System.Drawing.Image)(resources.GetObject("upDownMinute.IncButUpImage")));
|
|||
|
this.upDownMinute.InitVisible = true;
|
|||
|
this.upDownMinute.LabelTextArray = null;
|
|||
|
this.upDownMinute.LayoutStyle = SmartX.SmartUpDown.LAYOUTSTYPES.CUSTOM;
|
|||
|
this.upDownMinute.Location = new System.Drawing.Point(588, 148);
|
|||
|
this.upDownMinute.MaxValue = ((long)(59));
|
|||
|
this.upDownMinute.MinValue = ((long)(0));
|
|||
|
this.upDownMinute.Name = "upDownMinute";
|
|||
|
this.upDownMinute.RepeatInterval = 200;
|
|||
|
this.upDownMinute.RepeatIntervalAccelerate = null;
|
|||
|
this.upDownMinute.SafeInterval = 200;
|
|||
|
this.upDownMinute.Size = new System.Drawing.Size(85, 215);
|
|||
|
this.upDownMinute.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT;
|
|||
|
this.upDownMinute.StepValue = 1;
|
|||
|
this.upDownMinute.TabIndex = 96;
|
|||
|
this.upDownMinute.TextColor = System.Drawing.Color.White;
|
|||
|
this.upDownMinute.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle;
|
|||
|
this.upDownMinute.TextLabelHeight = 15;
|
|||
|
this.upDownMinute.TextLabelWidth = 80;
|
|||
|
this.upDownMinute.TextLocation = new System.Drawing.Point(-15, 90);
|
|||
|
this.upDownMinute.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Top;
|
|||
|
this.upDownMinute.TxtValue = "00";
|
|||
|
this.upDownMinute.Value = ((long)(0));
|
|||
|
this.upDownMinute.OnIncButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|||
|
this.upDownMinute.OnDecButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|||
|
//
|
|||
|
// upDownHour
|
|||
|
//
|
|||
|
this.upDownHour.BackColor = System.Drawing.Color.Black;
|
|||
|
this.upDownHour.BackImage = null;
|
|||
|
this.upDownHour.BackPictureBox = null;
|
|||
|
this.upDownHour.BackPictureBox1 = null;
|
|||
|
this.upDownHour.BackPictureBox2 = null;
|
|||
|
this.upDownHour.ButDownTextColor = System.Drawing.Color.White;
|
|||
|
this.upDownHour.ButTextColor = System.Drawing.Color.Black;
|
|||
|
this.upDownHour.ButTextFont = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
|
|||
|
this.upDownHour.ButTextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.upDownHour.ButTextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.upDownHour.ButTextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.upDownHour.DecButDisableImage = null;
|
|||
|
this.upDownHour.DecButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownHour.DecButDownImage")));
|
|||
|
this.upDownHour.DecButLocation = new System.Drawing.Point(15, 155);
|
|||
|
this.upDownHour.DecButSize = new System.Drawing.Size(56, 56);
|
|||
|
this.upDownHour.DecButText = "";
|
|||
|
this.upDownHour.DecButUpImage = ((System.Drawing.Image)(resources.GetObject("upDownHour.DecButUpImage")));
|
|||
|
this.upDownHour.fMaxValue = new decimal(new int[] {
|
|||
|
23,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownHour.fMinValue = new decimal(new int[] {
|
|||
|
0,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownHour.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
|
|||
|
this.upDownHour.ForeColor = System.Drawing.Color.White;
|
|||
|
this.upDownHour.FormatString = "00";
|
|||
|
this.upDownHour.fStepValue = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownHour.fValue = new decimal(new int[] {
|
|||
|
0,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownHour.IncButDisableImage = ((System.Drawing.Image)(resources.GetObject("upDownHour.IncButDisableImage")));
|
|||
|
this.upDownHour.IncButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownHour.IncButDownImage")));
|
|||
|
this.upDownHour.IncButLocation = new System.Drawing.Point(15, 15);
|
|||
|
this.upDownHour.IncButSize = new System.Drawing.Size(56, 56);
|
|||
|
this.upDownHour.IncButText = "";
|
|||
|
this.upDownHour.IncButUpImage = ((System.Drawing.Image)(resources.GetObject("upDownHour.IncButUpImage")));
|
|||
|
this.upDownHour.InitVisible = true;
|
|||
|
this.upDownHour.LabelTextArray = null;
|
|||
|
this.upDownHour.LayoutStyle = SmartX.SmartUpDown.LAYOUTSTYPES.CUSTOM;
|
|||
|
this.upDownHour.Location = new System.Drawing.Point(487, 148);
|
|||
|
this.upDownHour.MaxValue = ((long)(23));
|
|||
|
this.upDownHour.MinValue = ((long)(0));
|
|||
|
this.upDownHour.Name = "upDownHour";
|
|||
|
this.upDownHour.RepeatInterval = 200;
|
|||
|
this.upDownHour.RepeatIntervalAccelerate = null;
|
|||
|
this.upDownHour.SafeInterval = 200;
|
|||
|
this.upDownHour.Size = new System.Drawing.Size(85, 215);
|
|||
|
this.upDownHour.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT;
|
|||
|
this.upDownHour.StepValue = 1;
|
|||
|
this.upDownHour.TabIndex = 95;
|
|||
|
this.upDownHour.TextColor = System.Drawing.Color.White;
|
|||
|
this.upDownHour.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle;
|
|||
|
this.upDownHour.TextLabelHeight = 15;
|
|||
|
this.upDownHour.TextLabelWidth = 80;
|
|||
|
this.upDownHour.TextLocation = new System.Drawing.Point(-15, 90);
|
|||
|
this.upDownHour.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Top;
|
|||
|
this.upDownHour.TxtValue = "00";
|
|||
|
this.upDownHour.Value = ((long)(0));
|
|||
|
this.upDownHour.OnIncButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|||
|
this.upDownHour.OnDecButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|||
|
//
|
|||
|
// upDownDate
|
|||
|
//
|
|||
|
this.upDownDate.BackColor = System.Drawing.Color.Black;
|
|||
|
this.upDownDate.BackImage = null;
|
|||
|
this.upDownDate.BackPictureBox = null;
|
|||
|
this.upDownDate.BackPictureBox1 = null;
|
|||
|
this.upDownDate.BackPictureBox2 = null;
|
|||
|
this.upDownDate.ButDownTextColor = System.Drawing.Color.White;
|
|||
|
this.upDownDate.ButTextColor = System.Drawing.Color.Black;
|
|||
|
this.upDownDate.ButTextFont = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
|
|||
|
this.upDownDate.ButTextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.upDownDate.ButTextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.upDownDate.ButTextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.upDownDate.DecButDisableImage = null;
|
|||
|
this.upDownDate.DecButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownDate.DecButDownImage")));
|
|||
|
this.upDownDate.DecButLocation = new System.Drawing.Point(15, 155);
|
|||
|
this.upDownDate.DecButSize = new System.Drawing.Size(56, 56);
|
|||
|
this.upDownDate.DecButText = "";
|
|||
|
this.upDownDate.DecButUpImage = ((System.Drawing.Image)(resources.GetObject("upDownDate.DecButUpImage")));
|
|||
|
this.upDownDate.fMaxValue = new decimal(new int[] {
|
|||
|
31,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownDate.fMinValue = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownDate.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
|
|||
|
this.upDownDate.ForeColor = System.Drawing.Color.White;
|
|||
|
this.upDownDate.FormatString = "00";
|
|||
|
this.upDownDate.fStepValue = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownDate.fValue = new decimal(new int[] {
|
|||
|
0,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownDate.IncButDisableImage = ((System.Drawing.Image)(resources.GetObject("upDownDate.IncButDisableImage")));
|
|||
|
this.upDownDate.IncButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownDate.IncButDownImage")));
|
|||
|
this.upDownDate.IncButLocation = new System.Drawing.Point(15, 15);
|
|||
|
this.upDownDate.IncButSize = new System.Drawing.Size(56, 56);
|
|||
|
this.upDownDate.IncButText = "";
|
|||
|
this.upDownDate.IncButUpImage = ((System.Drawing.Image)(resources.GetObject("upDownDate.IncButUpImage")));
|
|||
|
this.upDownDate.InitVisible = true;
|
|||
|
this.upDownDate.LabelTextArray = null;
|
|||
|
this.upDownDate.LayoutStyle = SmartX.SmartUpDown.LAYOUTSTYPES.CUSTOM;
|
|||
|
this.upDownDate.Location = new System.Drawing.Point(367, 148);
|
|||
|
this.upDownDate.MaxValue = ((long)(31));
|
|||
|
this.upDownDate.MinValue = ((long)(1));
|
|||
|
this.upDownDate.Name = "upDownDate";
|
|||
|
this.upDownDate.RepeatInterval = 200;
|
|||
|
this.upDownDate.RepeatIntervalAccelerate = null;
|
|||
|
this.upDownDate.SafeInterval = 200;
|
|||
|
this.upDownDate.Size = new System.Drawing.Size(85, 215);
|
|||
|
this.upDownDate.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT;
|
|||
|
this.upDownDate.StepValue = 1;
|
|||
|
this.upDownDate.TabIndex = 94;
|
|||
|
this.upDownDate.TextColor = System.Drawing.Color.White;
|
|||
|
this.upDownDate.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle;
|
|||
|
this.upDownDate.TextLabelHeight = 15;
|
|||
|
this.upDownDate.TextLabelWidth = 80;
|
|||
|
this.upDownDate.TextLocation = new System.Drawing.Point(-15, 90);
|
|||
|
this.upDownDate.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Top;
|
|||
|
this.upDownDate.TxtValue = "00";
|
|||
|
this.upDownDate.Value = ((long)(0));
|
|||
|
this.upDownDate.OnIncButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|||
|
this.upDownDate.OnDecButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|||
|
//
|
|||
|
// upDownMonth
|
|||
|
//
|
|||
|
this.upDownMonth.BackColor = System.Drawing.Color.Black;
|
|||
|
this.upDownMonth.BackImage = null;
|
|||
|
this.upDownMonth.BackPictureBox = null;
|
|||
|
this.upDownMonth.BackPictureBox1 = null;
|
|||
|
this.upDownMonth.BackPictureBox2 = null;
|
|||
|
this.upDownMonth.ButDownTextColor = System.Drawing.Color.White;
|
|||
|
this.upDownMonth.ButTextColor = System.Drawing.Color.Black;
|
|||
|
this.upDownMonth.ButTextFont = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
|
|||
|
this.upDownMonth.ButTextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.upDownMonth.ButTextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.upDownMonth.ButTextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.upDownMonth.DecButDisableImage = null;
|
|||
|
this.upDownMonth.DecButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownMonth.DecButDownImage")));
|
|||
|
this.upDownMonth.DecButLocation = new System.Drawing.Point(15, 155);
|
|||
|
this.upDownMonth.DecButSize = new System.Drawing.Size(56, 56);
|
|||
|
this.upDownMonth.DecButText = "";
|
|||
|
this.upDownMonth.DecButUpImage = ((System.Drawing.Image)(resources.GetObject("upDownMonth.DecButUpImage")));
|
|||
|
this.upDownMonth.fMaxValue = new decimal(new int[] {
|
|||
|
12,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownMonth.fMinValue = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownMonth.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold);
|
|||
|
this.upDownMonth.ForeColor = System.Drawing.Color.White;
|
|||
|
this.upDownMonth.FormatString = "00";
|
|||
|
this.upDownMonth.fStepValue = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownMonth.fValue = new decimal(new int[] {
|
|||
|
0,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.upDownMonth.IncButDisableImage = ((System.Drawing.Image)(resources.GetObject("upDownMonth.IncButDisableImage")));
|
|||
|
this.upDownMonth.IncButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownMonth.IncButDownImage")));
|
|||
|
this.upDownMonth.IncButLocation = new System.Drawing.Point(15, 15);
|
|||
|
this.upDownMonth.IncButSize = new System.Drawing.Size(56, 56);
|
|||
|
this.upDownMonth.IncButText = "";
|
|||
|
this.upDownMonth.IncButUpImage = ((System.Drawing.Image)(resources.GetObject("upDownMonth.IncButUpImage")));
|
|||
|
this.upDownMonth.InitVisible = true;
|
|||
|
this.upDownMonth.LabelTextArray = null;
|
|||
|
this.upDownMonth.LayoutStyle = SmartX.SmartUpDown.LAYOUTSTYPES.CUSTOM;
|
|||
|
this.upDownMonth.Location = new System.Drawing.Point(276, 148);
|
|||
|
this.upDownMonth.MaxValue = ((long)(12));
|
|||
|
this.upDownMonth.MinValue = ((long)(1));
|
|||
|
this.upDownMonth.Name = "upDownMonth";
|
|||
|
this.upDownMonth.RepeatInterval = 200;
|
|||
|
this.upDownMonth.RepeatIntervalAccelerate = null;
|
|||
|
this.upDownMonth.SafeInterval = 200;
|
|||
|
this.upDownMonth.Size = new System.Drawing.Size(85, 215);
|
|||
|
this.upDownMonth.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT;
|
|||
|
this.upDownMonth.StepValue = 1;
|
|||
|
this.upDownMonth.TabIndex = 93;
|
|||
|
this.upDownMonth.TextColor = System.Drawing.Color.White;
|
|||
|
this.upDownMonth.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle;
|
|||
|
this.upDownMonth.TextLabelHeight = 15;
|
|||
|
this.upDownMonth.TextLabelWidth = 80;
|
|||
|
this.upDownMonth.TextLocation = new System.Drawing.Point(-15, 90);
|
|||
|
this.upDownMonth.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Top;
|
|||
|
this.upDownMonth.TxtValue = "00";
|
|||
|
this.upDownMonth.Value = ((long)(0));
|
|||
|
this.upDownMonth.OnIncButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|||
|
this.upDownMonth.OnDecButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|||
|
//
|
|||
|
// buttonSave
|
|||
|
//
|
|||
|
this.buttonSave.BackPictureBox = null;
|
|||
|
this.buttonSave.BackPictureBox1 = null;
|
|||
|
this.buttonSave.BackPictureBox2 = null;
|
|||
|
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
|
|||
|
this.buttonSave.ButtonImageAutoSize = true;
|
|||
|
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonSave.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DisableImage")));
|
|||
|
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
|
|||
|
this.buttonSave.GroupID = 0;
|
|||
|
this.buttonSave.InitVisible = true;
|
|||
|
this.buttonSave.Location = new System.Drawing.Point(623, 393);
|
|||
|
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|||
|
this.buttonSave.Name = "buttonSave";
|
|||
|
this.buttonSave.NestedClickEventPrevent = false;
|
|||
|
this.buttonSave.OutlinePixel = 1;
|
|||
|
this.buttonSave.RepeatInterval = 200;
|
|||
|
this.buttonSave.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonSave.SafeInterval = 200;
|
|||
|
this.buttonSave.Size = new System.Drawing.Size(50, 50);
|
|||
|
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonSave.TabIndex = 98;
|
|||
|
this.buttonSave.TextColor = System.Drawing.Color.Black;
|
|||
|
this.buttonSave.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|||
|
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
|
|||
|
this.buttonSave.Visible = false;
|
|||
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|||
|
//
|
|||
|
// smartGroupBox1
|
|||
|
//
|
|||
|
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|||
|
this.smartGroupBox1.BackPictureBox = null;
|
|||
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelCurrentTime);
|
|||
|
this.smartGroupBox1.Controls.Add(this.buttonSave);
|
|||
|
this.smartGroupBox1.Controls.Add(this.label1);
|
|||
|
this.smartGroupBox1.Controls.Add(this.label4);
|
|||
|
this.smartGroupBox1.Controls.Add(this.label3);
|
|||
|
this.smartGroupBox1.Controls.Add(this.upDownYear);
|
|||
|
this.smartGroupBox1.Controls.Add(this.upDownMinute);
|
|||
|
this.smartGroupBox1.Controls.Add(this.upDownHour);
|
|||
|
this.smartGroupBox1.Controls.Add(this.upDownDate);
|
|||
|
this.smartGroupBox1.Controls.Add(this.upDownMonth);
|
|||
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|||
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|||
|
this.smartGroupBox1.FrameLineThickness = 2;
|
|||
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|||
|
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
|
|||
|
this.smartGroupBox1.InitVisible = true;
|
|||
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|||
|
this.smartGroupBox1.RoundRadius = 10;
|
|||
|
this.smartGroupBox1.Size = new System.Drawing.Size(710, 470);
|
|||
|
this.smartGroupBox1.TabIndex = 102;
|
|||
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|||
|
//
|
|||
|
// labelCurrentTime
|
|||
|
//
|
|||
|
this.labelCurrentTime.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelCurrentTime.BackPictureBox = null;
|
|||
|
this.labelCurrentTime.BackPictureBox1 = null;
|
|||
|
this.labelCurrentTime.BackPictureBox2 = null;
|
|||
|
this.labelCurrentTime.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelCurrentTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelCurrentTime.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelCurrentTime.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelCurrentTime.InitVisible = true;
|
|||
|
this.labelCurrentTime.LineSpacing = 0F;
|
|||
|
this.labelCurrentTime.Location = new System.Drawing.Point(150, 20);
|
|||
|
this.labelCurrentTime.Name = "labelCurrentTime";
|
|||
|
this.labelCurrentTime.Size = new System.Drawing.Size(508, 39);
|
|||
|
this.labelCurrentTime.TabIndex = 102;
|
|||
|
this.labelCurrentTime.Text = "smartLabel1";
|
|||
|
this.labelCurrentTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|||
|
this.labelCurrentTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelCurrentTime.Wordwrap = false;
|
|||
|
//
|
|||
|
// timer
|
|||
|
//
|
|||
|
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
|||
|
//
|
|||
|
// ControlCenterBasicTime
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|||
|
this.Controls.Add(this.smartGroupBox1);
|
|||
|
this.Name = "ControlCenterBasicTime";
|
|||
|
this.Size = new System.Drawing.Size(710, 470);
|
|||
|
this.smartGroupBox1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private SmartX.SmartUpDown upDownYear;
|
|||
|
private SmartX.SmartUpDown upDownMinute;
|
|||
|
private SmartX.SmartUpDown upDownHour;
|
|||
|
private SmartX.SmartUpDown upDownDate;
|
|||
|
private SmartX.SmartUpDown upDownMonth;
|
|||
|
private SmartX.SmartButton buttonSave;
|
|||
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|||
|
private SmartX.SmartLabel labelCurrentTime;
|
|||
|
private System.Windows.Forms.Timer timer;
|
|||
|
}
|
|||
|
}
|