namespace BiskLog_Point_Of_Sale.Products_Module { partial class ProductsMainHolder { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panelBranch = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.branchActive = new System.Windows.Forms.Panel(); this.p = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.pref1Active = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.rolesActive = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.tagsActive = new System.Windows.Forms.Panel(); this.content = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.panelBranch.SuspendLayout(); this.p.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.tableLayoutPanel1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(933, 46); this.panel1.TabIndex = 0; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Controls.Add(this.panelBranch, 0, 0); this.tableLayoutPanel1.Controls.Add(this.p, 1, 0); this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 0); this.tableLayoutPanel1.Controls.Add(this.panel2, 3, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(677, 46); this.tableLayoutPanel1.TabIndex = 3; // // panelBranch // this.panelBranch.BackColor = System.Drawing.SystemColors.HighlightText; this.panelBranch.Controls.Add(this.label3); this.panelBranch.Controls.Add(this.branchActive); this.panelBranch.Cursor = System.Windows.Forms.Cursors.Hand; this.panelBranch.Dock = System.Windows.Forms.DockStyle.Fill; this.panelBranch.Location = new System.Drawing.Point(3, 3); this.panelBranch.Name = "panelBranch"; this.panelBranch.Size = new System.Drawing.Size(163, 40); this.panelBranch.TabIndex = 1; // // label3 // this.label3.BackColor = System.Drawing.SystemColors.ControlLightLight; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.label3.ForeColor = System.Drawing.SystemColors.ControlDark; this.label3.Location = new System.Drawing.Point(0, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(163, 35); this.label3.TabIndex = 1; this.label3.Text = "PRODUCTS LIST"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label3.Click += new System.EventHandler(this.Label3_Click); // // branchActive // this.branchActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.branchActive.Dock = System.Windows.Forms.DockStyle.Bottom; this.branchActive.Location = new System.Drawing.Point(0, 35); this.branchActive.Name = "branchActive"; this.branchActive.Size = new System.Drawing.Size(163, 5); this.branchActive.TabIndex = 0; // // p // this.p.BackColor = System.Drawing.SystemColors.ControlLightLight; this.p.Controls.Add(this.label2); this.p.Controls.Add(this.pref1Active); this.p.Cursor = System.Windows.Forms.Cursors.Hand; this.p.Dock = System.Windows.Forms.DockStyle.Fill; this.p.Location = new System.Drawing.Point(172, 3); this.p.Name = "p"; this.p.Size = new System.Drawing.Size(163, 40); this.p.TabIndex = 0; // // label2 // this.label2.BackColor = System.Drawing.SystemColors.ControlLightLight; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.label2.ForeColor = System.Drawing.SystemColors.ControlDark; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(163, 35); this.label2.TabIndex = 1; this.label2.Text = "RESTOCK PRODUCTS"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label2.Click += new System.EventHandler(this.Label2_Click); // // pref1Active // this.pref1Active.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.pref1Active.Dock = System.Windows.Forms.DockStyle.Bottom; this.pref1Active.Location = new System.Drawing.Point(0, 35); this.pref1Active.Name = "pref1Active"; this.pref1Active.Size = new System.Drawing.Size(163, 5); this.pref1Active.TabIndex = 0; this.pref1Active.Visible = false; // // panel3 // this.panel3.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel3.Controls.Add(this.label4); this.panel3.Controls.Add(this.rolesActive); this.panel3.Cursor = System.Windows.Forms.Cursors.Hand; this.panel3.Location = new System.Drawing.Point(341, 3); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(163, 40); this.panel3.TabIndex = 2; // // label4 // this.label4.BackColor = System.Drawing.SystemColors.ControlLightLight; this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.label4.ForeColor = System.Drawing.SystemColors.ControlDark; this.label4.Location = new System.Drawing.Point(0, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(163, 35); this.label4.TabIndex = 1; this.label4.Text = "ALTER PRICES"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label4.Click += new System.EventHandler(this.Label4_Click); // // rolesActive // this.rolesActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.rolesActive.Dock = System.Windows.Forms.DockStyle.Bottom; this.rolesActive.Location = new System.Drawing.Point(0, 35); this.rolesActive.Name = "rolesActive"; this.rolesActive.Size = new System.Drawing.Size(163, 5); this.rolesActive.TabIndex = 0; this.rolesActive.Visible = false; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.ControlLightLight; this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.tagsActive); this.panel2.Cursor = System.Windows.Forms.Cursors.Hand; this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(510, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(164, 40); this.panel2.TabIndex = 2; // // label1 // this.label1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.SystemColors.ControlDark; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(164, 35); this.label1.TabIndex = 1; this.label1.Text = "TAGS AND BARCODES"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label1.Click += new System.EventHandler(this.Label1_Click); // // tagsActive // this.tagsActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.tagsActive.Dock = System.Windows.Forms.DockStyle.Bottom; this.tagsActive.Location = new System.Drawing.Point(0, 35); this.tagsActive.Name = "tagsActive"; this.tagsActive.Size = new System.Drawing.Size(164, 5); this.tagsActive.TabIndex = 0; this.tagsActive.Visible = false; // // content // this.content.Dock = System.Windows.Forms.DockStyle.Fill; this.content.Location = new System.Drawing.Point(0, 46); this.content.Name = "content"; this.content.Size = new System.Drawing.Size(933, 542); this.content.TabIndex = 1; // // ProductsMainHolder // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(933, 588); this.ControlBox = false; this.Controls.Add(this.content); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Segoe UI", 10F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "ProductsMainHolder"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.ProductsMainHolder_Load); this.SizeChanged += new System.EventHandler(this.ProductsMainHolder_SizeChanged); this.panel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.panelBranch.ResumeLayout(false); this.p.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel content; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panelBranch; private System.Windows.Forms.Label label3; private System.Windows.Forms.Panel branchActive; private System.Windows.Forms.Panel p; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel pref1Active; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel rolesActive; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel tagsActive; } }