namespace INT69DB_2A.Forms { partial class FormTimeSetting { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTimeSetting)); this.smartForm1 = new SmartX.SmartForm(); this.buttonBack = new SmartX.SmartButton(); this.labelCurrentTime = new SmartX.SmartLabel(); this.buttonSave = new SmartX.SmartButton(); this.TimerForTimeSetting = new System.Windows.Forms.Timer(); this.labelTitle = new SmartX.SmartLabel(); this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox(); this.groupBoxPresentTime = new SmartX.SmartGroupBox(); this.groupBoxTimeChange = new SmartX.SmartGroupBox(); 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(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); this.groupBoxPresentTime.SuspendLayout(); this.groupBoxTimeChange.SuspendLayout(); 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.LCD800X600; 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(800, 600); this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.SuspendLayoutInterval = 0; // // 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 = null; 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(720, 525); 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(70, 70); this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonBack.TabIndex = 3; 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", 25F, System.Drawing.FontStyle.Bold); this.labelCurrentTime.ForeColor = System.Drawing.Color.Black; this.labelCurrentTime.InitVisible = true; this.labelCurrentTime.LineSpacing = 0F; this.labelCurrentTime.Location = new System.Drawing.Point(77, 33); this.labelCurrentTime.Name = "labelCurrentTime"; this.labelCurrentTime.Size = new System.Drawing.Size(642, 44); this.labelCurrentTime.TabIndex = 73; this.labelCurrentTime.Text = "smartLabel1"; this.labelCurrentTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelCurrentTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelCurrentTime.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 = null; 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(644, 525); 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(70, 70); this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonSave.TabIndex = 83; 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); // // TimerForTimeSetting // this.TimerForTimeSetting.Interval = 1000; this.TimerForTimeSetting.Tick += new System.EventHandler(this.TimerForTimeSetting_Tick); // // 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("New Gulim", 23F, System.Drawing.FontStyle.Bold); this.labelTitle.ForeColor = System.Drawing.Color.White; this.labelTitle.InitVisible = true; this.labelTitle.LineSpacing = 0F; this.labelTitle.Location = new System.Drawing.Point(69, 11); this.labelTitle.Name = "labelTitle"; this.labelTitle.Size = new System.Drawing.Size(382, 45); this.labelTitle.TabIndex = 423; this.labelTitle.Text = "시간 설정"; this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitle.Wordwrap = false; // // pictureBoxFormIcon // this.pictureBoxFormIcon.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFormIcon.Image"))); this.pictureBoxFormIcon.Location = new System.Drawing.Point(16, 11); this.pictureBoxFormIcon.Name = "pictureBoxFormIcon"; this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45); // // groupBoxPresentTime // this.groupBoxPresentTime.BackPictureBox = this.smartForm1; this.groupBoxPresentTime.BackPictureBox1 = null; this.groupBoxPresentTime.Controls.Add(this.labelCurrentTime); this.groupBoxPresentTime.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.groupBoxPresentTime.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxPresentTime.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxPresentTime.FrameLineThickness = 1; this.groupBoxPresentTime.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxPresentTime.Image = null; this.groupBoxPresentTime.InitVisible = true; this.groupBoxPresentTime.Location = new System.Drawing.Point(3, 71); this.groupBoxPresentTime.Name = "groupBoxPresentTime"; this.groupBoxPresentTime.RoundRadius = 10; this.groupBoxPresentTime.Size = new System.Drawing.Size(794, 107); this.groupBoxPresentTime.TabIndex = 429; this.groupBoxPresentTime.Text = "현재 시간"; this.groupBoxPresentTime.TextColor = System.Drawing.Color.Black; // // groupBoxTimeChange // this.groupBoxTimeChange.BackPictureBox = this.smartForm1; this.groupBoxTimeChange.BackPictureBox1 = null; this.groupBoxTimeChange.Controls.Add(this.label1); this.groupBoxTimeChange.Controls.Add(this.label4); this.groupBoxTimeChange.Controls.Add(this.label3); this.groupBoxTimeChange.Controls.Add(this.upDownYear); this.groupBoxTimeChange.Controls.Add(this.upDownMinute); this.groupBoxTimeChange.Controls.Add(this.upDownHour); this.groupBoxTimeChange.Controls.Add(this.upDownDate); this.groupBoxTimeChange.Controls.Add(this.upDownMonth); this.groupBoxTimeChange.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold); this.groupBoxTimeChange.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44))))); this.groupBoxTimeChange.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxTimeChange.FrameLineThickness = 1; this.groupBoxTimeChange.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxTimeChange.Image = null; this.groupBoxTimeChange.InitVisible = true; this.groupBoxTimeChange.Location = new System.Drawing.Point(3, 184); this.groupBoxTimeChange.Name = "groupBoxTimeChange"; this.groupBoxTimeChange.RoundRadius = 10; this.groupBoxTimeChange.Size = new System.Drawing.Size(794, 335); this.groupBoxTimeChange.TabIndex = 430; this.groupBoxTimeChange.Text = "시간 변경"; this.groupBoxTimeChange.TextColor = System.Drawing.Color.Black; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); this.label1.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(217, 152); 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.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); this.label4.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold); this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(597, 152); 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.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); this.label3.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold); this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(336, 152); 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.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); 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.Black; 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(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(89, 66); 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(107, 215); this.upDownYear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT; this.upDownYear.StepValue = 1; this.upDownYear.TabIndex = 89; this.upDownYear.TextColor = System.Drawing.Color.Black; this.upDownYear.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle; this.upDownYear.TextLabelHeight = 30; this.upDownYear.TextLabelWidth = 80; this.upDownYear.TextLocation = new System.Drawing.Point(-25, 90); 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); // // upDownMinute // this.upDownMinute.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); 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(30, 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.Black; 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(30, 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(599, 66); 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, 215); this.upDownMinute.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT; this.upDownMinute.StepValue = 1; this.upDownMinute.TabIndex = 88; this.upDownMinute.TextColor = System.Drawing.Color.Black; this.upDownMinute.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle; this.upDownMinute.TextLabelHeight = 15; this.upDownMinute.TextLabelWidth = 80; this.upDownMinute.TextLocation = new System.Drawing.Point(0, 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.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); 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(30, 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.Black; 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(30, 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(498, 66); 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, 215); this.upDownHour.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT; this.upDownHour.StepValue = 1; this.upDownHour.TabIndex = 87; this.upDownHour.TextColor = System.Drawing.Color.Black; this.upDownHour.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle; this.upDownHour.TextLabelHeight = 15; this.upDownHour.TextLabelWidth = 80; this.upDownHour.TextLocation = new System.Drawing.Point(0, 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.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); 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(30, 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.Black; 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(30, 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(351, 66); 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, 215); this.upDownDate.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT; this.upDownDate.StepValue = 1; this.upDownDate.TabIndex = 86; this.upDownDate.TextColor = System.Drawing.Color.Black; this.upDownDate.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle; this.upDownDate.TextLabelHeight = 15; this.upDownDate.TextLabelWidth = 80; this.upDownDate.TextLocation = new System.Drawing.Point(0, 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.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); 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(30, 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.Black; 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(30, 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(232, 66); 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, 215); this.upDownMonth.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.REPT; this.upDownMonth.StepValue = 1; this.upDownMonth.TabIndex = 85; this.upDownMonth.TextColor = System.Drawing.Color.Black; this.upDownMonth.TextHAlign = SmartX.SmartUpDown.TextHorAlign.Middle; this.upDownMonth.TextLabelHeight = 15; this.upDownMonth.TextLabelWidth = 80; this.upDownMonth.TextLocation = new System.Drawing.Point(0, 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); // // 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(800, 600); this.Controls.Add(this.groupBoxTimeChange); this.Controls.Add(this.groupBoxPresentTime); this.Controls.Add(this.labelTitle); this.Controls.Add(this.pictureBoxFormIcon); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonBack); this.Controls.Add(this.smartForm1); this.Name = "FormTimeSetting"; this.Text = "FormTimeSetting"; ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); this.groupBoxPresentTime.ResumeLayout(false); this.groupBoxTimeChange.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SmartX.SmartForm smartForm1; private SmartX.SmartButton buttonBack; private SmartX.SmartLabel labelCurrentTime; private SmartX.SmartButton buttonSave; private System.Windows.Forms.Timer TimerForTimeSetting; private SmartX.SmartLabel labelTitle; private System.Windows.Forms.PictureBox pictureBoxFormIcon; private SmartX.SmartGroupBox groupBoxPresentTime; private SmartX.SmartGroupBox groupBoxTimeChange; 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; } }