Просмотр исходного кода

프로젝트 이름 변경 /이미지 변경

그룹박스 추가 / 라디오 버튼 추가
YJ лет назад: 6
Родитель
Сommit
a10bd23b52

+ 1 - 1
Basic_Terminal/Func/Bluecell_BootProtocol.cs

@@ -4,7 +4,7 @@ using System.Linq;
4 4
 using System.Text;
5 5
 using System.Threading.Tasks;
6 6
 
7
-namespace Basic_Terminal
7
+namespace RF_TRIO_PLL_ZIG
8 8
 {
9 9
     public enum Bluepro_t
10 10
     {

+ 1 - 1
Basic_Terminal/Func/Crc16.cs

@@ -4,7 +4,7 @@ using System.Linq;
4 4
 using System.Text;
5 5
 using System.Threading.Tasks;
6 6
 
7
-namespace Basic_Terminal
7
+namespace RF_TRIO_PLL_ZIG
8 8
 {
9 9
     
10 10
 

+ 1 - 1
Basic_Terminal/Func/Data_Handler.cs

@@ -4,7 +4,7 @@ using System.Linq;
4 4
 using System.Text;
5 5
 using System.Threading.Tasks;
6 6
 
7
-namespace Basic_Terminal
7
+namespace RF_TRIO_PLL_ZIG
8 8
 {
9 9
     class Data_Handler
10 10
     {

+ 1 - 1
Basic_Terminal/Func/FileDownload.cs

@@ -7,7 +7,7 @@ using System.Threading.Tasks;
7 7
 using System.Windows.Forms;
8 8
 using System.IO;
9 9
 using System.IO.Ports;
10
-namespace Basic_Terminal
10
+namespace RF_TRIO_PLL_ZIG
11 11
 {
12 12
     enum DataSeq
13 13
     {

+ 1 - 1
Basic_Terminal/Func/Serial.cs

@@ -8,7 +8,7 @@ using System.Windows.Forms;
8 8
 using System.IO;
9 9
 using System.IO.Ports;
10 10
 
11
-namespace Basic_Terminal
11
+namespace RF_TRIO_PLL_ZIG
12 12
 {
13 13
     class Serial
14 14
     {

+ 1 - 1
Basic_Terminal/Func/Update_Serial.cs

@@ -8,7 +8,7 @@ using System.Threading.Tasks;
8 8
 using System.Windows.Forms;
9 9
 
10 10
 
11
-namespace Basic_Terminal
11
+namespace RF_TRIO_PLL_ZIG
12 12
 {
13 13
     class Update_Serial
14 14
     {

+ 1 - 1
Basic_Terminal/Program.cs

@@ -4,7 +4,7 @@ using System.Linq;
4 4
 using System.Threading.Tasks;
5 5
 using System.Windows.Forms;
6 6
 
7
-namespace Basic_Terminal
7
+namespace RF_TRIO_PLL_ZIG
8 8
 {
9 9
     static class Program
10 10
     {

+ 2 - 2
Basic_Terminal/Properties/AssemblyInfo.cs

@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
5 5
 // 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해 
6 6
 // 제어됩니다. 어셈블리와 관련된 정보를 수정하려면
7 7
 // 이러한 특성 값을 변경하세요.
8
-[assembly: AssemblyTitle("Basic_Terminal")]
8
+[assembly: AssemblyTitle("RF_TRIO_PLL_ZIG")]
9 9
 [assembly: AssemblyDescription("")]
10 10
 [assembly: AssemblyConfiguration("")]
11 11
 [assembly: AssemblyCompany("")]
12
-[assembly: AssemblyProduct("Basic_Terminal")]
12
+[assembly: AssemblyProduct("RF_TRIO_PLL_ZIG")]
13 13
 [assembly: AssemblyCopyright("Copyright ©  2019")]
14 14
 [assembly: AssemblyTrademark("")]
15 15
 [assembly: AssemblyCulture("")]

+ 2 - 2
Basic_Terminal/Properties/Resources.Designer.cs

@@ -8,7 +8,7 @@
8 8
 // </auto-generated>
9 9
 //------------------------------------------------------------------------------
10 10
 
11
-namespace Basic_Terminal.Properties
11
+namespace RF_TRIO_PLL_ZIG.Properties
12 12
 {
13 13
 
14 14
 
@@ -44,7 +44,7 @@ namespace Basic_Terminal.Properties
44 44
             {
45 45
                 if ((resourceMan == null))
46 46
                 {
47
-                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Basic_Terminal.Properties.Resources", typeof(Resources).Assembly);
47
+                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RF_TRIO_PLL_ZIG.Properties.Resources", typeof(Resources).Assembly);
48 48
                     resourceMan = temp;
49 49
                 }
50 50
                 return resourceMan;

+ 1 - 1
Basic_Terminal/Properties/Settings.Designer.cs

@@ -8,7 +8,7 @@
8 8
 // </auto-generated>
9 9
 //------------------------------------------------------------------------------
10 10
 
11
-namespace Basic_Terminal.Properties
11
+namespace RF_TRIO_PLL_ZIG.Properties
12 12
 {
13 13
 
14 14
 

Basic_Terminal/Basic_Terminal.csproj → Basic_Terminal/RF_TRIO_PLL_ZIG.csproj


+ 1 - 1
Basic_Terminal/Wnd/Debug.Designer.cs

@@ -1,4 +1,4 @@
1
-namespace Basic_Terminal
1
+namespace RF_TRIO_PLL_ZIG
2 2
 {
3 3
     partial class Debug
4 4
     {

+ 1 - 1
Basic_Terminal/Wnd/Debug.cs

@@ -9,7 +9,7 @@ using System.Threading.Tasks;
9 9
 using System.Windows.Forms;
10 10
 //Add code
11 11
 using System.Runtime.InteropServices; //ini파일 로드 필요라이브러리
12
-namespace Basic_Terminal
12
+namespace RF_TRIO_PLL_ZIG
13 13
 {
14 14
     public partial class Debug : Form
15 15
     {

+ 1 - 1
Basic_Terminal/Wnd/Download_bar.Designer.cs

@@ -1,4 +1,4 @@
1
-namespace Basic_Terminal
1
+namespace RF_TRIO_PLL_ZIG
2 2
 {
3 3
     partial class Download_bar
4 4
     {

+ 1 - 1
Basic_Terminal/Wnd/Download_bar.cs

@@ -8,7 +8,7 @@ using System.Text;
8 8
 using System.Threading.Tasks;
9 9
 using System.Windows.Forms;
10 10
 
11
-namespace Basic_Terminal
11
+namespace RF_TRIO_PLL_ZIG
12 12
 {
13 13
     public partial class Download_bar : Form
14 14
     {

+ 1 - 1
Basic_Terminal/Wnd/Main_Form.Designer.cs

@@ -1,4 +1,4 @@
1
-namespace Basic_Terminal
1
+namespace RF_TRIO_PLL_ZIG
2 2
 {
3 3
     partial class Main_Form
4 4
     {

+ 1 - 1
Basic_Terminal/Wnd/Main_Form.cs

@@ -11,7 +11,7 @@ using System.Windows.Forms;
11 11
 
12 12
 using System.IO;
13 13
 using System.IO.Ports;
14
-namespace Basic_Terminal
14
+namespace RF_TRIO_PLL_ZIG
15 15
 {
16 16
     
17 17
     public partial class Main_Form : Form

+ 1 - 1
Basic_Terminal.sln

@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3 3
 # Visual Studio 15
4 4
 VisualStudioVersion = 15.0.28307.572
5 5
 MinimumVisualStudioVersion = 10.0.40219.1
6
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Basic_Terminal", "Basic_Terminal\Basic_Terminal.csproj", "{8E445677-6494-4448-8A13-1D5DC182D581}"
6
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RF_TRIO_PLL_ZIG", "Basic_Terminal\RF_TRIO_PLL_ZIG.csproj", "{8E445677-6494-4448-8A13-1D5DC182D581}"
7 7
 EndProject
8 8
 Global
9 9
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution