namespace BMS_D1000H { partial class fmSystemSetCmd { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmSystemSetCmd)); this.sfmSysConfigCmd = new SmartX.SmartForm(); this.lbSystemSet = new SmartX.SmartLabel(); this.kbdValue = new SmartX.SmartKeyboard(); this.textBox1 = new System.Windows.Forms.TextBox(); this.lbHdConfigName = new SmartX.SmartLabel(); this.lnHdSysSetItemName = new SmartX.SmartLabel(); this.btnSet = new SmartX.SmartButton(); this.btnCancel = new SmartX.SmartButton(); this.lbSetResult = new SmartX.SmartLabel(); this.tmrDisplay = new SmartX.SmartTimer(this.components); ((System.ComponentModel.ISupportInitialize)(this.sfmSysConfigCmd)).BeginInit(); this.SuspendLayout(); // // sfmSysConfigCmd // this.sfmSysConfigCmd.CenterLocation = false; this.sfmSysConfigCmd.Image = ((System.Drawing.Image)(resources.GetObject("sfmSysConfigCmd.Image"))); this.sfmSysConfigCmd.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL; this.sfmSysConfigCmd.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X480; this.sfmSysConfigCmd.Location = new System.Drawing.Point(0, 0); this.sfmSysConfigCmd.MainForm = null; this.sfmSysConfigCmd.Mode = SmartX.SmartForm.RUNMODE.DEVELOPER; this.sfmSysConfigCmd.MouseCursor = SmartX.SmartForm.OnOff.ON; this.sfmSysConfigCmd.Name = "sfmSysConfigCmd"; this.sfmSysConfigCmd.Size = new System.Drawing.Size(800, 480); this.sfmSysConfigCmd.SpecialFunctionClickPointSize = 100; this.sfmSysConfigCmd.SuspendLayoutInterval = 1; // // lbSystemSet // this.lbSystemSet.BackPictureBox = this.sfmSysConfigCmd; this.lbSystemSet.BackPictureBox1 = null; this.lbSystemSet.BackPictureBox2 = null; this.lbSystemSet.BorderColor = System.Drawing.Color.Black; this.lbSystemSet.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lbSystemSet.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold); this.lbSystemSet.InitVisible = true; this.lbSystemSet.LineSpacing = 0F; this.lbSystemSet.Location = new System.Drawing.Point(229, 3); this.lbSystemSet.Name = "lbSystemSet"; this.lbSystemSet.Size = new System.Drawing.Size(349, 42); this.lbSystemSet.TabIndex = 131; this.lbSystemSet.Text = "SYSTEM SETTING"; this.lbSystemSet.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.lbSystemSet.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.lbSystemSet.Wordwrap = false; // // kbdValue // this.kbdValue.ControlKeyDisable = false; this.kbdValue.DesignMinimize = false; this.kbdValue.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.kbdValue.HanYoungKeyDisable = false; this.kbdValue.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NUMERICAL; this.kbdValue.KeyFillColor = System.Drawing.Color.Black; this.kbdValue.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.kbdValue.KeyOutLineWidth = 1; this.kbdValue.KeyPressImage1 = null; this.kbdValue.KeyPressImage2 = null; this.kbdValue.KeyPressImage3 = null; this.kbdValue.KeyUpImage1 = null; this.kbdValue.KeyUpImage2 = null; this.kbdValue.KeyUpImage3 = null; this.kbdValue.LeftMargin = 5; this.kbdValue.Location = new System.Drawing.Point(255, 174); this.kbdValue.Name = "kbdValue"; this.kbdValue.PressFontColor = System.Drawing.Color.Olive; this.kbdValue.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.kbdValue.PressKeyOutLineColor = System.Drawing.Color.Green; this.kbdValue.RoundedCorners = true; this.kbdValue.SetBackimage = null; this.kbdValue.Size = new System.Drawing.Size(220, 220); this.kbdValue.TabIndex = 146; this.kbdValue.TABKeyDisable = false; this.kbdValue.TargetInputObject = null; this.kbdValue.Text = "smartKeyboard1"; this.kbdValue.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.CUSTOMIZED_LITE; this.kbdValue.TopMargin = 5; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular); this.textBox1.Location = new System.Drawing.Point(255, 115); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(152, 32); this.textBox1.TabIndex = 145; // // lbHdConfigName // this.lbHdConfigName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.lbHdConfigName.BackPictureBox = null; this.lbHdConfigName.BackPictureBox1 = null; this.lbHdConfigName.BackPictureBox2 = null; this.lbHdConfigName.BorderColor = System.Drawing.Color.Black; this.lbHdConfigName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lbHdConfigName.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold); this.lbHdConfigName.InitVisible = true; this.lbHdConfigName.LineSpacing = 0F; this.lbHdConfigName.Location = new System.Drawing.Point(3, 51); this.lbHdConfigName.Name = "lbHdConfigName"; this.lbHdConfigName.Size = new System.Drawing.Size(249, 37); this.lbHdConfigName.TabIndex = 144; this.lbHdConfigName.Text = "Config List"; this.lbHdConfigName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.lbHdConfigName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.lbHdConfigName.Wordwrap = false; // // lnHdSysSetItemName // this.lnHdSysSetItemName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.lnHdSysSetItemName.BackPictureBox = null; this.lnHdSysSetItemName.BackPictureBox1 = null; this.lnHdSysSetItemName.BackPictureBox2 = null; this.lnHdSysSetItemName.BorderColor = System.Drawing.Color.Black; this.lnHdSysSetItemName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lnHdSysSetItemName.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold); this.lnHdSysSetItemName.InitVisible = true; this.lnHdSysSetItemName.LineSpacing = 0F; this.lnHdSysSetItemName.Location = new System.Drawing.Point(255, 51); this.lnHdSysSetItemName.Name = "lnHdSysSetItemName"; this.lnHdSysSetItemName.Size = new System.Drawing.Size(152, 37); this.lnHdSysSetItemName.TabIndex = 143; this.lnHdSysSetItemName.Text = "Module Qty"; this.lnHdSysSetItemName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.lnHdSysSetItemName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.lnHdSysSetItemName.Wordwrap = false; // // btnSet // this.btnSet.BackPictureBox = null; this.btnSet.BackPictureBox1 = null; this.btnSet.BackPictureBox2 = null; this.btnSet.ButtonColor = System.Drawing.Color.Gray; this.btnSet.ButtonImageAutoSize = true; this.btnSet.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.btnSet.DisableImage = null; this.btnSet.DownImage = ((System.Drawing.Image)(resources.GetObject("btnSet.DownImage"))); this.btnSet.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold); this.btnSet.GroupID = 0; this.btnSet.InitVisible = true; this.btnSet.Location = new System.Drawing.Point(525, 429); this.btnSet.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.btnSet.Name = "btnSet"; this.btnSet.NestedClickEventPrevent = false; this.btnSet.OutlinePixel = 1; this.btnSet.RepeatInterval = 1000; this.btnSet.RepeatIntervalAccelerate = null; this.btnSet.SafeInterval = 200; this.btnSet.Size = new System.Drawing.Size(135, 48); this.btnSet.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.btnSet.TabIndex = 148; this.btnSet.Text = "SET"; this.btnSet.TextColor = System.Drawing.Color.Black; this.btnSet.TextDownColor = System.Drawing.Color.White; this.btnSet.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.btnSet.TextLocation = new System.Drawing.Point(0, 0); this.btnSet.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.btnSet.UpImage = ((System.Drawing.Image)(resources.GetObject("btnSet.UpImage"))); this.btnSet.Click += new System.EventHandler(this.btnSet_Click); // // btnCancel // this.btnCancel.BackPictureBox = null; this.btnCancel.BackPictureBox1 = null; this.btnCancel.BackPictureBox2 = null; this.btnCancel.ButtonColor = System.Drawing.Color.Gray; this.btnCancel.ButtonImageAutoSize = true; this.btnCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.btnCancel.DisableImage = null; this.btnCancel.DownImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.DownImage"))); this.btnCancel.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold); this.btnCancel.GroupID = 0; this.btnCancel.InitVisible = true; this.btnCancel.Location = new System.Drawing.Point(662, 429); this.btnCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.btnCancel.Name = "btnCancel"; this.btnCancel.NestedClickEventPrevent = false; this.btnCancel.OutlinePixel = 1; this.btnCancel.RepeatInterval = 1000; this.btnCancel.RepeatIntervalAccelerate = null; this.btnCancel.SafeInterval = 200; this.btnCancel.Size = new System.Drawing.Size(135, 48); this.btnCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.btnCancel.TabIndex = 147; this.btnCancel.Text = "CANCEL"; this.btnCancel.TextColor = System.Drawing.Color.Black; this.btnCancel.TextDownColor = System.Drawing.Color.White; this.btnCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.btnCancel.TextLocation = new System.Drawing.Point(0, 0); this.btnCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.btnCancel.UpImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.UpImage"))); this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lbSetResult // this.lbSetResult.BackPictureBox = this.sfmSysConfigCmd; this.lbSetResult.BackPictureBox1 = null; this.lbSetResult.BackPictureBox2 = null; this.lbSetResult.BorderColor = System.Drawing.Color.Black; this.lbSetResult.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lbSetResult.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold); this.lbSetResult.InitVisible = true; this.lbSetResult.LineSpacing = 0F; this.lbSetResult.Location = new System.Drawing.Point(30, 438); this.lbSetResult.Name = "lbSetResult"; this.lbSetResult.Size = new System.Drawing.Size(464, 27); this.lbSetResult.TabIndex = 149; this.lbSetResult.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.lbSetResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.lbSetResult.Wordwrap = false; // // tmrDisplay // this.tmrDisplay.EndTime = ((long)(100000000000)); this.tmrDisplay.Interval = 500; this.tmrDisplay.IntervalSeries = null; this.tmrDisplay.NowMillisecond = ((long)(0)); this.tmrDisplay.StartTime = ((long)(0)); this.tmrDisplay.Tick += new System.EventHandler(this.tmrDisplay_Tick); // // fmSystemSetCmd // 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, 480); this.Controls.Add(this.lbSetResult); this.Controls.Add(this.btnSet); this.Controls.Add(this.btnCancel); this.Controls.Add(this.kbdValue); this.Controls.Add(this.textBox1); this.Controls.Add(this.lbHdConfigName); this.Controls.Add(this.lnHdSysSetItemName); this.Controls.Add(this.lbSystemSet); this.Controls.Add(this.sfmSysConfigCmd); this.Name = "fmSystemSetCmd"; this.Text = "fmSystemSetCmd"; ((System.ComponentModel.ISupportInitialize)(this.sfmSysConfigCmd)).EndInit(); this.ResumeLayout(false); } #endregion private SmartX.SmartForm sfmSysConfigCmd; private SmartX.SmartLabel lbSystemSet; private SmartX.SmartKeyboard kbdValue; private System.Windows.Forms.TextBox textBox1; private SmartX.SmartLabel lbHdConfigName; private SmartX.SmartLabel lnHdSysSetItemName; private SmartX.SmartButton btnSet; private SmartX.SmartButton btnCancel; private SmartX.SmartLabel lbSetResult; private SmartX.SmartTimer tmrDisplay; } }