namespace ITC81DB_0H.Controls { partial class ControlCenterSystemBLDCMotorSetting { /// /// 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 Component 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(ControlCenterSystemBLDCMotorSetting)); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.groupBoxInformation = new SmartX.SmartGroupBox(); this.labelSelectOperMode = new SmartX.SmartLabel(); this.labelTitleSelectOperMode = new SmartX.SmartLabel(); this.labelMotorDirectionRead = new SmartX.SmartLabel(); this.labelMotorRPM = new SmartX.SmartLabel(); this.labelVersionBuild = new SmartX.SmartLabel(); this.labelVersionMinor = new SmartX.SmartLabel(); this.labelVersionMajor = new SmartX.SmartLabel(); this.labelTitleMotorDirectionRead = new SmartX.SmartLabel(); this.labelTitleMotorRPM = new SmartX.SmartLabel(); this.labelTitleVersion = new SmartX.SmartLabel(); this.comboBoxMotorPoleNum = new System.Windows.Forms.ComboBox(); this.labelAttenuatorRatio = new SmartX.SmartLabel(); this.labelTitleAttenuatorRatio = new SmartX.SmartLabel(); this.labelMotorSpeed = new SmartX.SmartLabel(); this.labelTitleMotorSpeed = new SmartX.SmartLabel(); this.labelTitleMotorPoleNum = new SmartX.SmartLabel(); this.labelTitleMotorDirectionWrite = new SmartX.SmartLabel(); this.buttonMotorDirectionWrite = new SmartX.SmartButton(); this.buttonRefresh = new SmartX.SmartButton(); this.smartGroupBox1.SuspendLayout(); this.groupBoxInformation.SuspendLayout(); this.SuspendLayout(); // // 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.buttonRefresh); this.smartGroupBox1.Controls.Add(this.buttonMotorDirectionWrite); this.smartGroupBox1.Controls.Add(this.labelTitleMotorDirectionWrite); this.smartGroupBox1.Controls.Add(this.labelMotorDirectionRead); this.smartGroupBox1.Controls.Add(this.groupBoxInformation); this.smartGroupBox1.Controls.Add(this.labelMotorRPM); this.smartGroupBox1.Controls.Add(this.comboBoxMotorPoleNum); this.smartGroupBox1.Controls.Add(this.labelAttenuatorRatio); this.smartGroupBox1.Controls.Add(this.labelTitleAttenuatorRatio); this.smartGroupBox1.Controls.Add(this.labelMotorSpeed); this.smartGroupBox1.Controls.Add(this.labelTitleMotorDirectionRead); this.smartGroupBox1.Controls.Add(this.labelTitleMotorSpeed); this.smartGroupBox1.Controls.Add(this.labelTitleMotorRPM); this.smartGroupBox1.Controls.Add(this.labelTitleMotorPoleNum); 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 = 175; this.smartGroupBox1.TextColor = System.Drawing.Color.Black; // // groupBoxInformation // this.groupBoxInformation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.groupBoxInformation.BackPictureBox = null; this.groupBoxInformation.BackPictureBox1 = null; this.groupBoxInformation.Controls.Add(this.labelSelectOperMode); this.groupBoxInformation.Controls.Add(this.labelTitleSelectOperMode); this.groupBoxInformation.Controls.Add(this.labelVersionBuild); this.groupBoxInformation.Controls.Add(this.labelVersionMinor); this.groupBoxInformation.Controls.Add(this.labelVersionMajor); this.groupBoxInformation.Controls.Add(this.labelTitleVersion); this.groupBoxInformation.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold); this.groupBoxInformation.FrameLineColor1 = System.Drawing.Color.White; this.groupBoxInformation.FrameLineColor2 = System.Drawing.Color.Black; this.groupBoxInformation.FrameLineThickness = 1; this.groupBoxInformation.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle; this.groupBoxInformation.Image = null; this.groupBoxInformation.InitVisible = true; this.groupBoxInformation.Location = new System.Drawing.Point(184, 67); this.groupBoxInformation.Name = "groupBoxInformation"; this.groupBoxInformation.RoundRadius = 5; this.groupBoxInformation.Size = new System.Drawing.Size(327, 119); this.groupBoxInformation.TabIndex = 204; this.groupBoxInformation.Text = "Information"; this.groupBoxInformation.TextColor = System.Drawing.Color.White; // // labelSelectOperMode // this.labelSelectOperMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelSelectOperMode.BackPictureBox = null; this.labelSelectOperMode.BackPictureBox1 = null; this.labelSelectOperMode.BackPictureBox2 = null; this.labelSelectOperMode.BorderColor = System.Drawing.Color.Black; this.labelSelectOperMode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelSelectOperMode.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelSelectOperMode.ForeColor = System.Drawing.Color.White; this.labelSelectOperMode.InitVisible = true; this.labelSelectOperMode.LineSpacing = 0F; this.labelSelectOperMode.Location = new System.Drawing.Point(121, 64); this.labelSelectOperMode.Name = "labelSelectOperMode"; this.labelSelectOperMode.Size = new System.Drawing.Size(93, 28); this.labelSelectOperMode.TabIndex = 150; this.labelSelectOperMode.Text = "MCU"; this.labelSelectOperMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelSelectOperMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelSelectOperMode.Wordwrap = false; // // labelTitleSelectOperMode // this.labelTitleSelectOperMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelTitleSelectOperMode.BackPictureBox = null; this.labelTitleSelectOperMode.BackPictureBox1 = null; this.labelTitleSelectOperMode.BackPictureBox2 = null; this.labelTitleSelectOperMode.BorderColor = System.Drawing.Color.Black; this.labelTitleSelectOperMode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleSelectOperMode.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelTitleSelectOperMode.ForeColor = System.Drawing.Color.White; this.labelTitleSelectOperMode.InitVisible = true; this.labelTitleSelectOperMode.LineSpacing = 0F; this.labelTitleSelectOperMode.Location = new System.Drawing.Point(31, 64); this.labelTitleSelectOperMode.Name = "labelTitleSelectOperMode"; this.labelTitleSelectOperMode.Size = new System.Drawing.Size(84, 28); this.labelTitleSelectOperMode.TabIndex = 149; this.labelTitleSelectOperMode.Text = "동작모드 :"; this.labelTitleSelectOperMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleSelectOperMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleSelectOperMode.Wordwrap = false; // // labelMotorDirectionRead // this.labelMotorDirectionRead.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelMotorDirectionRead.BackPictureBox = null; this.labelMotorDirectionRead.BackPictureBox1 = null; this.labelMotorDirectionRead.BackPictureBox2 = null; this.labelMotorDirectionRead.BorderColor = System.Drawing.Color.Black; this.labelMotorDirectionRead.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMotorDirectionRead.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelMotorDirectionRead.ForeColor = System.Drawing.Color.White; this.labelMotorDirectionRead.InitVisible = true; this.labelMotorDirectionRead.LineSpacing = 0F; this.labelMotorDirectionRead.Location = new System.Drawing.Point(357, 226); this.labelMotorDirectionRead.Name = "labelMotorDirectionRead"; this.labelMotorDirectionRead.Size = new System.Drawing.Size(93, 28); this.labelMotorDirectionRead.TabIndex = 148; this.labelMotorDirectionRead.Text = "CW"; this.labelMotorDirectionRead.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelMotorDirectionRead.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorDirectionRead.Wordwrap = false; // // labelMotorRPM // this.labelMotorRPM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelMotorRPM.BackPictureBox = null; this.labelMotorRPM.BackPictureBox1 = null; this.labelMotorRPM.BackPictureBox2 = null; this.labelMotorRPM.BorderColor = System.Drawing.Color.Black; this.labelMotorRPM.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMotorRPM.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelMotorRPM.ForeColor = System.Drawing.Color.White; this.labelMotorRPM.InitVisible = true; this.labelMotorRPM.LineSpacing = 0F; this.labelMotorRPM.Location = new System.Drawing.Point(357, 192); this.labelMotorRPM.Name = "labelMotorRPM"; this.labelMotorRPM.Size = new System.Drawing.Size(93, 28); this.labelMotorRPM.TabIndex = 147; this.labelMotorRPM.Text = "300"; this.labelMotorRPM.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelMotorRPM.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorRPM.Wordwrap = false; // // labelVersionBuild // this.labelVersionBuild.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelVersionBuild.BackPictureBox = null; this.labelVersionBuild.BackPictureBox1 = null; this.labelVersionBuild.BackPictureBox2 = null; this.labelVersionBuild.BorderColor = System.Drawing.Color.Black; this.labelVersionBuild.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelVersionBuild.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelVersionBuild.ForeColor = System.Drawing.Color.White; this.labelVersionBuild.InitVisible = true; this.labelVersionBuild.LineSpacing = 0F; this.labelVersionBuild.Location = new System.Drawing.Point(198, 30); this.labelVersionBuild.Name = "labelVersionBuild"; this.labelVersionBuild.Size = new System.Drawing.Size(27, 28); this.labelVersionBuild.TabIndex = 146; this.labelVersionBuild.Text = "00"; this.labelVersionBuild.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelVersionBuild.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVersionBuild.Wordwrap = false; // // labelVersionMinor // this.labelVersionMinor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelVersionMinor.BackPictureBox = null; this.labelVersionMinor.BackPictureBox1 = null; this.labelVersionMinor.BackPictureBox2 = null; this.labelVersionMinor.BorderColor = System.Drawing.Color.Black; this.labelVersionMinor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelVersionMinor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelVersionMinor.ForeColor = System.Drawing.Color.White; this.labelVersionMinor.InitVisible = true; this.labelVersionMinor.LineSpacing = 0F; this.labelVersionMinor.Location = new System.Drawing.Point(165, 30); this.labelVersionMinor.Name = "labelVersionMinor"; this.labelVersionMinor.Size = new System.Drawing.Size(27, 28); this.labelVersionMinor.TabIndex = 145; this.labelVersionMinor.Text = "00."; this.labelVersionMinor.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelVersionMinor.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVersionMinor.Wordwrap = false; // // labelVersionMajor // this.labelVersionMajor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelVersionMajor.BackPictureBox = null; this.labelVersionMajor.BackPictureBox1 = null; this.labelVersionMajor.BackPictureBox2 = null; this.labelVersionMajor.BorderColor = System.Drawing.Color.Black; this.labelVersionMajor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelVersionMajor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelVersionMajor.ForeColor = System.Drawing.Color.White; this.labelVersionMajor.InitVisible = true; this.labelVersionMajor.LineSpacing = 0F; this.labelVersionMajor.Location = new System.Drawing.Point(132, 30); this.labelVersionMajor.Name = "labelVersionMajor"; this.labelVersionMajor.Size = new System.Drawing.Size(27, 28); this.labelVersionMajor.TabIndex = 144; this.labelVersionMajor.Text = "01."; this.labelVersionMajor.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelVersionMajor.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelVersionMajor.Wordwrap = false; // // labelTitleMotorDirectionRead // this.labelTitleMotorDirectionRead.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelTitleMotorDirectionRead.BackPictureBox = null; this.labelTitleMotorDirectionRead.BackPictureBox1 = null; this.labelTitleMotorDirectionRead.BackPictureBox2 = null; this.labelTitleMotorDirectionRead.BorderColor = System.Drawing.Color.Black; this.labelTitleMotorDirectionRead.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleMotorDirectionRead.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelTitleMotorDirectionRead.ForeColor = System.Drawing.Color.White; this.labelTitleMotorDirectionRead.InitVisible = true; this.labelTitleMotorDirectionRead.LineSpacing = 0F; this.labelTitleMotorDirectionRead.Location = new System.Drawing.Point(267, 226); this.labelTitleMotorDirectionRead.Name = "labelTitleMotorDirectionRead"; this.labelTitleMotorDirectionRead.Size = new System.Drawing.Size(84, 28); this.labelTitleMotorDirectionRead.TabIndex = 143; this.labelTitleMotorDirectionRead.Text = "Direction :"; this.labelTitleMotorDirectionRead.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMotorDirectionRead.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMotorDirectionRead.Wordwrap = false; // // labelTitleMotorRPM // this.labelTitleMotorRPM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelTitleMotorRPM.BackPictureBox = null; this.labelTitleMotorRPM.BackPictureBox1 = null; this.labelTitleMotorRPM.BackPictureBox2 = null; this.labelTitleMotorRPM.BorderColor = System.Drawing.Color.Black; this.labelTitleMotorRPM.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleMotorRPM.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelTitleMotorRPM.ForeColor = System.Drawing.Color.White; this.labelTitleMotorRPM.InitVisible = true; this.labelTitleMotorRPM.LineSpacing = 0F; this.labelTitleMotorRPM.Location = new System.Drawing.Point(267, 192); this.labelTitleMotorRPM.Name = "labelTitleMotorRPM"; this.labelTitleMotorRPM.Size = new System.Drawing.Size(84, 28); this.labelTitleMotorRPM.TabIndex = 142; this.labelTitleMotorRPM.Text = "RPM :"; this.labelTitleMotorRPM.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMotorRPM.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMotorRPM.Wordwrap = false; // // labelTitleVersion // this.labelTitleVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelTitleVersion.BackPictureBox = null; this.labelTitleVersion.BackPictureBox1 = null; this.labelTitleVersion.BackPictureBox2 = null; this.labelTitleVersion.BorderColor = System.Drawing.Color.Black; this.labelTitleVersion.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleVersion.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelTitleVersion.ForeColor = System.Drawing.Color.White; this.labelTitleVersion.InitVisible = true; this.labelTitleVersion.LineSpacing = 0F; this.labelTitleVersion.Location = new System.Drawing.Point(31, 30); this.labelTitleVersion.Name = "labelTitleVersion"; this.labelTitleVersion.Size = new System.Drawing.Size(101, 28); this.labelTitleVersion.TabIndex = 141; this.labelTitleVersion.Text = "Version : V"; this.labelTitleVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleVersion.Wordwrap = false; // // comboBoxMotorPoleNum // this.comboBoxMotorPoleNum.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold); this.comboBoxMotorPoleNum.Location = new System.Drawing.Point(425, 306); this.comboBoxMotorPoleNum.Name = "comboBoxMotorPoleNum"; this.comboBoxMotorPoleNum.Size = new System.Drawing.Size(80, 28); this.comboBoxMotorPoleNum.TabIndex = 199; this.comboBoxMotorPoleNum.SelectedIndexChanged += new System.EventHandler(this.comboBoxMotorPoleNum_SelectedIndexChanged); // // labelAttenuatorRatio // this.labelAttenuatorRatio.BackColor = System.Drawing.SystemColors.Window; this.labelAttenuatorRatio.BackPictureBox = null; this.labelAttenuatorRatio.BackPictureBox1 = null; this.labelAttenuatorRatio.BackPictureBox2 = null; this.labelAttenuatorRatio.BorderColor = System.Drawing.Color.Black; this.labelAttenuatorRatio.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelAttenuatorRatio.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelAttenuatorRatio.InitVisible = true; this.labelAttenuatorRatio.LineSpacing = 0F; this.labelAttenuatorRatio.Location = new System.Drawing.Point(425, 340); this.labelAttenuatorRatio.Name = "labelAttenuatorRatio"; this.labelAttenuatorRatio.Size = new System.Drawing.Size(80, 28); this.labelAttenuatorRatio.TabIndex = 150; this.labelAttenuatorRatio.Text = "0"; this.labelAttenuatorRatio.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelAttenuatorRatio.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelAttenuatorRatio.Wordwrap = false; this.labelAttenuatorRatio.Click += new System.EventHandler(this.labelAttenuatorRatio_Click); // // labelTitleAttenuatorRatio // this.labelTitleAttenuatorRatio.BackPictureBox1 = null; this.labelTitleAttenuatorRatio.BackPictureBox2 = this.smartGroupBox1; this.labelTitleAttenuatorRatio.BorderColor = System.Drawing.Color.Black; this.labelTitleAttenuatorRatio.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleAttenuatorRatio.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelTitleAttenuatorRatio.ForeColor = System.Drawing.Color.White; this.labelTitleAttenuatorRatio.InitVisible = true; this.labelTitleAttenuatorRatio.LineSpacing = 0F; this.labelTitleAttenuatorRatio.Location = new System.Drawing.Point(189, 340); this.labelTitleAttenuatorRatio.Name = "labelTitleAttenuatorRatio"; this.labelTitleAttenuatorRatio.Size = new System.Drawing.Size(230, 28); this.labelTitleAttenuatorRatio.TabIndex = 149; this.labelTitleAttenuatorRatio.Text = "감속기 비율(1~9999)"; this.labelTitleAttenuatorRatio.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleAttenuatorRatio.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleAttenuatorRatio.Wordwrap = false; // // labelMotorSpeed // this.labelMotorSpeed.BackColor = System.Drawing.SystemColors.Window; this.labelMotorSpeed.BackPictureBox = null; this.labelMotorSpeed.BackPictureBox1 = null; this.labelMotorSpeed.BackPictureBox2 = null; this.labelMotorSpeed.BorderColor = System.Drawing.Color.Black; this.labelMotorSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelMotorSpeed.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelMotorSpeed.InitVisible = true; this.labelMotorSpeed.LineSpacing = 0F; this.labelMotorSpeed.Location = new System.Drawing.Point(425, 272); this.labelMotorSpeed.Name = "labelMotorSpeed"; this.labelMotorSpeed.Size = new System.Drawing.Size(80, 28); this.labelMotorSpeed.TabIndex = 141; this.labelMotorSpeed.Text = "0"; this.labelMotorSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right; this.labelMotorSpeed.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMotorSpeed.Wordwrap = false; this.labelMotorSpeed.Click += new System.EventHandler(this.labelMotorSpeed_Click); // // labelTitleMotorSpeed // this.labelTitleMotorSpeed.BackPictureBox1 = null; this.labelTitleMotorSpeed.BackPictureBox2 = this.smartGroupBox1; this.labelTitleMotorSpeed.BorderColor = System.Drawing.Color.Black; this.labelTitleMotorSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleMotorSpeed.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelTitleMotorSpeed.ForeColor = System.Drawing.Color.White; this.labelTitleMotorSpeed.InitVisible = true; this.labelTitleMotorSpeed.LineSpacing = 0F; this.labelTitleMotorSpeed.Location = new System.Drawing.Point(189, 272); this.labelTitleMotorSpeed.Name = "labelTitleMotorSpeed"; this.labelTitleMotorSpeed.Size = new System.Drawing.Size(230, 28); this.labelTitleMotorSpeed.TabIndex = 140; this.labelTitleMotorSpeed.Text = "모터 속도(0~100)"; this.labelTitleMotorSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMotorSpeed.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMotorSpeed.Wordwrap = false; // // labelTitleMotorPoleNum // this.labelTitleMotorPoleNum.BackPictureBox1 = null; this.labelTitleMotorPoleNum.BackPictureBox2 = this.smartGroupBox1; this.labelTitleMotorPoleNum.BorderColor = System.Drawing.Color.Black; this.labelTitleMotorPoleNum.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleMotorPoleNum.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelTitleMotorPoleNum.ForeColor = System.Drawing.Color.White; this.labelTitleMotorPoleNum.InitVisible = true; this.labelTitleMotorPoleNum.LineSpacing = 0F; this.labelTitleMotorPoleNum.Location = new System.Drawing.Point(189, 306); this.labelTitleMotorPoleNum.Name = "labelTitleMotorPoleNum"; this.labelTitleMotorPoleNum.Size = new System.Drawing.Size(230, 28); this.labelTitleMotorPoleNum.TabIndex = 136; this.labelTitleMotorPoleNum.Text = "모터 Pole 수"; this.labelTitleMotorPoleNum.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMotorPoleNum.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMotorPoleNum.Wordwrap = false; // // labelTitleMotorDirectionWrite // this.labelTitleMotorDirectionWrite.BackPictureBox1 = null; this.labelTitleMotorDirectionWrite.BackPictureBox2 = this.smartGroupBox1; this.labelTitleMotorDirectionWrite.BorderColor = System.Drawing.Color.Black; this.labelTitleMotorDirectionWrite.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitleMotorDirectionWrite.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold); this.labelTitleMotorDirectionWrite.ForeColor = System.Drawing.Color.White; this.labelTitleMotorDirectionWrite.InitVisible = true; this.labelTitleMotorDirectionWrite.LineSpacing = 0F; this.labelTitleMotorDirectionWrite.Location = new System.Drawing.Point(189, 374); this.labelTitleMotorDirectionWrite.Name = "labelTitleMotorDirectionWrite"; this.labelTitleMotorDirectionWrite.Size = new System.Drawing.Size(230, 28); this.labelTitleMotorDirectionWrite.TabIndex = 205; this.labelTitleMotorDirectionWrite.Text = "모터 방향"; this.labelTitleMotorDirectionWrite.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTitleMotorDirectionWrite.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleMotorDirectionWrite.Wordwrap = false; // // buttonMotorDirectionWrite // this.buttonMotorDirectionWrite.BackPictureBox = null; this.buttonMotorDirectionWrite.BackPictureBox1 = null; this.buttonMotorDirectionWrite.BackPictureBox2 = null; this.buttonMotorDirectionWrite.ButtonColor = System.Drawing.Color.Gray; this.buttonMotorDirectionWrite.ButtonImageAutoSize = true; this.buttonMotorDirectionWrite.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonMotorDirectionWrite.DisableImage = null; this.buttonMotorDirectionWrite.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotorDirectionWrite.DownImage"))); this.buttonMotorDirectionWrite.GroupID = 0; this.buttonMotorDirectionWrite.InitVisible = true; this.buttonMotorDirectionWrite.Location = new System.Drawing.Point(425, 374); this.buttonMotorDirectionWrite.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonMotorDirectionWrite.Name = "buttonMotorDirectionWrite"; this.buttonMotorDirectionWrite.NestedClickEventPrevent = false; this.buttonMotorDirectionWrite.OutlinePixel = 1; this.buttonMotorDirectionWrite.RepeatInterval = 200; this.buttonMotorDirectionWrite.RepeatIntervalAccelerate = null; this.buttonMotorDirectionWrite.SafeInterval = 200; this.buttonMotorDirectionWrite.Size = new System.Drawing.Size(80, 28); this.buttonMotorDirectionWrite.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonMotorDirectionWrite.TabIndex = 206; this.buttonMotorDirectionWrite.TextColor = System.Drawing.Color.Black; this.buttonMotorDirectionWrite.TextDownColor = System.Drawing.Color.White; this.buttonMotorDirectionWrite.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonMotorDirectionWrite.TextLocation = new System.Drawing.Point(0, 0); this.buttonMotorDirectionWrite.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonMotorDirectionWrite.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMotorDirectionWrite.UpImage"))); this.buttonMotorDirectionWrite.Click += new System.EventHandler(this.buttonMotorDirectionWrite_Click); // // buttonRefresh // this.buttonRefresh.BackPictureBox = null; this.buttonRefresh.BackPictureBox1 = null; this.buttonRefresh.BackPictureBox2 = null; this.buttonRefresh.ButtonColor = System.Drawing.Color.Gray; this.buttonRefresh.ButtonImageAutoSize = true; this.buttonRefresh.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonRefresh.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonRefresh.DisableImage"))); this.buttonRefresh.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRefresh.DownImage"))); this.buttonRefresh.GroupID = 0; this.buttonRefresh.InitVisible = true; this.buttonRefresh.Location = new System.Drawing.Point(643, 16); this.buttonRefresh.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonRefresh.Name = "buttonRefresh"; this.buttonRefresh.NestedClickEventPrevent = false; this.buttonRefresh.OutlinePixel = 1; this.buttonRefresh.RepeatInterval = 200; this.buttonRefresh.RepeatIntervalAccelerate = null; this.buttonRefresh.SafeInterval = 200; this.buttonRefresh.Size = new System.Drawing.Size(50, 50); this.buttonRefresh.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonRefresh.TabIndex = 207; this.buttonRefresh.TextColor = System.Drawing.Color.Black; this.buttonRefresh.TextDownColor = System.Drawing.Color.White; this.buttonRefresh.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonRefresh.TextLocation = new System.Drawing.Point(0, 0); this.buttonRefresh.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonRefresh.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonRefresh.UpImage"))); this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click); // // ControlCenterSystemBLDCMotorSetting // 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 = "ControlCenterSystemBLDCMotorSetting"; this.Size = new System.Drawing.Size(710, 470); this.smartGroupBox1.ResumeLayout(false); this.groupBoxInformation.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SmartX.SmartGroupBox smartGroupBox1; public SmartX.SmartLabel labelMotorSpeed; private SmartX.SmartLabel labelTitleMotorSpeed; private SmartX.SmartLabel labelTitleMotorPoleNum; public SmartX.SmartLabel labelAttenuatorRatio; private SmartX.SmartLabel labelTitleAttenuatorRatio; private System.Windows.Forms.ComboBox comboBoxMotorPoleNum; private SmartX.SmartGroupBox groupBoxInformation; private SmartX.SmartLabel labelTitleMotorDirectionRead; private SmartX.SmartLabel labelTitleMotorRPM; private SmartX.SmartLabel labelTitleVersion; private SmartX.SmartLabel labelVersionBuild; private SmartX.SmartLabel labelVersionMinor; private SmartX.SmartLabel labelVersionMajor; private SmartX.SmartLabel labelMotorDirectionRead; private SmartX.SmartLabel labelMotorRPM; private SmartX.SmartLabel labelSelectOperMode; private SmartX.SmartLabel labelTitleSelectOperMode; private SmartX.SmartLabel labelTitleMotorDirectionWrite; private SmartX.SmartButton buttonMotorDirectionWrite; private SmartX.SmartButton buttonRefresh; } }