509 lines
21 KiB
C#
509 lines
21 KiB
C#
namespace EFCDesk.Forms
|
|
{
|
|
partial class FormConfiguracionExpediente
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormConfiguracionExpediente));
|
|
tabControl1 = new TabControl();
|
|
tabGeneral = new TabPage();
|
|
groupBox1 = new GroupBox();
|
|
buttonCerrarSesion = new Button();
|
|
labelUsuario = new Label();
|
|
groupBoxEspacio = new GroupBox();
|
|
labelEspacioUsado = new Label();
|
|
tabPage2 = new TabPage();
|
|
groupBox4 = new GroupBox();
|
|
buttonCambiarFolderDepuracion = new Button();
|
|
textBoxFolderExpedienteDepuracion = new TextBox();
|
|
checkBoxDepurarFolderExpediente = new CheckBox();
|
|
groupBox3 = new GroupBox();
|
|
buttonCambiarFolderExpediente = new Button();
|
|
textBoxFolderExpediente = new TextBox();
|
|
label1 = new Label();
|
|
tabPage1 = new TabPage();
|
|
label6 = new Label();
|
|
txtDiminioEFC = new TextBox();
|
|
groupBox5 = new GroupBox();
|
|
checkBoxExpedienteLogistico = new CheckBox();
|
|
checkBoxPedimentosWinsaai = new CheckBox();
|
|
tabPage3 = new TabPage();
|
|
checkBoxModoPasivoFTP = new CheckBox();
|
|
label5 = new Label();
|
|
label4 = new Label();
|
|
label3 = new Label();
|
|
label2 = new Label();
|
|
textBoxPuertoFTP = new TextBox();
|
|
textBoxUsuarioFTP = new TextBox();
|
|
textBoxServidorFTP = new TextBox();
|
|
textBoxPasswordFTP = new TextBox();
|
|
button4 = new Button();
|
|
button5 = new Button();
|
|
lblVersion = new Label();
|
|
tabControl1.SuspendLayout();
|
|
tabGeneral.SuspendLayout();
|
|
groupBox1.SuspendLayout();
|
|
groupBoxEspacio.SuspendLayout();
|
|
tabPage2.SuspendLayout();
|
|
groupBox4.SuspendLayout();
|
|
groupBox3.SuspendLayout();
|
|
tabPage1.SuspendLayout();
|
|
groupBox5.SuspendLayout();
|
|
tabPage3.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// tabControl1
|
|
//
|
|
tabControl1.Controls.Add(tabGeneral);
|
|
tabControl1.Controls.Add(tabPage2);
|
|
tabControl1.Controls.Add(tabPage1);
|
|
tabControl1.Controls.Add(tabPage3);
|
|
tabControl1.Location = new Point(12, 14);
|
|
tabControl1.Name = "tabControl1";
|
|
tabControl1.SelectedIndex = 0;
|
|
tabControl1.Size = new Size(296, 282);
|
|
tabControl1.TabIndex = 0;
|
|
//
|
|
// tabGeneral
|
|
//
|
|
tabGeneral.Controls.Add(lblVersion);
|
|
tabGeneral.Controls.Add(groupBox1);
|
|
tabGeneral.Controls.Add(groupBoxEspacio);
|
|
tabGeneral.Location = new Point(4, 26);
|
|
tabGeneral.Name = "tabGeneral";
|
|
tabGeneral.Padding = new Padding(3);
|
|
tabGeneral.Size = new Size(288, 252);
|
|
tabGeneral.TabIndex = 0;
|
|
tabGeneral.Text = "General";
|
|
tabGeneral.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox1
|
|
//
|
|
groupBox1.Controls.Add(buttonCerrarSesion);
|
|
groupBox1.Controls.Add(labelUsuario);
|
|
groupBox1.Location = new Point(6, 74);
|
|
groupBox1.Name = "groupBox1";
|
|
groupBox1.Size = new Size(276, 64);
|
|
groupBox1.TabIndex = 1;
|
|
groupBox1.TabStop = false;
|
|
groupBox1.Text = "Cuenta";
|
|
//
|
|
// buttonCerrarSesion
|
|
//
|
|
buttonCerrarSesion.Location = new Point(165, 26);
|
|
buttonCerrarSesion.Name = "buttonCerrarSesion";
|
|
buttonCerrarSesion.Size = new Size(105, 23);
|
|
buttonCerrarSesion.TabIndex = 1;
|
|
buttonCerrarSesion.Text = " Cerrar sesión...";
|
|
buttonCerrarSesion.UseVisualStyleBackColor = true;
|
|
buttonCerrarSesion.Click += button1_Click;
|
|
//
|
|
// labelUsuario
|
|
//
|
|
labelUsuario.AutoSize = true;
|
|
labelUsuario.Font = new Font("Century Gothic", 9F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
labelUsuario.Location = new Point(18, 28);
|
|
labelUsuario.Name = "labelUsuario";
|
|
labelUsuario.Size = new Size(53, 16);
|
|
labelUsuario.TabIndex = 0;
|
|
labelUsuario.Text = "Usuario:";
|
|
//
|
|
// groupBoxEspacio
|
|
//
|
|
groupBoxEspacio.Controls.Add(labelEspacioUsado);
|
|
groupBoxEspacio.Location = new Point(6, 7);
|
|
groupBoxEspacio.Name = "groupBoxEspacio";
|
|
groupBoxEspacio.Size = new Size(276, 64);
|
|
groupBoxEspacio.TabIndex = 0;
|
|
groupBoxEspacio.TabStop = false;
|
|
groupBoxEspacio.Text = "Espacio";
|
|
//
|
|
// labelEspacioUsado
|
|
//
|
|
labelEspacioUsado.AutoSize = true;
|
|
labelEspacioUsado.Font = new Font("Century Gothic", 9F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
labelEspacioUsado.Location = new Point(18, 28);
|
|
labelEspacioUsado.Name = "labelEspacioUsado";
|
|
labelEspacioUsado.Size = new Size(119, 16);
|
|
labelEspacioUsado.TabIndex = 0;
|
|
labelEspacioUsado.Text = "0% de 0.0GB usado";
|
|
//
|
|
// tabPage2
|
|
//
|
|
tabPage2.Controls.Add(groupBox4);
|
|
tabPage2.Controls.Add(groupBox3);
|
|
tabPage2.Location = new Point(4, 24);
|
|
tabPage2.Name = "tabPage2";
|
|
tabPage2.Padding = new Padding(3);
|
|
tabPage2.Size = new Size(288, 254);
|
|
tabPage2.TabIndex = 1;
|
|
tabPage2.Text = "Archivos";
|
|
tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox4
|
|
//
|
|
groupBox4.Controls.Add(buttonCambiarFolderDepuracion);
|
|
groupBox4.Controls.Add(textBoxFolderExpedienteDepuracion);
|
|
groupBox4.Controls.Add(checkBoxDepurarFolderExpediente);
|
|
groupBox4.Location = new Point(6, 146);
|
|
groupBox4.Name = "groupBox4";
|
|
groupBox4.Size = new Size(276, 80);
|
|
groupBox4.TabIndex = 1;
|
|
groupBox4.TabStop = false;
|
|
groupBox4.Text = " Depuració de folder Expediente";
|
|
groupBox4.Visible = false;
|
|
//
|
|
// buttonCambiarFolderDepuracion
|
|
//
|
|
buttonCambiarFolderDepuracion.Location = new Point(195, 43);
|
|
buttonCambiarFolderDepuracion.Name = "buttonCambiarFolderDepuracion";
|
|
buttonCambiarFolderDepuracion.Size = new Size(75, 23);
|
|
buttonCambiarFolderDepuracion.TabIndex = 3;
|
|
buttonCambiarFolderDepuracion.Text = "Cambiar";
|
|
buttonCambiarFolderDepuracion.UseVisualStyleBackColor = true;
|
|
buttonCambiarFolderDepuracion.Click += buttonCambiarFolderDepuracion_Click;
|
|
//
|
|
// textBoxFolderExpedienteDepuracion
|
|
//
|
|
textBoxFolderExpedienteDepuracion.Location = new Point(6, 44);
|
|
textBoxFolderExpedienteDepuracion.Name = "textBoxFolderExpedienteDepuracion";
|
|
textBoxFolderExpedienteDepuracion.Size = new Size(187, 22);
|
|
textBoxFolderExpedienteDepuracion.TabIndex = 3;
|
|
//
|
|
// checkBoxDepurarFolderExpediente
|
|
//
|
|
checkBoxDepurarFolderExpediente.AutoSize = true;
|
|
checkBoxDepurarFolderExpediente.Font = new Font("Century Gothic", 6.75F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
checkBoxDepurarFolderExpediente.Location = new Point(6, 21);
|
|
checkBoxDepurarFolderExpediente.Name = "checkBoxDepurarFolderExpediente";
|
|
checkBoxDepurarFolderExpediente.Size = new Size(257, 17);
|
|
checkBoxDepurarFolderExpediente.TabIndex = 0;
|
|
checkBoxDepurarFolderExpediente.Text = " Al subir folder de Expediente mover a otra carpeta.";
|
|
checkBoxDepurarFolderExpediente.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox3
|
|
//
|
|
groupBox3.Controls.Add(buttonCambiarFolderExpediente);
|
|
groupBox3.Controls.Add(textBoxFolderExpediente);
|
|
groupBox3.Controls.Add(label1);
|
|
groupBox3.Location = new Point(6, 7);
|
|
groupBox3.Name = "groupBox3";
|
|
groupBox3.Size = new Size(276, 136);
|
|
groupBox3.TabIndex = 0;
|
|
groupBox3.TabStop = false;
|
|
groupBox3.Text = "Ubicación de folder Expediente";
|
|
//
|
|
// buttonCambiarFolderExpediente
|
|
//
|
|
buttonCambiarFolderExpediente.Location = new Point(197, 104);
|
|
buttonCambiarFolderExpediente.Name = "buttonCambiarFolderExpediente";
|
|
buttonCambiarFolderExpediente.Size = new Size(75, 23);
|
|
buttonCambiarFolderExpediente.TabIndex = 2;
|
|
buttonCambiarFolderExpediente.Text = "Cambiar";
|
|
buttonCambiarFolderExpediente.UseVisualStyleBackColor = true;
|
|
buttonCambiarFolderExpediente.Click += buttonCambiarFolderExpediente_Click;
|
|
//
|
|
// textBoxFolderExpediente
|
|
//
|
|
textBoxFolderExpediente.Location = new Point(6, 104);
|
|
textBoxFolderExpediente.Name = "textBoxFolderExpediente";
|
|
textBoxFolderExpediente.Size = new Size(187, 22);
|
|
textBoxFolderExpediente.TabIndex = 1;
|
|
textBoxFolderExpediente.TextChanged += textBox1_TextChanged;
|
|
//
|
|
// label1
|
|
//
|
|
label1.Font = new Font("Century Gothic", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label1.Location = new Point(6, 20);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(264, 87);
|
|
label1.TabIndex = 0;
|
|
label1.Text = "Elija donde se encontrará su Expediente ubicado en su computadora. Todos los archivos de Expediente deberán encontrarse en este folder para ser subido a la plataforma web.";
|
|
//
|
|
// tabPage1
|
|
//
|
|
tabPage1.Controls.Add(label6);
|
|
tabPage1.Controls.Add(txtDiminioEFC);
|
|
tabPage1.Controls.Add(groupBox5);
|
|
tabPage1.Location = new Point(4, 24);
|
|
tabPage1.Name = "tabPage1";
|
|
tabPage1.Padding = new Padding(3);
|
|
tabPage1.Size = new Size(288, 254);
|
|
tabPage1.TabIndex = 2;
|
|
tabPage1.Text = "Avanzados";
|
|
tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label6
|
|
//
|
|
label6.AutoSize = true;
|
|
label6.Location = new Point(6, 93);
|
|
label6.Name = "label6";
|
|
label6.Size = new Size(84, 17);
|
|
label6.TabIndex = 15;
|
|
label6.Text = "Dominio EFC:";
|
|
//
|
|
// txtDiminioEFC
|
|
//
|
|
txtDiminioEFC.Location = new Point(6, 113);
|
|
txtDiminioEFC.Name = "txtDiminioEFC";
|
|
txtDiminioEFC.Size = new Size(276, 22);
|
|
txtDiminioEFC.TabIndex = 2;
|
|
//
|
|
// groupBox5
|
|
//
|
|
groupBox5.Controls.Add(checkBoxExpedienteLogistico);
|
|
groupBox5.Controls.Add(checkBoxPedimentosWinsaai);
|
|
groupBox5.Location = new Point(6, 6);
|
|
groupBox5.Name = "groupBox5";
|
|
groupBox5.Size = new Size(276, 84);
|
|
groupBox5.TabIndex = 0;
|
|
groupBox5.TabStop = false;
|
|
groupBox5.Text = " Estructura de archivos";
|
|
//
|
|
// checkBoxExpedienteLogistico
|
|
//
|
|
checkBoxExpedienteLogistico.AutoSize = true;
|
|
checkBoxExpedienteLogistico.Location = new Point(13, 44);
|
|
checkBoxExpedienteLogistico.Name = "checkBoxExpedienteLogistico";
|
|
checkBoxExpedienteLogistico.Size = new Size(151, 21);
|
|
checkBoxExpedienteLogistico.TabIndex = 1;
|
|
checkBoxExpedienteLogistico.Text = "Expediente Logístico";
|
|
checkBoxExpedienteLogistico.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBoxPedimentosWinsaai
|
|
//
|
|
checkBoxPedimentosWinsaai.AutoSize = true;
|
|
checkBoxPedimentosWinsaai.Location = new Point(13, 21);
|
|
checkBoxPedimentosWinsaai.Name = "checkBoxPedimentosWinsaai";
|
|
checkBoxPedimentosWinsaai.Size = new Size(154, 21);
|
|
checkBoxPedimentosWinsaai.TabIndex = 0;
|
|
checkBoxPedimentosWinsaai.Text = " Pedimentos WinSAAI";
|
|
checkBoxPedimentosWinsaai.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage3
|
|
//
|
|
tabPage3.Controls.Add(checkBoxModoPasivoFTP);
|
|
tabPage3.Controls.Add(label5);
|
|
tabPage3.Controls.Add(label4);
|
|
tabPage3.Controls.Add(label3);
|
|
tabPage3.Controls.Add(label2);
|
|
tabPage3.Controls.Add(textBoxPuertoFTP);
|
|
tabPage3.Controls.Add(textBoxUsuarioFTP);
|
|
tabPage3.Controls.Add(textBoxServidorFTP);
|
|
tabPage3.Controls.Add(textBoxPasswordFTP);
|
|
tabPage3.Location = new Point(4, 24);
|
|
tabPage3.Name = "tabPage3";
|
|
tabPage3.Padding = new Padding(3);
|
|
tabPage3.Size = new Size(288, 254);
|
|
tabPage3.TabIndex = 3;
|
|
tabPage3.Text = "FTP";
|
|
tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBoxModoPasivoFTP
|
|
//
|
|
checkBoxModoPasivoFTP.AutoSize = true;
|
|
checkBoxModoPasivoFTP.Location = new Point(89, 117);
|
|
checkBoxModoPasivoFTP.Name = "checkBoxModoPasivoFTP";
|
|
checkBoxModoPasivoFTP.Size = new Size(105, 21);
|
|
checkBoxModoPasivoFTP.TabIndex = 18;
|
|
checkBoxModoPasivoFTP.Text = "Modo pasivo";
|
|
checkBoxModoPasivoFTP.UseVisualStyleBackColor = true;
|
|
//
|
|
// label5
|
|
//
|
|
label5.AutoSize = true;
|
|
label5.Location = new Point(6, 91);
|
|
label5.Name = "label5";
|
|
label5.Size = new Size(53, 17);
|
|
label5.TabIndex = 17;
|
|
label5.Text = " Puerto:";
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Location = new Point(6, 62);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(83, 17);
|
|
label4.TabIndex = 16;
|
|
label4.Text = " Contraseña:";
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Location = new Point(6, 36);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(57, 17);
|
|
label3.TabIndex = 15;
|
|
label3.Text = " Usuario:";
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(6, 10);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(82, 17);
|
|
label2.TabIndex = 14;
|
|
label2.Text = "Servidor FTP:";
|
|
//
|
|
// textBoxPuertoFTP
|
|
//
|
|
textBoxPuertoFTP.Location = new Point(89, 89);
|
|
textBoxPuertoFTP.Name = "textBoxPuertoFTP";
|
|
textBoxPuertoFTP.Size = new Size(81, 22);
|
|
textBoxPuertoFTP.TabIndex = 13;
|
|
//
|
|
// textBoxUsuarioFTP
|
|
//
|
|
textBoxUsuarioFTP.Location = new Point(89, 33);
|
|
textBoxUsuarioFTP.Name = "textBoxUsuarioFTP";
|
|
textBoxUsuarioFTP.Size = new Size(193, 22);
|
|
textBoxUsuarioFTP.TabIndex = 11;
|
|
//
|
|
// textBoxServidorFTP
|
|
//
|
|
textBoxServidorFTP.Location = new Point(89, 7);
|
|
textBoxServidorFTP.Name = "textBoxServidorFTP";
|
|
textBoxServidorFTP.Size = new Size(193, 22);
|
|
textBoxServidorFTP.TabIndex = 10;
|
|
//
|
|
// textBoxPasswordFTP
|
|
//
|
|
textBoxPasswordFTP.Location = new Point(89, 61);
|
|
textBoxPasswordFTP.Name = "textBoxPasswordFTP";
|
|
textBoxPasswordFTP.Size = new Size(193, 22);
|
|
textBoxPasswordFTP.TabIndex = 12;
|
|
textBoxPasswordFTP.UseSystemPasswordChar = true;
|
|
//
|
|
// button4
|
|
//
|
|
button4.Location = new Point(139, 305);
|
|
button4.Name = "button4";
|
|
button4.Size = new Size(81, 28);
|
|
button4.TabIndex = 3;
|
|
button4.Text = " Guardar";
|
|
button4.UseVisualStyleBackColor = true;
|
|
button4.Click += button4_Click;
|
|
//
|
|
// button5
|
|
//
|
|
button5.Location = new Point(226, 305);
|
|
button5.Name = "button5";
|
|
button5.Size = new Size(78, 28);
|
|
button5.TabIndex = 4;
|
|
button5.Text = " Cancelar";
|
|
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);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = SystemColors.Control;
|
|
ClientSize = new Size(315, 342);
|
|
Controls.Add(button5);
|
|
Controls.Add(button4);
|
|
Controls.Add(tabControl1);
|
|
Font = new Font("Century Gothic", 9F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
FormBorderStyle = FormBorderStyle.FixedDialog;
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
MaximizeBox = false;
|
|
MinimizeBox = false;
|
|
Name = "FormConfiguracionExpediente";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "Configuración Expediente";
|
|
Load += FormConfiguracionExpediente_Load;
|
|
Shown += FormConfiguracionExpediente_Shown;
|
|
tabControl1.ResumeLayout(false);
|
|
tabGeneral.ResumeLayout(false);
|
|
tabGeneral.PerformLayout();
|
|
groupBox1.ResumeLayout(false);
|
|
groupBox1.PerformLayout();
|
|
groupBoxEspacio.ResumeLayout(false);
|
|
groupBoxEspacio.PerformLayout();
|
|
tabPage2.ResumeLayout(false);
|
|
groupBox4.ResumeLayout(false);
|
|
groupBox4.PerformLayout();
|
|
groupBox3.ResumeLayout(false);
|
|
groupBox3.PerformLayout();
|
|
tabPage1.ResumeLayout(false);
|
|
tabPage1.PerformLayout();
|
|
groupBox5.ResumeLayout(false);
|
|
groupBox5.PerformLayout();
|
|
tabPage3.ResumeLayout(false);
|
|
tabPage3.PerformLayout();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TabControl tabControl1;
|
|
private TabPage tabGeneral;
|
|
private GroupBox groupBoxEspacio;
|
|
private TabPage tabPage2;
|
|
private GroupBox groupBox1;
|
|
private Button buttonCerrarSesion;
|
|
private Label labelUsuario;
|
|
private Label labelEspacioUsado;
|
|
private GroupBox groupBox3;
|
|
private Label label1;
|
|
private TabPage tabPage1;
|
|
private TextBox textBoxFolderExpediente;
|
|
private Button buttonCambiarFolderExpediente;
|
|
private GroupBox groupBox4;
|
|
private Button buttonCambiarFolderDepuracion;
|
|
private TextBox textBoxFolderExpedienteDepuracion;
|
|
private CheckBox checkBoxDepurarFolderExpediente;
|
|
private GroupBox groupBox5;
|
|
private CheckBox checkBoxExpedienteLogistico;
|
|
private CheckBox checkBoxPedimentosWinsaai;
|
|
private Button button4;
|
|
private Button button5;
|
|
private TabPage tabPage3;
|
|
private CheckBox checkBoxModoPasivoFTP;
|
|
private Label label5;
|
|
private Label label4;
|
|
private Label label3;
|
|
private Label label2;
|
|
private TextBox textBoxPuertoFTP;
|
|
private TextBox textBoxUsuarioFTP;
|
|
private TextBox textBoxServidorFTP;
|
|
private TextBox textBoxPasswordFTP;
|
|
private Label label6;
|
|
private TextBox txtDiminioEFC;
|
|
private Label lblVersion;
|
|
}
|
|
} |