bajar cambios
This commit is contained in:
Generated
+17
-16
@@ -30,9 +30,8 @@
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.lblhora = new System.Windows.Forms.Label();
|
||||
this.lblfecha = new System.Windows.Forms.Label();
|
||||
this.horafecha = new System.Windows.Forms.Timer(this.components);
|
||||
this.lblhora = new System.Windows.Forms.Label();
|
||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.pictureBox7 = new System.Windows.Forms.PictureBox();
|
||||
@@ -47,6 +46,7 @@
|
||||
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.horafecha = new System.Windows.Forms.Timer(this.components);
|
||||
this.panel1.SuspendLayout();
|
||||
this.flowLayoutPanel1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
@@ -77,17 +77,6 @@
|
||||
this.panel1.Size = new System.Drawing.Size(1924, 1055);
|
||||
this.panel1.TabIndex = 4;
|
||||
//
|
||||
// lblhora
|
||||
//
|
||||
this.lblhora.AutoSize = true;
|
||||
this.lblhora.Font = new System.Drawing.Font("Poppins SemiBold", 60F);
|
||||
this.lblhora.ForeColor = System.Drawing.Color.MediumBlue;
|
||||
this.lblhora.Location = new System.Drawing.Point(963, -6);
|
||||
this.lblhora.Name = "lblhora";
|
||||
this.lblhora.Size = new System.Drawing.Size(365, 177);
|
||||
this.lblhora.TabIndex = 8;
|
||||
this.lblhora.Text = "label1";
|
||||
//
|
||||
// lblfecha
|
||||
//
|
||||
this.lblfecha.AutoSize = true;
|
||||
@@ -99,11 +88,18 @@
|
||||
this.lblfecha.TabIndex = 9;
|
||||
this.lblfecha.Text = "label2";
|
||||
this.lblfecha.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||||
this.lblfecha.Click += new System.EventHandler(this.lblfecha_Click);
|
||||
//
|
||||
// horafecha
|
||||
// lblhora
|
||||
//
|
||||
this.horafecha.Enabled = true;
|
||||
this.horafecha.Tick += new System.EventHandler(this.horafecha_Tick);
|
||||
this.lblhora.AutoSize = true;
|
||||
this.lblhora.Font = new System.Drawing.Font("Poppins SemiBold", 60F);
|
||||
this.lblhora.ForeColor = System.Drawing.Color.MediumBlue;
|
||||
this.lblhora.Location = new System.Drawing.Point(963, -6);
|
||||
this.lblhora.Name = "lblhora";
|
||||
this.lblhora.Size = new System.Drawing.Size(365, 177);
|
||||
this.lblhora.TabIndex = 8;
|
||||
this.lblhora.Text = "label1";
|
||||
//
|
||||
// flowLayoutPanel1
|
||||
//
|
||||
@@ -286,6 +282,11 @@
|
||||
this.pictureBox1.TabIndex = 1;
|
||||
this.pictureBox1.TabStop = false;
|
||||
//
|
||||
// horafecha
|
||||
//
|
||||
this.horafecha.Enabled = true;
|
||||
this.horafecha.Tick += new System.EventHandler(this.horafecha_Tick);
|
||||
//
|
||||
// MenuPrincipal
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
|
||||
Reference in New Issue
Block a user