Pretty up the customer view.

This commit is contained in:
kougyoku 2019-10-29 09:19:11 -07:00
parent b4a5bef462
commit 81cff101b6
1 changed files with 13 additions and 13 deletions

View File

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