Cada vez más cercas del final
This commit is contained in:
Generated
+28
-27
@@ -30,6 +30,8 @@
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.usuariolabel = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.lblfecha = new System.Windows.Forms.Label();
|
||||
this.lblhora = new System.Windows.Forms.Label();
|
||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
@@ -47,8 +49,6 @@
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.horafecha = new System.Windows.Forms.Timer(this.components);
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.usuariolabel = new System.Windows.Forms.Label();
|
||||
this.panel1.SuspendLayout();
|
||||
this.flowLayoutPanel1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
@@ -81,6 +81,31 @@
|
||||
this.panel1.Size = new System.Drawing.Size(1924, 1055);
|
||||
this.panel1.TabIndex = 4;
|
||||
//
|
||||
// usuariolabel
|
||||
//
|
||||
this.usuariolabel.AutoSize = true;
|
||||
this.usuariolabel.Font = new System.Drawing.Font("Poppins SemiBold", 10F);
|
||||
this.usuariolabel.ForeColor = System.Drawing.Color.Navy;
|
||||
this.usuariolabel.Location = new System.Drawing.Point(1761, 43);
|
||||
this.usuariolabel.Name = "usuariolabel";
|
||||
this.usuariolabel.Size = new System.Drawing.Size(71, 30);
|
||||
this.usuariolabel.TabIndex = 11;
|
||||
this.usuariolabel.Text = "Admin";
|
||||
this.usuariolabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Poppins SemiBold", 15F);
|
||||
this.label1.ForeColor = System.Drawing.Color.Navy;
|
||||
this.label1.Location = new System.Drawing.Point(1723, 9);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(161, 44);
|
||||
this.label1.TabIndex = 10;
|
||||
this.label1.Text = "Bienvenido";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
this.label1.Click += new System.EventHandler(this.label1_Click);
|
||||
//
|
||||
// lblfecha
|
||||
//
|
||||
this.lblfecha.AutoSize = true;
|
||||
@@ -155,6 +180,7 @@
|
||||
this.button1.TabIndex = 8;
|
||||
this.button1.Text = "Menú";
|
||||
this.button1.UseVisualStyleBackColor = false;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// button2
|
||||
//
|
||||
@@ -297,31 +323,6 @@
|
||||
this.horafecha.Enabled = true;
|
||||
this.horafecha.Tick += new System.EventHandler(this.horafecha_Tick);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Poppins SemiBold", 15F);
|
||||
this.label1.ForeColor = System.Drawing.Color.Navy;
|
||||
this.label1.Location = new System.Drawing.Point(1723, 9);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(161, 44);
|
||||
this.label1.TabIndex = 10;
|
||||
this.label1.Text = "Bienvenido";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
this.label1.Click += new System.EventHandler(this.label1_Click);
|
||||
//
|
||||
// usuariolabel
|
||||
//
|
||||
this.usuariolabel.AutoSize = true;
|
||||
this.usuariolabel.Font = new System.Drawing.Font("Poppins SemiBold", 10F);
|
||||
this.usuariolabel.ForeColor = System.Drawing.Color.Navy;
|
||||
this.usuariolabel.Location = new System.Drawing.Point(1761, 43);
|
||||
this.usuariolabel.Name = "usuariolabel";
|
||||
this.usuariolabel.Size = new System.Drawing.Size(71, 30);
|
||||
this.usuariolabel.TabIndex = 11;
|
||||
this.usuariolabel.Text = "Admin";
|
||||
this.usuariolabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
//
|
||||
// MenuPrincipal
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
|
||||
Reference in New Issue
Block a user