From d1128f34c232cc0c482061c5fc899bd4f325035c Mon Sep 17 00:00:00 2001 From: DucDangAnh Date: Wed, 1 Jul 2020 17:21:02 +0700 Subject: [PATCH] Statistic - Fix Design --- AIParkingApplication/Statistic.Designer.cs | 36 +++++++++++++--------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/AIParkingApplication/Statistic.Designer.cs b/AIParkingApplication/Statistic.Designer.cs index 7f3f56a..60783de 100644 --- a/AIParkingApplication/Statistic.Designer.cs +++ b/AIParkingApplication/Statistic.Designer.cs @@ -45,6 +45,8 @@ // // grbVehicleStatistics // + this.grbVehicleStatistics.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.grbVehicleStatistics.Controls.Add(this.label4); this.grbVehicleStatistics.Controls.Add(this.label3); this.grbVehicleStatistics.Controls.Add(this.lblVehicleTotalOut); @@ -53,7 +55,7 @@ this.grbVehicleStatistics.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grbVehicleStatistics.Location = new System.Drawing.Point(1, 1); this.grbVehicleStatistics.Name = "grbVehicleStatistics"; - this.grbVehicleStatistics.Size = new System.Drawing.Size(290, 189); + this.grbVehicleStatistics.Size = new System.Drawing.Size(226, 178); this.grbVehicleStatistics.TabIndex = 0; this.grbVehicleStatistics.TabStop = false; this.grbVehicleStatistics.Text = "Thống kê xe"; @@ -61,7 +63,7 @@ // label4 // this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.label4.Location = new System.Drawing.Point(183, 133); + this.label4.Location = new System.Drawing.Point(137, 125); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(60, 20); this.label4.TabIndex = 2; @@ -71,7 +73,7 @@ // label3 // this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.label3.Location = new System.Drawing.Point(42, 133); + this.label3.Location = new System.Drawing.Point(30, 125); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(60, 20); this.label3.TabIndex = 2; @@ -82,7 +84,7 @@ // this.lblVehicleTotalOut.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblVehicleTotalOut.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lblVehicleTotalOut.Location = new System.Drawing.Point(183, 161); + this.lblVehicleTotalOut.Location = new System.Drawing.Point(137, 153); this.lblVehicleTotalOut.Name = "lblVehicleTotalOut"; this.lblVehicleTotalOut.Size = new System.Drawing.Size(60, 20); this.lblVehicleTotalOut.TabIndex = 1; @@ -93,7 +95,7 @@ // this.lblVehicleTotalIn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblVehicleTotalIn.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lblVehicleTotalIn.Location = new System.Drawing.Point(42, 161); + this.lblVehicleTotalIn.Location = new System.Drawing.Point(30, 153); this.lblVehicleTotalIn.Name = "lblVehicleTotalIn"; this.lblVehicleTotalIn.Size = new System.Drawing.Size(60, 20); this.lblVehicleTotalIn.TabIndex = 1; @@ -102,6 +104,8 @@ // // tlpStatisticTable // + this.tlpStatisticTable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.tlpStatisticTable.ColumnCount = 2; this.tlpStatisticTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tlpStatisticTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); @@ -111,11 +115,13 @@ this.tlpStatisticTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tlpStatisticTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tlpStatisticTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); - this.tlpStatisticTable.Size = new System.Drawing.Size(278, 100); + this.tlpStatisticTable.Size = new System.Drawing.Size(215, 100); this.tlpStatisticTable.TabIndex = 0; // // grbLoginInfo // + this.grbLoginInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.grbLoginInfo.Controls.Add(this.lblAuthorization); this.grbLoginInfo.Controls.Add(this.lblUsername); this.grbLoginInfo.Controls.Add(this.label2); @@ -123,10 +129,10 @@ this.grbLoginInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grbLoginInfo.Location = new System.Drawing.Point(1, 198); this.grbLoginInfo.Name = "grbLoginInfo"; - this.grbLoginInfo.Size = new System.Drawing.Size(290, 93); + this.grbLoginInfo.Size = new System.Drawing.Size(226, 93); this.grbLoginInfo.TabIndex = 1; this.grbLoginInfo.TabStop = false; - this.grbLoginInfo.Text = "Thông tin đăng nhập"; + this.grbLoginInfo.Text = "Thông tin tài khoản"; // // lblAuthorization // @@ -134,9 +140,9 @@ this.lblAuthorization.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAuthorization.Location = new System.Drawing.Point(109, 60); this.lblAuthorization.Name = "lblAuthorization"; - this.lblAuthorization.Size = new System.Drawing.Size(127, 18); + this.lblAuthorization.Size = new System.Drawing.Size(56, 18); this.lblAuthorization.TabIndex = 0; - this.lblAuthorization.Text = "Nhân Viên Bảo Vệ"; + this.lblAuthorization.Text = "Bảo Vệ"; // // lblUsername // @@ -154,9 +160,9 @@ this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(16, 60); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(85, 18); + this.label2.Size = new System.Drawing.Size(89, 18); this.label2.TabIndex = 0; - this.label2.Text = "Phân quyền"; + this.label2.Text = "Phân quyền:"; // // label1 // @@ -164,9 +170,9 @@ this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(16, 27); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(73, 18); + this.label1.Size = new System.Drawing.Size(77, 18); this.label1.TabIndex = 0; - this.label1.Text = "Tài khoản"; + this.label1.Text = "Tài khoản:"; // // Statistic // @@ -175,7 +181,7 @@ this.Controls.Add(this.grbLoginInfo); this.Controls.Add(this.grbVehicleStatistics); this.Name = "Statistic"; - this.Size = new System.Drawing.Size(292, 292); + this.Size = new System.Drawing.Size(228, 292); this.Load += new System.EventHandler(this.Statistic_Load); this.grbVehicleStatistics.ResumeLayout(false); this.grbLoginInfo.ResumeLayout(false);