충돌 해결(6.2.0)
parent
acaaf34573
commit
12ba390d12
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -57,11 +57,11 @@
|
|||
<Reference Include="mscorlib" />
|
||||
<Reference Include="SmartXCommon, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll</HintPath>
|
||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_V3대 마지막버전\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartXCommon.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SmartX_IEC1000, Version=3.2.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_20210120\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll</HintPath>
|
||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V3.2.4_V3대 마지막버전\SmartX3.2.4_IEC1000_DOTNETCF3.5수동설치파일\SmartX_IEC1000.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue