diff --git a/HSUCO_Cargo_Garage_Operation_Program/HSUCO_Cargo_Garage_Operation_Program.csproj b/HSUCO_Cargo_Garage_Operation_Program/HSUCO_Cargo_Garage_Operation_Program.csproj
index d544ff0..2ca1f3a 100644
--- a/HSUCO_Cargo_Garage_Operation_Program/HSUCO_Cargo_Garage_Operation_Program.csproj
+++ b/HSUCO_Cargo_Garage_Operation_Program/HSUCO_Cargo_Garage_Operation_Program.csproj
@@ -13,7 +13,7 @@
v4.7.2
512
true
- true
+ false
diff --git a/HSUCO_Cargo_Garage_Operation_Program/Master.Designer.cs b/HSUCO_Cargo_Garage_Operation_Program/Master.Designer.cs
index 3e98018..648a941 100644
--- a/HSUCO_Cargo_Garage_Operation_Program/Master.Designer.cs
+++ b/HSUCO_Cargo_Garage_Operation_Program/Master.Designer.cs
@@ -30,6 +30,8 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Master));
this.metroTabControl_Main = new MetroFramework.Controls.MetroTabControl();
+ this.Main = new System.Windows.Forms.TabPage();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.metroTabControl_Applicant = new MetroFramework.Controls.MetroTabControl();
this.tabPage5 = new System.Windows.Forms.TabPage();
@@ -39,8 +41,6 @@
this.tabPage9 = new System.Windows.Forms.TabPage();
this.tabPage10 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
- this.Main = new System.Windows.Forms.TabPage();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.applicant1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ApplicantControl();
this.applicantList1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ApplicantList();
this.waitingList1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.WaitingList();
@@ -49,6 +49,8 @@
this.listCertificate1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ListCertificate();
this.settings1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.SettingControl();
this.metroTabControl_Main.SuspendLayout();
+ this.Main.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabPage1.SuspendLayout();
this.metroTabControl_Applicant.SuspendLayout();
this.tabPage5.SuspendLayout();
@@ -58,8 +60,6 @@
this.tabPage9.SuspendLayout();
this.tabPage10.SuspendLayout();
this.tabPage2.SuspendLayout();
- this.Main.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// metroTabControl_Main
@@ -74,7 +74,28 @@
this.metroTabControl_Main.Size = new System.Drawing.Size(984, 688);
this.metroTabControl_Main.TabIndex = 0;
this.metroTabControl_Main.UseSelectable = true;
-
+ //
+ // Main
+ //
+ this.Main.BackColor = System.Drawing.Color.White;
+ this.Main.Controls.Add(this.pictureBox1);
+ this.Main.Location = new System.Drawing.Point(4, 38);
+ this.Main.Name = "Main";
+ this.Main.Size = new System.Drawing.Size(976, 646);
+ this.Main.TabIndex = 2;
+ this.Main.Text = "메인";
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
+ this.pictureBox1.InitialImage = null;
+ this.pictureBox1.Location = new System.Drawing.Point(0, 0);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(976, 646);
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.pictureBox1.TabIndex = 0;
+ this.pictureBox1.TabStop = false;
//
// tabPage1
//
@@ -164,28 +185,6 @@
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "설정";
//
- // Main
- //
- this.Main.BackColor = System.Drawing.Color.White;
- this.Main.Controls.Add(this.pictureBox1);
- this.Main.Location = new System.Drawing.Point(4, 38);
- this.Main.Name = "Main";
- this.Main.Size = new System.Drawing.Size(976, 646);
- this.Main.TabIndex = 2;
- this.Main.Text = "메인";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.InitialImage = null;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(976, 646);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
// applicant1
//
this.applicant1.BackColor = System.Drawing.Color.White;
@@ -255,9 +254,11 @@
this.Controls.Add(this.metroTabControl_Main);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Master";
- this.Text = "화성도시공사 화물차고지 운영 프로그램";
+ this.Text = "화성도시공사 화물차고지 운영 프로그램 BETA";
this.Load += new System.EventHandler(this.Master_Load);
this.metroTabControl_Main.ResumeLayout(false);
+ this.Main.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabPage1.ResumeLayout(false);
this.metroTabControl_Applicant.ResumeLayout(false);
this.tabPage5.ResumeLayout(false);
@@ -267,8 +268,6 @@
this.tabPage9.ResumeLayout(false);
this.tabPage10.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
- this.Main.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
diff --git a/HSUCO_Cargo_Garage_Operation_Program/Master.resx b/HSUCO_Cargo_Garage_Operation_Program/Master.resx
index 18ac088..b339997 100644
--- a/HSUCO_Cargo_Garage_Operation_Program/Master.resx
+++ b/HSUCO_Cargo_Garage_Operation_Program/Master.resx
@@ -121,7 +121,7 @@
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
- EQAACxEBf2RfkQAAQmBJREFUeF7t3Ql4XPWZ5/tKupusPZNkks7tdPrOpOfefmbuM337ziS9JHTA1r4v
+ DAAACwwBP0AiyAAAQmBJREFUeF7t3Ql4XPWZ5/tKupusPZNkks7tdPrOpOfefmbuM337ziS9JHTA1r4v
Jcv7Ksm7ZGNsLEMSIAmks5IFEpaQELABYzbbGPCGFxZjwPsmSzbgDa8QEiCkM+nkf9+3VIIj1VvyOaVS
1dHx932ez1P266p/HZfqf/6/OqeqFHPOAQCAC4zZBAAA0WY2AQBAtJlNAAAQbWYTAABEm9kEAADRZjYB
AEC0mU0AABBtZhMAAESb2QQAANFmNgEAQLSZTQAAEG1mEwAARJvZBAAA0WY2AQBAtJlNAAAQbWYTAABE
diff --git a/HSUCO_Cargo_Garage_Operation_Program/Properties/AssemblyInfo.cs b/HSUCO_Cargo_Garage_Operation_Program/Properties/AssemblyInfo.cs
index e7cfade..cdddb89 100644
--- a/HSUCO_Cargo_Garage_Operation_Program/Properties/AssemblyInfo.cs
+++ b/HSUCO_Cargo_Garage_Operation_Program/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해
@@ -32,5 +31,5 @@ using System.Runtime.InteropServices;
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
// 기본값으로 할 수 있습니다.
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("0.1.*")]
+[assembly: AssemblyFileVersion("0.1.*")]