Files
EFC-DESK-V2/Forms/FormConfiguracionJSON.Designer.cs
2026-02-09 10:55:45 -07:00

465 lines
19 KiB
C#

namespace EFCDesk.Forms
{
partial class FormConfiguracionJSON
{
/// <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(FormConfiguracionJSON));
tabControl1 = new TabControl();
tabPage1 = new TabPage();
textBoxProxyGenericoPassword = new TextBox();
textBoxProxyGenericoUsuario = new TextBox();
textBoxProxyGenericoPuertoServidor = new TextBox();
textBoxProxyGenericoNombreServidor = new TextBox();
label5 = new Label();
label4 = new Label();
checkBoxProxyGenericoAuthProxy = new CheckBox();
label3 = new Label();
label2 = new Label();
radioProxyGenericoHTTP = new RadioButton();
radioProxyGenericoNinguno = new RadioButton();
label1 = new Label();
tabPage2 = new TabPage();
textBoxProxyFTPPassword = new TextBox();
textBoxProxyFTPUsuario = new TextBox();
textBoxProxyFTPPuerto = new TextBox();
textBoxProxyFTPNombreServidor = new TextBox();
label6 = new Label();
label7 = new Label();
checkBoxProxyFTPAuth = new CheckBox();
label8 = new Label();
label9 = new Label();
radioButtonProxyFTP = new RadioButton();
radioButtonProxyFTPNinguno = new RadioButton();
label10 = new Label();
tabPage3 = new TabPage();
label12 = new Label();
textBoxDominio = new TextBox();
label11 = new Label();
buttonGuardar = new Button();
buttonCancelar = new Button();
tabControl1.SuspendLayout();
tabPage1.SuspendLayout();
tabPage2.SuspendLayout();
tabPage3.SuspendLayout();
SuspendLayout();
//
// tabControl1
//
tabControl1.Controls.Add(tabPage1);
tabControl1.Controls.Add(tabPage2);
tabControl1.Controls.Add(tabPage3);
tabControl1.Location = new Point(6, 11);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new Size(343, 307);
tabControl1.TabIndex = 0;
//
// tabPage1
//
tabPage1.Controls.Add(textBoxProxyGenericoPassword);
tabPage1.Controls.Add(textBoxProxyGenericoUsuario);
tabPage1.Controls.Add(textBoxProxyGenericoPuertoServidor);
tabPage1.Controls.Add(textBoxProxyGenericoNombreServidor);
tabPage1.Controls.Add(label5);
tabPage1.Controls.Add(label4);
tabPage1.Controls.Add(checkBoxProxyGenericoAuthProxy);
tabPage1.Controls.Add(label3);
tabPage1.Controls.Add(label2);
tabPage1.Controls.Add(radioProxyGenericoHTTP);
tabPage1.Controls.Add(radioProxyGenericoNinguno);
tabPage1.Controls.Add(label1);
tabPage1.Location = new Point(4, 26);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new Padding(3);
tabPage1.Size = new Size(335, 277);
tabPage1.TabIndex = 0;
tabPage1.Text = "Proxy Genérico";
tabPage1.UseVisualStyleBackColor = true;
//
// textBoxProxyGenericoPassword
//
textBoxProxyGenericoPassword.Location = new Point(95, 228);
textBoxProxyGenericoPassword.Name = "textBoxProxyGenericoPassword";
textBoxProxyGenericoPassword.Size = new Size(221, 22);
textBoxProxyGenericoPassword.TabIndex = 11;
//
// textBoxProxyGenericoUsuario
//
textBoxProxyGenericoUsuario.Location = new Point(95, 199);
textBoxProxyGenericoUsuario.Name = "textBoxProxyGenericoUsuario";
textBoxProxyGenericoUsuario.Size = new Size(221, 22);
textBoxProxyGenericoUsuario.TabIndex = 10;
//
// textBoxProxyGenericoPuertoServidor
//
textBoxProxyGenericoPuertoServidor.Location = new Point(123, 140);
textBoxProxyGenericoPuertoServidor.Name = "textBoxProxyGenericoPuertoServidor";
textBoxProxyGenericoPuertoServidor.Size = new Size(193, 22);
textBoxProxyGenericoPuertoServidor.TabIndex = 9;
//
// textBoxProxyGenericoNombreServidor
//
textBoxProxyGenericoNombreServidor.Location = new Point(11, 112);
textBoxProxyGenericoNombreServidor.Name = "textBoxProxyGenericoNombreServidor";
textBoxProxyGenericoNombreServidor.Size = new Size(305, 22);
textBoxProxyGenericoNombreServidor.TabIndex = 8;
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(6, 231);
label5.Name = "label5";
label5.Size = new Size(83, 17);
label5.TabIndex = 7;
label5.Text = " Contraseña:";
label5.Click += label5_Click;
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(6, 202);
label4.Name = "label4";
label4.Size = new Size(57, 17);
label4.TabIndex = 6;
label4.Text = " Usuario:";
//
// checkBoxProxyGenericoAuthProxy
//
checkBoxProxyGenericoAuthProxy.AutoSize = true;
checkBoxProxyGenericoAuthProxy.Location = new Point(11, 170);
checkBoxProxyGenericoAuthProxy.Name = "checkBoxProxyGenericoAuthProxy";
checkBoxProxyGenericoAuthProxy.Size = new Size(230, 21);
checkBoxProxyGenericoAuthProxy.TabIndex = 5;
checkBoxProxyGenericoAuthProxy.Text = " Utilizar Autentificación para Proxy";
checkBoxProxyGenericoAuthProxy.UseVisualStyleBackColor = true;
checkBoxProxyGenericoAuthProxy.CheckedChanged += checkBoxProxyGenericoAuthProxy_CheckedChanged;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(8, 140);
label3.Name = "label3";
label3.Size = new Size(109, 17);
label3.TabIndex = 4;
label3.Text = " Puerto del Proxy:";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(8, 92);
label2.Name = "label2";
label2.Size = new Size(171, 17);
label2.TabIndex = 3;
label2.Text = " Nombre del Servidor Proxy:";
//
// radioProxyGenericoHTTP
//
radioProxyGenericoHTTP.AutoSize = true;
radioProxyGenericoHTTP.Location = new Point(18, 56);
radioProxyGenericoHTTP.Name = "radioProxyGenericoHTTP";
radioProxyGenericoHTTP.Size = new Size(54, 21);
radioProxyGenericoHTTP.TabIndex = 2;
radioProxyGenericoHTTP.TabStop = true;
radioProxyGenericoHTTP.Text = " HTTP";
radioProxyGenericoHTTP.UseVisualStyleBackColor = true;
radioProxyGenericoHTTP.CheckedChanged += radioProxyGenericoHTTP_CheckedChanged;
//
// radioProxyGenericoNinguno
//
radioProxyGenericoNinguno.AutoSize = true;
radioProxyGenericoNinguno.Location = new Point(18, 35);
radioProxyGenericoNinguno.Name = "radioProxyGenericoNinguno";
radioProxyGenericoNinguno.Size = new Size(78, 21);
radioProxyGenericoNinguno.TabIndex = 1;
radioProxyGenericoNinguno.TabStop = true;
radioProxyGenericoNinguno.Text = " Ninguno";
radioProxyGenericoNinguno.UseVisualStyleBackColor = true;
radioProxyGenericoNinguno.CheckedChanged += radioProxyGenericoNinguno_CheckedChanged;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(6, 15);
label1.Name = "label1";
label1.Size = new Size(146, 17);
label1.TabIndex = 0;
label1.Text = "Tipo de proxy genérico:";
//
// tabPage2
//
tabPage2.Controls.Add(textBoxProxyFTPPassword);
tabPage2.Controls.Add(textBoxProxyFTPUsuario);
tabPage2.Controls.Add(textBoxProxyFTPPuerto);
tabPage2.Controls.Add(textBoxProxyFTPNombreServidor);
tabPage2.Controls.Add(label6);
tabPage2.Controls.Add(label7);
tabPage2.Controls.Add(checkBoxProxyFTPAuth);
tabPage2.Controls.Add(label8);
tabPage2.Controls.Add(label9);
tabPage2.Controls.Add(radioButtonProxyFTP);
tabPage2.Controls.Add(radioButtonProxyFTPNinguno);
tabPage2.Controls.Add(label10);
tabPage2.Location = new Point(4, 26);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new Padding(3);
tabPage2.Size = new Size(335, 277);
tabPage2.TabIndex = 1;
tabPage2.Text = "Proxy FTP";
tabPage2.UseVisualStyleBackColor = true;
//
// textBoxProxyFTPPassword
//
textBoxProxyFTPPassword.Location = new Point(96, 227);
textBoxProxyFTPPassword.Name = "textBoxProxyFTPPassword";
textBoxProxyFTPPassword.Size = new Size(221, 22);
textBoxProxyFTPPassword.TabIndex = 23;
//
// textBoxProxyFTPUsuario
//
textBoxProxyFTPUsuario.Location = new Point(96, 198);
textBoxProxyFTPUsuario.Name = "textBoxProxyFTPUsuario";
textBoxProxyFTPUsuario.Size = new Size(221, 22);
textBoxProxyFTPUsuario.TabIndex = 22;
//
// textBoxProxyFTPPuerto
//
textBoxProxyFTPPuerto.Location = new Point(124, 139);
textBoxProxyFTPPuerto.Name = "textBoxProxyFTPPuerto";
textBoxProxyFTPPuerto.Size = new Size(193, 22);
textBoxProxyFTPPuerto.TabIndex = 21;
//
// textBoxProxyFTPNombreServidor
//
textBoxProxyFTPNombreServidor.Location = new Point(12, 111);
textBoxProxyFTPNombreServidor.Name = "textBoxProxyFTPNombreServidor";
textBoxProxyFTPNombreServidor.Size = new Size(305, 22);
textBoxProxyFTPNombreServidor.TabIndex = 20;
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(7, 230);
label6.Name = "label6";
label6.Size = new Size(83, 17);
label6.TabIndex = 19;
label6.Text = " Contraseña:";
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(7, 201);
label7.Name = "label7";
label7.Size = new Size(57, 17);
label7.TabIndex = 18;
label7.Text = " Usuario:";
//
// checkBoxProxyFTPAuth
//
checkBoxProxyFTPAuth.AutoSize = true;
checkBoxProxyFTPAuth.Location = new Point(12, 169);
checkBoxProxyFTPAuth.Name = "checkBoxProxyFTPAuth";
checkBoxProxyFTPAuth.Size = new Size(230, 21);
checkBoxProxyFTPAuth.TabIndex = 17;
checkBoxProxyFTPAuth.Text = " Utilizar Autentificación para Proxy";
checkBoxProxyFTPAuth.UseVisualStyleBackColor = true;
checkBoxProxyFTPAuth.CheckedChanged += checkBoxProxyFTPAuth_CheckedChanged;
//
// label8
//
label8.AutoSize = true;
label8.Location = new Point(9, 139);
label8.Name = "label8";
label8.Size = new Size(109, 17);
label8.TabIndex = 16;
label8.Text = " Puerto del Proxy:";
//
// label9
//
label9.AutoSize = true;
label9.Location = new Point(9, 91);
label9.Name = "label9";
label9.Size = new Size(171, 17);
label9.TabIndex = 15;
label9.Text = " Nombre del Servidor Proxy:";
//
// radioButtonProxyFTP
//
radioButtonProxyFTP.AutoSize = true;
radioButtonProxyFTP.Location = new Point(19, 55);
radioButtonProxyFTP.Name = "radioButtonProxyFTP";
radioButtonProxyFTP.Size = new Size(47, 21);
radioButtonProxyFTP.TabIndex = 14;
radioButtonProxyFTP.Text = " FTP";
radioButtonProxyFTP.UseVisualStyleBackColor = true;
radioButtonProxyFTP.CheckedChanged += radioButtonProxyFTP_CheckedChanged;
//
// radioButtonProxyFTPNinguno
//
radioButtonProxyFTPNinguno.AutoSize = true;
radioButtonProxyFTPNinguno.Checked = true;
radioButtonProxyFTPNinguno.Location = new Point(19, 34);
radioButtonProxyFTPNinguno.Name = "radioButtonProxyFTPNinguno";
radioButtonProxyFTPNinguno.Size = new Size(78, 21);
radioButtonProxyFTPNinguno.TabIndex = 13;
radioButtonProxyFTPNinguno.TabStop = true;
radioButtonProxyFTPNinguno.Text = " Ninguno";
radioButtonProxyFTPNinguno.UseVisualStyleBackColor = true;
radioButtonProxyFTPNinguno.CheckedChanged += radioButtonProxyFTPNinguno_CheckedChanged;
//
// label10
//
label10.AutoSize = true;
label10.Location = new Point(7, 14);
label10.Name = "label10";
label10.Size = new Size(110, 17);
label10.TabIndex = 12;
label10.Text = "Tipo de proxy FTP:";
//
// tabPage3
//
tabPage3.Controls.Add(label12);
tabPage3.Controls.Add(textBoxDominio);
tabPage3.Controls.Add(label11);
tabPage3.Location = new Point(4, 26);
tabPage3.Name = "tabPage3";
tabPage3.Padding = new Padding(3);
tabPage3.Size = new Size(335, 277);
tabPage3.TabIndex = 2;
tabPage3.Text = "Dominio";
tabPage3.UseVisualStyleBackColor = true;
//
// label12
//
label12.AutoSize = true;
label12.ForeColor = SystemColors.ControlDark;
label12.Location = new Point(66, 36);
label12.Name = "label12";
label12.Size = new Size(220, 17);
label12.TabIndex = 22;
label12.Text = "Ejemplo: http://efc.aduanasoft.com";
//
// textBoxDominio
//
textBoxDominio.Location = new Point(66, 11);
textBoxDominio.Name = "textBoxDominio";
textBoxDominio.Size = new Size(259, 22);
textBoxDominio.TabIndex = 21;
//
// label11
//
label11.AutoSize = true;
label11.Location = new Point(6, 14);
label11.Name = "label11";
label11.Size = new Size(54, 17);
label11.TabIndex = 16;
label11.Text = "EFC API:";
//
// buttonGuardar
//
buttonGuardar.Location = new Point(159, 324);
buttonGuardar.Name = "buttonGuardar";
buttonGuardar.Size = new Size(89, 26);
buttonGuardar.TabIndex = 1;
buttonGuardar.Text = " Guardar";
buttonGuardar.UseVisualStyleBackColor = true;
buttonGuardar.Click += button1_Click;
//
// buttonCancelar
//
buttonCancelar.Location = new Point(252, 324);
buttonCancelar.Name = "buttonCancelar";
buttonCancelar.Size = new Size(89, 26);
buttonCancelar.TabIndex = 2;
buttonCancelar.Text = " Cancelar";
buttonCancelar.UseVisualStyleBackColor = true;
buttonCancelar.Click += buttonCancelar_Click;
//
// FormConfiguracionJSON
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(352, 356);
Controls.Add(buttonCancelar);
Controls.Add(buttonGuardar);
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 = "FormConfiguracionJSON";
StartPosition = FormStartPosition.CenterScreen;
Text = "Configuración de conexión";
Load += FormConfiguracionJSON_Load;
tabControl1.ResumeLayout(false);
tabPage1.ResumeLayout(false);
tabPage1.PerformLayout();
tabPage2.ResumeLayout(false);
tabPage2.PerformLayout();
tabPage3.ResumeLayout(false);
tabPage3.PerformLayout();
ResumeLayout(false);
}
#endregion
private TabControl tabControl1;
private TabPage tabPage1;
private TabPage tabPage2;
private Button buttonGuardar;
private Button buttonCancelar;
private Label label3;
private Label label2;
private RadioButton radioProxyGenericoHTTP;
private RadioButton radioProxyGenericoNinguno;
private Label label1;
private TabPage tabPage3;
private Label label5;
private Label label4;
private CheckBox checkBoxProxyGenericoAuthProxy;
private TextBox textBoxProxyGenericoPassword;
private TextBox textBoxProxyGenericoUsuario;
private TextBox textBoxProxyGenericoPuertoServidor;
private TextBox textBoxProxyGenericoNombreServidor;
private TextBox textBoxProxyFTPPassword;
private TextBox textBoxProxyFTPUsuario;
private TextBox textBoxProxyFTPPuerto;
private TextBox textBoxProxyFTPNombreServidor;
private Label label6;
private Label label7;
private CheckBox checkBoxProxyFTPAuth;
private Label label8;
private Label label9;
private RadioButton radioButtonProxyFTP;
private RadioButton radioButtonProxyFTPNinguno;
private Label label10;
private Label label11;
private Label label12;
private TextBox textBoxDominio;
}
}