버전정보, 프로젝트명 수정

master
CJY 2020-09-04 13:02:35 +09:00
parent 21fb5baed7
commit cfcb50d4de
9 changed files with 21 additions and 23 deletions

View File

@ -66,7 +66,7 @@ namespace ITC81DB_0H.Controls
private void DefaultSetting() private void DefaultSetting()
{ {
this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig1.SerialNumber; this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig1.SerialNumber;
this.labelDisplayVer.Text = "6.9.0"; this.labelDisplayVer.Text = "0.1.0";
} }
public void UpdateMainBoardVersionDisplay(string version) public void UpdateMainBoardVersionDisplay(string version)

View File

@ -7,8 +7,8 @@
<ProjectGuid>{F3AC32D4-8DAC-4F4D-AD52-2610D6237DD5}</ProjectGuid> <ProjectGuid>{F3AC32D4-8DAC-4F4D-AD52-2610D6237DD5}</ProjectGuid>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ITC81DB</RootNamespace> <RootNamespace>ITC81DB_0H</RootNamespace>
<AssemblyName>ITC81DB</AssemblyName> <AssemblyName>ITC81DB_0H</AssemblyName>
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PlatformFamilyName>WindowsCE</PlatformFamilyName> <PlatformFamilyName>WindowsCE</PlatformFamilyName>
<PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID> <PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>

View File

@ -1,10 +1,10 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // 이 코드는 도구를 사용하여 생성되었습니다.
// Runtime Version:2.0.50727.5485 // 런타임 버전:2.0.50727.9151
// //
// Changes to this file may cause incorrect behavior and will be lost if // 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// the code is regenerated. // 이러한 변경 내용이 손실됩니다.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
@ -13,12 +13,12 @@ namespace ITC81DB_0H.Properties {
/// <summary> /// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc. /// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
/// </summary> /// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder // 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio. // 클래스에서 자동으로 생성되었습니다.
// To add or remove a member, edit your .ResX file then rerun ResGen // 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
// with the /str option, or rebuild your VS project. // 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal class Resources { internal class Resources {
@ -30,13 +30,13 @@ namespace ITC81DB_0H.Properties {
} }
/// <summary> /// <summary>
/// Returns the cached ResourceManager instance used by this class. /// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ITC81DB.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ITC81DB_0H.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;
@ -44,8 +44,8 @@ namespace ITC81DB_0H.Properties {
} }
/// <summary> /// <summary>
/// Overrides the current thread's CurrentUICulture property for all /// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture
/// resource lookups using this strongly typed resource class. /// 속성을 재정의합니다.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture { internal static global::System.Globalization.CultureInfo Culture {

View File

@ -62,13 +62,11 @@ D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.DialogForms.DialogFor
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Forms.FormMain.resources D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Forms.FormMain.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Forms.FormMainDisplay.resources D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Forms.FormMainDisplay.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Forms.FormMenu.resources D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Forms.FormMenu.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB.Properties.Resources.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.csproj.GenerateResource.Cache D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.csproj.GenerateResource.Cache
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB.exe
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB.pdb
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB.exe
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB.pdb
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB_ImageDll.dll D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB_ImageDll.dll
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\SmartX_IEC1000.dll
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\SmartXCommon.dll
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB_ImageDll.pdb D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB_ImageDll.pdb
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB_0H.exe
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\bin\Release\ITC81DB_0H.pdb
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.Properties.Resources.resources
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.exe
D:\Laboratory\ITC81DB_0H\ITC81DB_0H\obj\Release\ITC81DB_0H.pdb