[성현모] Svn 업데이트 받기
This commit is contained in:
@ -772,7 +772,7 @@ namespace SystemX.Net.MiddlewareUI
|
||||
this.IconOptions.Image = global::SystemX.Net.MiddlewareUI.Log.Properties.Resources.AppIcon1;
|
||||
this.Name = "MainForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "SystemX.Net.Middleware.UI - Log CPXV2-JSON v240912";
|
||||
this.Text = "SystemX.Net.Middleware.UI - Log CPXV2-JSON";
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
||||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
|
||||
|
||||
@ -46,6 +46,7 @@ using System.Collections.Concurrent;
|
||||
using SystemX.Net.Comm.IIS_FTP;
|
||||
using SystemX.Net.Platform.SystemX.Net.XEFCore.DBContext.CPXV2LogJson;
|
||||
using SystemX.Net.Platform.SystemX.Net.XEFCore;
|
||||
using System.Reflection;
|
||||
|
||||
namespace SystemX.Net.MiddlewareUI
|
||||
{
|
||||
@ -264,9 +265,15 @@ namespace SystemX.Net.MiddlewareUI
|
||||
|
||||
InitializeComponent();
|
||||
|
||||
AssemblyName assemblyName = Assembly.GetExecutingAssembly().GetName();
|
||||
|
||||
Version assemblyVersion = assemblyName.Version;
|
||||
|
||||
MessageOutput.ConsoleWrite(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss>>") +
|
||||
@"Use CP-Server[X] Middleware [LOG] Version for [CPXV2][v240912] " +
|
||||
@"Use CP-Server[X] Middleware [LOG] Version for [CPXV2][" + assemblyVersion.ToString() + "] " +
|
||||
"[SystemX.Net.Middleware.Log : MainForm]", ConsoleColor.Green, LogMessageLevel.FATAL);
|
||||
|
||||
this.Text += " " + assemblyVersion.ToString();
|
||||
//
|
||||
EnableMenuItem(GetSystemMenu(this.Handle, false), SC_CLOSE, MF_GRAYED);
|
||||
|
||||
|
||||
@ -4,13 +4,13 @@ using System.Runtime.InteropServices;
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("SystemX.Net.MiddlewareUI")]
|
||||
[assembly: AssemblyDescription("SystemX")]
|
||||
[assembly: AssemblyTitle("SystemX.Net.MiddlewareUI.Log")]
|
||||
[assembly: AssemblyDescription("CPX Middleware Log")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("SystemX")]
|
||||
[assembly: AssemblyProduct("SystemX.Net.MiddlewareUI")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2022")]
|
||||
[assembly: AssemblyTrademark("CP-ServerX")]
|
||||
[assembly: AssemblyProduct("SystemX.Net.MiddlewareUI.Log")]
|
||||
[assembly: AssemblyCopyright("© 2025 SystemX Co., Ltd. All rights reserved.")]
|
||||
[assembly: AssemblyTrademark("CPX Middleware")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
@ -28,5 +28,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("20.22.11.29")]
|
||||
[assembly: AssemblyFileVersion("20.22.11.29")]
|
||||
[assembly: AssemblyVersion("2025.05.15.0001")]
|
||||
[assembly: AssemblyFileVersion("2025.05.15.0001")]
|
||||
|
||||
Reference in New Issue
Block a user