컴포넌트 위치 조정

UserList를 제외한 모든 컴포넌트 화면 조정
This commit is contained in:
2023-10-06 17:22:53 +09:00
parent 8652f9e0fe
commit dfa9eeb52d
4 changed files with 32 additions and 32 deletions

View File

@@ -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

View File

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

View File

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

View File

@@ -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