From dfa9eeb52d62e1c7b424983468f1a30ba214b283 Mon Sep 17 00:00:00 2001 From: Crudelis Date: Fri, 6 Oct 2023 17:22:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=20?= =?UTF-8?q?=EC=9C=84=EC=B9=98=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UserList를 제외한 모든 컴포넌트 화면 조정 --- .../ApplicantList.Designer.cs | 22 +++++++++---------- .../ListCertificate.Designer.cs | 14 ++++++------ .../ListProceeds.Designer.cs | 8 +++---- .../CustomUserControl/WaitingList.Designer.cs | 20 ++++++++--------- 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ApplicantList.Designer.cs b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ApplicantList.Designer.cs index 7eae59e..82767b4 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ApplicantList.Designer.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ApplicantList.Designer.cs @@ -72,9 +72,9 @@ // this.metroButton_UpdateUserData.Anchor = System.Windows.Forms.AnchorStyles.Right; this.metroButton_UpdateUserData.FontSize = MetroFramework.MetroButtonSize.Tall; - this.metroButton_UpdateUserData.Location = new System.Drawing.Point(626, 230); + this.metroButton_UpdateUserData.Location = new System.Drawing.Point(443, 24); this.metroButton_UpdateUserData.Name = "metroButton_UpdateUserData"; - this.metroButton_UpdateUserData.Size = new System.Drawing.Size(121, 40); + this.metroButton_UpdateUserData.Size = new System.Drawing.Size(100, 40); this.metroButton_UpdateUserData.TabIndex = 11; this.metroButton_UpdateUserData.Text = "정보 수정"; this.metroButton_UpdateUserData.UseSelectable = true; @@ -86,9 +86,9 @@ 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(626, 322); + this.metroButton_ExportExcel.Location = new System.Drawing.Point(549, 66); this.metroButton_ExportExcel.Name = "metroButton_ExportExcel"; - this.metroButton_ExportExcel.Size = new System.Drawing.Size(121, 115); + 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); @@ -97,9 +97,9 @@ // this.metroButton_Delete.Anchor = System.Windows.Forms.AnchorStyles.Right; this.metroButton_Delete.FontSize = MetroFramework.MetroButtonSize.Tall; - this.metroButton_Delete.Location = new System.Drawing.Point(626, 276); + this.metroButton_Delete.Location = new System.Drawing.Point(443, 66); this.metroButton_Delete.Name = "metroButton_Delete"; - this.metroButton_Delete.Size = new System.Drawing.Size(121, 40); + this.metroButton_Delete.Size = new System.Drawing.Size(100, 40); this.metroButton_Delete.TabIndex = 10; this.metroButton_Delete.Text = "삭제"; this.metroButton_Delete.UseSelectable = true; @@ -115,7 +115,7 @@ this.groupBox2.Controls.Add(this.metroComboBox_SearchType); this.groupBox2.Location = new System.Drawing.Point(20, 20); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(710, 90); + this.groupBox2.Size = new System.Drawing.Size(417, 90); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = "검색"; @@ -143,7 +143,7 @@ this.metroButton_Search.FontSize = MetroFramework.MetroButtonSize.Tall; this.metroButton_Search.Location = new System.Drawing.Point(328, 20); this.metroButton_Search.Name = "metroButton_Search"; - this.metroButton_Search.Size = new System.Drawing.Size(131, 49); + this.metroButton_Search.Size = new System.Drawing.Size(60, 50); this.metroButton_Search.TabIndex = 5; this.metroButton_Search.Text = "조회"; this.metroButton_Search.UseSelectable = true; @@ -199,9 +199,9 @@ // this.metroButton_UpdateUser.Anchor = System.Windows.Forms.AnchorStyles.Right; this.metroButton_UpdateUser.FontSize = MetroFramework.MetroButtonSize.Tall; - this.metroButton_UpdateUser.Location = new System.Drawing.Point(626, 120); + this.metroButton_UpdateUser.Location = new System.Drawing.Point(549, 24); this.metroButton_UpdateUser.Name = "metroButton_UpdateUser"; - this.metroButton_UpdateUser.Size = new System.Drawing.Size(121, 40); + this.metroButton_UpdateUser.Size = new System.Drawing.Size(100, 40); this.metroButton_UpdateUser.TabIndex = 7; this.metroButton_UpdateUser.Text = "추첨 하기"; this.metroButton_UpdateUser.UseSelectable = true; @@ -230,7 +230,7 @@ this.dataGridView_List.ReadOnly = true; this.dataGridView_List.RowTemplate.Height = 23; this.dataGridView_List.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; - this.dataGridView_List.Size = new System.Drawing.Size(600, 330); + this.dataGridView_List.Size = new System.Drawing.Size(710, 330); this.dataGridView_List.TabIndex = 6; // // ApplicantList diff --git a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListCertificate.Designer.cs b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListCertificate.Designer.cs index 84883c7..075256c 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListCertificate.Designer.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListCertificate.Designer.cs @@ -65,7 +65,7 @@ this.dataGridView_List.ReadOnly = true; this.dataGridView_List.RowTemplate.Height = 23; this.dataGridView_List.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; - this.dataGridView_List.Size = new System.Drawing.Size(600, 330); + this.dataGridView_List.Size = new System.Drawing.Size(710, 330); this.dataGridView_List.TabIndex = 11; // // metroButton_ExportExcel @@ -74,9 +74,9 @@ 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(626, 228); + this.metroButton_ExportExcel.Location = new System.Drawing.Point(640, 20); this.metroButton_ExportExcel.Name = "metroButton_ExportExcel"; - this.metroButton_ExportExcel.Size = new System.Drawing.Size(121, 115); + 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); @@ -91,7 +91,7 @@ this.groupBox1.Controls.Add(this.metroLabel1); this.groupBox1.Location = new System.Drawing.Point(20, 20); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(480, 90); + this.groupBox1.Size = new System.Drawing.Size(430, 90); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; this.groupBox1.Text = "검색"; @@ -117,7 +117,7 @@ this.metroButton_Search.FontSize = MetroFramework.MetroButtonSize.Tall; this.metroButton_Search.Location = new System.Drawing.Point(316, 15); this.metroButton_Search.Name = "metroButton_Search"; - this.metroButton_Search.Size = new System.Drawing.Size(131, 64); + this.metroButton_Search.Size = new System.Drawing.Size(80, 64); this.metroButton_Search.TabIndex = 6; this.metroButton_Search.Text = "조회"; this.metroButton_Search.UseSelectable = true; @@ -145,9 +145,9 @@ // this.metroButton_RePrint.Anchor = System.Windows.Forms.AnchorStyles.Right; this.metroButton_RePrint.FontSize = MetroFramework.MetroButtonSize.Tall; - this.metroButton_RePrint.Location = new System.Drawing.Point(626, 136); + this.metroButton_RePrint.Location = new System.Drawing.Point(534, 70); this.metroButton_RePrint.Name = "metroButton_RePrint"; - this.metroButton_RePrint.Size = new System.Drawing.Size(121, 40); + this.metroButton_RePrint.Size = new System.Drawing.Size(100, 40); this.metroButton_RePrint.TabIndex = 15; this.metroButton_RePrint.Text = "재 인쇄"; this.metroButton_RePrint.UseSelectable = true; diff --git a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListProceeds.Designer.cs b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListProceeds.Designer.cs index 0f02e69..effa139 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListProceeds.Designer.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/ListProceeds.Designer.cs @@ -77,7 +77,7 @@ this.metroButton_Search.FontSize = MetroFramework.MetroButtonSize.Tall; this.metroButton_Search.Location = new System.Drawing.Point(316, 15); this.metroButton_Search.Name = "metroButton_Search"; - this.metroButton_Search.Size = new System.Drawing.Size(131, 64); + this.metroButton_Search.Size = new System.Drawing.Size(100, 64); this.metroButton_Search.TabIndex = 6; this.metroButton_Search.Text = "조회"; this.metroButton_Search.UseSelectable = true; @@ -124,7 +124,7 @@ this.dataGridView_List.ReadOnly = true; this.dataGridView_List.RowTemplate.Height = 23; this.dataGridView_List.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; - this.dataGridView_List.Size = new System.Drawing.Size(600, 330); + this.dataGridView_List.Size = new System.Drawing.Size(710, 330); this.dataGridView_List.TabIndex = 11; // // metroButton_ExportExcel @@ -133,9 +133,9 @@ 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(626, 120); + this.metroButton_ExportExcel.Location = new System.Drawing.Point(506, 20); this.metroButton_ExportExcel.Name = "metroButton_ExportExcel"; - this.metroButton_ExportExcel.Size = new System.Drawing.Size(121, 115); + this.metroButton_ExportExcel.Size = new System.Drawing.Size(90, 90); this.metroButton_ExportExcel.TabIndex = 14; this.metroButton_ExportExcel.UseSelectable = true; this.metroButton_ExportExcel.Click += new System.EventHandler(this.metroButton_ExportExcel_Click); diff --git a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/WaitingList.Designer.cs b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/WaitingList.Designer.cs index e84e1e4..9fefa0c 100644 --- a/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/WaitingList.Designer.cs +++ b/HSUCO_Cargo_Garage_Operation_Program/CustomUserControl/WaitingList.Designer.cs @@ -72,9 +72,9 @@ // this.metroButton_UpdateUserData.Anchor = System.Windows.Forms.AnchorStyles.Right; this.metroButton_UpdateUserData.FontSize = MetroFramework.MetroButtonSize.Tall; - this.metroButton_UpdateUserData.Location = new System.Drawing.Point(626, 230); + this.metroButton_UpdateUserData.Location = new System.Drawing.Point(605, 20); this.metroButton_UpdateUserData.Name = "metroButton_UpdateUserData"; - this.metroButton_UpdateUserData.Size = new System.Drawing.Size(121, 40); + this.metroButton_UpdateUserData.Size = new System.Drawing.Size(100, 40); this.metroButton_UpdateUserData.TabIndex = 12; this.metroButton_UpdateUserData.Text = "정보 수정"; this.metroButton_UpdateUserData.UseSelectable = true; @@ -86,9 +86,9 @@ 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(626, 322); + this.metroButton_ExportExcel.Location = new System.Drawing.Point(605, 66); this.metroButton_ExportExcel.Name = "metroButton_ExportExcel"; - this.metroButton_ExportExcel.Size = new System.Drawing.Size(121, 115); + 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); @@ -97,9 +97,9 @@ // this.metroButton_Delete.Anchor = System.Windows.Forms.AnchorStyles.Right; this.metroButton_Delete.FontSize = MetroFramework.MetroButtonSize.Tall; - this.metroButton_Delete.Location = new System.Drawing.Point(626, 276); + this.metroButton_Delete.Location = new System.Drawing.Point(499, 66); this.metroButton_Delete.Name = "metroButton_Delete"; - this.metroButton_Delete.Size = new System.Drawing.Size(121, 40); + this.metroButton_Delete.Size = new System.Drawing.Size(100, 40); this.metroButton_Delete.TabIndex = 10; this.metroButton_Delete.Text = "대기자 삭제"; this.metroButton_Delete.UseSelectable = true; @@ -115,7 +115,7 @@ this.groupBox2.Controls.Add(this.metroComboBox_SearchType); this.groupBox2.Location = new System.Drawing.Point(20, 20); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(710, 90); + this.groupBox2.Size = new System.Drawing.Size(468, 90); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = "검색"; @@ -199,9 +199,9 @@ // this.metroButton_UpdateUser.Anchor = System.Windows.Forms.AnchorStyles.Right; this.metroButton_UpdateUser.FontSize = MetroFramework.MetroButtonSize.Tall; - this.metroButton_UpdateUser.Location = new System.Drawing.Point(626, 120); + this.metroButton_UpdateUser.Location = new System.Drawing.Point(499, 20); this.metroButton_UpdateUser.Name = "metroButton_UpdateUser"; - this.metroButton_UpdateUser.Size = new System.Drawing.Size(121, 40); + this.metroButton_UpdateUser.Size = new System.Drawing.Size(100, 40); this.metroButton_UpdateUser.TabIndex = 7; this.metroButton_UpdateUser.Text = "대기자 당첨"; this.metroButton_UpdateUser.UseSelectable = true; @@ -231,7 +231,7 @@ this.dataGridView_List.ReadOnly = true; this.dataGridView_List.RowTemplate.Height = 23; this.dataGridView_List.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; - this.dataGridView_List.Size = new System.Drawing.Size(600, 330); + this.dataGridView_List.Size = new System.Drawing.Size(710, 330); this.dataGridView_List.TabIndex = 6; // // WaitingList