namespace CKUERA { partial class Clientes { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Clientes)); this.button5 = new System.Windows.Forms.Button(); this.No_Buscar = new System.Windows.Forms.CheckBox(); this.DataG1 = new System.Windows.Forms.DataGridView(); this.ID = new System.Windows.Forms.DataGridViewButtonColumn(); this.Nombre = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UL_FECHA = new System.Windows.Forms.Label(); this.UL_HORA = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.Lab_Descrip = new System.Windows.Forms.Label(); this.Com_Dpto = new System.Windows.Forms.ComboBox(); this.Com_Loca = new System.Windows.Forms.ComboBox(); this.Com_Dtr = new System.Windows.Forms.ComboBox(); this.label15 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.Saldo = new System.Windows.Forms.Label(); this.Txt_Email = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.Txt_Nom_Fantasia = new System.Windows.Forms.TextBox(); this.Nombre_Fantasia = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.Opt_P_Fisica = new System.Windows.Forms.RadioButton(); this.Lb_RUC_Cancel = new System.Windows.Forms.Label(); this.Opt_P_Juridica = new System.Windows.Forms.RadioButton(); this.panel2 = new System.Windows.Forms.Panel(); this.button6 = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.Fhasta = new System.Windows.Forms.DateTimePicker(); this.Fdesde = new System.Windows.Forms.DateTimePicker(); this.label5 = new System.Windows.Forms.Label(); this.TituloP = new System.Windows.Forms.Button(); this.valorD = new System.Windows.Forms.TextBox(); this.Concepto_box = new System.Windows.Forms.TextBox(); this.Pagar_ch = new System.Windows.Forms.RadioButton(); this.Cobrar_ch = new System.Windows.Forms.RadioButton(); this.Btn_Cerrar = new System.Windows.Forms.Button(); this.Lb_Titulo = new System.Windows.Forms.Label(); this.TextBox2 = new System.Windows.Forms.TextBox(); this.comb_TipoIden = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.Lb_DV = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.ID_LABEL = new System.Windows.Forms.Label(); this.RadioButton2 = new System.Windows.Forms.RadioButton(); this.RadioButton1 = new System.Windows.Forms.RadioButton(); this.Button3 = new System.Windows.Forms.Button(); this.Button2 = new System.Windows.Forms.Button(); this.Button1 = new System.Windows.Forms.Button(); this.TextBox4 = new System.Windows.Forms.TextBox(); this.Label4 = new System.Windows.Forms.Label(); this.TextBox3 = new System.Windows.Forms.TextBox(); this.Label3 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.TextBox1 = new System.Windows.Forms.TextBox(); this.Label1 = new System.Windows.Forms.Label(); this.Com_Pais = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.mensaje_lab = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.DataG1)).BeginInit(); this.panel1.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // button5 // this.button5.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button5.Location = new System.Drawing.Point(844, 386); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(67, 51); this.button5.TabIndex = 74; this.button5.Text = "button5"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // No_Buscar // this.No_Buscar.AutoSize = true; this.No_Buscar.Location = new System.Drawing.Point(865, 17); this.No_Buscar.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.No_Buscar.Name = "No_Buscar"; this.No_Buscar.Size = new System.Drawing.Size(105, 22); this.No_Buscar.TabIndex = 73; this.No_Buscar.Text = "No_Buscar"; this.No_Buscar.UseVisualStyleBackColor = true; this.No_Buscar.Visible = false; this.No_Buscar.CheckedChanged += new System.EventHandler(this.No_Buscar_CheckedChanged); // // DataG1 // this.DataG1.AllowUserToAddRows = false; this.DataG1.AllowUserToDeleteRows = false; this.DataG1.AllowUserToResizeColumns = false; this.DataG1.AllowUserToResizeRows = false; this.DataG1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.DataG1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaption; dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DataG1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.DataG1.ColumnHeadersVisible = false; this.DataG1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.Nombre}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ScrollBar; dataGridViewCellStyle2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.DataG1.DefaultCellStyle = dataGridViewCellStyle2; this.DataG1.GridColor = System.Drawing.Color.White; this.DataG1.Location = new System.Drawing.Point(408, 120); this.DataG1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.DataG1.Name = "DataG1"; this.DataG1.Size = new System.Drawing.Size(114, 263); this.DataG1.TabIndex = 69; this.DataG1.Visible = false; this.DataG1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataG1_CellContentClick); this.DataG1.Click += new System.EventHandler(this.DataG1_Click); // // ID // this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.ID.Width = 30; // // Nombre // this.Nombre.HeaderText = "Nombre"; this.Nombre.Name = "Nombre"; this.Nombre.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Nombre.Width = 500; // // UL_FECHA // this.UL_FECHA.AutoSize = true; this.UL_FECHA.Location = new System.Drawing.Point(841, 51); this.UL_FECHA.Name = "UL_FECHA"; this.UL_FECHA.Size = new System.Drawing.Size(92, 18); this.UL_FECHA.TabIndex = 85; this.UL_FECHA.Text = "UL_FECHA"; this.UL_FECHA.Visible = false; // // UL_HORA // this.UL_HORA.AutoSize = true; this.UL_HORA.Location = new System.Drawing.Point(841, 69); this.UL_HORA.Name = "UL_HORA"; this.UL_HORA.Size = new System.Drawing.Size(82, 18); this.UL_HORA.TabIndex = 86; this.UL_HORA.Text = "UL_HORA"; this.UL_HORA.Visible = false; // // timer1 // this.timer1.Interval = 10; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.DataG1); this.panel1.Controls.Add(this.Lab_Descrip); this.panel1.Controls.Add(this.Com_Dpto); this.panel1.Controls.Add(this.Com_Loca); this.panel1.Controls.Add(this.Com_Dtr); this.panel1.Controls.Add(this.label15); this.panel1.Controls.Add(this.label12); this.panel1.Controls.Add(this.label11); this.panel1.Controls.Add(this.Saldo); this.panel1.Controls.Add(this.Txt_Email); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.Txt_Nom_Fantasia); this.panel1.Controls.Add(this.Nombre_Fantasia); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.Btn_Cerrar); this.panel1.Controls.Add(this.Lb_Titulo); this.panel1.Controls.Add(this.TextBox2); this.panel1.Controls.Add(this.comb_TipoIden); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.Lb_DV); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.button8); this.panel1.Controls.Add(this.button7); this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.ID_LABEL); this.panel1.Controls.Add(this.RadioButton2); this.panel1.Controls.Add(this.RadioButton1); this.panel1.Controls.Add(this.Button3); this.panel1.Controls.Add(this.Button2); this.panel1.Controls.Add(this.Button1); this.panel1.Controls.Add(this.TextBox4); this.panel1.Controls.Add(this.Label4); this.panel1.Controls.Add(this.TextBox3); this.panel1.Controls.Add(this.Label3); this.panel1.Controls.Add(this.Label2); this.panel1.Controls.Add(this.TextBox1); this.panel1.Controls.Add(this.Label1); this.panel1.Controls.Add(this.Com_Pais); this.panel1.Controls.Add(this.label13); this.panel1.Location = new System.Drawing.Point(-3, -3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(808, 494); this.panel1.TabIndex = 87; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // Lab_Descrip // this.Lab_Descrip.BackColor = System.Drawing.Color.Transparent; this.Lab_Descrip.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Lab_Descrip.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Lab_Descrip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.Lab_Descrip.Location = new System.Drawing.Point(41, 332); this.Lab_Descrip.Name = "Lab_Descrip"; this.Lab_Descrip.Size = new System.Drawing.Size(580, 13); this.Lab_Descrip.TabIndex = 201; this.Lab_Descrip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Com_Dpto // this.Com_Dpto.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.Com_Dpto.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.Com_Dpto.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Com_Dpto.FormattingEnabled = true; this.Com_Dpto.Location = new System.Drawing.Point(192, 309); this.Com_Dpto.Name = "Com_Dpto"; this.Com_Dpto.Size = new System.Drawing.Size(140, 22); this.Com_Dpto.Sorted = true; this.Com_Dpto.TabIndex = 190; this.Com_Dpto.SelectedIndexChanged += new System.EventHandler(this.Com_Dpto_SelectedIndexChanged); this.Com_Dpto.TextChanged += new System.EventHandler(this.Com_Dpto_TextChanged); this.Com_Dpto.Click += new System.EventHandler(this.Com_Dpto_Click); this.Com_Dpto.Leave += new System.EventHandler(this.Com_Dpto_Leave); // // Com_Loca // this.Com_Loca.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.Com_Loca.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.Com_Loca.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Com_Loca.FormattingEnabled = true; this.Com_Loca.Location = new System.Drawing.Point(497, 309); this.Com_Loca.Name = "Com_Loca"; this.Com_Loca.Size = new System.Drawing.Size(140, 22); this.Com_Loca.Sorted = true; this.Com_Loca.TabIndex = 196; this.Com_Loca.SelectedIndexChanged += new System.EventHandler(this.Com_Loca_SelectedIndexChanged); this.Com_Loca.TextChanged += new System.EventHandler(this.Com_Loca_TextChanged); this.Com_Loca.Leave += new System.EventHandler(this.Com_Loca_Leave); // // Com_Dtr // this.Com_Dtr.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.Com_Dtr.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.Com_Dtr.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Com_Dtr.FormattingEnabled = true; this.Com_Dtr.Location = new System.Drawing.Point(345, 309); this.Com_Dtr.Name = "Com_Dtr"; this.Com_Dtr.Size = new System.Drawing.Size(140, 22); this.Com_Dtr.Sorted = true; this.Com_Dtr.TabIndex = 192; this.Com_Dtr.SelectedIndexChanged += new System.EventHandler(this.Com_Dtr_SelectedIndexChanged); this.Com_Dtr.TextChanged += new System.EventHandler(this.Com_Dtr_TextChanged); this.Com_Dtr.Leave += new System.EventHandler(this.Com_Dtr_Leave); // // label15 // this.label15.BackColor = System.Drawing.Color.White; this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label15.Location = new System.Drawing.Point(494, 290); this.label15.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(104, 20); this.label15.TabIndex = 197; this.label15.Text = "Localidad"; // // label12 // this.label12.BackColor = System.Drawing.Color.White; this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label12.Location = new System.Drawing.Point(342, 290); this.label12.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(104, 20); this.label12.TabIndex = 193; this.label12.Text = "Distrito"; // // label11 // this.label11.BackColor = System.Drawing.Color.White; this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label11.Location = new System.Drawing.Point(189, 290); this.label11.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(120, 20); this.label11.TabIndex = 191; this.label11.Text = "Departamento"; this.label11.Click += new System.EventHandler(this.label11_Click); // // Saldo // this.Saldo.BackColor = System.Drawing.Color.White; this.Saldo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Saldo.ForeColor = System.Drawing.Color.Black; this.Saldo.Location = new System.Drawing.Point(341, 465); this.Saldo.Name = "Saldo"; this.Saldo.Size = new System.Drawing.Size(285, 18); this.Saldo.TabIndex = 126; this.Saldo.Text = "_"; this.Saldo.TextAlign = System.Drawing.ContentAlignment.TopRight; // // Txt_Email // this.Txt_Email.Location = new System.Drawing.Point(41, 362); this.Txt_Email.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Txt_Email.Name = "Txt_Email"; this.Txt_Email.Size = new System.Drawing.Size(585, 26); this.Txt_Email.TabIndex = 189; this.Txt_Email.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.Txt_Email.TextChanged += new System.EventHandler(this.Txt_Email_TextChanged); // // label6 // this.label6.BackColor = System.Drawing.Color.White; this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label6.Location = new System.Drawing.Point(38, 344); this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(247, 20); this.label6.TabIndex = 188; this.label6.Text = "Correo electrónico"; // // Txt_Nom_Fantasia // this.Txt_Nom_Fantasia.Location = new System.Drawing.Point(40, 122); this.Txt_Nom_Fantasia.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Txt_Nom_Fantasia.Name = "Txt_Nom_Fantasia"; this.Txt_Nom_Fantasia.Size = new System.Drawing.Size(586, 26); this.Txt_Nom_Fantasia.TabIndex = 187; this.Txt_Nom_Fantasia.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.Txt_Nom_Fantasia.TextChanged += new System.EventHandler(this.Txt_Nom_Fantasia_TextChanged); // // Nombre_Fantasia // this.Nombre_Fantasia.BackColor = System.Drawing.Color.White; this.Nombre_Fantasia.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Nombre_Fantasia.Location = new System.Drawing.Point(40, 104); this.Nombre_Fantasia.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.Nombre_Fantasia.Name = "Nombre_Fantasia"; this.Nombre_Fantasia.Size = new System.Drawing.Size(247, 20); this.Nombre_Fantasia.TabIndex = 186; this.Nombre_Fantasia.Text = "Nombre Fantasía"; // // panel3 // this.panel3.Controls.Add(this.Opt_P_Fisica); this.panel3.Controls.Add(this.Lb_RUC_Cancel); this.panel3.Controls.Add(this.Opt_P_Juridica); this.panel3.Location = new System.Drawing.Point(40, 154); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(585, 30); this.panel3.TabIndex = 185; // // Opt_P_Fisica // this.Opt_P_Fisica.AutoSize = true; this.Opt_P_Fisica.Location = new System.Drawing.Point(257, 4); this.Opt_P_Fisica.Name = "Opt_P_Fisica"; this.Opt_P_Fisica.Size = new System.Drawing.Size(131, 22); this.Opt_P_Fisica.TabIndex = 1; this.Opt_P_Fisica.TabStop = true; this.Opt_P_Fisica.Text = "Persona &Física"; this.Opt_P_Fisica.UseVisualStyleBackColor = true; // // Lb_RUC_Cancel // this.Lb_RUC_Cancel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Lb_RUC_Cancel.ForeColor = System.Drawing.Color.Red; this.Lb_RUC_Cancel.Location = new System.Drawing.Point(389, 5); this.Lb_RUC_Cancel.Name = "Lb_RUC_Cancel"; this.Lb_RUC_Cancel.Size = new System.Drawing.Size(196, 20); this.Lb_RUC_Cancel.TabIndex = 204; this.Lb_RUC_Cancel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // Opt_P_Juridica // this.Opt_P_Juridica.AutoSize = true; this.Opt_P_Juridica.Location = new System.Drawing.Point(4, 3); this.Opt_P_Juridica.Name = "Opt_P_Juridica"; this.Opt_P_Juridica.Size = new System.Drawing.Size(143, 22); this.Opt_P_Juridica.TabIndex = 0; this.Opt_P_Juridica.TabStop = true; this.Opt_P_Juridica.Text = "Persona &Jurídica"; this.Opt_P_Juridica.UseVisualStyleBackColor = true; // // panel2 // this.panel2.BackColor = System.Drawing.Color.White; this.panel2.Controls.Add(this.button6); this.panel2.Controls.Add(this.label8); this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.Fhasta); this.panel2.Controls.Add(this.Fdesde); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.TituloP); this.panel2.Controls.Add(this.valorD); this.panel2.Controls.Add(this.Concepto_box); this.panel2.Controls.Add(this.Pagar_ch); this.panel2.Controls.Add(this.Cobrar_ch); this.panel2.Location = new System.Drawing.Point(40, 389); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(586, 85); this.panel2.TabIndex = 125; this.panel2.Visible = false; // // button6 // this.button6.Location = new System.Drawing.Point(387, 44); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(199, 28); this.button6.TabIndex = 88; this.button6.Text = "Reporte de movimientos"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click_1); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(486, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(49, 18); this.label8.TabIndex = 87; this.label8.Text = "Hasta"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(384, 1); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(55, 18); this.label7.TabIndex = 86; this.label7.Text = "Desde"; // // Fhasta // this.Fhasta.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Fhasta.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.Fhasta.Location = new System.Drawing.Point(490, 19); this.Fhasta.Name = "Fhasta"; this.Fhasta.Size = new System.Drawing.Size(95, 22); this.Fhasta.TabIndex = 85; // // Fdesde // this.Fdesde.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Fdesde.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.Fdesde.Location = new System.Drawing.Point(387, 19); this.Fdesde.Name = "Fdesde"; this.Fdesde.Size = new System.Drawing.Size(95, 22); this.Fdesde.TabIndex = 84; this.Fdesde.ValueChanged += new System.EventHandler(this.Fdesde_ValueChanged); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(1, 24); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 15); this.label5.TabIndex = 83; this.label5.Text = "Concepto"; // // TituloP // this.TituloP.Location = new System.Drawing.Point(262, 18); this.TituloP.Name = "TituloP"; this.TituloP.Size = new System.Drawing.Size(117, 26); this.TituloP.TabIndex = 82; this.TituloP.Text = "Cobrar"; this.TituloP.UseVisualStyleBackColor = true; this.TituloP.Click += new System.EventHandler(this.TituloP_Click); // // valorD // this.valorD.Location = new System.Drawing.Point(262, 46); this.valorD.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.valorD.Name = "valorD"; this.valorD.Size = new System.Drawing.Size(117, 26); this.valorD.TabIndex = 81; this.valorD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.valorD.TextChanged += new System.EventHandler(this.valorD_TextChanged_1); // // Concepto_box // this.Concepto_box.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Concepto_box.Location = new System.Drawing.Point(0, 34); this.Concepto_box.Multiline = true; this.Concepto_box.Name = "Concepto_box"; this.Concepto_box.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.Concepto_box.Size = new System.Drawing.Size(253, 38); this.Concepto_box.TabIndex = 2; // // Pagar_ch // this.Pagar_ch.AutoSize = true; this.Pagar_ch.Location = new System.Drawing.Point(4, 3); this.Pagar_ch.Name = "Pagar_ch"; this.Pagar_ch.Size = new System.Drawing.Size(151, 22); this.Pagar_ch.TabIndex = 1; this.Pagar_ch.Text = "Sumar a la cuenta"; this.Pagar_ch.UseVisualStyleBackColor = true; this.Pagar_ch.CheckedChanged += new System.EventHandler(this.Pagar_ch_CheckedChanged_1); // // Cobrar_ch // this.Cobrar_ch.AutoSize = true; this.Cobrar_ch.Checked = true; this.Cobrar_ch.Location = new System.Drawing.Point(179, 4); this.Cobrar_ch.Name = "Cobrar_ch"; this.Cobrar_ch.Size = new System.Drawing.Size(75, 22); this.Cobrar_ch.TabIndex = 0; this.Cobrar_ch.TabStop = true; this.Cobrar_ch.Text = "Cobrar"; this.Cobrar_ch.UseVisualStyleBackColor = true; this.Cobrar_ch.CheckedChanged += new System.EventHandler(this.Cobrar_ch_CheckedChanged_1); // // 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(768, 15); this.Btn_Cerrar.Name = "Btn_Cerrar"; this.Btn_Cerrar.Size = new System.Drawing.Size(25, 23); this.Btn_Cerrar.TabIndex = 182; 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(832, 23); this.Lb_Titulo.TabIndex = 184; this.Lb_Titulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // TextBox2 // this.TextBox2.Location = new System.Drawing.Point(40, 209); this.TextBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.TextBox2.Name = "TextBox2"; this.TextBox2.Size = new System.Drawing.Size(118, 26); this.TextBox2.TabIndex = 113; this.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TextBox2.TextChanged += new System.EventHandler(this.TextBox2_TextChanged_1); this.TextBox2.Leave += new System.EventHandler(this.TextBox2_Leave); // // comb_TipoIden // this.comb_TipoIden.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comb_TipoIden.FormattingEnabled = true; this.comb_TipoIden.Location = new System.Drawing.Point(190, 210); this.comb_TipoIden.Name = "comb_TipoIden"; this.comb_TipoIden.Size = new System.Drawing.Size(208, 26); this.comb_TipoIden.TabIndex = 130; this.comb_TipoIden.SelectedIndexChanged += new System.EventHandler(this.comb_TipoIden_SelectedIndexChanged); // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.White; this.label10.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label10.Location = new System.Drawing.Point(162, 196); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(22, 14); this.label10.TabIndex = 133; this.label10.Text = "DV"; this.label10.Click += new System.EventHandler(this.label10_Click); // // Lb_DV // this.Lb_DV.BackColor = System.Drawing.Color.White; this.Lb_DV.Location = new System.Drawing.Point(162, 212); this.Lb_DV.Name = "Lb_DV"; this.Lb_DV.Size = new System.Drawing.Size(19, 21); this.Lb_DV.TabIndex = 132; this.Lb_DV.Click += new System.EventHandler(this.Lb_DV_Click_1); this.Lb_DV.DoubleClick += new System.EventHandler(this.Lb_DV_DoubleClick_1); // // label9 // this.label9.BackColor = System.Drawing.Color.White; this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label9.Location = new System.Drawing.Point(187, 191); this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(163, 20); this.label9.TabIndex = 131; this.label9.Text = "Tipo de Inentificación"; // // button8 // this.button8.BackColor = System.Drawing.Color.MediumSeaGreen; this.button8.FlatAppearance.BorderSize = 0; this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button8.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button8.ForeColor = System.Drawing.Color.White; this.button8.Image = ((System.Drawing.Image)(resources.GetObject("button8.Image"))); this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button8.Location = new System.Drawing.Point(643, 298); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(128, 43); this.button8.TabIndex = 129; this.button8.Text = "Publi Whats"; this.button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button8.UseVisualStyleBackColor = false; this.button8.Click += new System.EventHandler(this.button8_Click_1); // // button7 // this.button7.BackColor = System.Drawing.Color.MediumSeaGreen; this.button7.FlatAppearance.BorderSize = 0; this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button7.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button7.ForeColor = System.Drawing.Color.Snow; this.button7.Image = ((System.Drawing.Image)(resources.GetObject("button7.Image"))); this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button7.Location = new System.Drawing.Point(643, 346); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(128, 43); this.button7.TabIndex = 128; this.button7.Text = "Requerir"; this.button7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button7.UseVisualStyleBackColor = false; this.button7.Click += new System.EventHandler(this.button7_Click_1); // // button4 // this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230))))); this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.button4.FlatAppearance.BorderSize = 0; this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button4.ForeColor = System.Drawing.Color.White; this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image"))); this.button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button4.Location = new System.Drawing.Point(643, 127); this.button4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(127, 52); this.button4.TabIndex = 124; this.button4.Text = "Modificar"; this.button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // ID_LABEL // this.ID_LABEL.AutoSize = true; this.ID_LABEL.Location = new System.Drawing.Point(460, 109); this.ID_LABEL.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.ID_LABEL.Name = "ID_LABEL"; this.ID_LABEL.Size = new System.Drawing.Size(0, 18); this.ID_LABEL.TabIndex = 123; this.ID_LABEL.Visible = false; // // RadioButton2 // this.RadioButton2.AutoSize = true; this.RadioButton2.BackColor = System.Drawing.Color.White; this.RadioButton2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.RadioButton2.Location = new System.Drawing.Point(525, 35); this.RadioButton2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.RadioButton2.Name = "RadioButton2"; this.RadioButton2.Size = new System.Drawing.Size(245, 22); this.RadioButton2.TabIndex = 122; this.RadioButton2.TabStop = true; this.RadioButton2.Text = "&Consultar o Modificar Registros"; this.RadioButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.RadioButton2.UseVisualStyleBackColor = false; this.RadioButton2.CheckedChanged += new System.EventHandler(this.RadioButton2_CheckedChanged_1); // // RadioButton1 // this.RadioButton1.AutoSize = true; this.RadioButton1.BackColor = System.Drawing.Color.White; this.RadioButton1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.RadioButton1.Location = new System.Drawing.Point(297, 35); this.RadioButton1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.RadioButton1.Name = "RadioButton1"; this.RadioButton1.Size = new System.Drawing.Size(138, 22); this.RadioButton1.TabIndex = 121; this.RadioButton1.TabStop = true; this.RadioButton1.Text = "&Registrar Nuevo"; this.RadioButton1.UseVisualStyleBackColor = false; this.RadioButton1.CheckedChanged += new System.EventHandler(this.RadioButton1_CheckedChanged_1); // // Button3 // this.Button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230))))); this.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.Button3.FlatAppearance.BorderSize = 0; this.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Button3.ForeColor = System.Drawing.Color.White; this.Button3.Image = ((System.Drawing.Image)(resources.GetObject("Button3.Image"))); this.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.Button3.Location = new System.Drawing.Point(643, 241); this.Button3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Button3.Name = "Button3"; this.Button3.Size = new System.Drawing.Size(127, 52); this.Button3.TabIndex = 120; this.Button3.Text = "Eliminar"; this.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.Button3.UseVisualStyleBackColor = false; this.Button3.Click += new System.EventHandler(this.Button3_Click_1); // // Button2 // this.Button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230))))); this.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.Button2.FlatAppearance.BorderSize = 0; this.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Button2.ForeColor = System.Drawing.Color.White; this.Button2.Image = ((System.Drawing.Image)(resources.GetObject("Button2.Image"))); this.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.Button2.Location = new System.Drawing.Point(643, 184); this.Button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Button2.Name = "Button2"; this.Button2.Size = new System.Drawing.Size(127, 52); this.Button2.TabIndex = 119; this.Button2.Text = "Limpiar"; this.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.Button2.UseVisualStyleBackColor = false; this.Button2.Click += new System.EventHandler(this.Button2_Click_1); // // Button1 // this.Button1.AccessibleName = ""; this.Button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(146)))), ((int)(((byte)(230))))); this.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; 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(644, 70); this.Button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(127, 52); this.Button1.TabIndex = 118; this.Button1.Text = "Registrar"; this.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.Button1.UseVisualStyleBackColor = false; this.Button1.Click += new System.EventHandler(this.Button1_Click_1); // // TextBox4 // this.TextBox4.Location = new System.Drawing.Point(40, 260); this.TextBox4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.TextBox4.Name = "TextBox4"; this.TextBox4.Size = new System.Drawing.Size(581, 26); this.TextBox4.TabIndex = 117; this.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TextBox4.TextChanged += new System.EventHandler(this.TextBox4_TextChanged); // // Label4 // this.Label4.BackColor = System.Drawing.Color.White; this.Label4.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.Label4.Location = new System.Drawing.Point(37, 242); this.Label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.Label4.Name = "Label4"; this.Label4.Size = new System.Drawing.Size(586, 20); this.Label4.TabIndex = 116; this.Label4.Text = "Calle; N° de casa (sparados por PUNTO Y COMA \";\")"; // // TextBox3 // this.TextBox3.Location = new System.Drawing.Point(405, 210); this.TextBox3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.TextBox3.Name = "TextBox3"; this.TextBox3.Size = new System.Drawing.Size(216, 26); this.TextBox3.TabIndex = 115; this.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TextBox3.TextChanged += new System.EventHandler(this.TextBox3_TextChanged_1); // // Label3 // 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(401, 191); this.Label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(214, 20); this.Label3.TabIndex = 114; this.Label3.Text = "Celular y/o Teléfono "; // // Label2 // 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(40, 191); this.Label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(101, 20); this.Label2.TabIndex = 112; this.Label2.Text = "Identidad N°"; // // TextBox1 // this.TextBox1.Location = new System.Drawing.Point(40, 70); this.TextBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.TextBox1.Name = "TextBox1"; this.TextBox1.Size = new System.Drawing.Size(585, 26); this.TextBox1.TabIndex = 111; this.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.TextBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged_1); // // Label1 // 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(40, 52); this.Label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(247, 20); this.Label1.TabIndex = 110; this.Label1.Text = "Razón Social"; // // Com_Pais // this.Com_Pais.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.Com_Pais.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.Com_Pais.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Com_Pais.FormattingEnabled = true; this.Com_Pais.Location = new System.Drawing.Point(40, 309); this.Com_Pais.Name = "Com_Pais"; this.Com_Pais.Size = new System.Drawing.Size(140, 22); this.Com_Pais.Sorted = true; this.Com_Pais.TabIndex = 202; this.Com_Pais.SelectedIndexChanged += new System.EventHandler(this.Com_Pais_SelectedIndexChanged); this.Com_Pais.Leave += new System.EventHandler(this.Com_Pais_Leave); // // label13 // this.label13.BackColor = System.Drawing.Color.White; this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label13.Location = new System.Drawing.Point(37, 290); this.label13.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(51, 20); this.label13.TabIndex = 203; this.label13.Text = "País"; // // mensaje_lab // this.mensaje_lab.BackColor = System.Drawing.SystemColors.Control; this.mensaje_lab.Font = new System.Drawing.Font("Arial", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mensaje_lab.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.mensaje_lab.Location = new System.Drawing.Point(34, 494); this.mensaje_lab.Name = "mensaje_lab"; this.mensaje_lab.Size = new System.Drawing.Size(615, 24); this.mensaje_lab.TabIndex = 127; this.mensaje_lab.Text = "Espere por favor... Estamos trabajando en su pedido. "; // // Clientes // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button5; this.ClientSize = new System.Drawing.Size(1041, 838); this.Controls.Add(this.mensaje_lab); this.Controls.Add(this.panel1); this.Controls.Add(this.UL_HORA); this.Controls.Add(this.UL_FECHA); this.Controls.Add(this.button5); this.Controls.Add(this.No_Buscar); 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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Clientes"; this.Text = "Clientes"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Clientes_Load); this.Shown += new System.EventHandler(this.Clientes_Shown); this.Resize += new System.EventHandler(this.Clientes_Resize); ((System.ComponentModel.ISupportInitialize)(this.DataG1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.CheckBox No_Buscar; internal System.Windows.Forms.DataGridView DataG1; private System.Windows.Forms.DataGridViewButtonColumn ID; private System.Windows.Forms.DataGridViewTextBoxColumn Nombre; public System.Windows.Forms.Button button5; private System.Windows.Forms.Label UL_FECHA; private System.Windows.Forms.Label UL_HORA; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ComboBox comb_TipoIden; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label Lb_DV; internal System.Windows.Forms.Label label9; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Label mensaje_lab; private System.Windows.Forms.Label Saldo; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button6; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.DateTimePicker Fhasta; private System.Windows.Forms.DateTimePicker Fdesde; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button TituloP; internal System.Windows.Forms.TextBox valorD; private System.Windows.Forms.TextBox Concepto_box; private System.Windows.Forms.RadioButton Pagar_ch; private System.Windows.Forms.RadioButton Cobrar_ch; internal System.Windows.Forms.Button button4; internal System.Windows.Forms.Label ID_LABEL; public System.Windows.Forms.RadioButton RadioButton2; internal System.Windows.Forms.Button Button3; internal System.Windows.Forms.Button Button2; internal System.Windows.Forms.Button Button1; internal System.Windows.Forms.TextBox TextBox4; internal System.Windows.Forms.Label Label4; internal System.Windows.Forms.Label Label3; internal System.Windows.Forms.Label Label2; internal System.Windows.Forms.Label Label1; private System.Windows.Forms.Button Btn_Cerrar; private System.Windows.Forms.Label Lb_Titulo; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.RadioButton Opt_P_Fisica; private System.Windows.Forms.RadioButton Opt_P_Juridica; internal System.Windows.Forms.TextBox Txt_Nom_Fantasia; internal System.Windows.Forms.Label Nombre_Fantasia; internal System.Windows.Forms.TextBox Txt_Email; internal System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox Com_Dpto; internal System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox Com_Dtr; internal System.Windows.Forms.Label label12; private System.Windows.Forms.ComboBox Com_Loca; internal System.Windows.Forms.Label label15; private System.Windows.Forms.Label Lab_Descrip; private System.Windows.Forms.ComboBox Com_Pais; internal System.Windows.Forms.Label label13; public System.Windows.Forms.TextBox TextBox2; public System.Windows.Forms.RadioButton RadioButton1; public System.Windows.Forms.TextBox TextBox3; public System.Windows.Forms.TextBox TextBox1; private System.Windows.Forms.Label Lb_RUC_Cancel; } }