namespace IBRCAD
{
partial class frm_dashboard_home : Form
{
///
/// 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()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_dashboard_home));
DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
timer1 = new System.Windows.Forms.Timer(components);
pn_show = new Panel();
lbl_more = new LinkLabel();
panel3 = new Panel();
label11 = new Label();
label12 = new Label();
pictureBox4 = new PictureBox();
panel4 = new Panel();
panel1 = new Panel();
label5 = new Label();
pictureBox2 = new PictureBox();
panel2 = new Panel();
label6 = new Label();
lblFecha = new Label();
lblhora = new Label();
panel13 = new Panel();
label17 = new Label();
pictureBox7 = new PictureBox();
panel14 = new Panel();
label18 = new Label();
TablaProductos = new DataGridView();
label16 = new Label();
label15 = new Label();
panel11 = new Panel();
label7 = new Label();
label8 = new Label();
pictureBox6 = new PictureBox();
panel12 = new Panel();
panel9 = new Panel();
label2 = new Label();
pictureBox1 = new PictureBox();
panel10 = new Panel();
label3 = new Label();
label4 = new Label();
label1 = new Label();
panel7 = new Panel();
label13 = new Label();
pictureBox5 = new PictureBox();
panel8 = new Panel();
label14 = new Label();
panel5 = new Panel();
label9 = new Label();
label10 = new Label();
pictureBox3 = new PictureBox();
panel6 = new Panel();
pn_show.SuspendLayout();
panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox4).BeginInit();
panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit();
panel2.SuspendLayout();
panel13.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox7).BeginInit();
panel14.SuspendLayout();
((System.ComponentModel.ISupportInitialize)TablaProductos).BeginInit();
panel11.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox6).BeginInit();
panel9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
panel10.SuspendLayout();
panel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox5).BeginInit();
panel8.SuspendLayout();
panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox3).BeginInit();
SuspendLayout();
//
// timer1
//
timer1.Enabled = true;
timer1.Tick += timer1_Tick;
//
// pn_show
//
pn_show.Controls.Add(lbl_more);
pn_show.Controls.Add(panel3);
pn_show.Controls.Add(panel1);
pn_show.Controls.Add(lblFecha);
pn_show.Controls.Add(lblhora);
pn_show.Controls.Add(panel13);
pn_show.Controls.Add(TablaProductos);
pn_show.Controls.Add(label16);
pn_show.Controls.Add(label15);
pn_show.Controls.Add(panel11);
pn_show.Controls.Add(panel9);
pn_show.Controls.Add(panel7);
pn_show.Controls.Add(panel5);
pn_show.Dock = DockStyle.Fill;
pn_show.Location = new Point(0, 0);
pn_show.Name = "pn_show";
pn_show.Size = new Size(1225, 704);
pn_show.TabIndex = 0;
//
// lbl_more
//
lbl_more.AutoSize = true;
lbl_more.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
lbl_more.Location = new Point(1077, 229);
lbl_more.Name = "lbl_more";
lbl_more.Size = new Size(54, 21);
lbl_more.TabIndex = 53;
lbl_more.TabStop = true;
lbl_more.Text = "Mais+";
lbl_more.LinkClicked += lbl_more_LinkClicked_1;
//
// panel3
//
panel3.BorderStyle = BorderStyle.FixedSingle;
panel3.Controls.Add(label11);
panel3.Controls.Add(label12);
panel3.Controls.Add(pictureBox4);
panel3.Controls.Add(panel4);
panel3.Location = new Point(696, 41);
panel3.Margin = new Padding(4, 3, 4, 3);
panel3.Name = "panel3";
panel3.Size = new Size(128, 173);
panel3.TabIndex = 44;
//
// label11
//
label11.AutoSize = true;
label11.Font = new Font("Century Gothic", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label11.ForeColor = Color.Red;
label11.Location = new Point(31, 129);
label11.Margin = new Padding(4, 0, 4, 0);
label11.Name = "label11";
label11.Size = new Size(33, 20);
label11.TabIndex = 16;
label11.Text = "lbl1";
//
// label12
//
label12.AutoSize = true;
label12.BackColor = Color.FromArgb(64, 64, 64);
label12.Font = new Font("Century Gothic", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label12.ForeColor = Color.White;
label12.Location = new Point(22, 5);
label12.Margin = new Padding(4, 0, 4, 0);
label12.Name = "label12";
label12.Size = new Size(82, 22);
label12.TabIndex = 15;
label12.Text = "Vendas";
//
// pictureBox4
//
pictureBox4.Cursor = Cursors.Hand;
pictureBox4.Image = (Image)resources.GetObject("pictureBox4.Image");
pictureBox4.Location = new Point(16, 39);
pictureBox4.Margin = new Padding(4, 3, 4, 3);
pictureBox4.Name = "pictureBox4";
pictureBox4.Size = new Size(93, 92);
pictureBox4.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox4.TabIndex = 4;
pictureBox4.TabStop = false;
//
// panel4
//
panel4.BackColor = Color.FromArgb(64, 64, 64);
panel4.Dock = DockStyle.Top;
panel4.Location = new Point(0, 0);
panel4.Margin = new Padding(4, 3, 4, 3);
panel4.Name = "panel4";
panel4.Size = new Size(126, 35);
panel4.TabIndex = 0;
//
// panel1
//
panel1.BorderStyle = BorderStyle.FixedSingle;
panel1.Controls.Add(label5);
panel1.Controls.Add(pictureBox2);
panel1.Controls.Add(panel2);
panel1.ForeColor = Color.SeaGreen;
panel1.Location = new Point(195, 37);
panel1.Margin = new Padding(4, 3, 4, 3);
panel1.Name = "panel1";
panel1.Size = new Size(128, 173);
panel1.TabIndex = 43;
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("Century Gothic", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label5.ForeColor = Color.RoyalBlue;
label5.Location = new Point(37, 133);
label5.Margin = new Padding(4, 0, 4, 0);
label5.Name = "label5";
label5.Size = new Size(33, 20);
label5.TabIndex = 16;
label5.Text = "lbl1";
//
// pictureBox2
//
pictureBox2.Cursor = Cursors.Hand;
pictureBox2.Image = (Image)resources.GetObject("pictureBox2.Image");
pictureBox2.Location = new Point(18, 39);
pictureBox2.Margin = new Padding(4, 3, 4, 3);
pictureBox2.Name = "pictureBox2";
pictureBox2.Size = new Size(93, 92);
pictureBox2.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox2.TabIndex = 2;
pictureBox2.TabStop = false;
//
// panel2
//
panel2.BackColor = Color.FromArgb(64, 64, 64);
panel2.Controls.Add(label6);
panel2.Dock = DockStyle.Top;
panel2.Location = new Point(0, 0);
panel2.Margin = new Padding(4, 3, 4, 3);
panel2.Name = "panel2";
panel2.Size = new Size(126, 35);
panel2.TabIndex = 0;
//
// label6
//
label6.AutoSize = true;
label6.BackColor = Color.FromArgb(64, 64, 64);
label6.Font = new Font("Century Gothic", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label6.ForeColor = Color.White;
label6.Location = new Point(-1, 3);
label6.Margin = new Padding(4, 0, 4, 0);
label6.Name = "label6";
label6.Size = new Size(133, 22);
label6.TabIndex = 15;
label6.Text = "Lideres e Auxi";
//
// lblFecha
//
lblFecha.AutoSize = true;
lblFecha.BackColor = Color.Transparent;
lblFecha.Font = new Font("Century Gothic", 25F, FontStyle.Regular, GraphicsUnit.Point, 0);
lblFecha.ForeColor = Color.FromArgb(0, 122, 204);
lblFecha.Location = new Point(571, 622);
lblFecha.Margin = new Padding(4, 0, 4, 0);
lblFecha.Name = "lblFecha";
lblFecha.Size = new Size(516, 40);
lblFecha.TabIndex = 42;
lblFecha.Text = "Miercoles, 10 noviembre 2017";
//
// lblhora
//
lblhora.AutoSize = true;
lblhora.BackColor = Color.Transparent;
lblhora.Font = new Font("Century Gothic", 80F, FontStyle.Regular, GraphicsUnit.Point, 0);
lblhora.ForeColor = Color.FromArgb(64, 64, 64);
lblhora.Location = new Point(639, 484);
lblhora.Margin = new Padding(4, 0, 4, 0);
lblhora.Name = "lblhora";
lblhora.Size = new Size(467, 129);
lblhora.TabIndex = 41;
lblhora.Text = "00:00:00";
//
// panel13
//
panel13.BorderStyle = BorderStyle.FixedSingle;
panel13.Controls.Add(label17);
panel13.Controls.Add(pictureBox7);
panel13.Controls.Add(panel14);
panel13.Location = new Point(1014, 43);
panel13.Margin = new Padding(4, 3, 4, 3);
panel13.Name = "panel13";
panel13.Size = new Size(128, 173);
panel13.TabIndex = 47;
//
// label17
//
label17.AutoSize = true;
label17.Font = new Font("Century Gothic", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label17.ForeColor = Color.Orange;
label17.Location = new Point(31, 136);
label17.Margin = new Padding(4, 0, 4, 0);
label17.Name = "label17";
label17.Size = new Size(63, 20);
label17.TabIndex = 16;
label17.Text = "Sistema";
//
// pictureBox7
//
pictureBox7.Cursor = Cursors.Hand;
pictureBox7.Image = (Image)resources.GetObject("pictureBox7.Image");
pictureBox7.Location = new Point(16, 39);
pictureBox7.Margin = new Padding(4, 3, 4, 3);
pictureBox7.Name = "pictureBox7";
pictureBox7.Size = new Size(93, 92);
pictureBox7.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox7.TabIndex = 5;
pictureBox7.TabStop = false;
//
// panel14
//
panel14.BackColor = Color.FromArgb(64, 64, 64);
panel14.Controls.Add(label18);
panel14.Dock = DockStyle.Top;
panel14.Location = new Point(0, 0);
panel14.Margin = new Padding(4, 3, 4, 3);
panel14.Name = "panel14";
panel14.Size = new Size(126, 35);
panel14.TabIndex = 0;
//
// label18
//
label18.AutoSize = true;
label18.BackColor = Color.FromArgb(64, 64, 64);
label18.Font = new Font("Century Gothic", 11F, FontStyle.Regular, GraphicsUnit.Point, 0);
label18.ForeColor = Color.White;
label18.Location = new Point(4, 4);
label18.Margin = new Padding(4, 0, 4, 0);
label18.Name = "label18";
label18.Size = new Size(118, 20);
label18.TabIndex = 15;
label18.Text = "Configurações";
//
// TablaProductos
//
TablaProductos.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left;
TablaProductos.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells;
TablaProductos.AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.AllCells;
TablaProductos.BackgroundColor = Color.WhiteSmoke;
TablaProductos.CellBorderStyle = DataGridViewCellBorderStyle.None;
TablaProductos.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = Color.FromArgb(64, 64, 64);
dataGridViewCellStyle1.Font = new Font("Century Gothic", 9.75F, FontStyle.Regular, GraphicsUnit.Point, 0);
dataGridViewCellStyle1.ForeColor = Color.WhiteSmoke;
dataGridViewCellStyle1.SelectionBackColor = Color.LightSeaGreen;
dataGridViewCellStyle1.SelectionForeColor = Color.WhiteSmoke;
dataGridViewCellStyle1.WrapMode = DataGridViewTriState.True;
TablaProductos.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
TablaProductos.ColumnHeadersHeight = 30;
TablaProductos.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = Color.WhiteSmoke;
dataGridViewCellStyle2.Font = new Font("Century Gothic", 9.75F, FontStyle.Regular, GraphicsUnit.Point, 0);
dataGridViewCellStyle2.ForeColor = SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = Color.FromArgb(0, 122, 204);
dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = DataGridViewTriState.False;
TablaProductos.DefaultCellStyle = dataGridViewCellStyle2;
TablaProductos.EnableHeadersVisualStyles = false;
TablaProductos.GridColor = Color.FromArgb(64, 64, 64);
TablaProductos.Location = new Point(22, 293);
TablaProductos.Margin = new Padding(4, 3, 4, 3);
TablaProductos.Name = "TablaProductos";
TablaProductos.RowHeadersVisible = false;
TablaProductos.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
TablaProductos.Size = new Size(541, 381);
TablaProductos.TabIndex = 52;
//
// label16
//
label16.AutoSize = true;
label16.Font = new Font("Century Gothic", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label16.ForeColor = Color.FromArgb(64, 64, 64);
label16.Location = new Point(16, 244);
label16.Margin = new Padding(4, 0, 4, 0);
label16.Name = "label16";
label16.Size = new Size(180, 21);
label16.TabIndex = 51;
label16.Text = "Relatorio de Membros";
//
// label15
//
label15.AutoSize = true;
label15.Font = new Font("Century Gothic", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label15.ForeColor = Color.FromArgb(64, 64, 64);
label15.Location = new Point(16, 9);
label15.Margin = new Padding(4, 0, 4, 0);
label15.Name = "label15";
label15.Size = new Size(164, 21);
label15.TabIndex = 50;
label15.Text = "Resumo do Sistema:";
//
// panel11
//
panel11.BorderStyle = BorderStyle.FixedSingle;
panel11.Controls.Add(label7);
panel11.Controls.Add(label8);
panel11.Controls.Add(pictureBox6);
panel11.Controls.Add(panel12);
panel11.Location = new Point(364, 39);
panel11.Margin = new Padding(4, 3, 4, 3);
panel11.Name = "panel11";
panel11.Size = new Size(128, 173);
panel11.TabIndex = 48;
//
// label7
//
label7.AutoSize = true;
label7.Font = new Font("Century Gothic", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label7.ForeColor = Color.Crimson;
label7.Location = new Point(42, 132);
label7.Margin = new Padding(4, 0, 4, 0);
label7.Name = "label7";
label7.Size = new Size(33, 20);
label7.TabIndex = 16;
label7.Text = "lbl1";
//
// label8
//
label8.AutoSize = true;
label8.BackColor = Color.FromArgb(64, 64, 64);
label8.Font = new Font("Century Gothic", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label8.ForeColor = Color.White;
label8.Location = new Point(5, 2);
label8.Margin = new Padding(4, 0, 4, 0);
label8.Name = "label8";
label8.Size = new Size(93, 22);
label8.TabIndex = 15;
label8.Text = "Compras";
//
// pictureBox6
//
pictureBox6.Cursor = Cursors.Hand;
pictureBox6.Image = (Image)resources.GetObject("pictureBox6.Image");
pictureBox6.Location = new Point(16, 39);
pictureBox6.Margin = new Padding(4, 3, 4, 3);
pictureBox6.Name = "pictureBox6";
pictureBox6.Size = new Size(93, 92);
pictureBox6.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox6.TabIndex = 6;
pictureBox6.TabStop = false;
//
// panel12
//
panel12.BackColor = Color.FromArgb(64, 64, 64);
panel12.Dock = DockStyle.Top;
panel12.Location = new Point(0, 0);
panel12.Margin = new Padding(4, 3, 4, 3);
panel12.Name = "panel12";
panel12.Size = new Size(126, 35);
panel12.TabIndex = 0;
//
// panel9
//
panel9.BorderStyle = BorderStyle.FixedSingle;
panel9.Controls.Add(label2);
panel9.Controls.Add(pictureBox1);
panel9.Controls.Add(panel10);
panel9.Location = new Point(27, 36);
panel9.Margin = new Padding(4, 3, 4, 3);
panel9.Name = "panel9";
panel9.Size = new Size(128, 173);
panel9.TabIndex = 49;
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Century Gothic", 9.75F, FontStyle.Regular, GraphicsUnit.Point, 0);
label2.ForeColor = Color.SeaGreen;
label2.Location = new Point(2, 146);
label2.Margin = new Padding(4, 0, 4, 0);
label2.Name = "label2";
label2.Size = new Size(124, 17);
label2.TabIndex = 1;
label2.Text = "Membros e Congr";
//
// pictureBox1
//
pictureBox1.Cursor = Cursors.Hand;
pictureBox1.Image = (Image)resources.GetObject("pictureBox1.Image");
pictureBox1.Location = new Point(19, 42);
pictureBox1.Margin = new Padding(4, 3, 4, 3);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(93, 92);
pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox1.TabIndex = 1;
pictureBox1.TabStop = false;
//
// panel10
//
panel10.BackColor = Color.FromArgb(64, 64, 64);
panel10.Controls.Add(label3);
panel10.Controls.Add(label4);
panel10.Controls.Add(label1);
panel10.Dock = DockStyle.Top;
panel10.Location = new Point(0, 0);
panel10.Margin = new Padding(4, 3, 4, 3);
panel10.Name = "panel10";
panel10.Size = new Size(126, 35);
panel10.TabIndex = 0;
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Century Gothic", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label3.ForeColor = Color.SeaGreen;
label3.Location = new Point(28, 80);
label3.Margin = new Padding(4, 0, 4, 0);
label3.Name = "label3";
label3.Size = new Size(57, 20);
label3.TabIndex = 3;
label3.Text = "15, 485";
//
// label4
//
label4.AutoSize = true;
label4.Font = new Font("Century Gothic", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label4.ForeColor = Color.White;
label4.Location = new Point(24, -58);
label4.Margin = new Padding(4, 0, 4, 0);
label4.Name = "label4";
label4.Size = new Size(67, 20);
label4.TabIndex = 2;
label4.Text = "Clientes";
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Century Gothic", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label1.ForeColor = Color.White;
label1.Location = new Point(4, 5);
label1.Margin = new Padding(4, 0, 4, 0);
label1.Name = "label1";
label1.Size = new Size(75, 22);
label1.TabIndex = 0;
label1.Text = "Pessoal";
//
// panel7
//
panel7.BorderStyle = BorderStyle.FixedSingle;
panel7.Controls.Add(label13);
panel7.Controls.Add(pictureBox5);
panel7.Controls.Add(panel8);
panel7.Location = new Point(858, 42);
panel7.Margin = new Padding(4, 3, 4, 3);
panel7.Name = "panel7";
panel7.Size = new Size(128, 173);
panel7.TabIndex = 46;
//
// label13
//
label13.AutoSize = true;
label13.Font = new Font("Century Gothic", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label13.ForeColor = Color.SeaGreen;
label13.Location = new Point(18, 128);
label13.Margin = new Padding(4, 0, 4, 0);
label13.Name = "label13";
label13.Size = new Size(33, 20);
label13.TabIndex = 16;
label13.Text = "lbl1";
//
// pictureBox5
//
pictureBox5.Cursor = Cursors.Hand;
pictureBox5.Image = (Image)resources.GetObject("pictureBox5.Image");
pictureBox5.Location = new Point(16, 39);
pictureBox5.Margin = new Padding(4, 3, 4, 3);
pictureBox5.Name = "pictureBox5";
pictureBox5.Size = new Size(93, 92);
pictureBox5.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox5.TabIndex = 5;
pictureBox5.TabStop = false;
//
// panel8
//
panel8.BackColor = Color.FromArgb(64, 64, 64);
panel8.Controls.Add(label14);
panel8.Dock = DockStyle.Top;
panel8.Location = new Point(0, 0);
panel8.Margin = new Padding(4, 3, 4, 3);
panel8.Name = "panel8";
panel8.Size = new Size(126, 35);
panel8.TabIndex = 0;
//
// label14
//
label14.AutoSize = true;
label14.BackColor = Color.FromArgb(64, 64, 64);
label14.Font = new Font("Century Gothic", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label14.ForeColor = Color.White;
label14.Location = new Point(16, 3);
label14.Margin = new Padding(4, 0, 4, 0);
label14.Name = "label14";
label14.Size = new Size(104, 22);
label14.TabIndex = 15;
label14.Text = "Financeiro";
//
// panel5
//
panel5.BorderStyle = BorderStyle.FixedSingle;
panel5.Controls.Add(label9);
panel5.Controls.Add(label10);
panel5.Controls.Add(pictureBox3);
panel5.Controls.Add(panel6);
panel5.Location = new Point(531, 40);
panel5.Margin = new Padding(4, 3, 4, 3);
panel5.Name = "panel5";
panel5.Size = new Size(128, 173);
panel5.TabIndex = 45;
//
// label9
//
label9.AutoSize = true;
label9.Font = new Font("Century Gothic", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label9.ForeColor = Color.DodgerBlue;
label9.Location = new Point(27, 130);
label9.Margin = new Padding(4, 0, 4, 0);
label9.Name = "label9";
label9.Size = new Size(33, 20);
label9.TabIndex = 16;
label9.Text = "lbl1";
//
// label10
//
label10.AutoSize = true;
label10.BackColor = Color.FromArgb(64, 64, 64);
label10.Font = new Font("Century Gothic", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
label10.ForeColor = Color.White;
label10.Location = new Point(16, 5);
label10.Margin = new Padding(4, 0, 4, 0);
label10.Name = "label10";
label10.Size = new Size(90, 22);
label10.TabIndex = 15;
label10.Text = "Produtos";
//
// pictureBox3
//
pictureBox3.Cursor = Cursors.Hand;
pictureBox3.Image = (Image)resources.GetObject("pictureBox3.Image");
pictureBox3.Location = new Point(16, 39);
pictureBox3.Margin = new Padding(4, 3, 4, 3);
pictureBox3.Name = "pictureBox3";
pictureBox3.Size = new Size(93, 92);
pictureBox3.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox3.TabIndex = 3;
pictureBox3.TabStop = false;
//
// panel6
//
panel6.BackColor = Color.FromArgb(64, 64, 64);
panel6.Dock = DockStyle.Top;
panel6.Location = new Point(0, 0);
panel6.Margin = new Padding(4, 3, 4, 3);
panel6.Name = "panel6";
panel6.Size = new Size(126, 35);
panel6.TabIndex = 0;
//
// frm_dashboard_home
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.WhiteSmoke;
ClientSize = new Size(1225, 704);
Controls.Add(pn_show);
FormBorderStyle = FormBorderStyle.None;
Margin = new Padding(4, 3, 4, 3);
Name = "frm_dashboard_home";
Text = "InicioResumen";
pn_show.ResumeLayout(false);
pn_show.PerformLayout();
panel3.ResumeLayout(false);
panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox4).EndInit();
panel1.ResumeLayout(false);
panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
panel2.ResumeLayout(false);
panel2.PerformLayout();
panel13.ResumeLayout(false);
panel13.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox7).EndInit();
panel14.ResumeLayout(false);
panel14.PerformLayout();
((System.ComponentModel.ISupportInitialize)TablaProductos).EndInit();
panel11.ResumeLayout(false);
panel11.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox6).EndInit();
panel9.ResumeLayout(false);
panel9.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
panel10.ResumeLayout(false);
panel10.PerformLayout();
panel7.ResumeLayout(false);
panel7.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox5).EndInit();
panel8.ResumeLayout(false);
panel8.PerformLayout();
panel5.ResumeLayout(false);
panel5.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox3).EndInit();
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
private Panel pn_show;
private LinkLabel lbl_more;
private Panel panel3;
private Label label11;
private Label label12;
private PictureBox pictureBox4;
private Panel panel4;
private Panel panel1;
private Label label5;
private PictureBox pictureBox2;
private Panel panel2;
private Label label6;
private Label lblFecha;
private Label lblhora;
private Panel panel13;
private Label label17;
private PictureBox pictureBox7;
private Panel panel14;
private Label label18;
private DataGridView TablaProductos;
private Label label16;
private Label label15;
private Panel panel11;
private Label label7;
private Label label8;
private PictureBox pictureBox6;
private Panel panel12;
private Panel panel9;
private Label label2;
private PictureBox pictureBox1;
private Panel panel10;
private Label label3;
private Label label4;
private Label label1;
private Panel panel7;
private Label label13;
private PictureBox pictureBox5;
private Panel panel8;
private Label label14;
private Panel panel5;
private Label label9;
private Label label10;
private PictureBox pictureBox3;
private Panel panel6;
}
}