namespace CKUERA { partial class Pagare { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Pagare)); this.Button1 = new System.Windows.Forms.Button(); this.Deudor = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.CI_deudor = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.Cel_Deudor = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.Dom_Deudor = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.Cel_Codeu = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.Dom_Codeu = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.CI_Codeu = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.Co_deu = new System.Windows.Forms.TextBox(); this.Simbolo = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.Monto = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.Num1P = new System.Windows.Forms.TextBox(); this.Num2P = new System.Windows.Forms.TextBox(); this.FechaC = new System.Windows.Forms.DateTimePicker(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.FechaV = new System.Windows.Forms.DateTimePicker(); this.panel1 = new System.Windows.Forms.Panel(); this.label18 = new System.Windows.Forms.Label(); this.Text1 = new System.Windows.Forms.RichTextBox(); this.Titular = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.CI_titu = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.Ciudad_Titu = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.Btn_Cerrar = new System.Windows.Forms.Button(); this.Lb_Titulo = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // 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(517, 347); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(132, 46); this.Button1.TabIndex = 12; this.Button1.Text = "Procesar"; this.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.Button1.UseVisualStyleBackColor = false; this.Button1.Click += new System.EventHandler(this.Button1_Click); // // Deudor // this.Deudor.BackColor = System.Drawing.Color.AliceBlue; this.Deudor.Location = new System.Drawing.Point(17, 135); this.Deudor.Name = "Deudor"; this.Deudor.Size = new System.Drawing.Size(497, 26); this.Deudor.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(14, 114); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 18); this.label1.TabIndex = 62; this.label1.Text = "Deudor"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(517, 114); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(125, 18); this.label2.TabIndex = 64; this.label2.Text = "N° CI del Deudor"; // // CI_deudor // this.CI_deudor.BackColor = System.Drawing.Color.AliceBlue; this.CI_deudor.Location = new System.Drawing.Point(520, 135); this.CI_deudor.Name = "CI_deudor"; this.CI_deudor.Size = new System.Drawing.Size(129, 26); this.CI_deudor.TabIndex = 1; this.CI_deudor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(517, 172); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(135, 18); this.label3.TabIndex = 68; this.label3.Text = "Celular del deudor"; // // Cel_Deudor // this.Cel_Deudor.BackColor = System.Drawing.Color.AliceBlue; this.Cel_Deudor.Location = new System.Drawing.Point(520, 193); this.Cel_Deudor.Name = "Cel_Deudor"; this.Cel_Deudor.Size = new System.Drawing.Size(129, 26); this.Cel_Deudor.TabIndex = 3; this.Cel_Deudor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(14, 172); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(152, 18); this.label4.TabIndex = 66; this.label4.Text = "Domicilio del deudor"; // // Dom_Deudor // this.Dom_Deudor.BackColor = System.Drawing.Color.AliceBlue; this.Dom_Deudor.Location = new System.Drawing.Point(17, 193); this.Dom_Deudor.Name = "Dom_Deudor"; this.Dom_Deudor.Size = new System.Drawing.Size(497, 26); this.Dom_Deudor.TabIndex = 2; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(517, 292); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(115, 18); this.label5.TabIndex = 76; this.label5.Text = "Cel. Co-deudor"; // // Cel_Codeu // this.Cel_Codeu.BackColor = System.Drawing.Color.LightYellow; this.Cel_Codeu.Location = new System.Drawing.Point(520, 313); this.Cel_Codeu.Name = "Cel_Codeu"; this.Cel_Codeu.Size = new System.Drawing.Size(129, 26); this.Cel_Codeu.TabIndex = 7; this.Cel_Codeu.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.White; this.label7.Location = new System.Drawing.Point(14, 292); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(178, 18); this.label7.TabIndex = 74; this.label7.Text = "Domicilio del Co-deudor"; // // Dom_Codeu // this.Dom_Codeu.BackColor = System.Drawing.Color.LightYellow; this.Dom_Codeu.Location = new System.Drawing.Point(17, 313); this.Dom_Codeu.Name = "Dom_Codeu"; this.Dom_Codeu.Size = new System.Drawing.Size(497, 26); this.Dom_Codeu.TabIndex = 6; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.White; this.label8.Location = new System.Drawing.Point(517, 234); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(123, 18); this.label8.TabIndex = 72; this.label8.Text = "N° CI Co-deudor"; // // CI_Codeu // this.CI_Codeu.BackColor = System.Drawing.Color.LightYellow; this.CI_Codeu.Location = new System.Drawing.Point(520, 255); this.CI_Codeu.Name = "CI_Codeu"; this.CI_Codeu.Size = new System.Drawing.Size(129, 26); this.CI_Codeu.TabIndex = 5; this.CI_Codeu.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.White; this.label9.Location = new System.Drawing.Point(14, 234); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(83, 18); this.label9.TabIndex = 70; this.label9.Text = "Co-deudor"; // // Co_deu // this.Co_deu.BackColor = System.Drawing.Color.LightYellow; this.Co_deu.Location = new System.Drawing.Point(17, 255); this.Co_deu.Name = "Co_deu"; this.Co_deu.Size = new System.Drawing.Size(497, 26); this.Co_deu.TabIndex = 4; this.Co_deu.TextChanged += new System.EventHandler(this.Co_deu_TextChanged); // // Simbolo // this.Simbolo.FormattingEnabled = true; this.Simbolo.Location = new System.Drawing.Point(17, 367); this.Simbolo.Name = "Simbolo"; this.Simbolo.Size = new System.Drawing.Size(80, 26); this.Simbolo.TabIndex = 8; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.White; this.label10.Location = new System.Drawing.Point(14, 346); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 18); this.label10.TabIndex = 78; this.label10.Text = "Símbolo"; // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.White; this.label11.Location = new System.Drawing.Point(100, 346); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(51, 18); this.label11.TabIndex = 80; this.label11.Text = "Monto"; // // Monto // this.Monto.Location = new System.Drawing.Point(103, 367); this.Monto.Name = "Monto"; this.Monto.Size = new System.Drawing.Size(129, 26); this.Monto.TabIndex = 9; this.Monto.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.Monto.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Monto_KeyPress); // // label12 // this.label12.AutoSize = true; this.label12.BackColor = System.Drawing.Color.White; this.label12.Location = new System.Drawing.Point(235, 346); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(95, 18); this.label12.TabIndex = 82; this.label12.Text = "Pagaré # de"; // // Num1P // this.Num1P.Location = new System.Drawing.Point(238, 367); this.Num1P.Name = "Num1P"; this.Num1P.Size = new System.Drawing.Size(48, 26); this.Num1P.TabIndex = 10; this.Num1P.Text = "1"; this.Num1P.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.Num1P.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Num1P_KeyPress); // // Num2P // this.Num2P.Location = new System.Drawing.Point(292, 367); this.Num2P.Name = "Num2P"; this.Num2P.Size = new System.Drawing.Size(48, 26); this.Num2P.TabIndex = 11; this.Num2P.Text = "1"; this.Num2P.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.Num2P.TextChanged += new System.EventHandler(this.Num2P_TextChanged); this.Num2P.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Num2P_KeyPress); // // FechaC // this.FechaC.Location = new System.Drawing.Point(16, 80); this.FechaC.Name = "FechaC"; this.FechaC.Size = new System.Drawing.Size(283, 26); this.FechaC.TabIndex = 84; // // label13 // this.label13.AutoSize = true; this.label13.BackColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(14, 59); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(153, 18); this.label13.TabIndex = 85; this.label13.Text = "Fecha de confección"; // // label14 // this.label14.AutoSize = true; this.label14.BackColor = System.Drawing.Color.White; this.label14.Location = new System.Drawing.Point(364, 59); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(164, 18); this.label14.TabIndex = 87; this.label14.Text = "Fecha de Vencimiento"; // // FechaV // this.FechaV.Location = new System.Drawing.Point(366, 80); this.FechaV.Name = "FechaV"; this.FechaV.Size = new System.Drawing.Size(283, 26); this.FechaV.TabIndex = 86; // // panel1 // this.panel1.BackColor = System.Drawing.Color.LightSkyBlue; this.panel1.Controls.Add(this.label18); this.panel1.Controls.Add(this.Text1); this.panel1.Controls.Add(this.Titular); this.panel1.Controls.Add(this.label17); this.panel1.Controls.Add(this.CI_titu); this.panel1.Controls.Add(this.label16); this.panel1.Controls.Add(this.Ciudad_Titu); this.panel1.Controls.Add(this.label15); this.panel1.Location = new System.Drawing.Point(282, 421); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(633, 334); this.panel1.TabIndex = 89; this.panel1.Visible = false; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(13, 128); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(253, 18); this.label18.TabIndex = 97; this.label18.Text = "Texto del Pagaré (clausulas y otros)"; // // Text1 // this.Text1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Text1.Location = new System.Drawing.Point(16, 147); this.Text1.Name = "Text1"; this.Text1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.Text1.Size = new System.Drawing.Size(599, 190); this.Text1.TabIndex = 96; this.Text1.Text = resources.GetString("Text1.Text"); // // Titular // this.Titular.Location = new System.Drawing.Point(16, 101); this.Titular.Name = "Titular"; this.Titular.Size = new System.Drawing.Size(600, 26); this.Titular.TabIndex = 95; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(13, 80); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(205, 18); this.label17.TabIndex = 94; this.label17.Text = "Nombre y Apellido del Titular"; // // CI_titu // this.CI_titu.Location = new System.Drawing.Point(385, 46); this.CI_titu.Name = "CI_titu"; this.CI_titu.Size = new System.Drawing.Size(231, 26); this.CI_titu.TabIndex = 93; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(382, 25); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(101, 18); this.label16.TabIndex = 92; this.label16.Text = "C.I. del Titular"; // // Ciudad_Titu // this.Ciudad_Titu.Location = new System.Drawing.Point(16, 46); this.Ciudad_Titu.Name = "Ciudad_Titu"; this.Ciudad_Titu.Size = new System.Drawing.Size(348, 26); this.Ciudad_Titu.TabIndex = 91; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(13, 25); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(129, 18); this.label15.TabIndex = 90; this.label15.Text = "Ciudad del Titular"; // // button2 // this.button2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.Location = new System.Drawing.Point(16, 26); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(98, 24); this.button2.TabIndex = 88; this.button2.Text = "Configurar"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.White; this.panel2.Controls.Add(this.Btn_Cerrar); this.panel2.Controls.Add(this.Lb_Titulo); this.panel2.Controls.Add(this.panel1); this.panel2.Controls.Add(this.Deudor); this.panel2.Controls.Add(this.button2); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.label14); this.panel2.Controls.Add(this.FechaV); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.label13); this.panel2.Controls.Add(this.Dom_Deudor); this.panel2.Controls.Add(this.FechaC); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.Num2P); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label12); this.panel2.Controls.Add(this.Co_deu); this.panel2.Controls.Add(this.Num1P); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.label11); this.panel2.Controls.Add(this.CI_Codeu); this.panel2.Controls.Add(this.Monto); this.panel2.Controls.Add(this.label8); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.Dom_Codeu); this.panel2.Controls.Add(this.Simbolo); this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.Cel_Codeu); this.panel2.Controls.Add(this.Button1); this.panel2.Controls.Add(this.Cel_Deudor); this.panel2.Controls.Add(this.CI_deudor); this.panel2.Location = new System.Drawing.Point(63, 35); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(669, 410); this.panel2.TabIndex = 91; // // 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(621, 10); this.Btn_Cerrar.Name = "Btn_Cerrar"; this.Btn_Cerrar.Size = new System.Drawing.Size(25, 23); this.Btn_Cerrar.TabIndex = 184; 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(-3, 0); this.Lb_Titulo.Name = "Lb_Titulo"; this.Lb_Titulo.Size = new System.Drawing.Size(674, 23); this.Lb_Titulo.TabIndex = 185; this.Lb_Titulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // button3 // this.button3.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button3.Location = new System.Drawing.Point(810, 158); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(140, 52); this.button3.TabIndex = 92; this.button3.Text = "button3"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click_1); // // Pagare // this.AcceptButton = this.Button1; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button3; this.ClientSize = new System.Drawing.Size(1624, 845); this.Controls.Add(this.button3); this.Controls.Add(this.panel2); 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 = "Pagare"; this.Text = "Pagaré"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Pagare_Load); this.Resize += new System.EventHandler(this.Pagare_Resize); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion internal System.Windows.Forms.Button Button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.DateTimePicker FechaC; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.DateTimePicker FechaV; public System.Windows.Forms.TextBox Deudor; public System.Windows.Forms.TextBox CI_deudor; public System.Windows.Forms.TextBox Cel_Deudor; public System.Windows.Forms.TextBox Dom_Deudor; public System.Windows.Forms.TextBox Cel_Codeu; public System.Windows.Forms.TextBox Dom_Codeu; public System.Windows.Forms.TextBox CI_Codeu; public System.Windows.Forms.TextBox Co_deu; public System.Windows.Forms.ComboBox Simbolo; public System.Windows.Forms.TextBox Monto; public System.Windows.Forms.TextBox Num1P; public System.Windows.Forms.TextBox Num2P; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label18; private System.Windows.Forms.RichTextBox Text1; private System.Windows.Forms.TextBox Titular; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox CI_titu; private System.Windows.Forms.Label label16; private System.Windows.Forms.TextBox Ciudad_Titu; private System.Windows.Forms.Label label15; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button Btn_Cerrar; private System.Windows.Forms.Label Lb_Titulo; } }