Ajustes para trasmitir expedientes

This commit is contained in:
2026-03-06 12:56:41 -07:00
parent dcfd606a1c
commit c52344d7f8
13 changed files with 924 additions and 401 deletions

View File

@@ -63,6 +63,7 @@
textBoxPasswordFTP = new TextBox();
button4 = new Button();
button5 = new Button();
lblVersion = new Label();
tabControl1.SuspendLayout();
tabGeneral.SuspendLayout();
groupBox1.SuspendLayout();
@@ -89,6 +90,7 @@
//
// tabGeneral
//
tabGeneral.Controls.Add(lblVersion);
tabGeneral.Controls.Add(groupBox1);
tabGeneral.Controls.Add(groupBoxEspacio);
tabGeneral.Location = new Point(4, 26);
@@ -154,10 +156,10 @@
//
tabPage2.Controls.Add(groupBox4);
tabPage2.Controls.Add(groupBox3);
tabPage2.Location = new Point(4, 26);
tabPage2.Location = new Point(4, 24);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new Padding(3);
tabPage2.Size = new Size(288, 252);
tabPage2.Size = new Size(288, 254);
tabPage2.TabIndex = 1;
tabPage2.Text = "Archivos";
tabPage2.UseVisualStyleBackColor = true;
@@ -247,10 +249,10 @@
tabPage1.Controls.Add(label6);
tabPage1.Controls.Add(txtDiminioEFC);
tabPage1.Controls.Add(groupBox5);
tabPage1.Location = new Point(4, 26);
tabPage1.Location = new Point(4, 24);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new Padding(3);
tabPage1.Size = new Size(288, 252);
tabPage1.Size = new Size(288, 254);
tabPage1.TabIndex = 2;
tabPage1.Text = "Avanzados";
tabPage1.UseVisualStyleBackColor = true;
@@ -416,6 +418,16 @@
button5.UseVisualStyleBackColor = true;
button5.Click += button5_Click;
//
// lblVersion
//
lblVersion.AutoSize = true;
lblVersion.Font = new Font("Century Gothic", 9F, FontStyle.Bold, GraphicsUnit.Point, 0);
lblVersion.Location = new Point(5, 230);
lblVersion.Name = "lblVersion";
lblVersion.Size = new Size(90, 16);
lblVersion.TabIndex = 2;
lblVersion.Text = "Versión 1.0.0.0";
//
// FormConfiguracionExpediente
//
AutoScaleDimensions = new SizeF(7F, 17F);
@@ -437,6 +449,7 @@
Shown += FormConfiguracionExpediente_Shown;
tabControl1.ResumeLayout(false);
tabGeneral.ResumeLayout(false);
tabGeneral.PerformLayout();
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
groupBoxEspacio.ResumeLayout(false);
@@ -491,5 +504,6 @@
private TextBox textBoxPasswordFTP;
private Label label6;
private TextBox txtDiminioEFC;
private Label lblVersion;
}
}