QueueSys/QueueSys/frmCustomerView.Designer.cs

198 lines
10 KiB
C#

namespace QueueSys
{
partial class frmCustomerView
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCustomerView));
this.dgvCustomerView = new System.Windows.Forms.DataGridView();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.splitContainer3 = 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();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
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();
this.SuspendLayout();
//
// dgvCustomerView
//
this.dgvCustomerView.AllowUserToAddRows = false;
this.dgvCustomerView.AllowUserToDeleteRows = false;
this.dgvCustomerView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvCustomerView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvCustomerView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvCustomerView.Font = new System.Drawing.Font("Times New Roman", 30F);
this.dgvCustomerView.Location = new System.Drawing.Point(0, 0);
this.dgvCustomerView.Name = "dgvCustomerView";
this.dgvCustomerView.ReadOnly = true;
this.dgvCustomerView.RowHeadersWidth = 62;
this.dgvCustomerView.RowTemplate.Height = 50;
this.dgvCustomerView.Size = new System.Drawing.Size(1029, 583);
this.dgvCustomerView.TabIndex = 0;
//
// splitContainer1
//
this.splitContainer1.BackgroundImage = global::QueueSys.Properties.Resources.QueueSysBkg;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackgroundImage = global::QueueSys.Properties.Resources.QueueSysBkg;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(1119, 692);
this.splitContainer1.SplitterDistance = 41;
this.splitContainer1.TabIndex = 1;
//
// splitContainer2
//
this.splitContainer2.BackgroundImage = global::QueueSys.Properties.Resources.QueueSysBkg;
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.BackgroundImage = global::QueueSys.Properties.Resources.QueueSysBkg;
this.splitContainer2.Size = new System.Drawing.Size(1074, 692);
this.splitContainer2.SplitterDistance = 1029;
this.splitContainer2.TabIndex = 0;
//
// splitContainer3
//
this.splitContainer3.BackgroundImage = global::QueueSys.Properties.Resources.QueueSysBkg;
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
this.splitContainer3.Name = "splitContainer3";
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.BackgroundImage = global::QueueSys.Properties.Resources.QueueSysBkg;
this.splitContainer3.Panel1.Controls.Add(this.pictureBox1);
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.splitContainer4);
this.splitContainer3.Size = new System.Drawing.Size(1029, 692);
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;
this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer4.Location = new System.Drawing.Point(0, 0);
this.splitContainer4.Name = "splitContainer4";
this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer4.Panel1
//
this.splitContainer4.Panel1.Controls.Add(this.dgvCustomerView);
//
// splitContainer4.Panel2
//
this.splitContainer4.Panel2.BackgroundImage = global::QueueSys.Properties.Resources.QueueSysBkg;
this.splitContainer4.Size = new System.Drawing.Size(1029, 627);
this.splitContainer4.SplitterDistance = 583;
this.splitContainer4.TabIndex = 0;
//
// frmCustomerView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1119, 692);
this.ControlBox = false;
this.Controls.Add(this.splitContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "frmCustomerView";
this.Text = "RUNWAY FASHION EXCHANGE";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCustomerView_FormClosing);
this.Load += new System.EventHandler(this.frmCustomerView_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvCustomerView)).EndInit();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
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);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dgvCustomerView;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.SplitContainer splitContainer4;
private System.Windows.Forms.PictureBox pictureBox1;
}
}