베타 릴리즈
버전 자동화 버전 0.1 수정 BETA 태그
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<Deterministic>true</Deterministic>
|
<Deterministic>false</Deterministic>
|
||||||
<NuGetPackageImportStamp>
|
<NuGetPackageImportStamp>
|
||||||
</NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
@@ -30,6 +30,8 @@
|
|||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Master));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Master));
|
||||||
this.metroTabControl_Main = new MetroFramework.Controls.MetroTabControl();
|
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.tabPage1 = new System.Windows.Forms.TabPage();
|
||||||
this.metroTabControl_Applicant = new MetroFramework.Controls.MetroTabControl();
|
this.metroTabControl_Applicant = new MetroFramework.Controls.MetroTabControl();
|
||||||
this.tabPage5 = new System.Windows.Forms.TabPage();
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
||||||
@@ -39,8 +41,6 @@
|
|||||||
this.tabPage9 = new System.Windows.Forms.TabPage();
|
this.tabPage9 = new System.Windows.Forms.TabPage();
|
||||||
this.tabPage10 = new System.Windows.Forms.TabPage();
|
this.tabPage10 = new System.Windows.Forms.TabPage();
|
||||||
this.tabPage2 = 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.applicant1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ApplicantControl();
|
||||||
this.applicantList1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ApplicantList();
|
this.applicantList1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ApplicantList();
|
||||||
this.waitingList1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.WaitingList();
|
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.listCertificate1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ListCertificate();
|
||||||
this.settings1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.SettingControl();
|
this.settings1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.SettingControl();
|
||||||
this.metroTabControl_Main.SuspendLayout();
|
this.metroTabControl_Main.SuspendLayout();
|
||||||
|
this.Main.SuspendLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||||
this.tabPage1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
||||||
this.metroTabControl_Applicant.SuspendLayout();
|
this.metroTabControl_Applicant.SuspendLayout();
|
||||||
this.tabPage5.SuspendLayout();
|
this.tabPage5.SuspendLayout();
|
||||||
@@ -58,8 +60,6 @@
|
|||||||
this.tabPage9.SuspendLayout();
|
this.tabPage9.SuspendLayout();
|
||||||
this.tabPage10.SuspendLayout();
|
this.tabPage10.SuspendLayout();
|
||||||
this.tabPage2.SuspendLayout();
|
this.tabPage2.SuspendLayout();
|
||||||
this.Main.SuspendLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// metroTabControl_Main
|
// metroTabControl_Main
|
||||||
@@ -74,7 +74,28 @@
|
|||||||
this.metroTabControl_Main.Size = new System.Drawing.Size(984, 688);
|
this.metroTabControl_Main.Size = new System.Drawing.Size(984, 688);
|
||||||
this.metroTabControl_Main.TabIndex = 0;
|
this.metroTabControl_Main.TabIndex = 0;
|
||||||
this.metroTabControl_Main.UseSelectable = true;
|
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
|
// tabPage1
|
||||||
//
|
//
|
||||||
@@ -164,28 +185,6 @@
|
|||||||
this.tabPage2.TabIndex = 1;
|
this.tabPage2.TabIndex = 1;
|
||||||
this.tabPage2.Text = "설정";
|
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
|
// applicant1
|
||||||
//
|
//
|
||||||
this.applicant1.BackColor = System.Drawing.Color.White;
|
this.applicant1.BackColor = System.Drawing.Color.White;
|
||||||
@@ -255,9 +254,11 @@
|
|||||||
this.Controls.Add(this.metroTabControl_Main);
|
this.Controls.Add(this.metroTabControl_Main);
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
this.Name = "Master";
|
this.Name = "Master";
|
||||||
this.Text = "화성도시공사 화물차고지 운영 프로그램";
|
this.Text = "화성도시공사 화물차고지 운영 프로그램 BETA";
|
||||||
this.Load += new System.EventHandler(this.Master_Load);
|
this.Load += new System.EventHandler(this.Master_Load);
|
||||||
this.metroTabControl_Main.ResumeLayout(false);
|
this.metroTabControl_Main.ResumeLayout(false);
|
||||||
|
this.Main.ResumeLayout(false);
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||||
this.tabPage1.ResumeLayout(false);
|
this.tabPage1.ResumeLayout(false);
|
||||||
this.metroTabControl_Applicant.ResumeLayout(false);
|
this.metroTabControl_Applicant.ResumeLayout(false);
|
||||||
this.tabPage5.ResumeLayout(false);
|
this.tabPage5.ResumeLayout(false);
|
||||||
@@ -267,8 +268,6 @@
|
|||||||
this.tabPage9.ResumeLayout(false);
|
this.tabPage9.ResumeLayout(false);
|
||||||
this.tabPage10.ResumeLayout(false);
|
this.tabPage10.ResumeLayout(false);
|
||||||
this.tabPage2.ResumeLayout(false);
|
this.tabPage2.ResumeLayout(false);
|
||||||
this.Main.ResumeLayout(false);
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -121,7 +121,7 @@
|
|||||||
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
|
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL
|
||||||
EQAACxEBf2RfkQAAQmBJREFUeF7t3Ql4XPWZ5/tKupusPZNkks7tdPrOpOfefmbuM337ziS9JHTA1r4v
|
DAAACwwBP0AiyAAAQmBJREFUeF7t3Ql4XPWZ5/tKupusPZNkks7tdPrOpOfefmbuM337ziS9JHTA1r4v
|
||||||
Jcv7Ksm7ZGNsLEMSIAmks5IFEpaQELABYzbbGPCGFxZjwPsmSzbgDa8QEiCkM+nkf9+3VIIj1VvyOaVS
|
Jcv7Ksm7ZGNsLEMSIAmks5IFEpaQELABYzbbGPCGFxZjwPsmSzbgDa8QEiCkM+nkf9+3VIIj1VvyOaVS
|
||||||
1dHx932ez1P266p/HZfqf/6/OqeqFHPOAQCAC4zZBAAA0WY2AQBAtJlNAAAQbWYTAABEm9kEAADRZjYB
|
1dHx932ez1P266p/HZfqf/6/OqeqFHPOAQCAC4zZBAAA0WY2AQBAtJlNAAAQbWYTAABEm9kEAADRZjYB
|
||||||
AEC0mU0AABBtZhMAAESb2QQAANFmNgEAQLSZTQAAEG1mEwAARJvZBAAA0WY2AQBAtJlNAAAQbWYTAABE
|
AEC0mU0AABBtZhMAAESb2QQAANFmNgEAQLSZTQAAEG1mEwAARJvZBAAA0WY2AQBAtJlNAAAQbWYTAABE
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해
|
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해
|
||||||
@@ -32,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||||||
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
|
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
|
||||||
// 기본값으로 할 수 있습니다.
|
// 기본값으로 할 수 있습니다.
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
[assembly: AssemblyVersion("0.1.*")]
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
[assembly: AssemblyFileVersion("0.1.*")]
|
||||||
|
Reference in New Issue
Block a user