namespace ECV
{
partial class Monedas
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Monedas));
this.panel1 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.TxtValor4 = new System.Windows.Forms.TextBox();
this.ComOper4 = new System.Windows.Forms.ComboBox();
this.Txt_Descrip4 = new System.Windows.Forms.TextBox();
this.Txt_simbolo4 = new System.Windows.Forms.TextBox();
this.TxtValor3 = new System.Windows.Forms.TextBox();
this.ComOper3 = new System.Windows.Forms.ComboBox();
this.Txt_Descrip3 = new System.Windows.Forms.TextBox();
this.Txt_simbolo3 = new System.Windows.Forms.TextBox();
this.TxtValor2 = new System.Windows.Forms.TextBox();
this.ComOper2 = new System.Windows.Forms.ComboBox();
this.Txt_Descrip2 = new System.Windows.Forms.TextBox();
this.Txt_simbolo2 = new System.Windows.Forms.TextBox();
this.Txt_Descrip1 = new System.Windows.Forms.TextBox();
this.Btn_Cerrar = new System.Windows.Forms.Button();
this.Lb_Titulo = new System.Windows.Forms.Label();
this.Button1 = new System.Windows.Forms.Button();
this.Label2 = new System.Windows.Forms.Label();
this.Txt_simbolo1 = new System.Windows.Forms.TextBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.TxtValor4);
this.panel1.Controls.Add(this.ComOper4);
this.panel1.Controls.Add(this.Txt_Descrip4);
this.panel1.Controls.Add(this.Txt_simbolo4);
this.panel1.Controls.Add(this.TxtValor3);
this.panel1.Controls.Add(this.ComOper3);
this.panel1.Controls.Add(this.Txt_Descrip3);
this.panel1.Controls.Add(this.Txt_simbolo3);
this.panel1.Controls.Add(this.TxtValor2);
this.panel1.Controls.Add(this.ComOper2);
this.panel1.Controls.Add(this.Txt_Descrip2);
this.panel1.Controls.Add(this.Txt_simbolo2);
this.panel1.Controls.Add(this.Txt_Descrip1);
this.panel1.Controls.Add(this.Btn_Cerrar);
this.panel1.Controls.Add(this.Lb_Titulo);
this.panel1.Controls.Add(this.Button1);
this.panel1.Controls.Add(this.Label2);
this.panel1.Controls.Add(this.Txt_simbolo1);
this.panel1.Location = new System.Drawing.Point(222, 127);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(594, 260);
this.panel1.TabIndex = 76;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.White;
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label4.Location = new System.Drawing.Point(506, 35);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(44, 18);
this.label4.TabIndex = 202;
this.label4.Text = "Valor";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.White;
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label3.Location = new System.Drawing.Point(353, 34);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(81, 18);
this.label3.TabIndex = 201;
this.label3.Text = "Operación";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.White;
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label1.Location = new System.Drawing.Point(93, 34);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(109, 18);
this.label1.TabIndex = 200;
this.label1.Text = "Denominación";
//
// TxtValor4
//
this.TxtValor4.Location = new System.Drawing.Point(484, 151);
this.TxtValor4.Name = "TxtValor4";
this.TxtValor4.Size = new System.Drawing.Size(86, 26);
this.TxtValor4.TabIndex = 199;
this.TxtValor4.Text = "1400";
this.TxtValor4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.toolTip1.SetToolTip(this.TxtValor4, "Valor");
this.TxtValor4.TextChanged += new System.EventHandler(this.TxtValor4_TextChanged);
//
// ComOper4
//
this.ComOper4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComOper4.FormattingEnabled = true;
this.ComOper4.Items.AddRange(new object[] {
"Multiplicar",
"Dividir"});
this.ComOper4.Location = new System.Drawing.Point(356, 151);
this.ComOper4.Name = "ComOper4";
this.ComOper4.Size = new System.Drawing.Size(122, 26);
this.ComOper4.TabIndex = 198;
this.toolTip1.SetToolTip(this.ComOper4, "Operación");
//
// Txt_Descrip4
//
this.Txt_Descrip4.Location = new System.Drawing.Point(96, 151);
this.Txt_Descrip4.Name = "Txt_Descrip4";
this.Txt_Descrip4.Size = new System.Drawing.Size(254, 26);
this.Txt_Descrip4.TabIndex = 197;
this.Txt_Descrip4.Text = "Reales Brasileños";
this.toolTip1.SetToolTip(this.Txt_Descrip4, "Denominación");
//
// Txt_simbolo4
//
this.Txt_simbolo4.Location = new System.Drawing.Point(24, 151);
this.Txt_simbolo4.Name = "Txt_simbolo4";
this.Txt_simbolo4.Size = new System.Drawing.Size(65, 26);
this.Txt_simbolo4.TabIndex = 196;
this.Txt_simbolo4.Text = "BRL";
this.Txt_simbolo4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.toolTip1.SetToolTip(this.Txt_simbolo4, "Símbolo");
//
// TxtValor3
//
this.TxtValor3.Location = new System.Drawing.Point(484, 119);
this.TxtValor3.Name = "TxtValor3";
this.TxtValor3.Size = new System.Drawing.Size(86, 26);
this.TxtValor3.TabIndex = 195;
this.TxtValor3.Text = "7500";
this.TxtValor3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.toolTip1.SetToolTip(this.TxtValor3, "Valor");
this.TxtValor3.TextChanged += new System.EventHandler(this.TxtValor3_TextChanged);
//
// ComOper3
//
this.ComOper3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComOper3.FormattingEnabled = true;
this.ComOper3.Items.AddRange(new object[] {
"Multiplicar",
"Dividir"});
this.ComOper3.Location = new System.Drawing.Point(356, 119);
this.ComOper3.Name = "ComOper3";
this.ComOper3.Size = new System.Drawing.Size(122, 26);
this.ComOper3.TabIndex = 194;
this.toolTip1.SetToolTip(this.ComOper3, "Operación");
//
// Txt_Descrip3
//
this.Txt_Descrip3.Location = new System.Drawing.Point(96, 119);
this.Txt_Descrip3.Name = "Txt_Descrip3";
this.Txt_Descrip3.Size = new System.Drawing.Size(254, 26);
this.Txt_Descrip3.TabIndex = 193;
this.Txt_Descrip3.Text = "Dólares Americanos";
this.toolTip1.SetToolTip(this.Txt_Descrip3, "Denominación");
//
// Txt_simbolo3
//
this.Txt_simbolo3.Location = new System.Drawing.Point(24, 119);
this.Txt_simbolo3.Name = "Txt_simbolo3";
this.Txt_simbolo3.Size = new System.Drawing.Size(65, 26);
this.Txt_simbolo3.TabIndex = 192;
this.Txt_simbolo3.Text = "USD";
this.Txt_simbolo3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.toolTip1.SetToolTip(this.Txt_simbolo3, "Símbolo");
//
// TxtValor2
//
this.TxtValor2.Location = new System.Drawing.Point(484, 87);
this.TxtValor2.Name = "TxtValor2";
this.TxtValor2.Size = new System.Drawing.Size(86, 26);
this.TxtValor2.TabIndex = 191;
this.TxtValor2.Text = "6";
this.TxtValor2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.toolTip1.SetToolTip(this.TxtValor2, "Valor");
this.TxtValor2.TextChanged += new System.EventHandler(this.TxtValor2_TextChanged);
//
// ComOper2
//
this.ComOper2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComOper2.FormattingEnabled = true;
this.ComOper2.Items.AddRange(new object[] {
"Multiplicar",
"Dividir"});
this.ComOper2.Location = new System.Drawing.Point(356, 87);
this.ComOper2.Name = "ComOper2";
this.ComOper2.Size = new System.Drawing.Size(122, 26);
this.ComOper2.TabIndex = 190;
this.toolTip1.SetToolTip(this.ComOper2, "Operación");
//
// Txt_Descrip2
//
this.Txt_Descrip2.Location = new System.Drawing.Point(96, 87);
this.Txt_Descrip2.Name = "Txt_Descrip2";
this.Txt_Descrip2.Size = new System.Drawing.Size(254, 26);
this.Txt_Descrip2.TabIndex = 189;
this.Txt_Descrip2.Text = "Pesos Argentinos";
this.toolTip1.SetToolTip(this.Txt_Descrip2, "Denominación");
//
// Txt_simbolo2
//
this.Txt_simbolo2.Location = new System.Drawing.Point(24, 87);
this.Txt_simbolo2.Name = "Txt_simbolo2";
this.Txt_simbolo2.Size = new System.Drawing.Size(65, 26);
this.Txt_simbolo2.TabIndex = 188;
this.Txt_simbolo2.Text = "ARS";
this.Txt_simbolo2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.toolTip1.SetToolTip(this.Txt_simbolo2, "Símbolo");
//
// Txt_Descrip1
//
this.Txt_Descrip1.Location = new System.Drawing.Point(96, 55);
this.Txt_Descrip1.Name = "Txt_Descrip1";
this.Txt_Descrip1.Size = new System.Drawing.Size(254, 26);
this.Txt_Descrip1.TabIndex = 185;
this.Txt_Descrip1.Text = "Guaraníes";
this.toolTip1.SetToolTip(this.Txt_Descrip1, "Denominación");
//
// Btn_Cerrar
//
this.Btn_Cerrar.BackColor = System.Drawing.Color.Gray;
this.Btn_Cerrar.FlatAppearance.BorderSize = 0;
this.Btn_Cerrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Btn_Cerrar.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Btn_Cerrar.ForeColor = System.Drawing.Color.Red;
this.Btn_Cerrar.Location = new System.Drawing.Point(631, 3);
this.Btn_Cerrar.Name = "Btn_Cerrar";
this.Btn_Cerrar.Size = new System.Drawing.Size(25, 23);
this.Btn_Cerrar.TabIndex = 183;
this.Btn_Cerrar.Text = "X";
this.Btn_Cerrar.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.Btn_Cerrar.UseVisualStyleBackColor = false;
this.Btn_Cerrar.Click += new System.EventHandler(this.Btn_Cerrar_Click);
//
// Lb_Titulo
//
this.Lb_Titulo.BackColor = System.Drawing.Color.Gray;
this.Lb_Titulo.ForeColor = System.Drawing.Color.White;
this.Lb_Titulo.Location = new System.Drawing.Point(-12, 0);
this.Lb_Titulo.Name = "Lb_Titulo";
this.Lb_Titulo.Size = new System.Drawing.Size(674, 23);
this.Lb_Titulo.TabIndex = 184;
this.Lb_Titulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Button1
//
this.Button1.AccessibleName = "";
this.Button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230)))));
this.Button1.FlatAppearance.BorderSize = 0;
this.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button1.ForeColor = System.Drawing.Color.White;
this.Button1.Image = ((System.Drawing.Image)(resources.GetObject("Button1.Image")));
this.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.Button1.Location = new System.Drawing.Point(445, 194);
this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(125, 46);
this.Button1.TabIndex = 5;
this.Button1.Text = "Registrar";
this.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.Button1.UseVisualStyleBackColor = false;
this.Button1.Click += new System.EventHandler(this.Button1_Click);
//
// Label2
//
this.Label2.AutoSize = true;
this.Label2.BackColor = System.Drawing.Color.White;
this.Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.Label2.Location = new System.Drawing.Point(24, 35);
this.Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(65, 18);
this.Label2.TabIndex = 66;
this.Label2.Text = "Símbolo";
//
// Txt_simbolo1
//
this.Txt_simbolo1.Location = new System.Drawing.Point(24, 55);
this.Txt_simbolo1.Name = "Txt_simbolo1";
this.Txt_simbolo1.Size = new System.Drawing.Size(65, 26);
this.Txt_simbolo1.TabIndex = 0;
this.Txt_simbolo1.Text = "PYG";
this.Txt_simbolo1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.toolTip1.SetToolTip(this.Txt_simbolo1, "Símbolo");
//
// Monedas
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1200, 623);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Monedas";
this.Text = "Monedas";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Activated += new System.EventHandler(this.Monedas_Activated);
this.Load += new System.EventHandler(this.Monedas_Load);
this.Resize += new System.EventHandler(this.Monedas_Resize);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button Btn_Cerrar;
private System.Windows.Forms.Label Lb_Titulo;
internal System.Windows.Forms.Button Button1;
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.TextBox Txt_simbolo1;
private System.Windows.Forms.ToolTip toolTip1;
internal System.Windows.Forms.TextBox Txt_Descrip1;
internal System.Windows.Forms.TextBox TxtValor4;
private System.Windows.Forms.ComboBox ComOper4;
internal System.Windows.Forms.TextBox Txt_Descrip4;
internal System.Windows.Forms.TextBox Txt_simbolo4;
internal System.Windows.Forms.TextBox TxtValor3;
private System.Windows.Forms.ComboBox ComOper3;
internal System.Windows.Forms.TextBox Txt_Descrip3;
internal System.Windows.Forms.TextBox Txt_simbolo3;
internal System.Windows.Forms.TextBox TxtValor2;
private System.Windows.Forms.ComboBox ComOper2;
internal System.Windows.Forms.TextBox Txt_Descrip2;
internal System.Windows.Forms.TextBox Txt_simbolo2;
internal System.Windows.Forms.Label label1;
internal System.Windows.Forms.Label label4;
internal System.Windows.Forms.Label label3;
}
}