diff --git a/INT69DB_2A/Forms/FormMotorSetting.Designer.cs b/INT69DB_2A/Forms/FormMotorSetting.Designer.cs index d46d77d..25e60a1 100644 --- a/INT69DB_2A/Forms/FormMotorSetting.Designer.cs +++ b/INT69DB_2A/Forms/FormMotorSetting.Designer.cs @@ -128,6 +128,7 @@ this.buttonCom1TestForward = new SmartX.SmartButton(); this.buttonCom1TestReverse = new SmartX.SmartButton(); this.panel1 = new System.Windows.Forms.Panel(); + this.radioButtonImpellerMotorAngle180180 = new SmartX.SmartRadioButton(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); this.groupBoxSelectImpeller.SuspendLayout(); this.groupBoxEach.SuspendLayout(); @@ -2571,6 +2572,32 @@ this.panel1.Size = new System.Drawing.Size(800, 348); this.panel1.Visible = false; // + // radioButtonImpellerMotorAngle180180 + // + this.radioButtonImpellerMotorAngle180180.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180))))); + this.radioButtonImpellerMotorAngle180180.BackPictureBox = null; + this.radioButtonImpellerMotorAngle180180.BackPictureBox1 = null; + this.radioButtonImpellerMotorAngle180180.BackPictureBox2 = null; + this.radioButtonImpellerMotorAngle180180.Checked = false; + this.radioButtonImpellerMotorAngle180180.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold); + this.radioButtonImpellerMotorAngle180180.GroupID = 0; + this.radioButtonImpellerMotorAngle180180.ImageCheckRadioButton = null; + this.radioButtonImpellerMotorAngle180180.ImageUnCheckRadioButton = null; + this.radioButtonImpellerMotorAngle180180.InitVisible = true; + this.radioButtonImpellerMotorAngle180180.Location = new System.Drawing.Point(187, 69); + this.radioButtonImpellerMotorAngle180180.Name = "radioButtonImpellerMotorAngle180180"; + this.radioButtonImpellerMotorAngle180180.OutputOnly = false; + this.radioButtonImpellerMotorAngle180180.RadioBackColor = System.Drawing.Color.White; + this.radioButtonImpellerMotorAngle180180.RadioCheckColor = System.Drawing.Color.Green; + this.radioButtonImpellerMotorAngle180180.RadioForeColor = System.Drawing.Color.Black; + this.radioButtonImpellerMotorAngle180180.RadioSymbolSize = 14; + this.radioButtonImpellerMotorAngle180180.Shadow = false; + this.radioButtonImpellerMotorAngle180180.Size = new System.Drawing.Size(119, 26); + this.radioButtonImpellerMotorAngle180180.TabIndex = 275; + this.radioButtonImpellerMotorAngle180180.Text = "180+180"; + this.radioButtonImpellerMotorAngle180180.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle; + this.radioButtonImpellerMotorAngle180180.Click += new System.EventHandler(this.radioButtonImpellerMotorAngle_Click); + // // FormMotorSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); diff --git a/INT69DB_2A/INT69DB_2A.csproj b/INT69DB_2A/INT69DB_2A.csproj index c32a62e..7339e59 100644 --- a/INT69DB_2A/INT69DB_2A.csproj +++ b/INT69DB_2A/INT69DB_2A.csproj @@ -57,11 +57,11 @@ False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_V3대 마지막버전\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll False - C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll + C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_V3대 마지막버전\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll diff --git a/INT69DB_2A/bin/Release/SmartXCommon.dll b/INT69DB_2A/bin/Release/SmartXCommon.dll new file mode 100644 index 0000000..2b8fa9d Binary files /dev/null and b/INT69DB_2A/bin/Release/SmartXCommon.dll differ diff --git a/INT69DB_2A/bin/Release/SmartX_IEC1000.dll b/INT69DB_2A/bin/Release/SmartX_IEC1000.dll new file mode 100644 index 0000000..11e2c64 Binary files /dev/null and b/INT69DB_2A/bin/Release/SmartX_IEC1000.dll differ