This commit is contained in:
Michael Robles
2024-01-16 01:25:03 -07:00
parent 6e5dff4e83
commit 5997c652c4
12 changed files with 225 additions and 12 deletions
+1 -5
View File
@@ -46,8 +46,6 @@
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
@@ -318,7 +316,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1827, 750);
this.ClientSize = new System.Drawing.Size(1827, 968);
this.Controls.Add(this.bntImprimir);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
@@ -363,8 +361,6 @@
private System.Windows.Forms.Timer horafecha;
private System.Windows.Forms.Label lblfecha;
private System.Windows.Forms.Label lblhora;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;