From 81cff101b6754d01a987e09cb36246a9c364d97c Mon Sep 17 00:00:00 2001 From: kougyoku Date: Tue, 29 Oct 2019 09:19:11 -0700 Subject: [PATCH] Pretty up the customer view. --- QueueSys/frmCustomerView.Designer.cs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/QueueSys/frmCustomerView.Designer.cs b/QueueSys/frmCustomerView.Designer.cs index 1709bf6..386f95e 100644 --- a/QueueSys/frmCustomerView.Designer.cs +++ b/QueueSys/frmCustomerView.Designer.cs @@ -35,8 +35,8 @@ this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); - this.splitContainer4 = new System.Windows.Forms.SplitContainer(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.splitContainer4 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.dgvCustomerView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel2.SuspendLayout(); @@ -48,10 +48,10 @@ this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit(); this.splitContainer4.Panel1.SuspendLayout(); this.splitContainer4.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // dgvCustomerView @@ -131,6 +131,16 @@ this.splitContainer3.SplitterDistance = 61; this.splitContainer3.TabIndex = 0; // + // pictureBox1 + // + this.pictureBox1.BackgroundImage = global::QueueSys.Properties.Resources.QueueSysBkg; + this.pictureBox1.Image = global::QueueSys.Properties.Resources.Runway_logo; + this.pictureBox1.Location = new System.Drawing.Point(21, 13); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(495, 184); + this.pictureBox1.TabIndex = 0; + this.pictureBox1.TabStop = false; + // // splitContainer4 // this.splitContainer4.BackgroundImage = global::QueueSys.Properties.Resources.QueueSysBkg; @@ -150,16 +160,6 @@ this.splitContainer4.SplitterDistance = 583; this.splitContainer4.TabIndex = 0; // - // pictureBox1 - // - this.pictureBox1.BackgroundImage = global::QueueSys.Properties.Resources.QueueSysBkg; - this.pictureBox1.Image = global::QueueSys.Properties.Resources.Runway_logo; - this.pictureBox1.Location = new System.Drawing.Point(21, 13); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(495, 184); - this.pictureBox1.TabIndex = 0; - this.pictureBox1.TabStop = false; - // // frmCustomerView // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); @@ -185,10 +185,10 @@ this.splitContainer3.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.splitContainer4.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit(); this.splitContainer4.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); }