diff --git a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ApplicantList.Designer.cs b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ApplicantList.Designer.cs index 82767b4..8e96411 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ApplicantList.Designer.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ApplicantList.Designer.cs @@ -28,10 +28,9 @@ /// private void InitializeComponent() { - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.metroPanel1 = new MetroFramework.Controls.MetroPanel(); this.metroButton_UpdateUserData = new MetroFramework.Controls.MetroButton(); - this.metroButton_ExportExcel = new MetroFramework.Controls.MetroButton(); this.metroButton_Delete = new MetroFramework.Controls.MetroButton(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.metroLabel2 = new MetroFramework.Controls.MetroLabel(); @@ -42,6 +41,7 @@ this.metroButton_UpdateUser = new MetroFramework.Controls.MetroButton(); this.dataGridView_List = new System.Windows.Forms.DataGridView(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); + this.metroButton_ExportExcel = new MetroFramework.Controls.MetroButton(); this.metroPanel1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView_List)).BeginInit(); @@ -70,7 +70,7 @@ // // metroButton_UpdateUserData // - this.metroButton_UpdateUserData.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.metroButton_UpdateUserData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.metroButton_UpdateUserData.FontSize = MetroFramework.MetroButtonSize.Tall; this.metroButton_UpdateUserData.Location = new System.Drawing.Point(443, 24); this.metroButton_UpdateUserData.Name = "metroButton_UpdateUserData"; @@ -80,22 +80,9 @@ this.metroButton_UpdateUserData.UseSelectable = true; this.metroButton_UpdateUserData.Click += new System.EventHandler(this.metroButton_UpdateUserData_Click); // - // metroButton_ExportExcel - // - this.metroButton_ExportExcel.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.metroButton_ExportExcel.BackgroundImage = global::HSUCO_Cargo_Garage_Operation_Program.Properties.Resources.file_type_excel_icon_130611; - this.metroButton_ExportExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; - this.metroButton_ExportExcel.FontSize = MetroFramework.MetroButtonSize.Tall; - this.metroButton_ExportExcel.Location = new System.Drawing.Point(549, 66); - this.metroButton_ExportExcel.Name = "metroButton_ExportExcel"; - this.metroButton_ExportExcel.Size = new System.Drawing.Size(40, 40); - this.metroButton_ExportExcel.TabIndex = 10; - this.metroButton_ExportExcel.UseSelectable = true; - this.metroButton_ExportExcel.Click += new System.EventHandler(this.metroButton_ExportExcel_Click); - // // metroButton_Delete // - this.metroButton_Delete.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.metroButton_Delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.metroButton_Delete.FontSize = MetroFramework.MetroButtonSize.Tall; this.metroButton_Delete.Location = new System.Drawing.Point(443, 66); this.metroButton_Delete.Name = "metroButton_Delete"; @@ -197,7 +184,7 @@ // // metroButton_UpdateUser // - this.metroButton_UpdateUser.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.metroButton_UpdateUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.metroButton_UpdateUser.FontSize = MetroFramework.MetroButtonSize.Tall; this.metroButton_UpdateUser.Location = new System.Drawing.Point(549, 24); this.metroButton_UpdateUser.Name = "metroButton_UpdateUser"; @@ -216,14 +203,14 @@ | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView_List.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dataGridView_List.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; - dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; - dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); - dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; - dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.dataGridView_List.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; + dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); + dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; + dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dataGridView_List.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView_List.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView_List.Location = new System.Drawing.Point(20, 120); this.dataGridView_List.Name = "dataGridView_List"; @@ -233,6 +220,19 @@ this.dataGridView_List.Size = new System.Drawing.Size(710, 330); this.dataGridView_List.TabIndex = 6; // + // metroButton_ExportExcel + // + this.metroButton_ExportExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.metroButton_ExportExcel.BackgroundImage = global::HSUCO_Cargo_Garage_Operation_Program.Properties.Resources.file_type_excel_icon_130611; + this.metroButton_ExportExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.metroButton_ExportExcel.FontSize = MetroFramework.MetroButtonSize.Tall; + this.metroButton_ExportExcel.Location = new System.Drawing.Point(549, 66); + this.metroButton_ExportExcel.Name = "metroButton_ExportExcel"; + this.metroButton_ExportExcel.Size = new System.Drawing.Size(40, 40); + this.metroButton_ExportExcel.TabIndex = 10; + this.metroButton_ExportExcel.UseSelectable = true; + this.metroButton_ExportExcel.Click += new System.EventHandler(this.metroButton_ExportExcel_Click); + // // ApplicantList // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); diff --git a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListCertificate.Designer.cs b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListCertificate.Designer.cs index 075256c..6c81b56 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListCertificate.Designer.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListCertificate.Designer.cs @@ -30,7 +30,6 @@ { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.dataGridView_List = new System.Windows.Forms.DataGridView(); - this.metroButton_ExportExcel = new MetroFramework.Controls.MetroButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.metroDateTime_EndDate = new MetroFramework.Controls.MetroDateTime(); this.metroDateTime_StartDate = new MetroFramework.Controls.MetroDateTime(); @@ -38,6 +37,7 @@ this.metroLabel2 = new MetroFramework.Controls.MetroLabel(); this.metroLabel1 = new MetroFramework.Controls.MetroLabel(); this.metroButton_RePrint = new MetroFramework.Controls.MetroButton(); + this.metroButton_ExportExcel = new MetroFramework.Controls.MetroButton(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView_List)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); @@ -68,19 +68,6 @@ this.dataGridView_List.Size = new System.Drawing.Size(710, 330); this.dataGridView_List.TabIndex = 11; // - // metroButton_ExportExcel - // - this.metroButton_ExportExcel.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.metroButton_ExportExcel.BackgroundImage = global::HSUCO_Cargo_Garage_Operation_Program.Properties.Resources.file_type_excel_icon_130611; - this.metroButton_ExportExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; - this.metroButton_ExportExcel.FontSize = MetroFramework.MetroButtonSize.Tall; - this.metroButton_ExportExcel.Location = new System.Drawing.Point(640, 20); - this.metroButton_ExportExcel.Name = "metroButton_ExportExcel"; - this.metroButton_ExportExcel.Size = new System.Drawing.Size(90, 90); - this.metroButton_ExportExcel.TabIndex = 13; - this.metroButton_ExportExcel.UseSelectable = true; - this.metroButton_ExportExcel.Click += new System.EventHandler(this.metroButton_ExportExcel_Click); - // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.Transparent; @@ -143,7 +130,7 @@ // // metroButton_RePrint // - this.metroButton_RePrint.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.metroButton_RePrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.metroButton_RePrint.FontSize = MetroFramework.MetroButtonSize.Tall; this.metroButton_RePrint.Location = new System.Drawing.Point(534, 70); this.metroButton_RePrint.Name = "metroButton_RePrint"; @@ -153,6 +140,19 @@ this.metroButton_RePrint.UseSelectable = true; this.metroButton_RePrint.Click += new System.EventHandler(this.metroButton_RePrint_Click); // + // metroButton_ExportExcel + // + this.metroButton_ExportExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.metroButton_ExportExcel.BackgroundImage = global::HSUCO_Cargo_Garage_Operation_Program.Properties.Resources.file_type_excel_icon_130611; + this.metroButton_ExportExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.metroButton_ExportExcel.FontSize = MetroFramework.MetroButtonSize.Tall; + this.metroButton_ExportExcel.Location = new System.Drawing.Point(640, 20); + this.metroButton_ExportExcel.Name = "metroButton_ExportExcel"; + this.metroButton_ExportExcel.Size = new System.Drawing.Size(90, 90); + this.metroButton_ExportExcel.TabIndex = 13; + this.metroButton_ExportExcel.UseSelectable = true; + this.metroButton_ExportExcel.Click += new System.EventHandler(this.metroButton_ExportExcel_Click); + // // ListCertificate // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); diff --git a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListProceeds.Designer.cs b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListProceeds.Designer.cs index effa139..2bd10c3 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListProceeds.Designer.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListProceeds.Designer.cs @@ -129,7 +129,7 @@ // // metroButton_ExportExcel // - this.metroButton_ExportExcel.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.metroButton_ExportExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.metroButton_ExportExcel.BackgroundImage = global::HSUCO_Cargo_Garage_Operation_Program.Properties.Resources.file_type_excel_icon_130611; this.metroButton_ExportExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.metroButton_ExportExcel.FontSize = MetroFramework.MetroButtonSize.Tall; diff --git a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/SettingControl.cs b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/SettingControl.cs index ba11920..2961dc5 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/SettingControl.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/SettingControl.cs @@ -60,15 +60,21 @@ namespace HSUCO_Cargo_Garage_Operation_Program.CustomUserControl int.TryParse(metroTextBox_CargoOversizedCertificateFee.Text, out value); settings.CargoOversizedCertificateFee = value; Database.SaveSettings(settings); - MetroMessageBox.Show(this, "중요 설정이 변경되었습니다. 프로그램을 재시작합니다.", "Information", MessageBoxButtons.OK, MessageBoxIcon.Error); - Application.Restart(); + if (reStart) + { + MetroMessageBox.Show(this, "중요 설정이 변경되었습니다. 프로그램을 재시작합니다.", "Information", MessageBoxButtons.OK, MessageBoxIcon.Error); + Application.Restart(); + } + else + { + MetroMessageBox.Show(this, "설정어 완료되었습니다.", "Information", MessageBoxButtons.OK, MessageBoxIcon.Information); + } } private void metroButton_init_Click(object sender, EventArgs e) { SettingReset(); - MetroMessageBox.Show(this, "설정어 완료되었습니다.", "Information", MessageBoxButtons.OK, MessageBoxIcon.Information); } private void metroButton_Test_Click(object sender, EventArgs e) diff --git a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/WaitingList.Designer.cs b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/WaitingList.Designer.cs index 9fefa0c..e849247 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/WaitingList.Designer.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/WaitingList.Designer.cs @@ -31,7 +31,6 @@ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.metroPanel1 = new MetroFramework.Controls.MetroPanel(); this.metroButton_UpdateUserData = new MetroFramework.Controls.MetroButton(); - this.metroButton_ExportExcel = new MetroFramework.Controls.MetroButton(); this.metroButton_Delete = new MetroFramework.Controls.MetroButton(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.metroLabel2 = new MetroFramework.Controls.MetroLabel(); @@ -42,6 +41,7 @@ this.metroButton_UpdateUser = new MetroFramework.Controls.MetroButton(); this.dataGridView_List = new System.Windows.Forms.DataGridView(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); + this.metroButton_ExportExcel = new MetroFramework.Controls.MetroButton(); this.metroPanel1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView_List)).BeginInit(); @@ -70,7 +70,7 @@ // // metroButton_UpdateUserData // - this.metroButton_UpdateUserData.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.metroButton_UpdateUserData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.metroButton_UpdateUserData.FontSize = MetroFramework.MetroButtonSize.Tall; this.metroButton_UpdateUserData.Location = new System.Drawing.Point(605, 20); this.metroButton_UpdateUserData.Name = "metroButton_UpdateUserData"; @@ -80,22 +80,9 @@ this.metroButton_UpdateUserData.UseSelectable = true; this.metroButton_UpdateUserData.Click += new System.EventHandler(this.metroButton_UpdateUserData_Click); // - // metroButton_ExportExcel - // - this.metroButton_ExportExcel.Anchor = System.Windows.Forms.AnchorStyles.Right; - this.metroButton_ExportExcel.BackgroundImage = global::HSUCO_Cargo_Garage_Operation_Program.Properties.Resources.file_type_excel_icon_130611; - this.metroButton_ExportExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; - this.metroButton_ExportExcel.FontSize = MetroFramework.MetroButtonSize.Tall; - this.metroButton_ExportExcel.Location = new System.Drawing.Point(605, 66); - this.metroButton_ExportExcel.Name = "metroButton_ExportExcel"; - this.metroButton_ExportExcel.Size = new System.Drawing.Size(40, 40); - this.metroButton_ExportExcel.TabIndex = 11; - this.metroButton_ExportExcel.UseSelectable = true; - this.metroButton_ExportExcel.Click += new System.EventHandler(this.metroButton_ExportExcel_Click); - // // metroButton_Delete // - this.metroButton_Delete.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.metroButton_Delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.metroButton_Delete.FontSize = MetroFramework.MetroButtonSize.Tall; this.metroButton_Delete.Location = new System.Drawing.Point(499, 66); this.metroButton_Delete.Name = "metroButton_Delete"; @@ -197,7 +184,7 @@ // // metroButton_UpdateUser // - this.metroButton_UpdateUser.Anchor = System.Windows.Forms.AnchorStyles.Right; + this.metroButton_UpdateUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.metroButton_UpdateUser.FontSize = MetroFramework.MetroButtonSize.Tall; this.metroButton_UpdateUser.Location = new System.Drawing.Point(499, 20); this.metroButton_UpdateUser.Name = "metroButton_UpdateUser"; @@ -234,6 +221,19 @@ this.dataGridView_List.Size = new System.Drawing.Size(710, 330); this.dataGridView_List.TabIndex = 6; // + // metroButton_ExportExcel + // + this.metroButton_ExportExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.metroButton_ExportExcel.BackgroundImage = global::HSUCO_Cargo_Garage_Operation_Program.Properties.Resources.file_type_excel_icon_130611; + this.metroButton_ExportExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.metroButton_ExportExcel.FontSize = MetroFramework.MetroButtonSize.Tall; + this.metroButton_ExportExcel.Location = new System.Drawing.Point(605, 66); + this.metroButton_ExportExcel.Name = "metroButton_ExportExcel"; + this.metroButton_ExportExcel.Size = new System.Drawing.Size(40, 40); + this.metroButton_ExportExcel.TabIndex = 11; + this.metroButton_ExportExcel.UseSelectable = true; + this.metroButton_ExportExcel.Click += new System.EventHandler(this.metroButton_ExportExcel_Click); + // // WaitingList // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); diff --git a/HSUCO_Cargo_Garage_Operation_Program/Master.Designer.cs b/HSUCO_Cargo_Garage_Operation_Program/Master.Designer.cs index bda5c8f..48f7db8 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/Master.Designer.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/Master.Designer.cs @@ -35,18 +35,18 @@ this.tabPage1 = new System.Windows.Forms.TabPage(); this.metroTabControl_Applicant = new MetroFramework.Controls.MetroTabControl(); this.tabPage5 = new System.Windows.Forms.TabPage(); - this.applicant1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ApplicantControl(); this.tabPage6 = new System.Windows.Forms.TabPage(); - this.applicantList1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ApplicantList(); this.tabPage7 = new System.Windows.Forms.TabPage(); - this.waitingList1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.WaitingList(); this.tabPage8 = new System.Windows.Forms.TabPage(); - this.userList1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.UserList(); this.tabPage9 = new System.Windows.Forms.TabPage(); - this.listProceeds = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ListProceeds(); this.tabPage10 = new System.Windows.Forms.TabPage(); - this.listCertificate1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ListCertificate(); this.tabPage2 = new System.Windows.Forms.TabPage(); + 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(); + this.userList1 = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.UserList(); + this.listProceeds = new HSUCO_Cargo_Garage_Operation_Program.CustomUserControl.ListProceeds(); + 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(); @@ -131,16 +131,6 @@ this.tabPage5.TabIndex = 0; this.tabPage5.Text = "신규 접수"; // - // applicant1 - // - this.applicant1.BackColor = System.Drawing.Color.White; - this.applicant1.Dock = System.Windows.Forms.DockStyle.Fill; - this.applicant1.Location = new System.Drawing.Point(0, 0); - this.applicant1.Margin = new System.Windows.Forms.Padding(0); - this.applicant1.Name = "applicant1"; - this.applicant1.Size = new System.Drawing.Size(968, 604); - this.applicant1.TabIndex = 1; - // // tabPage6 // this.tabPage6.Controls.Add(this.applicantList1); @@ -150,14 +140,6 @@ this.tabPage6.TabIndex = 1; this.tabPage6.Text = "신청자 리스트"; // - // applicantList1 - // - this.applicantList1.Dock = System.Windows.Forms.DockStyle.Fill; - this.applicantList1.Location = new System.Drawing.Point(0, 0); - this.applicantList1.Name = "applicantList1"; - this.applicantList1.Size = new System.Drawing.Size(968, 604); - this.applicantList1.TabIndex = 0; - // // tabPage7 // this.tabPage7.Controls.Add(this.waitingList1); @@ -167,14 +149,6 @@ this.tabPage7.TabIndex = 2; this.tabPage7.Text = "대기자 리스트"; // - // waitingList1 - // - this.waitingList1.Dock = System.Windows.Forms.DockStyle.Fill; - this.waitingList1.Location = new System.Drawing.Point(0, 0); - this.waitingList1.Name = "waitingList1"; - this.waitingList1.Size = new System.Drawing.Size(968, 604); - this.waitingList1.TabIndex = 0; - // // tabPage8 // this.tabPage8.Controls.Add(this.userList1); @@ -184,14 +158,6 @@ this.tabPage8.TabIndex = 3; this.tabPage8.Text = "이용자 리스트"; // - // userList1 - // - this.userList1.Dock = System.Windows.Forms.DockStyle.Fill; - this.userList1.Location = new System.Drawing.Point(0, 0); - this.userList1.Name = "userList1"; - this.userList1.Size = new System.Drawing.Size(968, 604); - this.userList1.TabIndex = 0; - // // tabPage9 // this.tabPage9.Controls.Add(this.listProceeds); @@ -201,15 +167,6 @@ this.tabPage9.TabIndex = 4; this.tabPage9.Text = "수익금 대장"; // - // listProceeds - // - this.listProceeds.BackColor = System.Drawing.Color.White; - this.listProceeds.Dock = System.Windows.Forms.DockStyle.Fill; - this.listProceeds.Location = new System.Drawing.Point(0, 0); - this.listProceeds.Name = "listProceeds"; - this.listProceeds.Size = new System.Drawing.Size(968, 604); - this.listProceeds.TabIndex = 0; - // // tabPage10 // this.tabPage10.Controls.Add(this.listCertificate1); @@ -219,15 +176,6 @@ this.tabPage10.TabIndex = 5; this.tabPage10.Text = "증명서발급 대장"; // - // listCertificate1 - // - this.listCertificate1.BackColor = System.Drawing.Color.White; - this.listCertificate1.Dock = System.Windows.Forms.DockStyle.Fill; - this.listCertificate1.Location = new System.Drawing.Point(0, 0); - this.listCertificate1.Name = "listCertificate1"; - this.listCertificate1.Size = new System.Drawing.Size(968, 604); - this.listCertificate1.TabIndex = 0; - // // tabPage2 // this.tabPage2.Controls.Add(this.settings1); @@ -237,6 +185,58 @@ this.tabPage2.TabIndex = 1; this.tabPage2.Text = "설정"; // + // applicant1 + // + this.applicant1.BackColor = System.Drawing.Color.White; + this.applicant1.Dock = System.Windows.Forms.DockStyle.Fill; + this.applicant1.Location = new System.Drawing.Point(0, 0); + this.applicant1.Margin = new System.Windows.Forms.Padding(0); + this.applicant1.Name = "applicant1"; + this.applicant1.Size = new System.Drawing.Size(968, 604); + this.applicant1.TabIndex = 1; + // + // applicantList1 + // + this.applicantList1.Dock = System.Windows.Forms.DockStyle.Fill; + this.applicantList1.Location = new System.Drawing.Point(0, 0); + this.applicantList1.Name = "applicantList1"; + this.applicantList1.Size = new System.Drawing.Size(968, 604); + this.applicantList1.TabIndex = 0; + // + // waitingList1 + // + this.waitingList1.Dock = System.Windows.Forms.DockStyle.Fill; + this.waitingList1.Location = new System.Drawing.Point(0, 0); + this.waitingList1.Name = "waitingList1"; + this.waitingList1.Size = new System.Drawing.Size(968, 604); + this.waitingList1.TabIndex = 0; + // + // userList1 + // + this.userList1.Dock = System.Windows.Forms.DockStyle.Fill; + this.userList1.Location = new System.Drawing.Point(0, 0); + this.userList1.Name = "userList1"; + this.userList1.Size = new System.Drawing.Size(968, 604); + this.userList1.TabIndex = 0; + // + // listProceeds + // + this.listProceeds.BackColor = System.Drawing.Color.White; + this.listProceeds.Dock = System.Windows.Forms.DockStyle.Fill; + this.listProceeds.Location = new System.Drawing.Point(0, 0); + this.listProceeds.Name = "listProceeds"; + this.listProceeds.Size = new System.Drawing.Size(968, 604); + this.listProceeds.TabIndex = 0; + // + // listCertificate1 + // + this.listCertificate1.BackColor = System.Drawing.Color.White; + this.listCertificate1.Dock = System.Windows.Forms.DockStyle.Fill; + this.listCertificate1.Location = new System.Drawing.Point(0, 0); + this.listCertificate1.Name = "listCertificate1"; + this.listCertificate1.Size = new System.Drawing.Size(968, 604); + this.listCertificate1.TabIndex = 0; + // // settings1 // this.settings1.BackColor = System.Drawing.Color.White; @@ -254,6 +254,7 @@ this.Controls.Add(this.metroTabControl_Main); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Master"; + this.Style = MetroFramework.MetroColorStyle.Orange; this.Text = "화성도시공사 화물차고지 운영 프로그램 BETA"; this.Load += new System.EventHandler(this.Master_Load); this.metroTabControl_Main.ResumeLayout(false);