|
|
|
@@ -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);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|