672 lines
37 KiB
C#
672 lines
37 KiB
C#
namespace INT69DC_7C.Forms
|
|
{
|
|
partial class FormTimeSetting
|
|
{
|
|
/// <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 Windows Form 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(FormTimeSetting));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.buttonBack = new SmartX.SmartButton();
|
|
this.labelCurrentTime = new SmartX.SmartLabel();
|
|
this.labelStaticCurrentTime = new SmartX.SmartLabel();
|
|
this.upDownYear = new SmartX.SmartUpDown();
|
|
this.labelStaticTimeSetting = new SmartX.SmartLabel();
|
|
this.upDownMonth = new SmartX.SmartUpDown();
|
|
this.upDownDate = new SmartX.SmartUpDown();
|
|
this.upDownHour = new SmartX.SmartUpDown();
|
|
this.upDownMinute = new SmartX.SmartUpDown();
|
|
this.smartLabel4 = new SmartX.SmartLabel();
|
|
this.smartLabel5 = new SmartX.SmartLabel();
|
|
this.smartLabel6 = new SmartX.SmartLabel();
|
|
this.buttonSave = new SmartX.SmartButton();
|
|
this.TimerForTimeSetting = new System.Windows.Forms.Timer();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartForm1
|
|
//
|
|
this.smartForm1.CenterLocation = false;
|
|
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
|
|
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
|
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD1024X768;
|
|
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartForm1.MainForm = null;
|
|
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
|
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
|
this.smartForm1.Name = "smartForm1";
|
|
this.smartForm1.Size = new System.Drawing.Size(1024, 768);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
this.smartForm1.SuspendLayoutInterval = 0;
|
|
//
|
|
// labelTitle
|
|
//
|
|
this.labelTitle.BackPictureBox = this.smartForm1;
|
|
this.labelTitle.BackPictureBox1 = null;
|
|
this.labelTitle.BackPictureBox2 = null;
|
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(199, 7);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(626, 60);
|
|
this.labelTitle.TabIndex = 1;
|
|
this.labelTitle.Text = "시 간 설 정";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// buttonBack
|
|
//
|
|
this.buttonBack.BackPictureBox = null;
|
|
this.buttonBack.BackPictureBox1 = null;
|
|
this.buttonBack.BackPictureBox2 = null;
|
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBack.ButtonImageAutoSize = true;
|
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
|
this.buttonBack.GroupID = 0;
|
|
this.buttonBack.InitVisible = true;
|
|
this.buttonBack.Location = new System.Drawing.Point(924, 666);
|
|
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBack.Name = "buttonBack";
|
|
this.buttonBack.NestedClickEventPrevent = false;
|
|
this.buttonBack.OutlinePixel = 1;
|
|
this.buttonBack.RepeatInterval = 200;
|
|
this.buttonBack.RepeatIntervalAccelerate = null;
|
|
this.buttonBack.SafeInterval = 200;
|
|
this.buttonBack.Size = new System.Drawing.Size(84, 87);
|
|
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBack.TabIndex = 4;
|
|
this.buttonBack.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBack.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
|
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
|
//
|
|
// labelCurrentTime
|
|
//
|
|
this.labelCurrentTime.BackPictureBox = this.smartForm1;
|
|
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("Arial", 28F, System.Drawing.FontStyle.Bold);
|
|
this.labelCurrentTime.InitVisible = true;
|
|
this.labelCurrentTime.LineSpacing = 0F;
|
|
this.labelCurrentTime.Location = new System.Drawing.Point(367, 149);
|
|
this.labelCurrentTime.Name = "labelCurrentTime";
|
|
this.labelCurrentTime.Size = new System.Drawing.Size(504, 47);
|
|
this.labelCurrentTime.TabIndex = 0;
|
|
this.labelCurrentTime.Text = "smartLabel1";
|
|
this.labelCurrentTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelCurrentTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelCurrentTime.Wordwrap = false;
|
|
//
|
|
// labelStaticCurrentTime
|
|
//
|
|
this.labelStaticCurrentTime.BackPictureBox = this.smartForm1;
|
|
this.labelStaticCurrentTime.BackPictureBox1 = null;
|
|
this.labelStaticCurrentTime.BackPictureBox2 = null;
|
|
this.labelStaticCurrentTime.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticCurrentTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticCurrentTime.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticCurrentTime.InitVisible = true;
|
|
this.labelStaticCurrentTime.LineSpacing = 0F;
|
|
this.labelStaticCurrentTime.Location = new System.Drawing.Point(151, 149);
|
|
this.labelStaticCurrentTime.Name = "labelStaticCurrentTime";
|
|
this.labelStaticCurrentTime.Size = new System.Drawing.Size(201, 47);
|
|
this.labelStaticCurrentTime.TabIndex = 6;
|
|
this.labelStaticCurrentTime.Text = "현재 시간";
|
|
this.labelStaticCurrentTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelStaticCurrentTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticCurrentTime.Wordwrap = false;
|
|
//
|
|
// upDownYear
|
|
//
|
|
this.upDownYear.BackImage = null;
|
|
this.upDownYear.BackPictureBox = this.smartForm1;
|
|
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(40, 200);
|
|
this.upDownYear.DecButSize = new System.Drawing.Size(83, 58);
|
|
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", 40F, System.Drawing.FontStyle.Bold);
|
|
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 = null;
|
|
this.upDownYear.IncButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownYear.IncButDownImage")));
|
|
this.upDownYear.IncButLocation = new System.Drawing.Point(40, 0);
|
|
this.upDownYear.IncButSize = new System.Drawing.Size(83, 58);
|
|
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(128, 316);
|
|
this.upDownYear.MaxValue = ((long)(2100));
|
|
this.upDownYear.MinValue = ((long)(2000));
|
|
this.upDownYear.Name = "upDownYear";
|
|
this.upDownYear.RepeatInterval = 200;
|
|
this.upDownYear.RepeatIntervalAccelerate = null;
|
|
this.upDownYear.SafeInterval = 200;
|
|
this.upDownYear.Size = new System.Drawing.Size(172, 270);
|
|
this.upDownYear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT;
|
|
this.upDownYear.StepValue = 1;
|
|
this.upDownYear.TabIndex = 7;
|
|
this.upDownYear.TextColor = System.Drawing.SystemColors.Highlight;
|
|
this.upDownYear.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Right;
|
|
this.upDownYear.TextLabelHeight = 30;
|
|
this.upDownYear.TextLabelWidth = 80;
|
|
this.upDownYear.TextLocation = new System.Drawing.Point(-35, 100);
|
|
this.upDownYear.TextVAlign = SmartX.SmartUpDown.TextVerAlign.Top;
|
|
this.upDownYear.TxtValue = "0000";
|
|
this.upDownYear.Value = ((long)(0));
|
|
this.upDownYear.Click += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
this.upDownYear.OnIncButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
this.upDownYear.OnDecButClick += new System.EventHandler(this.buttonTimeSetting_Click);
|
|
//
|
|
// labelStaticTimeSetting
|
|
//
|
|
this.labelStaticTimeSetting.BackPictureBox = this.smartForm1;
|
|
this.labelStaticTimeSetting.BackPictureBox1 = null;
|
|
this.labelStaticTimeSetting.BackPictureBox2 = null;
|
|
this.labelStaticTimeSetting.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStaticTimeSetting.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStaticTimeSetting.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
|
this.labelStaticTimeSetting.InitVisible = true;
|
|
this.labelStaticTimeSetting.LineSpacing = 0F;
|
|
this.labelStaticTimeSetting.Location = new System.Drawing.Point(151, 239);
|
|
this.labelStaticTimeSetting.Name = "labelStaticTimeSetting";
|
|
this.labelStaticTimeSetting.Size = new System.Drawing.Size(292, 47);
|
|
this.labelStaticTimeSetting.TabIndex = 8;
|
|
this.labelStaticTimeSetting.Text = "날짜/시간 설정";
|
|
this.labelStaticTimeSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelStaticTimeSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStaticTimeSetting.Wordwrap = false;
|
|
//
|
|
// upDownMonth
|
|
//
|
|
this.upDownMonth.BackImage = null;
|
|
this.upDownMonth.BackPictureBox = this.smartForm1;
|
|
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(20, 200);
|
|
this.upDownMonth.DecButSize = new System.Drawing.Size(83, 58);
|
|
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", 40F, System.Drawing.FontStyle.Bold);
|
|
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 = null;
|
|
this.upDownMonth.IncButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownMonth.IncButDownImage")));
|
|
this.upDownMonth.IncButLocation = new System.Drawing.Point(20, 0);
|
|
this.upDownMonth.IncButSize = new System.Drawing.Size(83, 58);
|
|
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(306, 316);
|
|
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(113, 270);
|
|
this.upDownMonth.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT;
|
|
this.upDownMonth.StepValue = 1;
|
|
this.upDownMonth.TabIndex = 9;
|
|
this.upDownMonth.TextColor = System.Drawing.SystemColors.Highlight;
|
|
this.upDownMonth.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Right;
|
|
this.upDownMonth.TextLabelHeight = 15;
|
|
this.upDownMonth.TextLabelWidth = 80;
|
|
this.upDownMonth.TextLocation = new System.Drawing.Point(-35, 100);
|
|
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);
|
|
//
|
|
// upDownDate
|
|
//
|
|
this.upDownDate.BackImage = null;
|
|
this.upDownDate.BackPictureBox = this.smartForm1;
|
|
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(20, 200);
|
|
this.upDownDate.DecButSize = new System.Drawing.Size(83, 58);
|
|
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", 40F, System.Drawing.FontStyle.Bold);
|
|
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 = null;
|
|
this.upDownDate.IncButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownDate.IncButDownImage")));
|
|
this.upDownDate.IncButLocation = new System.Drawing.Point(20, 0);
|
|
this.upDownDate.IncButSize = new System.Drawing.Size(83, 58);
|
|
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(434, 316);
|
|
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(113, 270);
|
|
this.upDownDate.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT;
|
|
this.upDownDate.StepValue = 1;
|
|
this.upDownDate.TabIndex = 10;
|
|
this.upDownDate.TextColor = System.Drawing.SystemColors.Highlight;
|
|
this.upDownDate.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Right;
|
|
this.upDownDate.TextLabelHeight = 15;
|
|
this.upDownDate.TextLabelWidth = 80;
|
|
this.upDownDate.TextLocation = new System.Drawing.Point(-35, 100);
|
|
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);
|
|
//
|
|
// upDownHour
|
|
//
|
|
this.upDownHour.BackImage = null;
|
|
this.upDownHour.BackPictureBox = this.smartForm1;
|
|
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(20, 200);
|
|
this.upDownHour.DecButSize = new System.Drawing.Size(83, 58);
|
|
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", 40F, System.Drawing.FontStyle.Bold);
|
|
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 = null;
|
|
this.upDownHour.IncButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownHour.IncButDownImage")));
|
|
this.upDownHour.IncButLocation = new System.Drawing.Point(20, 0);
|
|
this.upDownHour.IncButSize = new System.Drawing.Size(83, 58);
|
|
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(639, 316);
|
|
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(113, 270);
|
|
this.upDownHour.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT;
|
|
this.upDownHour.StepValue = 1;
|
|
this.upDownHour.TabIndex = 11;
|
|
this.upDownHour.TextColor = System.Drawing.SystemColors.Highlight;
|
|
this.upDownHour.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Right;
|
|
this.upDownHour.TextLabelHeight = 15;
|
|
this.upDownHour.TextLabelWidth = 80;
|
|
this.upDownHour.TextLocation = new System.Drawing.Point(-35, 100);
|
|
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);
|
|
//
|
|
// upDownMinute
|
|
//
|
|
this.upDownMinute.BackImage = null;
|
|
this.upDownMinute.BackPictureBox = this.smartForm1;
|
|
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(20, 200);
|
|
this.upDownMinute.DecButSize = new System.Drawing.Size(83, 58);
|
|
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", 40F, System.Drawing.FontStyle.Bold);
|
|
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 = null;
|
|
this.upDownMinute.IncButDownImage = ((System.Drawing.Image)(resources.GetObject("upDownMinute.IncButDownImage")));
|
|
this.upDownMinute.IncButLocation = new System.Drawing.Point(20, 0);
|
|
this.upDownMinute.IncButSize = new System.Drawing.Size(83, 58);
|
|
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(758, 316);
|
|
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(113, 270);
|
|
this.upDownMinute.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT;
|
|
this.upDownMinute.StepValue = 1;
|
|
this.upDownMinute.TabIndex = 12;
|
|
this.upDownMinute.TextColor = System.Drawing.SystemColors.Highlight;
|
|
this.upDownMinute.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Right;
|
|
this.upDownMinute.TextLabelHeight = 15;
|
|
this.upDownMinute.TextLabelWidth = 80;
|
|
this.upDownMinute.TextLocation = new System.Drawing.Point(-35, 100);
|
|
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);
|
|
//
|
|
// smartLabel4
|
|
//
|
|
this.smartLabel4.BackPictureBox = this.smartForm1;
|
|
this.smartLabel4.BackPictureBox1 = null;
|
|
this.smartLabel4.BackPictureBox2 = null;
|
|
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel4.Font = new System.Drawing.Font("Arial", 40F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel4.ForeColor = System.Drawing.SystemColors.Highlight;
|
|
this.smartLabel4.InitVisible = true;
|
|
this.smartLabel4.LineSpacing = 0F;
|
|
this.smartLabel4.Location = new System.Drawing.Point(291, 422);
|
|
this.smartLabel4.Name = "smartLabel4";
|
|
this.smartLabel4.Size = new System.Drawing.Size(23, 56);
|
|
this.smartLabel4.TabIndex = 13;
|
|
this.smartLabel4.Text = "-";
|
|
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel4.Wordwrap = false;
|
|
//
|
|
// smartLabel5
|
|
//
|
|
this.smartLabel5.BackPictureBox = this.smartForm1;
|
|
this.smartLabel5.BackPictureBox1 = null;
|
|
this.smartLabel5.BackPictureBox2 = null;
|
|
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel5.Font = new System.Drawing.Font("Arial", 40F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel5.ForeColor = System.Drawing.SystemColors.Highlight;
|
|
this.smartLabel5.InitVisible = true;
|
|
this.smartLabel5.LineSpacing = 0F;
|
|
this.smartLabel5.Location = new System.Drawing.Point(416, 422);
|
|
this.smartLabel5.Name = "smartLabel5";
|
|
this.smartLabel5.Size = new System.Drawing.Size(23, 56);
|
|
this.smartLabel5.TabIndex = 14;
|
|
this.smartLabel5.Text = "-";
|
|
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel5.Wordwrap = false;
|
|
//
|
|
// smartLabel6
|
|
//
|
|
this.smartLabel6.BackPictureBox = this.smartForm1;
|
|
this.smartLabel6.BackPictureBox1 = null;
|
|
this.smartLabel6.BackPictureBox2 = null;
|
|
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel6.Font = new System.Drawing.Font("Arial", 40F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel6.ForeColor = System.Drawing.SystemColors.Highlight;
|
|
this.smartLabel6.InitVisible = true;
|
|
this.smartLabel6.LineSpacing = 0F;
|
|
this.smartLabel6.Location = new System.Drawing.Point(748, 422);
|
|
this.smartLabel6.Name = "smartLabel6";
|
|
this.smartLabel6.Size = new System.Drawing.Size(23, 56);
|
|
this.smartLabel6.TabIndex = 15;
|
|
this.smartLabel6.Text = ":";
|
|
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel6.Wordwrap = false;
|
|
//
|
|
// 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(834, 666);
|
|
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(84, 87);
|
|
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSave.TabIndex = 17;
|
|
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.Click += new System.EventHandler(this.buttonSave_Click);
|
|
//
|
|
// TimerForTimeSetting
|
|
//
|
|
this.TimerForTimeSetting.Interval = 1000;
|
|
this.TimerForTimeSetting.Tick += new System.EventHandler(this.TimerForTimeSetting_Tick);
|
|
//
|
|
// FormTimeSetting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.ClientSize = new System.Drawing.Size(1024, 768);
|
|
this.Controls.Add(this.smartLabel6);
|
|
this.Controls.Add(this.smartLabel5);
|
|
this.Controls.Add(this.smartLabel4);
|
|
this.Controls.Add(this.buttonSave);
|
|
this.Controls.Add(this.upDownMinute);
|
|
this.Controls.Add(this.upDownHour);
|
|
this.Controls.Add(this.upDownDate);
|
|
this.Controls.Add(this.upDownMonth);
|
|
this.Controls.Add(this.labelStaticTimeSetting);
|
|
this.Controls.Add(this.upDownYear);
|
|
this.Controls.Add(this.labelStaticCurrentTime);
|
|
this.Controls.Add(this.labelCurrentTime);
|
|
this.Controls.Add(this.buttonBack);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormTimeSetting";
|
|
this.Text = "FormTimeSetting";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private SmartX.SmartLabel labelCurrentTime;
|
|
private SmartX.SmartButton buttonBack;
|
|
private SmartX.SmartLabel labelStaticCurrentTime;
|
|
private SmartX.SmartUpDown upDownYear;
|
|
private SmartX.SmartLabel labelStaticTimeSetting;
|
|
private SmartX.SmartUpDown upDownMonth;
|
|
private SmartX.SmartUpDown upDownDate;
|
|
private SmartX.SmartUpDown upDownHour;
|
|
private SmartX.SmartUpDown upDownMinute;
|
|
private SmartX.SmartLabel smartLabel4;
|
|
private SmartX.SmartLabel smartLabel5;
|
|
private SmartX.SmartLabel smartLabel6;
|
|
private SmartX.SmartButton buttonSave;
|
|
private System.Windows.Forms.Timer TimerForTimeSetting;
|
|
}
|
|
} |