예제 #1
0
 private void InitializeComponent()
 {
     this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.klblPreview      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.kryptonGroupBox1.Name     = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.klblPreview);
     this.kryptonGroupBox1.Size = new System.Drawing.Size(530, 281);
     this.kryptonGroupBox1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGroupBox1.TabIndex       = 0;
     this.kryptonGroupBox1.Values.Heading = "Current Preview";
     //
     // klblPreview
     //
     this.klblPreview.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblPreview.Location = new System.Drawing.Point(0, 0);
     this.klblPreview.Name     = "klblPreview";
     this.klblPreview.Size     = new System.Drawing.Size(526, 251);
     this.klblPreview.StateCommon.ShortText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblPreview.StateCommon.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblPreview.StateCommon.ShortText.TextV = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblPreview.TabIndex    = 0;
     this.klblPreview.Values.Text = "AaBbCc123#+*-";
     //
     // KryptonTypefaceExample
     //
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.kryptonGroupBox1);
     this.Name  = "KryptonTypefaceExample";
     this.Size  = new System.Drawing.Size(530, 281);
     this.Load += new System.EventHandler(this.KryptonTypefaceExample_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.textName      = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.SuspendLayout();
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location    = new System.Drawing.Point(12, 12);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(180, 22);
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "Введите наименование урока";
     //
     // textName
     //
     this.textName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textName.Location = new System.Drawing.Point(198, 14);
     this.textName.Name     = "textName";
     this.textName.Size     = new System.Drawing.Size(270, 20);
     this.textName.TabIndex = 2;
     //
     // LessonDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(480, 95);
     this.Controls.Add(this.textName);
     this.Controls.Add(this.kryptonLabel1);
     this.Name = "LessonDialog";
     this.Text = "Урок";
     this.Controls.SetChildIndex(this.kryptonLabel1, 0);
     this.Controls.SetChildIndex(this.textName, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel distritoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel provinciaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel departamentoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel urbanizacionLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel direccionLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel ubigeoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel distritoLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel provinciaLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel departamentoLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel urbanizacionLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel direccionLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel ubigeoLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel pesoBrutoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel codigoAutorizacionLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel modoTransporteLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel unidadMedidaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel marcaVehiculoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel placaVehiculoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel nroLicenciaConducirLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel nombreTransportistaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel tipoDocTransportistaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel rucTransportistaLabel;
     this.groupBox1                        = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.distritoTextBox                  = new System.Windows.Forms.TextBox();
     this.provinciaTextBox                 = new System.Windows.Forms.TextBox();
     this.departamentoTextBox              = new System.Windows.Forms.TextBox();
     this.urbanizacionTextBox              = new System.Windows.Forms.TextBox();
     this.direccionTextBox                 = new System.Windows.Forms.TextBox();
     this.ubigeoTextBox                    = new System.Windows.Forms.TextBox();
     this.pesoBrutoTextBox                 = new System.Windows.Forms.TextBox();
     this.codigoAutorizacionTextBox        = new System.Windows.Forms.TextBox();
     this.unidadMedidaComboBox             = new System.Windows.Forms.ComboBox();
     this.marcaVehiculoTextBox             = new System.Windows.Forms.TextBox();
     this.placaVehiculoTextBox             = new System.Windows.Forms.TextBox();
     this.nroLicenciaConducirTextBox       = new System.Windows.Forms.TextBox();
     this.groupBox2                        = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.distritoTextBox1                 = new System.Windows.Forms.TextBox();
     this.provinciaTextBox1                = new System.Windows.Forms.TextBox();
     this.departamentoTextBox1             = new System.Windows.Forms.TextBox();
     this.urbanizacionTextBox1             = new System.Windows.Forms.TextBox();
     this.direccionTextBox1                = new System.Windows.Forms.TextBox();
     this.ubigeoTextBox1                   = new System.Windows.Forms.TextBox();
     this.modoTransporteComboBox           = new System.Windows.Forms.ComboBox();
     this.datosGuiaBindingSource           = new System.Windows.Forms.BindingSource(this.components);
     this.modalidadTransporteBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.barraBotones                     = new System.Windows.Forms.ToolStrip();
     this.toolOk     = new System.Windows.Forms.ToolStripButton();
     this.toolCancel = new System.Windows.Forms.ToolStripButton();
     this.nombreTransportistaTextBox              = new System.Windows.Forms.TextBox();
     this.rucTransportistaTextBox                 = new System.Windows.Forms.TextBox();
     this.tipoDocTransportistaComboBox            = new System.Windows.Forms.ComboBox();
     this.tipoDocumentoContribuyenteBindingSource = new System.Windows.Forms.BindingSource(this.components);
     distritoLabel             = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     provinciaLabel            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     departamentoLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     urbanizacionLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     direccionLabel            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ubigeoLabel               = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     distritoLabel1            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     provinciaLabel1           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     departamentoLabel1        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     urbanizacionLabel1        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     direccionLabel1           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ubigeoLabel1              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     pesoBrutoLabel            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     codigoAutorizacionLabel   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     modoTransporteLabel       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     unidadMedidaLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     marcaVehiculoLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     placaVehiculoLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     nroLicenciaConducirLabel  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     nombreTransportistaLabel  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     tipoDocTransportistaLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     rucTransportistaLabel     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.datosGuiaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.modalidadTransporteBindingSource)).BeginInit();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocumentoContribuyenteBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // distritoLabel
     //
     distritoLabel.AutoSize = true;
     distritoLabel.Location = new System.Drawing.Point(6, 153);
     distritoLabel.Name     = "distritoLabel";
     distritoLabel.Size     = new System.Drawing.Size(42, 13);
     distritoLabel.TabIndex = 10;
     distritoLabel.Text     = "Distrito:";
     //
     // provinciaLabel
     //
     provinciaLabel.AutoSize = true;
     provinciaLabel.Location = new System.Drawing.Point(6, 127);
     provinciaLabel.Name     = "provinciaLabel";
     provinciaLabel.Size     = new System.Drawing.Size(54, 13);
     provinciaLabel.TabIndex = 8;
     provinciaLabel.Text     = "Provincia:";
     //
     // departamentoLabel
     //
     departamentoLabel.AutoSize = true;
     departamentoLabel.Location = new System.Drawing.Point(6, 101);
     departamentoLabel.Name     = "departamentoLabel";
     departamentoLabel.Size     = new System.Drawing.Size(77, 13);
     departamentoLabel.TabIndex = 6;
     departamentoLabel.Text     = "Departamento:";
     //
     // urbanizacionLabel
     //
     urbanizacionLabel.AutoSize = true;
     urbanizacionLabel.Location = new System.Drawing.Point(6, 74);
     urbanizacionLabel.Name     = "urbanizacionLabel";
     urbanizacionLabel.Size     = new System.Drawing.Size(72, 13);
     urbanizacionLabel.TabIndex = 4;
     urbanizacionLabel.Text     = "Urbanizacion:";
     //
     // direccionLabel
     //
     direccionLabel.AutoSize = true;
     direccionLabel.Location = new System.Drawing.Point(6, 48);
     direccionLabel.Name     = "direccionLabel";
     direccionLabel.Size     = new System.Drawing.Size(55, 13);
     direccionLabel.TabIndex = 2;
     direccionLabel.Text     = "Direccion:";
     //
     // ubigeoLabel
     //
     ubigeoLabel.AutoSize = true;
     ubigeoLabel.Location = new System.Drawing.Point(6, 22);
     ubigeoLabel.Name     = "ubigeoLabel";
     ubigeoLabel.Size     = new System.Drawing.Size(44, 13);
     ubigeoLabel.TabIndex = 0;
     ubigeoLabel.Text     = "Ubigeo:";
     //
     // distritoLabel1
     //
     distritoLabel1.AutoSize = true;
     distritoLabel1.Location = new System.Drawing.Point(6, 153);
     distritoLabel1.Name     = "distritoLabel1";
     distritoLabel1.Size     = new System.Drawing.Size(42, 13);
     distritoLabel1.TabIndex = 10;
     distritoLabel1.Text     = "Distrito:";
     //
     // provinciaLabel1
     //
     provinciaLabel1.AutoSize = true;
     provinciaLabel1.Location = new System.Drawing.Point(6, 127);
     provinciaLabel1.Name     = "provinciaLabel1";
     provinciaLabel1.Size     = new System.Drawing.Size(54, 13);
     provinciaLabel1.TabIndex = 8;
     provinciaLabel1.Text     = "Provincia:";
     //
     // departamentoLabel1
     //
     departamentoLabel1.AutoSize = true;
     departamentoLabel1.Location = new System.Drawing.Point(6, 101);
     departamentoLabel1.Name     = "departamentoLabel1";
     departamentoLabel1.Size     = new System.Drawing.Size(77, 13);
     departamentoLabel1.TabIndex = 6;
     departamentoLabel1.Text     = "Departamento:";
     //
     // urbanizacionLabel1
     //
     urbanizacionLabel1.AutoSize = true;
     urbanizacionLabel1.Location = new System.Drawing.Point(6, 77);
     urbanizacionLabel1.Name     = "urbanizacionLabel1";
     urbanizacionLabel1.Size     = new System.Drawing.Size(72, 13);
     urbanizacionLabel1.TabIndex = 4;
     urbanizacionLabel1.Text     = "Urbanizacion:";
     //
     // direccionLabel1
     //
     direccionLabel1.AutoSize = true;
     direccionLabel1.Location = new System.Drawing.Point(6, 51);
     direccionLabel1.Name     = "direccionLabel1";
     direccionLabel1.Size     = new System.Drawing.Size(55, 13);
     direccionLabel1.TabIndex = 2;
     direccionLabel1.Text     = "Direccion:";
     //
     // ubigeoLabel1
     //
     ubigeoLabel1.AutoSize = true;
     ubigeoLabel1.Location = new System.Drawing.Point(6, 25);
     ubigeoLabel1.Name     = "ubigeoLabel1";
     ubigeoLabel1.Size     = new System.Drawing.Size(44, 13);
     ubigeoLabel1.TabIndex = 0;
     ubigeoLabel1.Text     = "Ubigeo:";
     //
     // pesoBrutoLabel
     //
     pesoBrutoLabel.AutoSize = true;
     pesoBrutoLabel.Location = new System.Drawing.Point(395, 132);
     pesoBrutoLabel.Name     = "pesoBrutoLabel";
     pesoBrutoLabel.Size     = new System.Drawing.Size(62, 13);
     pesoBrutoLabel.TabIndex = 39;
     pesoBrutoLabel.Text     = "Peso Bruto:";
     //
     // codigoAutorizacionLabel
     //
     codigoAutorizacionLabel.AutoSize = true;
     codigoAutorizacionLabel.Location = new System.Drawing.Point(395, 158);
     codigoAutorizacionLabel.Name     = "codigoAutorizacionLabel";
     codigoAutorizacionLabel.Size     = new System.Drawing.Size(104, 13);
     codigoAutorizacionLabel.TabIndex = 41;
     codigoAutorizacionLabel.Text     = "Codigo Autorizacion:";
     //
     // modoTransporteLabel
     //
     modoTransporteLabel.AutoSize = true;
     modoTransporteLabel.Location = new System.Drawing.Point(12, 158);
     modoTransporteLabel.Name     = "modoTransporteLabel";
     modoTransporteLabel.Size     = new System.Drawing.Size(128, 13);
     modoTransporteLabel.TabIndex = 31;
     modoTransporteLabel.Text     = "Modalidad de Transporte:";
     //
     // unidadMedidaLabel
     //
     unidadMedidaLabel.AutoSize = true;
     unidadMedidaLabel.Location = new System.Drawing.Point(395, 105);
     unidadMedidaLabel.Name     = "unidadMedidaLabel";
     unidadMedidaLabel.Size     = new System.Drawing.Size(82, 13);
     unidadMedidaLabel.TabIndex = 37;
     unidadMedidaLabel.Text     = "Unidad Medida:";
     //
     // marcaVehiculoLabel
     //
     marcaVehiculoLabel.AutoSize = true;
     marcaVehiculoLabel.Location = new System.Drawing.Point(395, 79);
     marcaVehiculoLabel.Name     = "marcaVehiculoLabel";
     marcaVehiculoLabel.Size     = new System.Drawing.Size(84, 13);
     marcaVehiculoLabel.TabIndex = 35;
     marcaVehiculoLabel.Text     = "Marca Vehiculo:";
     //
     // placaVehiculoLabel
     //
     placaVehiculoLabel.AutoSize = true;
     placaVehiculoLabel.Location = new System.Drawing.Point(395, 53);
     placaVehiculoLabel.Name     = "placaVehiculoLabel";
     placaVehiculoLabel.Size     = new System.Drawing.Size(81, 13);
     placaVehiculoLabel.TabIndex = 33;
     placaVehiculoLabel.Text     = "Placa Vehiculo:";
     //
     // nroLicenciaConducirLabel
     //
     nroLicenciaConducirLabel.AutoSize = true;
     nroLicenciaConducirLabel.Location = new System.Drawing.Point(12, 132);
     nroLicenciaConducirLabel.Name     = "nroLicenciaConducirLabel";
     nroLicenciaConducirLabel.Size     = new System.Drawing.Size(115, 13);
     nroLicenciaConducirLabel.TabIndex = 29;
     nroLicenciaConducirLabel.Text     = "Nro Licencia Conducir:";
     //
     // nombreTransportistaLabel
     //
     nombreTransportistaLabel.AutoSize = true;
     nombreTransportistaLabel.Location = new System.Drawing.Point(12, 106);
     nombreTransportistaLabel.Name     = "nombreTransportistaLabel";
     nombreTransportistaLabel.Size     = new System.Drawing.Size(111, 13);
     nombreTransportistaLabel.TabIndex = 27;
     nombreTransportistaLabel.Text     = "Nombre Transportista:";
     //
     // tipoDocTransportistaLabel
     //
     tipoDocTransportistaLabel.AutoSize = true;
     tipoDocTransportistaLabel.Location = new System.Drawing.Point(12, 79);
     tipoDocTransportistaLabel.Name     = "tipoDocTransportistaLabel";
     tipoDocTransportistaLabel.Size     = new System.Drawing.Size(118, 13);
     tipoDocTransportistaLabel.TabIndex = 25;
     tipoDocTransportistaLabel.Text     = "Tipo Doc Transportista:";
     //
     // rucTransportistaLabel
     //
     rucTransportistaLabel.AutoSize = true;
     rucTransportistaLabel.Location = new System.Drawing.Point(12, 53);
     rucTransportistaLabel.Name     = "rucTransportistaLabel";
     rucTransportistaLabel.Size     = new System.Drawing.Size(97, 13);
     rucTransportistaLabel.TabIndex = 23;
     rucTransportistaLabel.Text     = "RUC Transportista:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(distritoLabel);
     this.groupBox1.Controls.Add(this.distritoTextBox);
     this.groupBox1.Controls.Add(provinciaLabel);
     this.groupBox1.Controls.Add(this.provinciaTextBox);
     this.groupBox1.Controls.Add(departamentoLabel);
     this.groupBox1.Controls.Add(this.departamentoTextBox);
     this.groupBox1.Controls.Add(urbanizacionLabel);
     this.groupBox1.Controls.Add(this.urbanizacionTextBox);
     this.groupBox1.Controls.Add(direccionLabel);
     this.groupBox1.Controls.Add(this.direccionTextBox);
     this.groupBox1.Controls.Add(ubigeoLabel);
     this.groupBox1.Controls.Add(this.ubigeoTextBox);
     this.groupBox1.Location = new System.Drawing.Point(12, 194);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(322, 184);
     this.groupBox1.TabIndex = 43;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Dirección de Origen";
     //
     // distritoTextBox
     //
     this.distritoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Distrito", true));
     this.distritoTextBox.Location = new System.Drawing.Point(96, 150);
     this.distritoTextBox.Name     = "distritoTextBox";
     this.distritoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.distritoTextBox.TabIndex = 11;
     //
     // provinciaTextBox
     //
     this.provinciaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Provincia", true));
     this.provinciaTextBox.Location = new System.Drawing.Point(96, 124);
     this.provinciaTextBox.Name     = "provinciaTextBox";
     this.provinciaTextBox.Size     = new System.Drawing.Size(100, 20);
     this.provinciaTextBox.TabIndex = 9;
     //
     // departamentoTextBox
     //
     this.departamentoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Departamento", true));
     this.departamentoTextBox.Location = new System.Drawing.Point(96, 98);
     this.departamentoTextBox.Name     = "departamentoTextBox";
     this.departamentoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.departamentoTextBox.TabIndex = 7;
     //
     // urbanizacionTextBox
     //
     this.urbanizacionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Urbanizacion", true));
     this.urbanizacionTextBox.Location = new System.Drawing.Point(96, 71);
     this.urbanizacionTextBox.Name     = "urbanizacionTextBox";
     this.urbanizacionTextBox.Size     = new System.Drawing.Size(215, 20);
     this.urbanizacionTextBox.TabIndex = 5;
     //
     // direccionTextBox
     //
     this.direccionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Direccion", true));
     this.direccionTextBox.Location = new System.Drawing.Point(96, 45);
     this.direccionTextBox.Name     = "direccionTextBox";
     this.direccionTextBox.Size     = new System.Drawing.Size(215, 20);
     this.direccionTextBox.TabIndex = 3;
     //
     // ubigeoTextBox
     //
     this.ubigeoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Ubigeo", true));
     this.ubigeoTextBox.Location = new System.Drawing.Point(96, 19);
     this.ubigeoTextBox.Name     = "ubigeoTextBox";
     this.ubigeoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.ubigeoTextBox.TabIndex = 1;
     //
     // pesoBrutoTextBox
     //
     this.pesoBrutoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "PesoBruto", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.pesoBrutoTextBox.Location = new System.Drawing.Point(517, 128);
     this.pesoBrutoTextBox.Name     = "pesoBrutoTextBox";
     this.pesoBrutoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.pesoBrutoTextBox.TabIndex = 40;
     //
     // codigoAutorizacionTextBox
     //
     this.codigoAutorizacionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "CodigoAutorizacion", true));
     this.codigoAutorizacionTextBox.Location = new System.Drawing.Point(517, 154);
     this.codigoAutorizacionTextBox.Name     = "codigoAutorizacionTextBox";
     this.codigoAutorizacionTextBox.Size     = new System.Drawing.Size(100, 20);
     this.codigoAutorizacionTextBox.TabIndex = 42;
     //
     // unidadMedidaComboBox
     //
     this.unidadMedidaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "UnidadMedida", true));
     this.unidadMedidaComboBox.FormattingEnabled = true;
     this.unidadMedidaComboBox.Items.AddRange(new object[] {
         "TM",
         "KG",
         "ONZ",
         "LTR"
     });
     this.unidadMedidaComboBox.Location = new System.Drawing.Point(517, 101);
     this.unidadMedidaComboBox.Name     = "unidadMedidaComboBox";
     this.unidadMedidaComboBox.Size     = new System.Drawing.Size(100, 21);
     this.unidadMedidaComboBox.TabIndex = 38;
     //
     // marcaVehiculoTextBox
     //
     this.marcaVehiculoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "MarcaVehiculo", true));
     this.marcaVehiculoTextBox.Location = new System.Drawing.Point(517, 75);
     this.marcaVehiculoTextBox.Name     = "marcaVehiculoTextBox";
     this.marcaVehiculoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.marcaVehiculoTextBox.TabIndex = 36;
     //
     // placaVehiculoTextBox
     //
     this.placaVehiculoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "PlacaVehiculo", true));
     this.placaVehiculoTextBox.Location = new System.Drawing.Point(517, 49);
     this.placaVehiculoTextBox.Name     = "placaVehiculoTextBox";
     this.placaVehiculoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.placaVehiculoTextBox.TabIndex = 34;
     //
     // nroLicenciaConducirTextBox
     //
     this.nroLicenciaConducirTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "NroLicenciaConducir", true));
     this.nroLicenciaConducirTextBox.Location = new System.Drawing.Point(158, 129);
     this.nroLicenciaConducirTextBox.Name     = "nroLicenciaConducirTextBox";
     this.nroLicenciaConducirTextBox.Size     = new System.Drawing.Size(100, 20);
     this.nroLicenciaConducirTextBox.TabIndex = 30;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(distritoLabel1);
     this.groupBox2.Controls.Add(this.distritoTextBox1);
     this.groupBox2.Controls.Add(provinciaLabel1);
     this.groupBox2.Controls.Add(this.provinciaTextBox1);
     this.groupBox2.Controls.Add(departamentoLabel1);
     this.groupBox2.Controls.Add(this.departamentoTextBox1);
     this.groupBox2.Controls.Add(urbanizacionLabel1);
     this.groupBox2.Controls.Add(this.urbanizacionTextBox1);
     this.groupBox2.Controls.Add(direccionLabel1);
     this.groupBox2.Controls.Add(this.direccionTextBox1);
     this.groupBox2.Controls.Add(ubigeoLabel1);
     this.groupBox2.Controls.Add(this.ubigeoTextBox1);
     this.groupBox2.Location = new System.Drawing.Point(340, 194);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(355, 184);
     this.groupBox2.TabIndex = 44;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Dirección de Destino";
     //
     // distritoTextBox1
     //
     this.distritoTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Distrito", true));
     this.distritoTextBox1.Location = new System.Drawing.Point(93, 150);
     this.distritoTextBox1.Name     = "distritoTextBox1";
     this.distritoTextBox1.Size     = new System.Drawing.Size(100, 20);
     this.distritoTextBox1.TabIndex = 11;
     //
     // provinciaTextBox1
     //
     this.provinciaTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Provincia", true));
     this.provinciaTextBox1.Location = new System.Drawing.Point(93, 124);
     this.provinciaTextBox1.Name     = "provinciaTextBox1";
     this.provinciaTextBox1.Size     = new System.Drawing.Size(100, 20);
     this.provinciaTextBox1.TabIndex = 9;
     //
     // departamentoTextBox1
     //
     this.departamentoTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Departamento", true));
     this.departamentoTextBox1.Location = new System.Drawing.Point(93, 98);
     this.departamentoTextBox1.Name     = "departamentoTextBox1";
     this.departamentoTextBox1.Size     = new System.Drawing.Size(100, 20);
     this.departamentoTextBox1.TabIndex = 7;
     //
     // urbanizacionTextBox1
     //
     this.urbanizacionTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Urbanizacion", true));
     this.urbanizacionTextBox1.Location = new System.Drawing.Point(93, 74);
     this.urbanizacionTextBox1.Name     = "urbanizacionTextBox1";
     this.urbanizacionTextBox1.Size     = new System.Drawing.Size(256, 20);
     this.urbanizacionTextBox1.TabIndex = 5;
     //
     // direccionTextBox1
     //
     this.direccionTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Direccion", true));
     this.direccionTextBox1.Location = new System.Drawing.Point(93, 48);
     this.direccionTextBox1.Name     = "direccionTextBox1";
     this.direccionTextBox1.Size     = new System.Drawing.Size(256, 20);
     this.direccionTextBox1.TabIndex = 3;
     //
     // ubigeoTextBox1
     //
     this.ubigeoTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Ubigeo", true));
     this.ubigeoTextBox1.Location = new System.Drawing.Point(93, 22);
     this.ubigeoTextBox1.Name     = "ubigeoTextBox1";
     this.ubigeoTextBox1.Size     = new System.Drawing.Size(100, 20);
     this.ubigeoTextBox1.TabIndex = 1;
     //
     // modoTransporteComboBox
     //
     this.modoTransporteComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.datosGuiaBindingSource, "ModoTransporte", true));
     this.modoTransporteComboBox.DataSource        = this.modalidadTransporteBindingSource;
     this.modoTransporteComboBox.DisplayMember     = "Descripcion";
     this.modoTransporteComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.modoTransporteComboBox.FormattingEnabled = true;
     this.modoTransporteComboBox.Location          = new System.Drawing.Point(158, 155);
     this.modoTransporteComboBox.Name        = "modoTransporteComboBox";
     this.modoTransporteComboBox.Size        = new System.Drawing.Size(220, 21);
     this.modoTransporteComboBox.TabIndex    = 32;
     this.modoTransporteComboBox.ValueMember = "Codigo";
     //
     // datosGuiaBindingSource
     //
     this.datosGuiaBindingSource.DataSource = typeof(WinApp.Comun.Dto.Modelos.DatosGuia);
     //
     // modalidadTransporteBindingSource
     //
     this.modalidadTransporteBindingSource.DataSource = typeof(WinApp.Entidades.ModalidadTransporte);
     //
     // barraBotones
     //
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(702, 25);
     this.barraBotones.TabIndex = 45;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::FinalXML.Properties.Resources.ok;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name   = "toolOk";
     this.toolOk.Size   = new System.Drawing.Size(68, 22);
     this.toolOk.Text   = "&Aceptar";
     this.toolOk.Click += new System.EventHandler(this.toolOk_Click);
     //
     // toolCancel
     //
     this.toolCancel.Image = global::FinalXML.Properties.Resources.cancel;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name = "toolCancel";
     this.toolCancel.Size = new System.Drawing.Size(73, 22);
     this.toolCancel.Text = "&Cancelar";
     //
     // nombreTransportistaTextBox
     //
     this.nombreTransportistaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "NombreTransportista", true));
     this.nombreTransportistaTextBox.Location     = new System.Drawing.Point(158, 103);
     this.nombreTransportistaTextBox.Name         = "nombreTransportistaTextBox";
     this.nombreTransportistaTextBox.Size         = new System.Drawing.Size(220, 20);
     this.nombreTransportistaTextBox.TabIndex     = 28;
     this.nombreTransportistaTextBox.TextChanged += new System.EventHandler(this.nombreTransportistaTextBox_TextChanged);
     //
     // rucTransportistaTextBox
     //
     this.rucTransportistaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "RucTransportista", true));
     this.rucTransportistaTextBox.Location = new System.Drawing.Point(158, 50);
     this.rucTransportistaTextBox.Name     = "rucTransportistaTextBox";
     this.rucTransportistaTextBox.Size     = new System.Drawing.Size(100, 20);
     this.rucTransportistaTextBox.TabIndex = 24;
     //
     // tipoDocTransportistaComboBox
     //
     this.tipoDocTransportistaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.datosGuiaBindingSource, "TipoDocTransportista", true));
     this.tipoDocTransportistaComboBox.DataSource        = this.tipoDocumentoContribuyenteBindingSource;
     this.tipoDocTransportistaComboBox.DisplayMember     = "Descripcion";
     this.tipoDocTransportistaComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoDocTransportistaComboBox.FormattingEnabled = true;
     this.tipoDocTransportistaComboBox.Location          = new System.Drawing.Point(158, 76);
     this.tipoDocTransportistaComboBox.Name        = "tipoDocTransportistaComboBox";
     this.tipoDocTransportistaComboBox.Size        = new System.Drawing.Size(220, 21);
     this.tipoDocTransportistaComboBox.TabIndex    = 26;
     this.tipoDocTransportistaComboBox.ValueMember = "Codigo";
     //
     // tipoDocumentoContribuyenteBindingSource
     //
     this.tipoDocumentoContribuyenteBindingSource.DataSource = typeof(WinApp.Entidades.TipoDocumentoContribuyente);
     //
     // FrmDatosGuia
     //
     this.ClientSize = new System.Drawing.Size(702, 384);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.pesoBrutoTextBox);
     this.Controls.Add(this.codigoAutorizacionTextBox);
     this.Controls.Add(this.unidadMedidaComboBox);
     this.Controls.Add(this.marcaVehiculoTextBox);
     this.Controls.Add(this.placaVehiculoTextBox);
     this.Controls.Add(this.nroLicenciaConducirTextBox);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.modoTransporteComboBox);
     this.Controls.Add(this.barraBotones);
     this.Controls.Add(pesoBrutoLabel);
     this.Controls.Add(codigoAutorizacionLabel);
     this.Controls.Add(modoTransporteLabel);
     this.Controls.Add(unidadMedidaLabel);
     this.Controls.Add(marcaVehiculoLabel);
     this.Controls.Add(placaVehiculoLabel);
     this.Controls.Add(nroLicenciaConducirLabel);
     this.Controls.Add(nombreTransportistaLabel);
     this.Controls.Add(this.nombreTransportistaTextBox);
     this.Controls.Add(tipoDocTransportistaLabel);
     this.Controls.Add(rucTransportistaLabel);
     this.Controls.Add(this.rucTransportistaTextBox);
     this.Controls.Add(this.tipoDocTransportistaComboBox);
     this.Name  = "FrmDatosGuia";
     this.Load += new System.EventHandler(this.FrmDatosGuia_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.datosGuiaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.modalidadTransporteBindingSource)).EndInit();
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocumentoContribuyenteBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #4
0
 private void InitializeComponent()
 {
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.rvnbValue     = new ExtendedColourControls.KryptonRedValueNumericBox();
     this.gvnbValue     = new ExtendedColourControls.KryptonGreenValueNumericBox();
     this.bvnbValue     = new ExtendedColourControls.KryptonBlueValueNumericBox();
     this.avnbValue     = new ExtendedColourControls.KryptonAlphaValueNumericBox();
     this.SuspendLayout();
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(8, 5);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(58, 24);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 4;
     this.kryptonLabel1.Values.Text = "Alpha:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(8, 71);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(59, 24);
     this.kryptonLabel2.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 5;
     this.kryptonLabel2.Values.Text = "Green:";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(8, 100);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(48, 24);
     this.kryptonLabel3.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 6;
     this.kryptonLabel3.Values.Text = "Blue:";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(8, 38);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(44, 24);
     this.kryptonLabel4.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 7;
     this.kryptonLabel4.Values.Text = "Red:";
     //
     // rvnbValue
     //
     this.rvnbValue.DecimalPlaces = 99;
     this.rvnbValue.Location      = new System.Drawing.Point(71, 37);
     this.rvnbValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.rvnbValue.Name = "rvnbValue";
     this.rvnbValue.Size = new System.Drawing.Size(120, 26);
     this.rvnbValue.StateCommon.Back.Color1    = System.Drawing.Color.Red;
     this.rvnbValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.rvnbValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.rvnbValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.rvnbValue.TabIndex = 3;
     //
     // gvnbValue
     //
     this.gvnbValue.DecimalPlaces = 99;
     this.gvnbValue.Location      = new System.Drawing.Point(71, 69);
     this.gvnbValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.gvnbValue.Name = "gvnbValue";
     this.gvnbValue.Size = new System.Drawing.Size(120, 26);
     this.gvnbValue.StateCommon.Back.Color1    = System.Drawing.Color.Green;
     this.gvnbValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.gvnbValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.gvnbValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.gvnbValue.TabIndex = 2;
     //
     // bvnbValue
     //
     this.bvnbValue.DecimalPlaces = 99;
     this.bvnbValue.Location      = new System.Drawing.Point(71, 101);
     this.bvnbValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.bvnbValue.Name = "bvnbValue";
     this.bvnbValue.Size = new System.Drawing.Size(120, 26);
     this.bvnbValue.StateCommon.Back.Color1    = System.Drawing.Color.Blue;
     this.bvnbValue.StateCommon.Content.Color1 = System.Drawing.Color.White;
     this.bvnbValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.bvnbValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.bvnbValue.TabIndex = 1;
     //
     // avnbValue
     //
     this.avnbValue.DecimalPlaces = 99;
     this.avnbValue.Location      = new System.Drawing.Point(71, 5);
     this.avnbValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.avnbValue.Name = "avnbValue";
     this.avnbValue.Size = new System.Drawing.Size(120, 26);
     this.avnbValue.StateCommon.Back.Color1    = System.Drawing.Color.White;
     this.avnbValue.StateCommon.Content.Color1 = System.Drawing.Color.Black;
     this.avnbValue.StateCommon.Content.Font   = new System.Drawing.Font("Segoe UI", 11F);
     this.avnbValue.StateCommon.Content.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.avnbValue.TabIndex = 0;
     //
     // ARGBUserControl
     //
     this.BackColor = System.Drawing.Color.Transparent;
     this.Controls.Add(this.kryptonLabel4);
     this.Controls.Add(this.kryptonLabel3);
     this.Controls.Add(this.kryptonLabel2);
     this.Controls.Add(this.kryptonLabel1);
     this.Controls.Add(this.rvnbValue);
     this.Controls.Add(this.gvnbValue);
     this.Controls.Add(this.bvnbValue);
     this.Controls.Add(this.avnbValue);
     this.Name = "ARGBUserControl";
     this.Size = new System.Drawing.Size(198, 128);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #5
0
 /// <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(BasicSetting));
     this.contentPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonHeaderGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.selfPort = new ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBox();
     this.selfAddress = new ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBox();
     this.armSocketPort = new ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBox();
     this.armSocketServer = new ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBox();
     this.serviceIP = new ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBox();
     this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.contentPanel)).BeginInit();
     this.contentPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).BeginInit();
     this.kryptonHeaderGroup1.Panel.SuspendLayout();
     this.kryptonHeaderGroup1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // contentPanel
     //
     this.contentPanel.Controls.Add(this.kryptonHeaderGroup1);
     this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.contentPanel.Location = new System.Drawing.Point(0, 0);
     this.contentPanel.Name = "contentPanel";
     this.contentPanel.Size = new System.Drawing.Size(594, 447);
     this.contentPanel.TabIndex = 0;
     //
     // kryptonHeaderGroup1
     //
     this.kryptonHeaderGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonHeaderGroup1.Location = new System.Drawing.Point(0, 0);
     this.kryptonHeaderGroup1.Name = "kryptonHeaderGroup1";
     //
     // kryptonHeaderGroup1.Panel
     //
     this.kryptonHeaderGroup1.Panel.Controls.Add(this.kryptonPanel1);
     this.kryptonHeaderGroup1.Size = new System.Drawing.Size(594, 447);
     this.kryptonHeaderGroup1.TabIndex = 0;
     this.kryptonHeaderGroup1.ValuesPrimary.Heading = "基本信息设置";
     this.kryptonHeaderGroup1.ValuesPrimary.Image = global::ProxyClient.Properties.Resources.BasicSetting;
     this.kryptonHeaderGroup1.ValuesSecondary.Heading = "";
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.panel1);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Size = new System.Drawing.Size(592, 359);
     this.kryptonPanel1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.kryptonLabel5);
     this.panel1.Controls.Add(this.kryptonLabel3);
     this.panel1.Controls.Add(this.kryptonLabel4);
     this.panel1.Controls.Add(this.kryptonLabel2);
     this.panel1.Controls.Add(this.selfPort);
     this.panel1.Controls.Add(this.selfAddress);
     this.panel1.Controls.Add(this.armSocketPort);
     this.panel1.Controls.Add(this.armSocketServer);
     this.panel1.Controls.Add(this.serviceIP);
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Controls.Add(this.kryptonLabel1);
     this.panel1.Location = new System.Drawing.Point(11, 13);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(570, 330);
     this.panel1.TabIndex = 0;
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel5.Location = new System.Drawing.Point(42, 241);
     this.kryptonLabel5.Name = "kryptonLabel5";
     this.kryptonLabel5.Size = new System.Drawing.Size(150, 29);
     this.kryptonLabel5.TabIndex = 16;
     this.kryptonLabel5.Values.Text = "本机Socket端口:";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel3.Location = new System.Drawing.Point(42, 137);
     this.kryptonLabel3.Name = "kryptonLabel3";
     this.kryptonLabel3.Size = new System.Drawing.Size(162, 29);
     this.kryptonLabel3.TabIndex = 15;
     this.kryptonLabel3.Values.Text = "Arm端服务端口:";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel4.Location = new System.Drawing.Point(42, 204);
     this.kryptonLabel4.Name = "kryptonLabel4";
     this.kryptonLabel4.Size = new System.Drawing.Size(164, 29);
     this.kryptonLabel4.TabIndex = 18;
     this.kryptonLabel4.Values.Text = "本机Socket地址:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel2.Location = new System.Drawing.Point(42, 99);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.Size = new System.Drawing.Size(162, 29);
     this.kryptonLabel2.TabIndex = 17;
     this.kryptonLabel2.Values.Text = "Arm端服务地址:";
     //
     // selfPort
     //
     this.selfPort.AlwaysActive = false;
     this.selfPort.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Ribbon;
     this.selfPort.Location = new System.Drawing.Point(231, 244);
     this.selfPort.Name = "selfPort";
     this.selfPort.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalOffice2003;
     this.selfPort.Size = new System.Drawing.Size(54, 26);
     this.selfPort.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.selfPort.StateCommon.Border.Color1 = System.Drawing.Color.LimeGreen;
     this.selfPort.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.selfPort.StateCommon.Border.GraphicsHint = ComponentFactory.Krypton.Toolkit.PaletteGraphicsHint.AntiAlias;
     this.selfPort.StateCommon.Border.Rounding = 4;
     this.selfPort.StateCommon.Border.Width = 2;
     this.selfPort.TabIndex = 14;
     //
     // selfAddress
     //
     this.selfAddress.AlwaysActive = false;
     this.selfAddress.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Ribbon;
     this.selfAddress.Location = new System.Drawing.Point(231, 207);
     this.selfAddress.Name = "selfAddress";
     this.selfAddress.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalOffice2003;
     this.selfAddress.Size = new System.Drawing.Size(238, 26);
     this.selfAddress.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.selfAddress.StateCommon.Border.Color1 = System.Drawing.Color.LimeGreen;
     this.selfAddress.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.selfAddress.StateCommon.Border.GraphicsHint = ComponentFactory.Krypton.Toolkit.PaletteGraphicsHint.AntiAlias;
     this.selfAddress.StateCommon.Border.Rounding = 4;
     this.selfAddress.StateCommon.Border.Width = 2;
     this.selfAddress.TabIndex = 13;
     this.selfAddress.TextChanged += new System.EventHandler(this.MarkedTextChanged);
     //
     // armSocketPort
     //
     this.armSocketPort.AlwaysActive = false;
     this.armSocketPort.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Ribbon;
     this.armSocketPort.Location = new System.Drawing.Point(231, 140);
     this.armSocketPort.Name = "armSocketPort";
     this.armSocketPort.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalOffice2003;
     this.armSocketPort.Size = new System.Drawing.Size(54, 26);
     this.armSocketPort.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.armSocketPort.StateCommon.Border.Color1 = System.Drawing.Color.Lime;
     this.armSocketPort.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.armSocketPort.StateCommon.Border.GraphicsHint = ComponentFactory.Krypton.Toolkit.PaletteGraphicsHint.AntiAlias;
     this.armSocketPort.StateCommon.Border.Rounding = 4;
     this.armSocketPort.StateCommon.Border.Width = 2;
     this.armSocketPort.TabIndex = 10;
     //
     // armSocketServer
     //
     this.armSocketServer.AlwaysActive = false;
     this.armSocketServer.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Ribbon;
     this.armSocketServer.Location = new System.Drawing.Point(231, 102);
     this.armSocketServer.Name = "armSocketServer";
     this.armSocketServer.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalOffice2003;
     this.armSocketServer.Size = new System.Drawing.Size(238, 26);
     this.armSocketServer.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.armSocketServer.StateCommon.Border.Color1 = System.Drawing.Color.LimeGreen;
     this.armSocketServer.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.armSocketServer.StateCommon.Border.GraphicsHint = ComponentFactory.Krypton.Toolkit.PaletteGraphicsHint.AntiAlias;
     this.armSocketServer.StateCommon.Border.Rounding = 4;
     this.armSocketServer.StateCommon.Border.Width = 2;
     this.armSocketServer.TabIndex = 11;
     this.armSocketServer.TextChanged += new System.EventHandler(this.MarkedTextChanged);
     //
     // serviceIP
     //
     this.serviceIP.AlwaysActive = false;
     this.serviceIP.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Ribbon;
     this.serviceIP.Location = new System.Drawing.Point(231, 40);
     this.serviceIP.Name = "serviceIP";
     this.serviceIP.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalOffice2003;
     this.serviceIP.Size = new System.Drawing.Size(238, 26);
     this.serviceIP.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.serviceIP.StateCommon.Border.Color1 = System.Drawing.Color.LimeGreen;
     this.serviceIP.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.serviceIP.StateCommon.Border.GraphicsHint = ComponentFactory.Krypton.Toolkit.PaletteGraphicsHint.AntiAlias;
     this.serviceIP.StateCommon.Border.Rounding = 4;
     this.serviceIP.StateCommon.Border.Width = 2;
     this.serviceIP.TabIndex = 12;
     this.serviceIP.TextChanged += new System.EventHandler(this.MarkedTextChanged);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(477, 275);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(83, 43);
     this.btnSave.TabIndex = 9;
     this.btnSave.Values.Text = "保存";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel1.Location = new System.Drawing.Point(33, 12);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(171, 66);
     this.kryptonLabel1.TabIndex = 8;
     this.kryptonLabel1.Values.Image = global::ProxyClient.Properties.Resources.network_workgroup;
     this.kryptonLabel1.Values.Text = "服务地址:";
     //
     // BasicSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(594, 447);
     this.Controls.Add(this.contentPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HeaderStyle = ComponentFactory.Krypton.Toolkit.HeaderStyle.Primary;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(600, 431);
     this.Name = "BasicSetting";
     this.Text = "地址设置";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.BasicSetting_FormClosed);
     this.Load += new System.EventHandler(this.BasicSetting_Load);
     ((System.ComponentModel.ISupportInitialize)(this.contentPanel)).EndInit();
     this.contentPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1.Panel)).EndInit();
     this.kryptonHeaderGroup1.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup1)).EndInit();
     this.kryptonHeaderGroup1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel rucTransportistaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel tipoDocTransportistaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel nombreTransportistaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel nroLicenciaConducirLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel placaVehiculoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel marcaVehiculoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel unidadMedidaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel modoTransporteLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel codigoAutorizacionLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel pesoBrutoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel ubigeoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel direccionLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel urbanizacionLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel departamentoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel provinciaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel distritoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel ubigeoLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel direccionLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel urbanizacionLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel departamentoLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel provinciaLabel1;
     ComponentFactory.Krypton.Toolkit.KryptonLabel distritoLabel1;
     this.datosGuiaBindingSource                  = new System.Windows.Forms.BindingSource(this.components);
     this.rucTransportistaTextBox                 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.tipoDocTransportistaComboBox            = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.tipoDocumentoContribuyenteBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.nombreTransportistaTextBox              = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.nroLicenciaConducirTextBox              = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.placaVehiculoTextBox             = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.marcaVehiculoTextBox             = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.unidadMedidaComboBox             = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.modoTransporteComboBox           = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.modalidadTransporteBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.codigoAutorizacionTextBox        = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.pesoBrutoTextBox     = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.groupBox1            = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.distritoTextBox      = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.provinciaTextBox     = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.departamentoTextBox  = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.urbanizacionTextBox  = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.direccionTextBox     = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.ubigeoTextBox        = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.groupBox2            = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.distritoTextBox1     = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.provinciaTextBox1    = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.departamentoTextBox1 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.urbanizacionTextBox1 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.direccionTextBox1    = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.ubigeoTextBox1       = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.barraBotones         = new System.Windows.Forms.ToolStrip();
     this.toolOk               = new System.Windows.Forms.ToolStripButton();
     this.toolCancel           = new System.Windows.Forms.ToolStripButton();
     this.kryptonPanel1        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     rucTransportistaLabel     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     tipoDocTransportistaLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     nombreTransportistaLabel  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     nroLicenciaConducirLabel  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     placaVehiculoLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     marcaVehiculoLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     unidadMedidaLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     modoTransporteLabel       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     codigoAutorizacionLabel   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     pesoBrutoLabel            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ubigeoLabel               = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     direccionLabel            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     urbanizacionLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     departamentoLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     provinciaLabel            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     distritoLabel             = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ubigeoLabel1              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     direccionLabel1           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     urbanizacionLabel1        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     departamentoLabel1        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     provinciaLabel1           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     distritoLabel1            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.datosGuiaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocTransportistaComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocumentoContribuyenteBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unidadMedidaComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.modoTransporteComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.modalidadTransporteBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1.Panel)).BeginInit();
     this.groupBox1.Panel.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2.Panel)).BeginInit();
     this.groupBox2.Panel.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // rucTransportistaLabel
     //
     rucTransportistaLabel.Location    = new System.Drawing.Point(13, 12);
     rucTransportistaLabel.Name        = "rucTransportistaLabel";
     rucTransportistaLabel.Size        = new System.Drawing.Size(111, 20);
     rucTransportistaLabel.TabIndex    = 0;
     rucTransportistaLabel.Values.Text = "RUC Transportista:";
     //
     // tipoDocTransportistaLabel
     //
     tipoDocTransportistaLabel.Location    = new System.Drawing.Point(13, 38);
     tipoDocTransportistaLabel.Name        = "tipoDocTransportistaLabel";
     tipoDocTransportistaLabel.Size        = new System.Drawing.Size(137, 20);
     tipoDocTransportistaLabel.TabIndex    = 2;
     tipoDocTransportistaLabel.Values.Text = "Tipo Doc Transportista:";
     //
     // nombreTransportistaLabel
     //
     nombreTransportistaLabel.Location    = new System.Drawing.Point(13, 65);
     nombreTransportistaLabel.Name        = "nombreTransportistaLabel";
     nombreTransportistaLabel.Size        = new System.Drawing.Size(133, 20);
     nombreTransportistaLabel.TabIndex    = 4;
     nombreTransportistaLabel.Values.Text = "Nombre Transportista:";
     //
     // nroLicenciaConducirLabel
     //
     nroLicenciaConducirLabel.Location    = new System.Drawing.Point(13, 91);
     nroLicenciaConducirLabel.Name        = "nroLicenciaConducirLabel";
     nroLicenciaConducirLabel.Size        = new System.Drawing.Size(133, 20);
     nroLicenciaConducirLabel.TabIndex    = 6;
     nroLicenciaConducirLabel.Values.Text = "Nro Licencia Conducir:";
     //
     // placaVehiculoLabel
     //
     placaVehiculoLabel.Location    = new System.Drawing.Point(407, 14);
     placaVehiculoLabel.Name        = "placaVehiculoLabel";
     placaVehiculoLabel.Size        = new System.Drawing.Size(92, 20);
     placaVehiculoLabel.TabIndex    = 10;
     placaVehiculoLabel.Values.Text = "Placa Vehiculo:";
     //
     // marcaVehiculoLabel
     //
     marcaVehiculoLabel.Location    = new System.Drawing.Point(407, 40);
     marcaVehiculoLabel.Name        = "marcaVehiculoLabel";
     marcaVehiculoLabel.Size        = new System.Drawing.Size(97, 20);
     marcaVehiculoLabel.TabIndex    = 12;
     marcaVehiculoLabel.Values.Text = "Marca Vehiculo:";
     //
     // unidadMedidaLabel
     //
     unidadMedidaLabel.Location    = new System.Drawing.Point(407, 66);
     unidadMedidaLabel.Name        = "unidadMedidaLabel";
     unidadMedidaLabel.Size        = new System.Drawing.Size(97, 20);
     unidadMedidaLabel.TabIndex    = 14;
     unidadMedidaLabel.Values.Text = "Unidad Medida:";
     //
     // modoTransporteLabel
     //
     modoTransporteLabel.Location    = new System.Drawing.Point(13, 117);
     modoTransporteLabel.Name        = "modoTransporteLabel";
     modoTransporteLabel.Size        = new System.Drawing.Size(151, 20);
     modoTransporteLabel.TabIndex    = 8;
     modoTransporteLabel.Values.Text = "Modalidad de Transporte:";
     //
     // codigoAutorizacionLabel
     //
     codigoAutorizacionLabel.Location    = new System.Drawing.Point(407, 119);
     codigoAutorizacionLabel.Name        = "codigoAutorizacionLabel";
     codigoAutorizacionLabel.Size        = new System.Drawing.Size(125, 20);
     codigoAutorizacionLabel.TabIndex    = 18;
     codigoAutorizacionLabel.Values.Text = "Codigo Autorizacion:";
     //
     // pesoBrutoLabel
     //
     pesoBrutoLabel.Location    = new System.Drawing.Point(407, 93);
     pesoBrutoLabel.Name        = "pesoBrutoLabel";
     pesoBrutoLabel.Size        = new System.Drawing.Size(72, 20);
     pesoBrutoLabel.TabIndex    = 16;
     pesoBrutoLabel.Values.Text = "Peso Bruto:";
     //
     // ubigeoLabel
     //
     ubigeoLabel.Location    = new System.Drawing.Point(6, 22);
     ubigeoLabel.Name        = "ubigeoLabel";
     ubigeoLabel.Size        = new System.Drawing.Size(53, 20);
     ubigeoLabel.TabIndex    = 0;
     ubigeoLabel.Values.Text = "Ubigeo:";
     //
     // direccionLabel
     //
     direccionLabel.Location    = new System.Drawing.Point(6, 48);
     direccionLabel.Name        = "direccionLabel";
     direccionLabel.Size        = new System.Drawing.Size(64, 20);
     direccionLabel.TabIndex    = 2;
     direccionLabel.Values.Text = "Direccion:";
     //
     // urbanizacionLabel
     //
     urbanizacionLabel.Location    = new System.Drawing.Point(6, 74);
     urbanizacionLabel.Name        = "urbanizacionLabel";
     urbanizacionLabel.Size        = new System.Drawing.Size(84, 20);
     urbanizacionLabel.TabIndex    = 4;
     urbanizacionLabel.Values.Text = "Urbanizacion:";
     //
     // departamentoLabel
     //
     departamentoLabel.Location    = new System.Drawing.Point(6, 101);
     departamentoLabel.Name        = "departamentoLabel";
     departamentoLabel.Size        = new System.Drawing.Size(92, 20);
     departamentoLabel.TabIndex    = 6;
     departamentoLabel.Values.Text = "Departamento:";
     //
     // provinciaLabel
     //
     provinciaLabel.Location    = new System.Drawing.Point(6, 127);
     provinciaLabel.Name        = "provinciaLabel";
     provinciaLabel.Size        = new System.Drawing.Size(63, 20);
     provinciaLabel.TabIndex    = 8;
     provinciaLabel.Values.Text = "Provincia:";
     //
     // distritoLabel
     //
     distritoLabel.Location    = new System.Drawing.Point(6, 153);
     distritoLabel.Name        = "distritoLabel";
     distritoLabel.Size        = new System.Drawing.Size(53, 20);
     distritoLabel.TabIndex    = 10;
     distritoLabel.Values.Text = "Distrito:";
     //
     // ubigeoLabel1
     //
     ubigeoLabel1.Location    = new System.Drawing.Point(3, 25);
     ubigeoLabel1.Name        = "ubigeoLabel1";
     ubigeoLabel1.Size        = new System.Drawing.Size(53, 20);
     ubigeoLabel1.TabIndex    = 0;
     ubigeoLabel1.Values.Text = "Ubigeo:";
     //
     // direccionLabel1
     //
     direccionLabel1.Location    = new System.Drawing.Point(3, 51);
     direccionLabel1.Name        = "direccionLabel1";
     direccionLabel1.Size        = new System.Drawing.Size(64, 20);
     direccionLabel1.TabIndex    = 2;
     direccionLabel1.Values.Text = "Direccion:";
     //
     // urbanizacionLabel1
     //
     urbanizacionLabel1.Location    = new System.Drawing.Point(3, 77);
     urbanizacionLabel1.Name        = "urbanizacionLabel1";
     urbanizacionLabel1.Size        = new System.Drawing.Size(84, 20);
     urbanizacionLabel1.TabIndex    = 4;
     urbanizacionLabel1.Values.Text = "Urbanizacion:";
     //
     // departamentoLabel1
     //
     departamentoLabel1.Location    = new System.Drawing.Point(3, 101);
     departamentoLabel1.Name        = "departamentoLabel1";
     departamentoLabel1.Size        = new System.Drawing.Size(92, 20);
     departamentoLabel1.TabIndex    = 6;
     departamentoLabel1.Values.Text = "Departamento:";
     //
     // provinciaLabel1
     //
     provinciaLabel1.Location    = new System.Drawing.Point(3, 127);
     provinciaLabel1.Name        = "provinciaLabel1";
     provinciaLabel1.Size        = new System.Drawing.Size(63, 20);
     provinciaLabel1.TabIndex    = 8;
     provinciaLabel1.Values.Text = "Provincia:";
     //
     // distritoLabel1
     //
     distritoLabel1.Location    = new System.Drawing.Point(3, 153);
     distritoLabel1.Name        = "distritoLabel1";
     distritoLabel1.Size        = new System.Drawing.Size(53, 20);
     distritoLabel1.TabIndex    = 10;
     distritoLabel1.Values.Text = "Distrito:";
     //
     // datosGuiaBindingSource
     //
     this.datosGuiaBindingSource.DataSource = typeof(OpenInvoicePeru.Comun.Dto.Modelos.DatosGuia);
     //
     // rucTransportistaTextBox
     //
     this.rucTransportistaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "RucTransportista", true));
     this.rucTransportistaTextBox.Location = new System.Drawing.Point(170, 11);
     this.rucTransportistaTextBox.Name     = "rucTransportistaTextBox";
     this.rucTransportistaTextBox.Size     = new System.Drawing.Size(100, 23);
     this.rucTransportistaTextBox.TabIndex = 1;
     //
     // tipoDocTransportistaComboBox
     //
     this.tipoDocTransportistaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.datosGuiaBindingSource, "TipoDocTransportista", true));
     this.tipoDocTransportistaComboBox.DataSource        = this.tipoDocumentoContribuyenteBindingSource;
     this.tipoDocTransportistaComboBox.DisplayMember     = "DescripcionCompleta";
     this.tipoDocTransportistaComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoDocTransportistaComboBox.DropDownWidth     = 220;
     this.tipoDocTransportistaComboBox.FormattingEnabled = true;
     this.tipoDocTransportistaComboBox.Location          = new System.Drawing.Point(170, 37);
     this.tipoDocTransportistaComboBox.Name        = "tipoDocTransportistaComboBox";
     this.tipoDocTransportistaComboBox.Size        = new System.Drawing.Size(220, 21);
     this.tipoDocTransportistaComboBox.TabIndex    = 3;
     this.tipoDocTransportistaComboBox.ValueMember = "Codigo";
     //
     // tipoDocumentoContribuyenteBindingSource
     //
     this.tipoDocumentoContribuyenteBindingSource.DataSource = typeof(OpenInvoicePeru.Datos.Entidades.TipoDocumentoContribuyente);
     //
     // nombreTransportistaTextBox
     //
     this.nombreTransportistaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "NombreTransportista", true));
     this.nombreTransportistaTextBox.Location = new System.Drawing.Point(170, 64);
     this.nombreTransportistaTextBox.Name     = "nombreTransportistaTextBox";
     this.nombreTransportistaTextBox.Size     = new System.Drawing.Size(220, 23);
     this.nombreTransportistaTextBox.TabIndex = 5;
     //
     // nroLicenciaConducirTextBox
     //
     this.nroLicenciaConducirTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "NroLicenciaConducir", true));
     this.nroLicenciaConducirTextBox.Location = new System.Drawing.Point(170, 90);
     this.nroLicenciaConducirTextBox.Name     = "nroLicenciaConducirTextBox";
     this.nroLicenciaConducirTextBox.Size     = new System.Drawing.Size(100, 23);
     this.nroLicenciaConducirTextBox.TabIndex = 7;
     //
     // placaVehiculoTextBox
     //
     this.placaVehiculoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "PlacaVehiculo", true));
     this.placaVehiculoTextBox.Location = new System.Drawing.Point(538, 11);
     this.placaVehiculoTextBox.Name     = "placaVehiculoTextBox";
     this.placaVehiculoTextBox.Size     = new System.Drawing.Size(100, 23);
     this.placaVehiculoTextBox.TabIndex = 11;
     //
     // marcaVehiculoTextBox
     //
     this.marcaVehiculoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "MarcaVehiculo", true));
     this.marcaVehiculoTextBox.Location = new System.Drawing.Point(538, 37);
     this.marcaVehiculoTextBox.Name     = "marcaVehiculoTextBox";
     this.marcaVehiculoTextBox.Size     = new System.Drawing.Size(100, 23);
     this.marcaVehiculoTextBox.TabIndex = 13;
     //
     // unidadMedidaComboBox
     //
     this.unidadMedidaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "UnidadMedida", true));
     this.unidadMedidaComboBox.DropDownWidth     = 100;
     this.unidadMedidaComboBox.FormattingEnabled = true;
     this.unidadMedidaComboBox.Items.AddRange(new object[] {
         "TM",
         "KG",
         "ONZ",
         "LTR"
     });
     this.unidadMedidaComboBox.Location = new System.Drawing.Point(538, 63);
     this.unidadMedidaComboBox.Name     = "unidadMedidaComboBox";
     this.unidadMedidaComboBox.Size     = new System.Drawing.Size(100, 21);
     this.unidadMedidaComboBox.TabIndex = 15;
     //
     // modoTransporteComboBox
     //
     this.modoTransporteComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.datosGuiaBindingSource, "ModoTransporte", true));
     this.modoTransporteComboBox.DataSource        = this.modalidadTransporteBindingSource;
     this.modoTransporteComboBox.DisplayMember     = "DescripcionCompleta";
     this.modoTransporteComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.modoTransporteComboBox.DropDownWidth     = 220;
     this.modoTransporteComboBox.FormattingEnabled = true;
     this.modoTransporteComboBox.Location          = new System.Drawing.Point(170, 116);
     this.modoTransporteComboBox.Name        = "modoTransporteComboBox";
     this.modoTransporteComboBox.Size        = new System.Drawing.Size(220, 21);
     this.modoTransporteComboBox.TabIndex    = 9;
     this.modoTransporteComboBox.ValueMember = "Codigo";
     //
     // modalidadTransporteBindingSource
     //
     this.modalidadTransporteBindingSource.DataSource = typeof(OpenInvoicePeru.Datos.Entidades.ModalidadTransporte);
     //
     // codigoAutorizacionTextBox
     //
     this.codigoAutorizacionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "CodigoAutorizacion", true));
     this.codigoAutorizacionTextBox.Location = new System.Drawing.Point(538, 116);
     this.codigoAutorizacionTextBox.Name     = "codigoAutorizacionTextBox";
     this.codigoAutorizacionTextBox.Size     = new System.Drawing.Size(100, 23);
     this.codigoAutorizacionTextBox.TabIndex = 19;
     //
     // pesoBrutoTextBox
     //
     this.pesoBrutoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "PesoBruto", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.pesoBrutoTextBox.Location = new System.Drawing.Point(538, 90);
     this.pesoBrutoTextBox.Name     = "pesoBrutoTextBox";
     this.pesoBrutoTextBox.Size     = new System.Drawing.Size(100, 23);
     this.pesoBrutoTextBox.TabIndex = 17;
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(13, 144);
     this.groupBox1.Name     = "groupBox1";
     //
     // groupBox1.Panel
     //
     this.groupBox1.Panel.Controls.Add(distritoLabel);
     this.groupBox1.Panel.Controls.Add(this.distritoTextBox);
     this.groupBox1.Panel.Controls.Add(provinciaLabel);
     this.groupBox1.Panel.Controls.Add(this.provinciaTextBox);
     this.groupBox1.Panel.Controls.Add(departamentoLabel);
     this.groupBox1.Panel.Controls.Add(this.departamentoTextBox);
     this.groupBox1.Panel.Controls.Add(urbanizacionLabel);
     this.groupBox1.Panel.Controls.Add(this.urbanizacionTextBox);
     this.groupBox1.Panel.Controls.Add(direccionLabel);
     this.groupBox1.Panel.Controls.Add(this.direccionTextBox);
     this.groupBox1.Panel.Controls.Add(ubigeoLabel);
     this.groupBox1.Panel.Controls.Add(this.ubigeoTextBox);
     this.groupBox1.Size           = new System.Drawing.Size(322, 205);
     this.groupBox1.TabIndex       = 20;
     this.groupBox1.Values.Heading = "Dirección de Origen";
     //
     // distritoTextBox
     //
     this.distritoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Distrito", true));
     this.distritoTextBox.Location = new System.Drawing.Point(99, 149);
     this.distritoTextBox.Name     = "distritoTextBox";
     this.distritoTextBox.Size     = new System.Drawing.Size(100, 23);
     this.distritoTextBox.TabIndex = 11;
     //
     // provinciaTextBox
     //
     this.provinciaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Provincia", true));
     this.provinciaTextBox.Location = new System.Drawing.Point(99, 123);
     this.provinciaTextBox.Name     = "provinciaTextBox";
     this.provinciaTextBox.Size     = new System.Drawing.Size(100, 23);
     this.provinciaTextBox.TabIndex = 9;
     //
     // departamentoTextBox
     //
     this.departamentoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Departamento", true));
     this.departamentoTextBox.Location = new System.Drawing.Point(99, 97);
     this.departamentoTextBox.Name     = "departamentoTextBox";
     this.departamentoTextBox.Size     = new System.Drawing.Size(100, 23);
     this.departamentoTextBox.TabIndex = 7;
     //
     // urbanizacionTextBox
     //
     this.urbanizacionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Urbanizacion", true));
     this.urbanizacionTextBox.Location = new System.Drawing.Point(99, 71);
     this.urbanizacionTextBox.Name     = "urbanizacionTextBox";
     this.urbanizacionTextBox.Size     = new System.Drawing.Size(215, 23);
     this.urbanizacionTextBox.TabIndex = 5;
     //
     // direccionTextBox
     //
     this.direccionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Direccion", true));
     this.direccionTextBox.Location = new System.Drawing.Point(99, 45);
     this.direccionTextBox.Name     = "direccionTextBox";
     this.direccionTextBox.Size     = new System.Drawing.Size(215, 23);
     this.direccionTextBox.TabIndex = 3;
     //
     // ubigeoTextBox
     //
     this.ubigeoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionOrigen.Ubigeo", true));
     this.ubigeoTextBox.Location = new System.Drawing.Point(99, 19);
     this.ubigeoTextBox.Name     = "ubigeoTextBox";
     this.ubigeoTextBox.Size     = new System.Drawing.Size(100, 23);
     this.ubigeoTextBox.TabIndex = 1;
     //
     // groupBox2
     //
     this.groupBox2.Location = new System.Drawing.Point(347, 145);
     this.groupBox2.Name     = "groupBox2";
     //
     // groupBox2.Panel
     //
     this.groupBox2.Panel.Controls.Add(distritoLabel1);
     this.groupBox2.Panel.Controls.Add(this.distritoTextBox1);
     this.groupBox2.Panel.Controls.Add(provinciaLabel1);
     this.groupBox2.Panel.Controls.Add(this.provinciaTextBox1);
     this.groupBox2.Panel.Controls.Add(departamentoLabel1);
     this.groupBox2.Panel.Controls.Add(this.departamentoTextBox1);
     this.groupBox2.Panel.Controls.Add(urbanizacionLabel1);
     this.groupBox2.Panel.Controls.Add(this.urbanizacionTextBox1);
     this.groupBox2.Panel.Controls.Add(direccionLabel1);
     this.groupBox2.Panel.Controls.Add(this.direccionTextBox1);
     this.groupBox2.Panel.Controls.Add(ubigeoLabel1);
     this.groupBox2.Panel.Controls.Add(this.ubigeoTextBox1);
     this.groupBox2.Size           = new System.Drawing.Size(374, 205);
     this.groupBox2.TabIndex       = 21;
     this.groupBox2.Values.Heading = "Dirección de Destino";
     //
     // distritoTextBox1
     //
     this.distritoTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Distrito", true));
     this.distritoTextBox1.Location = new System.Drawing.Point(97, 147);
     this.distritoTextBox1.Name     = "distritoTextBox1";
     this.distritoTextBox1.Size     = new System.Drawing.Size(100, 23);
     this.distritoTextBox1.TabIndex = 11;
     //
     // provinciaTextBox1
     //
     this.provinciaTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Provincia", true));
     this.provinciaTextBox1.Location = new System.Drawing.Point(97, 122);
     this.provinciaTextBox1.Name     = "provinciaTextBox1";
     this.provinciaTextBox1.Size     = new System.Drawing.Size(100, 23);
     this.provinciaTextBox1.TabIndex = 9;
     //
     // departamentoTextBox1
     //
     this.departamentoTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Departamento", true));
     this.departamentoTextBox1.Location = new System.Drawing.Point(97, 97);
     this.departamentoTextBox1.Name     = "departamentoTextBox1";
     this.departamentoTextBox1.Size     = new System.Drawing.Size(100, 23);
     this.departamentoTextBox1.TabIndex = 7;
     //
     // urbanizacionTextBox1
     //
     this.urbanizacionTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Urbanizacion", true));
     this.urbanizacionTextBox1.Location = new System.Drawing.Point(97, 72);
     this.urbanizacionTextBox1.Name     = "urbanizacionTextBox1";
     this.urbanizacionTextBox1.Size     = new System.Drawing.Size(256, 23);
     this.urbanizacionTextBox1.TabIndex = 5;
     //
     // direccionTextBox1
     //
     this.direccionTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Direccion", true));
     this.direccionTextBox1.Location = new System.Drawing.Point(97, 47);
     this.direccionTextBox1.Name     = "direccionTextBox1";
     this.direccionTextBox1.Size     = new System.Drawing.Size(256, 23);
     this.direccionTextBox1.TabIndex = 3;
     //
     // ubigeoTextBox1
     //
     this.ubigeoTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datosGuiaBindingSource, "DireccionDestino.Ubigeo", true));
     this.ubigeoTextBox1.Location = new System.Drawing.Point(97, 22);
     this.ubigeoTextBox1.Name     = "ubigeoTextBox1";
     this.ubigeoTextBox1.Size     = new System.Drawing.Size(100, 23);
     this.ubigeoTextBox1.TabIndex = 1;
     //
     // barraBotones
     //
     this.barraBotones.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(733, 25);
     this.barraBotones.TabIndex = 22;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::OpenInvoicePeru.WinApp.Properties.Resources.aceptar;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name = "toolOk";
     this.toolOk.Size = new System.Drawing.Size(68, 22);
     this.toolOk.Text = "&Aceptar";
     //
     // toolCancel
     //
     this.toolCancel.Image = global::OpenInvoicePeru.WinApp.Properties.Resources.cancelar;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name = "toolCancel";
     this.toolCancel.Size = new System.Drawing.Size(73, 22);
     this.toolCancel.Text = "&Cancelar";
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.placaVehiculoTextBox);
     this.kryptonPanel1.Controls.Add(this.rucTransportistaTextBox);
     this.kryptonPanel1.Controls.Add(this.groupBox2);
     this.kryptonPanel1.Controls.Add(rucTransportistaLabel);
     this.kryptonPanel1.Controls.Add(this.groupBox1);
     this.kryptonPanel1.Controls.Add(this.tipoDocTransportistaComboBox);
     this.kryptonPanel1.Controls.Add(pesoBrutoLabel);
     this.kryptonPanel1.Controls.Add(tipoDocTransportistaLabel);
     this.kryptonPanel1.Controls.Add(this.pesoBrutoTextBox);
     this.kryptonPanel1.Controls.Add(this.nombreTransportistaTextBox);
     this.kryptonPanel1.Controls.Add(codigoAutorizacionLabel);
     this.kryptonPanel1.Controls.Add(nombreTransportistaLabel);
     this.kryptonPanel1.Controls.Add(this.codigoAutorizacionTextBox);
     this.kryptonPanel1.Controls.Add(this.nroLicenciaConducirTextBox);
     this.kryptonPanel1.Controls.Add(modoTransporteLabel);
     this.kryptonPanel1.Controls.Add(nroLicenciaConducirLabel);
     this.kryptonPanel1.Controls.Add(this.modoTransporteComboBox);
     this.kryptonPanel1.Controls.Add(placaVehiculoLabel);
     this.kryptonPanel1.Controls.Add(unidadMedidaLabel);
     this.kryptonPanel1.Controls.Add(this.marcaVehiculoTextBox);
     this.kryptonPanel1.Controls.Add(this.unidadMedidaComboBox);
     this.kryptonPanel1.Controls.Add(marcaVehiculoLabel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(733, 357);
     this.kryptonPanel1.TabIndex = 23;
     //
     // FrmDatosGuia
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(733, 382);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.barraBotones);
     this.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmDatosGuia";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Datos de Guia Remisión Transportista";
     ((System.ComponentModel.ISupportInitialize)(this.datosGuiaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocTransportistaComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocumentoContribuyenteBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unidadMedidaComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.modoTransporteComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.modalidadTransporteBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1.Panel)).EndInit();
     this.groupBox1.Panel.ResumeLayout(false);
     this.groupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2.Panel)).EndInit();
     this.groupBox2.Panel.ResumeLayout(false);
     this.groupBox2.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPermisos));
     this.kryptonHeader1 = new ComponentFactory.Krypton.Toolkit.KryptonHeader();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.dgvUsuarios = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.usuarioBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.usuarioBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.gbxInformacion = new System.Windows.Forms.GroupBox();
     this.chkEsPrincipal = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.dtpFechaRegistro = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
     this.cmbEmpleados = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.txtPassword = new ExactTarget.Windows.Controles.CustomKryptonTextBox();
     this.txtUsername = new ExactTarget.Windows.Controles.CustomKryptonTextBox();
     this.label6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.label3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.label2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.TsMenu = new System.Windows.Forms.ToolStrip();
     this.TsbNuevo = new System.Windows.Forms.ToolStripButton();
     this.TsbEditar = new System.Windows.Forms.ToolStripButton();
     this.TsbEliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.TsbGuardar = new System.Windows.Forms.ToolStripButton();
     this.TsbCancelar = new System.Windows.Forms.ToolStripButton();
     this.perUsuario = new ExactTarget.Windows.Controles.PermisosFormulario();
     this.errValidator = new System.Windows.Forms.ErrorProvider(this.components);
     this.usuarioIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.usernameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.passwordDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.esPrincipalDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.fechaRegistroDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.personalDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.permisosBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.personalBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvUsuarios)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingNavigator)).BeginInit();
     this.usuarioBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.gbxInformacion.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEmpleados)).BeginInit();
     this.TsMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errValidator)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.permisosBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.personalBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonHeader1
     //
     this.kryptonHeader1.Dock = System.Windows.Forms.DockStyle.Top;
     this.kryptonHeader1.Location = new System.Drawing.Point(0, 0);
     this.kryptonHeader1.Name = "kryptonHeader1";
     this.kryptonHeader1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonHeader1.Size = new System.Drawing.Size(753, 31);
     this.kryptonHeader1.TabIndex = 0;
     this.kryptonHeader1.Text = "Permisos de Usuario";
     this.kryptonHeader1.Values.Description = "";
     this.kryptonHeader1.Values.Heading = "Permisos de Usuario";
     this.kryptonHeader1.Values.Image = null;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 31);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.perUsuario);
     this.splitContainer1.Size = new System.Drawing.Size(753, 480);
     this.splitContainer1.SplitterDistance = 236;
     this.splitContainer1.TabIndex = 1;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.AutoScroll = true;
     this.splitContainer2.Panel1.Controls.Add(this.dgvUsuarios);
     this.splitContainer2.Panel1.Controls.Add(this.usuarioBindingNavigator);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.kryptonPanel1);
     this.splitContainer2.Panel2.Controls.Add(this.TsMenu);
     this.splitContainer2.Size = new System.Drawing.Size(753, 236);
     this.splitContainer2.SplitterDistance = 274;
     this.splitContainer2.TabIndex = 0;
     //
     // dgvUsuarios
     //
     this.dgvUsuarios.AllowUserToAddRows = false;
     this.dgvUsuarios.AllowUserToDeleteRows = false;
     this.dgvUsuarios.AutoGenerateColumns = false;
     this.dgvUsuarios.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.usuarioIDDataGridViewTextBoxColumn,
     this.usernameDataGridViewTextBoxColumn,
     this.passwordDataGridViewTextBoxColumn,
     this.esPrincipalDataGridViewCheckBoxColumn,
     this.fechaRegistroDataGridViewTextBoxColumn,
     this.personalDataGridViewTextBoxColumn});
     this.dgvUsuarios.DataSource = this.usuarioBindingSource;
     this.dgvUsuarios.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvUsuarios.GridStyles.Style = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Sheet;
     this.dgvUsuarios.GridStyles.StyleBackground = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.dgvUsuarios.GridStyles.StyleColumn = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvUsuarios.GridStyles.StyleDataCells = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvUsuarios.GridStyles.StyleRow = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvUsuarios.Location = new System.Drawing.Point(0, 25);
     this.dgvUsuarios.Name = "dgvUsuarios";
     this.dgvUsuarios.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.dgvUsuarios.ReadOnly = true;
     this.dgvUsuarios.RowHeadersWidth = 10;
     this.dgvUsuarios.Size = new System.Drawing.Size(274, 211);
     this.dgvUsuarios.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.dgvUsuarios.TabIndex = 0;
     this.dgvUsuarios.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUsuarios_CellEnter);
     //
     // usuarioBindingSource
     //
     this.usuarioBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Usuario);
     //
     // usuarioBindingNavigator
     //
     this.usuarioBindingNavigator.AddNewItem = null;
     this.usuarioBindingNavigator.BindingSource = this.usuarioBindingSource;
     this.usuarioBindingNavigator.CountItem = this.bindingNavigatorCountItem;
     this.usuarioBindingNavigator.DeleteItem = null;
     this.usuarioBindingNavigator.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.usuarioBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem});
     this.usuarioBindingNavigator.Location = new System.Drawing.Point(0, 0);
     this.usuarioBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.usuarioBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.usuarioBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.usuarioBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.usuarioBindingNavigator.Name = "usuarioBindingNavigator";
     this.usuarioBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
     this.usuarioBindingNavigator.Size = new System.Drawing.Size(274, 25);
     this.usuarioBindingNavigator.TabIndex = 2;
     this.usuarioBindingNavigator.Text = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22);
     this.bindingNavigatorCountItem.Text = "de {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Current position";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.gbxInformacion);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonPanel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
     this.kryptonPanel1.Size = new System.Drawing.Size(475, 211);
     this.kryptonPanel1.TabIndex = 3;
     //
     // gbxInformacion
     //
     this.gbxInformacion.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gbxInformacion.BackColor = System.Drawing.Color.Transparent;
     this.gbxInformacion.Controls.Add(this.chkEsPrincipal);
     this.gbxInformacion.Controls.Add(this.kryptonLabel2);
     this.gbxInformacion.Controls.Add(this.kryptonLabel1);
     this.gbxInformacion.Controls.Add(this.dtpFechaRegistro);
     this.gbxInformacion.Controls.Add(this.cmbEmpleados);
     this.gbxInformacion.Controls.Add(this.txtPassword);
     this.gbxInformacion.Controls.Add(this.txtUsername);
     this.gbxInformacion.Controls.Add(this.label6);
     this.gbxInformacion.Controls.Add(this.label3);
     this.gbxInformacion.Controls.Add(this.label2);
     this.gbxInformacion.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbxInformacion.ForeColor = System.Drawing.Color.Navy;
     this.gbxInformacion.Location = new System.Drawing.Point(14, 14);
     this.gbxInformacion.Name = "gbxInformacion";
     this.gbxInformacion.Size = new System.Drawing.Size(449, 183);
     this.gbxInformacion.TabIndex = 2;
     this.gbxInformacion.TabStop = false;
     this.gbxInformacion.Text = "Datos Usuario";
     //
     // chkEsPrincipal
     //
     this.chkEsPrincipal.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.chkEsPrincipal.Location = new System.Drawing.Point(117, 137);
     this.chkEsPrincipal.Name = "chkEsPrincipal";
     this.chkEsPrincipal.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.chkEsPrincipal.Size = new System.Drawing.Size(19, 13);
     this.chkEsPrincipal.TabIndex = 31;
     this.chkEsPrincipal.Values.ExtraText = "";
     this.chkEsPrincipal.Values.Image = null;
     this.chkEsPrincipal.Values.Text = "";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.kryptonLabel2.Location = new System.Drawing.Point(19, 135);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonLabel2.Size = new System.Drawing.Size(91, 20);
     this.kryptonLabel2.TabIndex = 30;
     this.kryptonLabel2.Text = "Administrador:";
     this.kryptonLabel2.Values.ExtraText = "";
     this.kryptonLabel2.Values.Image = null;
     this.kryptonLabel2.Values.Text = "Administrador:";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.kryptonLabel1.Location = new System.Drawing.Point(19, 109);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonLabel1.Size = new System.Drawing.Size(93, 20);
     this.kryptonLabel1.TabIndex = 29;
     this.kryptonLabel1.Text = "Fecha Registro:";
     this.kryptonLabel1.Values.ExtraText = "";
     this.kryptonLabel1.Values.Image = null;
     this.kryptonLabel1.Values.Text = "Fecha Registro:";
     //
     // dtpFechaRegistro
     //
     this.dtpFechaRegistro.CalendarDayOfWeekStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.CalendarDay;
     this.dtpFechaRegistro.CalendarDayStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.CalendarDay;
     this.dtpFechaRegistro.CalendarHeaderStyle = ComponentFactory.Krypton.Toolkit.HeaderStyle.Calendar;
     this.dtpFechaRegistro.CalendarTodayDate = new System.DateTime(2010, 4, 28, 0, 0, 0, 0);
     this.dtpFechaRegistro.DropButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl;
     this.dtpFechaRegistro.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.dtpFechaRegistro.Location = new System.Drawing.Point(115, 106);
     this.dtpFechaRegistro.Name = "dtpFechaRegistro";
     this.dtpFechaRegistro.Size = new System.Drawing.Size(204, 21);
     this.dtpFechaRegistro.TabIndex = 28;
     this.dtpFechaRegistro.UpDownButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl;
     //
     // cmbEmpleados
     //
     this.cmbEmpleados.DataSource = this.personalBindingSource;
     this.cmbEmpleados.DisplayMember = "nombreCompleto";
     this.cmbEmpleados.DropBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlClient;
     this.cmbEmpleados.DropButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl;
     this.cmbEmpleados.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbEmpleados.DropDownWidth = 258;
     this.cmbEmpleados.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.cmbEmpleados.ItemStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.ListItem;
     this.cmbEmpleados.Location = new System.Drawing.Point(115, 25);
     this.cmbEmpleados.Name = "cmbEmpleados";
     this.cmbEmpleados.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.cmbEmpleados.Size = new System.Drawing.Size(301, 21);
     this.cmbEmpleados.TabIndex = 27;
     this.cmbEmpleados.ValueMember = "personalID";
     //
     // txtPassword
     //
     this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPassword.BackColorEnter = System.Drawing.SystemColors.Window;
     this.txtPassword.BackColorLeave = System.Drawing.SystemColors.Window;
     this.txtPassword.DataType = ExactTarget.Windows.Controles.DataType.Alfanumerico;
     this.txtPassword.ForeColorEnter = System.Drawing.SystemColors.WindowText;
     this.txtPassword.ForeColorLeave = System.Drawing.SystemColors.WindowText;
     this.txtPassword.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.txtPassword.IsMayusculas = false;
     this.txtPassword.Location = new System.Drawing.Point(115, 80);
     this.txtPassword.MaxValue = 0;
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.NumberDecimals = 3;
     this.txtPassword.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Blue;
     this.txtPassword.Size = new System.Drawing.Size(213, 20);
     this.txtPassword.TabIndex = 23;
     //
     // txtUsername
     //
     this.txtUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtUsername.BackColorEnter = System.Drawing.SystemColors.Window;
     this.txtUsername.BackColorLeave = System.Drawing.SystemColors.Window;
     this.txtUsername.DataType = ExactTarget.Windows.Controles.DataType.Alfanumerico;
     this.txtUsername.ForeColorEnter = System.Drawing.SystemColors.WindowText;
     this.txtUsername.ForeColorLeave = System.Drawing.SystemColors.WindowText;
     this.txtUsername.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.txtUsername.IsMayusculas = false;
     this.txtUsername.Location = new System.Drawing.Point(115, 54);
     this.txtUsername.MaxValue = 0;
     this.txtUsername.Name = "txtUsername";
     this.txtUsername.NumberDecimals = 3;
     this.txtUsername.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Blue;
     this.txtUsername.Size = new System.Drawing.Size(213, 20);
     this.txtUsername.TabIndex = 22;
     //
     // label6
     //
     this.label6.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.label6.Location = new System.Drawing.Point(19, 83);
     this.label6.Name = "label6";
     this.label6.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.label6.Size = new System.Drawing.Size(65, 20);
     this.label6.TabIndex = 10;
     this.label6.Text = "Password:"******"";
     this.label6.Values.Image = null;
     this.label6.Values.Text = "Password:"******"label3";
     this.label3.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.label3.Size = new System.Drawing.Size(55, 20);
     this.label3.TabIndex = 4;
     this.label3.Text = "Usuario:";
     this.label3.Values.ExtraText = "";
     this.label3.Values.Image = null;
     this.label3.Values.Text = "Usuario:";
     //
     // label2
     //
     this.label2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.label2.Location = new System.Drawing.Point(19, 28);
     this.label2.Name = "label2";
     this.label2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.label2.Size = new System.Drawing.Size(68, 20);
     this.label2.TabIndex = 2;
     this.label2.Text = "Empleado:";
     this.label2.Values.ExtraText = "";
     this.label2.Values.Image = null;
     this.label2.Values.Text = "Empleado:";
     //
     // TsMenu
     //
     this.TsMenu.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.TsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.TsbNuevo,
     this.TsbEditar,
     this.TsbEliminar,
     this.toolStripSeparator,
     this.TsbGuardar,
     this.TsbCancelar});
     this.TsMenu.Location = new System.Drawing.Point(0, 0);
     this.TsMenu.Name = "TsMenu";
     this.TsMenu.Size = new System.Drawing.Size(475, 25);
     this.TsMenu.TabIndex = 2;
     this.TsMenu.Text = "Barra de Menu";
     //
     // TsbNuevo
     //
     this.TsbNuevo.Image = global::ExactTarget.Windows.Properties.Resources.Add1;
     this.TsbNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TsbNuevo.Name = "TsbNuevo";
     this.TsbNuevo.Size = new System.Drawing.Size(62, 22);
     this.TsbNuevo.Text = "&Nuevo";
     this.TsbNuevo.Click += new System.EventHandler(this.TsbNuevo_Click);
     //
     // TsbEditar
     //
     this.TsbEditar.Image = global::ExactTarget.Windows.Properties.Resources.Modify1;
     this.TsbEditar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TsbEditar.Name = "TsbEditar";
     this.TsbEditar.Size = new System.Drawing.Size(57, 22);
     this.TsbEditar.Text = "E&ditar";
     this.TsbEditar.Click += new System.EventHandler(this.TsbEditar_Click);
     //
     // TsbEliminar
     //
     this.TsbEliminar.Image = global::ExactTarget.Windows.Properties.Resources.Delete1;
     this.TsbEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TsbEliminar.Name = "TsbEliminar";
     this.TsbEliminar.Size = new System.Drawing.Size(70, 22);
     this.TsbEliminar.Text = "&Eliminar";
     this.TsbEliminar.Click += new System.EventHandler(this.TsbEliminar_Click);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // TsbGuardar
     //
     this.TsbGuardar.Image = global::ExactTarget.Windows.Properties.Resources.Save1;
     this.TsbGuardar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TsbGuardar.Name = "TsbGuardar";
     this.TsbGuardar.Size = new System.Drawing.Size(69, 22);
     this.TsbGuardar.Text = "&Guardar";
     this.TsbGuardar.Click += new System.EventHandler(this.TsbGuardar_Click);
     //
     // TsbCancelar
     //
     this.TsbCancelar.Image = global::ExactTarget.Windows.Properties.Resources.Back1;
     this.TsbCancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.TsbCancelar.Name = "TsbCancelar";
     this.TsbCancelar.Size = new System.Drawing.Size(73, 22);
     this.TsbCancelar.Text = "&Cancelar";
     this.TsbCancelar.Click += new System.EventHandler(this.TsbCancelar_Click);
     //
     // perUsuario
     //
     this.perUsuario.Dock = System.Windows.Forms.DockStyle.Fill;
     this.perUsuario.EnabledPermisos = true;
     this.perUsuario.Location = new System.Drawing.Point(0, 0);
     this.perUsuario.Name = "perUsuario";
     this.perUsuario.PersonaID = ((short)(0));
     this.perUsuario.Size = new System.Drawing.Size(753, 240);
     this.perUsuario.TabIndex = 0;
     //
     // errValidator
     //
     this.errValidator.ContainerControl = this;
     //
     // usuarioIDDataGridViewTextBoxColumn
     //
     this.usuarioIDDataGridViewTextBoxColumn.DataPropertyName = "usuarioID";
     this.usuarioIDDataGridViewTextBoxColumn.HeaderText = "usuarioID";
     this.usuarioIDDataGridViewTextBoxColumn.Name = "usuarioIDDataGridViewTextBoxColumn";
     this.usuarioIDDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // usernameDataGridViewTextBoxColumn
     //
     this.usernameDataGridViewTextBoxColumn.DataPropertyName = "username";
     this.usernameDataGridViewTextBoxColumn.HeaderText = "username";
     this.usernameDataGridViewTextBoxColumn.Name = "usernameDataGridViewTextBoxColumn";
     this.usernameDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // passwordDataGridViewTextBoxColumn
     //
     this.passwordDataGridViewTextBoxColumn.DataPropertyName = "password";
     this.passwordDataGridViewTextBoxColumn.HeaderText = "password";
     this.passwordDataGridViewTextBoxColumn.Name = "passwordDataGridViewTextBoxColumn";
     this.passwordDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // esPrincipalDataGridViewCheckBoxColumn
     //
     this.esPrincipalDataGridViewCheckBoxColumn.DataPropertyName = "esPrincipal";
     this.esPrincipalDataGridViewCheckBoxColumn.HeaderText = "esPrincipal";
     this.esPrincipalDataGridViewCheckBoxColumn.Name = "esPrincipalDataGridViewCheckBoxColumn";
     this.esPrincipalDataGridViewCheckBoxColumn.ReadOnly = true;
     //
     // fechaRegistroDataGridViewTextBoxColumn
     //
     this.fechaRegistroDataGridViewTextBoxColumn.DataPropertyName = "fechaRegistro";
     this.fechaRegistroDataGridViewTextBoxColumn.HeaderText = "fechaRegistro";
     this.fechaRegistroDataGridViewTextBoxColumn.Name = "fechaRegistroDataGridViewTextBoxColumn";
     this.fechaRegistroDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // personalDataGridViewTextBoxColumn
     //
     this.personalDataGridViewTextBoxColumn.DataPropertyName = "Personal";
     this.personalDataGridViewTextBoxColumn.HeaderText = "Personal";
     this.personalDataGridViewTextBoxColumn.Name = "personalDataGridViewTextBoxColumn";
     this.personalDataGridViewTextBoxColumn.ReadOnly = true;
     //
     // permisosBindingSource
     //
     this.permisosBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Permiso);
     //
     // personalBindingSource
     //
     this.personalBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Usuario);
     //
     // FrmPermisos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(753, 511);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.kryptonHeader1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "FrmPermisos";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "FrmPermisos";
     this.Load += new System.EventHandler(this.FrmPermisos_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvUsuarios)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usuarioBindingNavigator)).EndInit();
     this.usuarioBindingNavigator.ResumeLayout(false);
     this.usuarioBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.gbxInformacion.ResumeLayout(false);
     this.gbxInformacion.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEmpleados)).EndInit();
     this.TsMenu.ResumeLayout(false);
     this.TsMenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errValidator)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.permisosBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.personalBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(KaraoqPlayBackTool));
     this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonHeaderGroup18 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.pnlSaxDotty = new System.Windows.Forms.Panel();
     this.ktxtDatabasePath = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblPathValidate = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnBrowse = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ddlPlaybackTools = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnKaraoqPlayBackTool = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).BeginInit();
     this.kryptonHeaderGroup18.Panel.SuspendLayout();
     this.kryptonHeaderGroup18.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlSaxDotty.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlPlaybackTools)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location = new System.Drawing.Point(0, 0);
     this.kryptonButton1.Name = "kryptonButton1";
     this.kryptonButton1.Size = new System.Drawing.Size(90, 25);
     this.kryptonButton1.TabIndex = 0;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonHeaderGroup18);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.kryptonPanel1.Size = new System.Drawing.Size(674, 313);
     this.kryptonPanel1.TabIndex = 7;
     //
     // kryptonHeaderGroup18
     //
     this.kryptonHeaderGroup18.AutoSize = true;
     this.kryptonHeaderGroup18.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonHeaderGroup18.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.TabStandardProfile;
     this.kryptonHeaderGroup18.HeaderVisibleSecondary = false;
     this.kryptonHeaderGroup18.Location = new System.Drawing.Point(1, 1);
     this.kryptonHeaderGroup18.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonHeaderGroup18.Name = "kryptonHeaderGroup18";
     //
     // kryptonHeaderGroup18.Panel
     //
     this.kryptonHeaderGroup18.Panel.Controls.Add(this.pnlMain);
     this.kryptonHeaderGroup18.Size = new System.Drawing.Size(672, 311);
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonHeaderGroup18.TabIndex = 2;
     this.kryptonHeaderGroup18.ValuesPrimary.Heading = "Select Playback Tool";
     this.kryptonHeaderGroup18.ValuesPrimary.Image = null;
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.Transparent;
     this.pnlMain.Controls.Add(this.pnlSaxDotty);
     this.pnlMain.Controls.Add(this.kbtnCancel);
     this.pnlMain.Controls.Add(this.ddlPlaybackTools);
     this.pnlMain.Controls.Add(this.kryptonLabel1);
     this.pnlMain.Controls.Add(this.kbtnKaraoqPlayBackTool);
     this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new System.Drawing.Size(670, 284);
     this.pnlMain.TabIndex = 0;
     //
     // pnlSaxDotty
     //
     this.pnlSaxDotty.Controls.Add(this.ktxtDatabasePath);
     this.pnlSaxDotty.Controls.Add(this.kryptonLabel2);
     this.pnlSaxDotty.Controls.Add(this.klblPathValidate);
     this.pnlSaxDotty.Controls.Add(this.kbtnBrowse);
     this.pnlSaxDotty.Location = new System.Drawing.Point(11, 48);
     this.pnlSaxDotty.Name = "pnlSaxDotty";
     this.pnlSaxDotty.Size = new System.Drawing.Size(649, 68);
     this.pnlSaxDotty.TabIndex = 157;
     //
     // ktxtDatabasePath
     //
     this.ktxtDatabasePath.BackColor = System.Drawing.Color.LemonChiffon;
     this.ktxtDatabasePath.Location = new System.Drawing.Point(123, 12);
     this.ktxtDatabasePath.MaxLength = 25;
     this.ktxtDatabasePath.Name = "ktxtDatabasePath";
     this.ktxtDatabasePath.ReadOnly = true;
     this.ktxtDatabasePath.Size = new System.Drawing.Size(469, 20);
     this.ktxtDatabasePath.TabIndex = 152;
     this.ktxtDatabasePath.Tag = "Please select Database File Path";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(2, 12);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.Size = new System.Drawing.Size(95, 20);
     this.kryptonLabel2.TabIndex = 153;
     this.kryptonLabel2.Values.Text = "Database Path : ";
     //
     // klblPathValidate
     //
     this.klblPathValidate.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.klblPathValidate.Location = new System.Drawing.Point(606, 12);
     this.klblPathValidate.Name = "klblPathValidate";
     this.klblPathValidate.Size = new System.Drawing.Size(40, 20);
     this.klblPathValidate.TabIndex = 155;
     this.klblPathValidate.Values.Text = "Valid";
     //
     // kbtnBrowse
     //
     this.kbtnBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnBrowse.Location = new System.Drawing.Point(123, 38);
     this.kbtnBrowse.Name = "kbtnBrowse";
     this.kbtnBrowse.Size = new System.Drawing.Size(143, 25);
     this.kbtnBrowse.TabIndex = 154;
     this.kbtnBrowse.Values.Text = "&Browse Database Path";
     this.kbtnBrowse.Click += new System.EventHandler(this.kbtnBrowse_Click);
     //
     // kbtnCancel
     //
     this.kbtnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnCancel.Location = new System.Drawing.Point(300, 119);
     this.kbtnCancel.Name = "kbtnCancel";
     this.kbtnCancel.Size = new System.Drawing.Size(143, 25);
     this.kbtnCancel.TabIndex = 156;
     this.kbtnCancel.Values.Text = "&Cancel";
     this.kbtnCancel.Visible = false;
     this.kbtnCancel.Click += new System.EventHandler(this.kbtnCancel_Click);
     //
     // ddlPlaybackTools
     //
     this.ddlPlaybackTools.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
     this.ddlPlaybackTools.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.ddlPlaybackTools.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddlPlaybackTools.DropDownWidth = 148;
     this.ddlPlaybackTools.Location = new System.Drawing.Point(134, 24);
     this.ddlPlaybackTools.Name = "ddlPlaybackTools";
     this.ddlPlaybackTools.Size = new System.Drawing.Size(228, 21);
     this.ddlPlaybackTools.TabIndex = 151;
     this.ddlPlaybackTools.Tag = "Please select Playback Tool";
     this.ddlPlaybackTools.SelectedIndexChanged += new System.EventHandler(this.ddlPlaybackTools_SelectedIndexChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(11, 25);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(127, 20);
     this.kryptonLabel1.TabIndex = 150;
     this.kryptonLabel1.Values.Text = "Select Playback Tool : ";
     //
     // kbtnKaraoqPlayBackTool
     //
     this.kbtnKaraoqPlayBackTool.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnKaraoqPlayBackTool.Location = new System.Drawing.Point(134, 119);
     this.kbtnKaraoqPlayBackTool.Name = "kbtnKaraoqPlayBackTool";
     this.kbtnKaraoqPlayBackTool.Size = new System.Drawing.Size(143, 25);
     this.kbtnKaraoqPlayBackTool.TabIndex = 4;
     this.kbtnKaraoqPlayBackTool.Values.Text = "&Next";
     this.kbtnKaraoqPlayBackTool.Click += new System.EventHandler(this.kbtnKaraoqPlayBackTool_Click);
     //
     // KaraoqPlayBackTool
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(674, 313);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "KaraoqPlayBackTool";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "synQ | Automated karaoQ Syncing Service";
     this.Load += new System.EventHandler(this.KaraoqPlayBackTool_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).EndInit();
     this.kryptonHeaderGroup18.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).EndInit();
     this.kryptonHeaderGroup18.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlMain.PerformLayout();
     this.pnlSaxDotty.ResumeLayout(false);
     this.pnlSaxDotty.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlPlaybackTools)).EndInit();
     this.ResumeLayout(false);
 }
예제 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel descripcionLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel nroReferenciaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel tipoLabel;
     this.barraBotones = new System.Windows.Forms.ToolStrip();
     this.toolOk       = new System.Windows.Forms.ToolStripButton();
     this.toolCancel   = new System.Windows.Forms.ToolStripButton();
     this.discrepanciaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tipoComboBox = new System.Windows.Forms.ComboBox();
     this.tipoDiscrepanciaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.descripcionTextBox            = new System.Windows.Forms.TextBox();
     this.nroReferenciaTextBox          = new System.Windows.Forms.TextBox();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     descripcionLabel   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     nroReferenciaLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     tipoLabel          = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.discrepanciaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDiscrepanciaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // descripcionLabel
     //
     descripcionLabel.Location    = new System.Drawing.Point(2, 65);
     descripcionLabel.Name        = "descripcionLabel";
     descripcionLabel.Size        = new System.Drawing.Size(77, 20);
     descripcionLabel.TabIndex    = 15;
     descripcionLabel.Values.Text = "Descripcion:";
     //
     // nroReferenciaLabel
     //
     nroReferenciaLabel.Location    = new System.Drawing.Point(2, 39);
     nroReferenciaLabel.Name        = "nroReferenciaLabel";
     nroReferenciaLabel.Size        = new System.Drawing.Size(94, 20);
     nroReferenciaLabel.TabIndex    = 13;
     nroReferenciaLabel.Values.Text = "Nro Referencia:";
     //
     // tipoLabel
     //
     tipoLabel.Location    = new System.Drawing.Point(2, 12);
     tipoLabel.Name        = "tipoLabel";
     tipoLabel.Size        = new System.Drawing.Size(37, 20);
     tipoLabel.TabIndex    = 12;
     tipoLabel.Values.Text = "Tipo:";
     //
     // barraBotones
     //
     this.barraBotones.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(377, 25);
     this.barraBotones.TabIndex = 11;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::FinalXML.Properties.Resources.ok;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name   = "toolOk";
     this.toolOk.Size   = new System.Drawing.Size(68, 22);
     this.toolOk.Text   = "&Aceptar";
     this.toolOk.Click += new System.EventHandler(this.toolOk_Click);
     //
     // toolCancel
     //
     this.toolCancel.Image = global::FinalXML.Properties.Resources.cancel;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name = "toolCancel";
     this.toolCancel.Size = new System.Drawing.Size(73, 22);
     this.toolCancel.Text = "&Cancelar";
     //
     // discrepanciaBindingSource
     //
     this.discrepanciaBindingSource.DataSource = typeof(FinalXML.Discrepancia);
     //
     // tipoComboBox
     //
     this.tipoComboBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.tipoComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.tipoComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.discrepanciaBindingSource, "Tipo", true));
     this.tipoComboBox.DataSource        = this.tipoDiscrepanciaBindingSource;
     this.tipoComboBox.DisplayMember     = "Descripcion";
     this.tipoComboBox.FormattingEnabled = true;
     this.tipoComboBox.Location          = new System.Drawing.Point(102, 9);
     this.tipoComboBox.Name        = "tipoComboBox";
     this.tipoComboBox.Size        = new System.Drawing.Size(265, 21);
     this.tipoComboBox.TabIndex    = 14;
     this.tipoComboBox.ValueMember = "Codigo";
     //
     // tipoDiscrepanciaBindingSource
     //
     this.tipoDiscrepanciaBindingSource.DataSource = typeof(FinalXML.TipoDiscrepancia);
     //
     // descripcionTextBox
     //
     this.descripcionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.discrepanciaBindingSource, "Descripcion", true));
     this.descripcionTextBox.Location = new System.Drawing.Point(100, 62);
     this.descripcionTextBox.Name     = "descripcionTextBox";
     this.descripcionTextBox.Size     = new System.Drawing.Size(265, 20);
     this.descripcionTextBox.TabIndex = 17;
     //
     // nroReferenciaTextBox
     //
     this.nroReferenciaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.discrepanciaBindingSource, "NroReferencia", true));
     this.nroReferenciaTextBox.Location     = new System.Drawing.Point(102, 36);
     this.nroReferenciaTextBox.Name         = "nroReferenciaTextBox";
     this.nroReferenciaTextBox.Size         = new System.Drawing.Size(100, 20);
     this.nroReferenciaTextBox.TabIndex     = 16;
     this.nroReferenciaTextBox.TextChanged += new System.EventHandler(this.nroReferenciaTextBox_TextChanged);
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(descripcionLabel);
     this.kryptonPanel1.Controls.Add(nroReferenciaLabel);
     this.kryptonPanel1.Controls.Add(tipoLabel);
     this.kryptonPanel1.Controls.Add(this.tipoComboBox);
     this.kryptonPanel1.Controls.Add(this.descripcionTextBox);
     this.kryptonPanel1.Controls.Add(this.nroReferenciaTextBox);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(377, 107);
     this.kryptonPanel1.TabIndex = 18;
     //
     // FrmDiscrepancia
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(377, 132);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.barraBotones);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FrmDiscrepancia";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmDiscrepancia";
     this.Load         += new System.EventHandler(this.FrmDiscrepancia_Load);
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.discrepanciaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDiscrepanciaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #10
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            ComponentFactory.Krypton.Toolkit.KryptonLabel urbanizacionLabel;
            this.urbanizacionTextBox = new System.Windows.Forms.TextBox();
            this.label9              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.label8              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.label7              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.label6              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.label5              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.label3              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.label2              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.txtUbigeoEm         = new System.Windows.Forms.TextBox();
            this.txtDistritoEm       = new System.Windows.Forms.TextBox();
            this.txtDptoEm           = new System.Windows.Forms.TextBox();
            this.txtProvEm           = new System.Windows.Forms.TextBox();
            this.txtDirEm            = new System.Windows.Forms.TextBox();
            this.txtNombreComEm      = new System.Windows.Forms.TextBox();
            this.txtNombreLegalEm    = new System.Windows.Forms.TextBox();
            this.txtNroDocEm         = new System.Windows.Forms.TextBox();
            this.grpEmisor           = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
            this.label4              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.emisorBindingSource = new System.Windows.Forms.BindingSource(this.components);
            urbanizacionLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
            this.grpEmisor.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.emisorBindingSource)).BeginInit();
            this.SuspendLayout();
            //
            // urbanizacionTextBox
            //
            this.urbanizacionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.emisorBindingSource, "Urbanizacion", true));
            this.urbanizacionTextBox.Location = new System.Drawing.Point(384, 37);
            this.urbanizacionTextBox.Name     = "urbanizacionTextBox";
            this.urbanizacionTextBox.Size     = new System.Drawing.Size(100, 20);
            this.urbanizacionTextBox.TabIndex = 11;
            //
            // urbanizacionLabel
            //
            urbanizacionLabel.AutoSize = true;
            urbanizacionLabel.Location = new System.Drawing.Point(303, 40);
            urbanizacionLabel.Name     = "urbanizacionLabel";
            urbanizacionLabel.Size     = new System.Drawing.Size(72, 13);
            urbanizacionLabel.TabIndex = 10;
            urbanizacionLabel.Text     = "Urbanización:";
            //
            // label9
            //
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(4, 118);
            this.label9.Name     = "label9";
            this.label9.Size     = new System.Drawing.Size(44, 13);
            this.label9.TabIndex = 6;
            this.label9.Text     = "Ubigeo:";
            //
            // label8
            //
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(305, 118);
            this.label8.Name     = "label8";
            this.label8.Size     = new System.Drawing.Size(42, 13);
            this.label8.TabIndex = 16;
            this.label8.Text     = "Distrito:";
            //
            // label7
            //
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(305, 66);
            this.label7.Name     = "label7";
            this.label7.Size     = new System.Drawing.Size(77, 13);
            this.label7.TabIndex = 14;
            this.label7.Text     = "Departamento:";
            //
            // label6
            //
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(305, 91);
            this.label6.Name     = "label6";
            this.label6.Size     = new System.Drawing.Size(54, 13);
            this.label6.TabIndex = 12;
            this.label6.Text     = "Provincia:";
            //
            // label5
            //
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(4, 146);
            this.label5.Name     = "label5";
            this.label5.Size     = new System.Drawing.Size(55, 13);
            this.label5.TabIndex = 8;
            this.label5.Text     = "Dirección:";
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(4, 65);
            this.label3.Name     = "label3";
            this.label3.Size     = new System.Drawing.Size(76, 13);
            this.label3.TabIndex = 2;
            this.label3.Text     = "Nombre Legal:";
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(4, 39);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(53, 13);
            this.label2.TabIndex = 0;
            this.label2.Text     = "Nro. Doc:";
            //
            // txtUbigeoEm
            //
            this.txtUbigeoEm.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.emisorBindingSource, "Ubigeo", true));
            this.txtUbigeoEm.Location = new System.Drawing.Point(103, 115);
            this.txtUbigeoEm.Name     = "txtUbigeoEm";
            this.txtUbigeoEm.Size     = new System.Drawing.Size(103, 20);
            this.txtUbigeoEm.TabIndex = 7;
            //
            // txtDistritoEm
            //
            this.txtDistritoEm.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.emisorBindingSource, "Distrito", true));
            this.txtDistritoEm.Location = new System.Drawing.Point(384, 115);
            this.txtDistritoEm.Name     = "txtDistritoEm";
            this.txtDistritoEm.Size     = new System.Drawing.Size(100, 20);
            this.txtDistritoEm.TabIndex = 17;
            //
            // txtDptoEm
            //
            this.txtDptoEm.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.emisorBindingSource, "Departamento", true));
            this.txtDptoEm.Location = new System.Drawing.Point(384, 63);
            this.txtDptoEm.Name     = "txtDptoEm";
            this.txtDptoEm.Size     = new System.Drawing.Size(100, 20);
            this.txtDptoEm.TabIndex = 15;
            //
            // txtProvEm
            //
            this.txtProvEm.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.emisorBindingSource, "Provincia", true));
            this.txtProvEm.Location = new System.Drawing.Point(384, 88);
            this.txtProvEm.Name     = "txtProvEm";
            this.txtProvEm.Size     = new System.Drawing.Size(100, 20);
            this.txtProvEm.TabIndex = 13;
            //
            // txtDirEm
            //
            this.txtDirEm.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.emisorBindingSource, "Direccion", true));
            this.txtDirEm.Location = new System.Drawing.Point(103, 143);
            this.txtDirEm.Name     = "txtDirEm";
            this.txtDirEm.Size     = new System.Drawing.Size(194, 20);
            this.txtDirEm.TabIndex = 9;
            //
            // txtNombreComEm
            //
            this.txtNombreComEm.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.emisorBindingSource, "NombreComercial", true));
            this.txtNombreComEm.Location = new System.Drawing.Point(103, 88);
            this.txtNombreComEm.Name     = "txtNombreComEm";
            this.txtNombreComEm.Size     = new System.Drawing.Size(194, 20);
            this.txtNombreComEm.TabIndex = 5;
            //
            // txtNombreLegalEm
            //
            this.txtNombreLegalEm.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.emisorBindingSource, "NombreLegal", true));
            this.txtNombreLegalEm.Location = new System.Drawing.Point(103, 63);
            this.txtNombreLegalEm.Name     = "txtNombreLegalEm";
            this.txtNombreLegalEm.Size     = new System.Drawing.Size(194, 20);
            this.txtNombreLegalEm.TabIndex = 3;
            //
            // txtNroDocEm
            //
            this.txtNroDocEm.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.emisorBindingSource, "NroDocumento", true));
            this.txtNroDocEm.Location = new System.Drawing.Point(103, 33);
            this.txtNroDocEm.Name     = "txtNroDocEm";
            this.txtNroDocEm.Size     = new System.Drawing.Size(103, 20);
            this.txtNroDocEm.TabIndex = 1;
            //
            // grpEmisor
            //
            this.grpEmisor.Controls.Add(this.urbanizacionTextBox);
            this.grpEmisor.Controls.Add(urbanizacionLabel);
            this.grpEmisor.Controls.Add(this.label9);
            this.grpEmisor.Controls.Add(this.label8);
            this.grpEmisor.Controls.Add(this.label7);
            this.grpEmisor.Controls.Add(this.label6);
            this.grpEmisor.Controls.Add(this.label5);
            this.grpEmisor.Controls.Add(this.label3);
            this.grpEmisor.Controls.Add(this.label2);
            this.grpEmisor.Controls.Add(this.txtUbigeoEm);
            this.grpEmisor.Controls.Add(this.txtDistritoEm);
            this.grpEmisor.Controls.Add(this.txtDptoEm);
            this.grpEmisor.Controls.Add(this.txtProvEm);
            this.grpEmisor.Controls.Add(this.txtDirEm);
            this.grpEmisor.Controls.Add(this.txtNombreComEm);
            this.grpEmisor.Controls.Add(this.txtNombreLegalEm);
            this.grpEmisor.Controls.Add(this.txtNroDocEm);
            this.grpEmisor.Controls.Add(this.label4);
            this.grpEmisor.Location = new System.Drawing.Point(12, 45);
            this.grpEmisor.Name     = "grpEmisor";
            this.grpEmisor.Size     = new System.Drawing.Size(492, 176);
            this.grpEmisor.TabIndex = 11;
            this.grpEmisor.TabStop  = false;
            this.grpEmisor.Text     = "Datos del Emisor";


            //
            // label4
            //
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(4, 91);
            this.label4.Name     = "label4";
            this.label4.Size     = new System.Drawing.Size(96, 13);
            this.label4.TabIndex = 4;
            this.label4.Text     = "Nombre Comercial:";
            //
            // emisorBindingSource
            //
            this.emisorBindingSource.DataSource = typeof(WinApp.Comun.Dto.Modelos.Contribuyente);
            //
            // FrmConfiguracion
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(512, 316);
            this.Controls.Add(this.grpEmisor);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name        = "FrmConfiguracion";
            this.Text        = "FrmConfiguracion";
            this.grpEmisor.ResumeLayout(false);
            this.grpEmisor.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.emisorBindingSource)).EndInit();
            this.ResumeLayout(false);
        }
예제 #11
0
 private void InitializeComponent()
 {
     this.pnlPrimaryColour            = new System.Windows.Forms.Panel();
     this.klblPrimaryColourHexValue   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pnlSecondaryColour          = new System.Windows.Forms.Panel();
     this.klblSecondaryColourHexValue = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.pnlPrimaryColour.SuspendLayout();
     this.pnlSecondaryColour.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlPrimaryColour
     //
     this.pnlPrimaryColour.BackColor = System.Drawing.Color.White;
     this.pnlPrimaryColour.Controls.Add(this.klblPrimaryColourHexValue);
     this.pnlPrimaryColour.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.pnlPrimaryColour.Location          = new System.Drawing.Point(3, 3);
     this.pnlPrimaryColour.Name              = "pnlPrimaryColour";
     this.pnlPrimaryColour.Size              = new System.Drawing.Size(140, 67);
     this.pnlPrimaryColour.TabIndex          = 0;
     this.pnlPrimaryColour.BackColorChanged += new System.EventHandler(this.pnlPrimaryColour_BackColorChanged);
     //
     // klblPrimaryColourHexValue
     //
     this.klblPrimaryColourHexValue.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.klblPrimaryColourHexValue.Location    = new System.Drawing.Point(3, 44);
     this.klblPrimaryColourHexValue.Name        = "klblPrimaryColourHexValue";
     this.klblPrimaryColourHexValue.Size        = new System.Drawing.Size(32, 20);
     this.klblPrimaryColourHexValue.TabIndex    = 0;
     this.klblPrimaryColourHexValue.Values.Text = "#{0}";
     //
     // pnlSecondaryColour
     //
     this.pnlSecondaryColour.BackColor = System.Drawing.Color.Silver;
     this.pnlSecondaryColour.Controls.Add(this.klblSecondaryColourHexValue);
     this.pnlSecondaryColour.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.pnlSecondaryColour.Location          = new System.Drawing.Point(3, 76);
     this.pnlSecondaryColour.Name              = "pnlSecondaryColour";
     this.pnlSecondaryColour.Size              = new System.Drawing.Size(140, 67);
     this.pnlSecondaryColour.TabIndex          = 1;
     this.pnlSecondaryColour.BackColorChanged += new System.EventHandler(this.pnlSecondaryColour_BackColorChanged);
     //
     // klblSecondaryColourHexValue
     //
     this.klblSecondaryColourHexValue.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.klblSecondaryColourHexValue.Location    = new System.Drawing.Point(3, 44);
     this.klblSecondaryColourHexValue.Name        = "klblSecondaryColourHexValue";
     this.klblSecondaryColourHexValue.Size        = new System.Drawing.Size(32, 20);
     this.klblSecondaryColourHexValue.TabIndex    = 1;
     this.klblSecondaryColourHexValue.Values.Text = "#{0}";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.Transparent;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.pnlSecondaryColour, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.pnlPrimaryColour, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(146, 146);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // ColourComparer
     //
     this.BackColor   = System.Drawing.Color.Transparent;
     this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name    = "ColourComparer";
     this.Size    = new System.Drawing.Size(146, 146);
     this.Resize += new System.EventHandler(this.ColourComparer_Resize);
     this.pnlPrimaryColour.ResumeLayout(false);
     this.pnlPrimaryColour.PerformLayout();
     this.pnlSecondaryColour.ResumeLayout(false);
     this.pnlSecondaryColour.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Método necesario para admitir el Diseñador. No se puede modificar 
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.kryptonHeader2 = new ComponentFactory.Krypton.Toolkit.KryptonHeader();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.formularioKryptonDataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.formularioBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.cmbMenus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.menuBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.label2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.dgvPermisos = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.ID = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
     this.Accion = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
     this.Permitir = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
     this.panel2 = new System.Windows.Forms.Panel();
     this.chkTodos = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.formularioKryptonDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.formularioBindingSource)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMenus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.menuBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPermisos)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonHeader2
     //
     this.kryptonHeader2.Dock = System.Windows.Forms.DockStyle.Top;
     this.kryptonHeader2.HeaderStyle = ComponentFactory.Krypton.Toolkit.HeaderStyle.Secondary;
     this.kryptonHeader2.Location = new System.Drawing.Point(0, 0);
     this.kryptonHeader2.Name = "kryptonHeader2";
     this.kryptonHeader2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonHeader2.Size = new System.Drawing.Size(689, 22);
     this.kryptonHeader2.TabIndex = 1;
     this.kryptonHeader2.Text = "Permisos";
     this.kryptonHeader2.Values.Description = "";
     this.kryptonHeader2.Values.Heading = "Permisos";
     this.kryptonHeader2.Values.Image = null;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.splitContainer1);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 22);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonPanel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
     this.kryptonPanel1.Size = new System.Drawing.Size(689, 174);
     this.kryptonPanel1.TabIndex = 2;
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.AutoScroll = true;
     this.splitContainer1.Panel1.Controls.Add(this.formularioKryptonDataGridView);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dgvPermisos);
     this.splitContainer1.Panel2.Controls.Add(this.panel2);
     this.splitContainer1.Size = new System.Drawing.Size(689, 174);
     this.splitContainer1.SplitterDistance = 421;
     this.splitContainer1.TabIndex = 0;
     //
     // formularioKryptonDataGridView
     //
     this.formularioKryptonDataGridView.AllowUserToAddRows = false;
     this.formularioKryptonDataGridView.AllowUserToDeleteRows = false;
     this.formularioKryptonDataGridView.AutoGenerateColumns = false;
     this.formularioKryptonDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn2,
     this.dataGridViewTextBoxColumn3,
     this.dataGridViewTextBoxColumn5});
     this.formularioKryptonDataGridView.DataSource = this.formularioBindingSource;
     this.formularioKryptonDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.formularioKryptonDataGridView.GridStyles.Style = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Sheet;
     this.formularioKryptonDataGridView.GridStyles.StyleBackground = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.formularioKryptonDataGridView.GridStyles.StyleColumn = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.formularioKryptonDataGridView.GridStyles.StyleDataCells = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.formularioKryptonDataGridView.GridStyles.StyleRow = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.formularioKryptonDataGridView.Location = new System.Drawing.Point(0, 40);
     this.formularioKryptonDataGridView.Name = "formularioKryptonDataGridView";
     this.formularioKryptonDataGridView.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.formularioKryptonDataGridView.ReadOnly = true;
     this.formularioKryptonDataGridView.RowHeadersWidth = 10;
     this.formularioKryptonDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.formularioKryptonDataGridView.Size = new System.Drawing.Size(421, 134);
     this.formularioKryptonDataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.formularioKryptonDataGridView.TabIndex = 1;
     this.formularioKryptonDataGridView.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFormularios_CellEnter);
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "FormularioID";
     this.dataGridViewTextBoxColumn2.HeaderText = "ID";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     this.dataGridViewTextBoxColumn2.Width = 40;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn3.DataPropertyName = "Nombre";
     this.dataGridViewTextBoxColumn3.HeaderText = "Nombre";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.DataPropertyName = "Descripcion";
     this.dataGridViewTextBoxColumn5.HeaderText = "Descripcion";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly = true;
     //
     // formularioBindingSource
     //
     this.formularioBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Formulario);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cmbMenus);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(421, 40);
     this.panel1.TabIndex = 0;
     //
     // cmbMenus
     //
     this.cmbMenus.DataSource = this.menuBindingSource;
     this.cmbMenus.DisplayMember = "Nombre";
     this.cmbMenus.DropBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlClient;
     this.cmbMenus.DropButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.InputControl;
     this.cmbMenus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbMenus.DropDownWidth = 190;
     this.cmbMenus.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.cmbMenus.ItemStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.ListItem;
     this.cmbMenus.Location = new System.Drawing.Point(90, 9);
     this.cmbMenus.Name = "cmbMenus";
     this.cmbMenus.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.cmbMenus.Size = new System.Drawing.Size(190, 21);
     this.cmbMenus.TabIndex = 4;
     this.cmbMenus.ValueMember = "MenuID";
     this.cmbMenus.SelectedIndexChanged += new System.EventHandler(this.cmbMenus_SelectedIndexChanged);
     //
     // menuBindingSource
     //
     this.menuBindingSource.DataSource = typeof(ExactTarget.Business.Entities.Menu);
     //
     // label2
     //
     this.label2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.label2.Location = new System.Drawing.Point(15, 8);
     this.label2.Name = "label2";
     this.label2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.label2.Size = new System.Drawing.Size(56, 20);
     this.label2.TabIndex = 3;
     this.label2.Text = "Modulo:";
     this.label2.Values.ExtraText = "";
     this.label2.Values.Image = null;
     this.label2.Values.Text = "Modulo:";
     //
     // dgvPermisos
     //
     this.dgvPermisos.AllowUserToAddRows = false;
     this.dgvPermisos.AllowUserToDeleteRows = false;
     this.dgvPermisos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ID,
     this.Accion,
     this.Permitir});
     this.dgvPermisos.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvPermisos.GridStyles.Style = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Sheet;
     this.dgvPermisos.GridStyles.StyleBackground = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.dgvPermisos.GridStyles.StyleColumn = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvPermisos.GridStyles.StyleDataCells = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvPermisos.GridStyles.StyleRow = ComponentFactory.Krypton.Toolkit.GridStyle.Sheet;
     this.dgvPermisos.Location = new System.Drawing.Point(0, 40);
     this.dgvPermisos.Name = "dgvPermisos";
     this.dgvPermisos.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.dgvPermisos.ReadOnly = true;
     this.dgvPermisos.RowHeadersWidth = 10;
     this.dgvPermisos.Size = new System.Drawing.Size(264, 134);
     this.dgvPermisos.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundSheet;
     this.dgvPermisos.TabIndex = 2;
     this.dgvPermisos.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPermisos_CellContentClick);
     //
     // ID
     //
     this.ID.HeaderText = "ID";
     this.ID.Name = "ID";
     this.ID.ReadOnly = true;
     this.ID.Width = 40;
     //
     // Accion
     //
     this.Accion.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Accion.HeaderText = "Accion";
     this.Accion.Name = "Accion";
     this.Accion.ReadOnly = true;
     //
     // Permitir
     //
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.NullValue = false;
     this.Permitir.DefaultCellStyle = dataGridViewCellStyle2;
     this.Permitir.FalseValue = null;
     this.Permitir.HeaderText = "Permitir";
     this.Permitir.IndeterminateValue = null;
     this.Permitir.Name = "Permitir";
     this.Permitir.ReadOnly = true;
     this.Permitir.TrueValue = null;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.chkTodos);
     this.panel2.Controls.Add(this.kryptonLabel1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(264, 40);
     this.panel2.TabIndex = 1;
     //
     // chkTodos
     //
     this.chkTodos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkTodos.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.chkTodos.Location = new System.Drawing.Point(168, 10);
     this.chkTodos.Name = "chkTodos";
     this.chkTodos.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.chkTodos.Size = new System.Drawing.Size(93, 20);
     this.chkTodos.TabIndex = 4;
     this.chkTodos.Text = "Marcar Todo";
     this.chkTodos.Values.ExtraText = "";
     this.chkTodos.Values.Image = null;
     this.chkTodos.Values.Text = "Marcar Todo";
     this.chkTodos.CheckedChanged += new System.EventHandler(this.chkTodos_CheckedChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.kryptonLabel1.Location = new System.Drawing.Point(16, 7);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonLabel1.Size = new System.Drawing.Size(145, 20);
     this.kryptonLabel1.TabIndex = 3;
     this.kryptonLabel1.Text = "Acciones del formulario::";
     this.kryptonLabel1.Values.ExtraText = "";
     this.kryptonLabel1.Values.Image = null;
     this.kryptonLabel1.Values.Text = "Acciones del formulario::";
     //
     // PermisosFormulario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.kryptonHeader2);
     this.Name = "PermisosFormulario";
     this.Size = new System.Drawing.Size(689, 196);
     this.Load += new System.EventHandler(this.PermisosFormulario_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.formularioKryptonDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.formularioBindingSource)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMenus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.menuBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPermisos)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #13
0
 /// <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(Login));
     this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonHeaderGroup18 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.kbtnLogin = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ktxtPassword = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.ktxtUserName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.klblPassword = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblUserName = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).BeginInit();
     this.kryptonHeaderGroup18.Panel.SuspendLayout();
     this.kryptonHeaderGroup18.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location = new System.Drawing.Point(0, 0);
     this.kryptonButton1.Name = "kryptonButton1";
     this.kryptonButton1.Size = new System.Drawing.Size(90, 25);
     this.kryptonButton1.TabIndex = 0;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonHeaderGroup18);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.kryptonPanel1.Size = new System.Drawing.Size(447, 203);
     this.kryptonPanel1.TabIndex = 7;
     //
     // kryptonHeaderGroup18
     //
     this.kryptonHeaderGroup18.AutoSize = true;
     this.kryptonHeaderGroup18.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonHeaderGroup18.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.TabStandardProfile;
     this.kryptonHeaderGroup18.HeaderVisibleSecondary = false;
     this.kryptonHeaderGroup18.Location = new System.Drawing.Point(1, 1);
     this.kryptonHeaderGroup18.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonHeaderGroup18.Name = "kryptonHeaderGroup18";
     //
     // kryptonHeaderGroup18.Panel
     //
     this.kryptonHeaderGroup18.Panel.Controls.Add(this.pnlMain);
     this.kryptonHeaderGroup18.Size = new System.Drawing.Size(445, 201);
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonHeaderGroup18.TabIndex = 2;
     this.kryptonHeaderGroup18.ValuesPrimary.Heading = "DJ Login";
     this.kryptonHeaderGroup18.ValuesPrimary.Image = null;
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.Transparent;
     this.pnlMain.Controls.Add(this.kbtnLogin);
     this.pnlMain.Controls.Add(this.ktxtPassword);
     this.pnlMain.Controls.Add(this.ktxtUserName);
     this.pnlMain.Controls.Add(this.klblPassword);
     this.pnlMain.Controls.Add(this.klblUserName);
     this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new System.Drawing.Size(443, 174);
     this.pnlMain.TabIndex = 0;
     //
     // kbtnLogin
     //
     this.kbtnLogin.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnLogin.Location = new System.Drawing.Point(123, 76);
     this.kbtnLogin.Name = "kbtnLogin";
     this.kbtnLogin.Size = new System.Drawing.Size(90, 25);
     this.kbtnLogin.TabIndex = 4;
     this.kbtnLogin.Values.Text = "&Login";
     this.kbtnLogin.Click += new System.EventHandler(this.kbtnLogin_Click);
     //
     // ktxtPassword
     //
     this.ktxtPassword.BackColor = System.Drawing.Color.LemonChiffon;
     this.ktxtPassword.Location = new System.Drawing.Point(123, 50);
     this.ktxtPassword.MaxLength = 25;
     this.ktxtPassword.Name = "ktxtPassword";
     this.ktxtPassword.PasswordChar = '●';
     this.ktxtPassword.Size = new System.Drawing.Size(169, 20);
     this.ktxtPassword.TabIndex = 1;
     this.ktxtPassword.Tag = "Please enter Password";
     this.ktxtPassword.UseSystemPasswordChar = true;
     //
     // ktxtUserName
     //
     this.ktxtUserName.BackColor = System.Drawing.Color.LemonChiffon;
     this.ktxtUserName.Location = new System.Drawing.Point(123, 22);
     this.ktxtUserName.MaxLength = 25;
     this.ktxtUserName.Name = "ktxtUserName";
     this.ktxtUserName.Size = new System.Drawing.Size(169, 20);
     this.ktxtUserName.TabIndex = 0;
     this.ktxtUserName.Tag = "Please enter User Name";
     //
     // klblPassword
     //
     this.klblPassword.Location = new System.Drawing.Point(29, 50);
     this.klblPassword.Name = "klblPassword";
     this.klblPassword.Size = new System.Drawing.Size(62, 20);
     this.klblPassword.TabIndex = 3;
     this.klblPassword.Values.Text = "Password";
     //
     // klblUserName
     //
     this.klblUserName.Location = new System.Drawing.Point(29, 22);
     this.klblUserName.Name = "klblUserName";
     this.klblUserName.Size = new System.Drawing.Size(71, 20);
     this.klblUserName.TabIndex = 2;
     this.klblUserName.Values.Text = "User Name";
     //
     // Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(447, 203);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Login";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "synQ | Automated karaoQ Syncing Service";
     this.Load += new System.EventHandler(this.Login_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).EndInit();
     this.kryptonHeaderGroup18.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).EndInit();
     this.kryptonHeaderGroup18.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlMain.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KaraokiVenue));
     this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.bwVenueSync = new System.ComponentModel.BackgroundWorker();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonHeaderGroup18 = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.pnlMain = new System.Windows.Forms.Panel();
     this.kbtnLogout = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.klblTimeUnit = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.ktxtSyncTime = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kbtnStopSync = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ddlVenue = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnStartSync = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.tmSync = new System.Windows.Forms.Timer(this.components);
     this.pbSync = new System.Windows.Forms.ProgressBar();
     this.klblCurrentImport = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).BeginInit();
     this.kryptonHeaderGroup18.Panel.SuspendLayout();
     this.kryptonHeaderGroup18.SuspendLayout();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlVenue)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location = new System.Drawing.Point(0, 0);
     this.kryptonButton1.Name = "kryptonButton1";
     this.kryptonButton1.Size = new System.Drawing.Size(90, 25);
     this.kryptonButton1.TabIndex = 0;
     //
     // bwVenueSync
     //
     this.bwVenueSync.WorkerSupportsCancellation = true;
     this.bwVenueSync.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bwVenueSync_DoWork);
     this.bwVenueSync.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bwVenueSync_ProgressChanged);
     this.bwVenueSync.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bwVenueSync_RunWorkerCompleted);
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonHeaderGroup18);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.kryptonPanel1.Size = new System.Drawing.Size(531, 275);
     this.kryptonPanel1.TabIndex = 7;
     //
     // kryptonHeaderGroup18
     //
     this.kryptonHeaderGroup18.AutoSize = true;
     this.kryptonHeaderGroup18.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonHeaderGroup18.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.TabStandardProfile;
     this.kryptonHeaderGroup18.HeaderVisibleSecondary = false;
     this.kryptonHeaderGroup18.Location = new System.Drawing.Point(1, 1);
     this.kryptonHeaderGroup18.Margin = new System.Windows.Forms.Padding(0);
     this.kryptonHeaderGroup18.Name = "kryptonHeaderGroup18";
     //
     // kryptonHeaderGroup18.Panel
     //
     this.kryptonHeaderGroup18.Panel.Controls.Add(this.pnlMain);
     this.kryptonHeaderGroup18.Size = new System.Drawing.Size(529, 273);
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonHeaderGroup18.StateCommon.HeaderPrimary.Content.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonHeaderGroup18.TabIndex = 2;
     this.kryptonHeaderGroup18.ValuesPrimary.Heading = "Select Venue To Sync";
     this.kryptonHeaderGroup18.ValuesPrimary.Image = null;
     //
     // pnlMain
     //
     this.pnlMain.BackColor = System.Drawing.Color.Transparent;
     this.pnlMain.Controls.Add(this.klblCurrentImport);
     this.pnlMain.Controls.Add(this.pbSync);
     this.pnlMain.Controls.Add(this.kbtnLogout);
     this.pnlMain.Controls.Add(this.klblTimeUnit);
     this.pnlMain.Controls.Add(this.kryptonLabel2);
     this.pnlMain.Controls.Add(this.ktxtSyncTime);
     this.pnlMain.Controls.Add(this.kbtnStopSync);
     this.pnlMain.Controls.Add(this.ddlVenue);
     this.pnlMain.Controls.Add(this.kryptonLabel1);
     this.pnlMain.Controls.Add(this.kbtnStartSync);
     this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMain.Location = new System.Drawing.Point(0, 0);
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new System.Drawing.Size(527, 246);
     this.pnlMain.TabIndex = 0;
     //
     // kbtnLogout
     //
     this.kbtnLogout.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.kbtnLogout.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnLogout.Location = new System.Drawing.Point(434, 3);
     this.kbtnLogout.Name = "kbtnLogout";
     this.kbtnLogout.Size = new System.Drawing.Size(90, 25);
     this.kbtnLogout.TabIndex = 157;
     this.kbtnLogout.Values.Text = "&Logout";
     this.kbtnLogout.Click += new System.EventHandler(this.kbtnLogout_Click);
     //
     // klblTimeUnit
     //
     this.klblTimeUnit.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.klblTimeUnit.Location = new System.Drawing.Point(341, 68);
     this.klblTimeUnit.Name = "klblTimeUnit";
     this.klblTimeUnit.Size = new System.Drawing.Size(82, 20);
     this.klblTimeUnit.TabIndex = 156;
     this.klblTimeUnit.Values.Text = "(In Seconds)";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(57, 68);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.Size = new System.Drawing.Size(72, 20);
     this.kryptonLabel2.TabIndex = 154;
     this.kryptonLabel2.Values.Text = "Sync Time : ";
     //
     // ktxtSyncTime
     //
     this.ktxtSyncTime.BackColor = System.Drawing.Color.LemonChiffon;
     this.ktxtSyncTime.Location = new System.Drawing.Point(150, 68);
     this.ktxtSyncTime.MaxLength = 25;
     this.ktxtSyncTime.Name = "ktxtSyncTime";
     this.ktxtSyncTime.Size = new System.Drawing.Size(180, 20);
     this.ktxtSyncTime.TabIndex = 153;
     this.ktxtSyncTime.Tag = "Please enter Sync Time";
     this.ktxtSyncTime.Text = "30";
     this.ktxtSyncTime.Leave += new System.EventHandler(this.ktxtSyncTime_Leave);
     //
     // kbtnStopSync
     //
     this.kbtnStopSync.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnStopSync.Enabled = false;
     this.kbtnStopSync.Location = new System.Drawing.Point(246, 106);
     this.kbtnStopSync.Name = "kbtnStopSync";
     this.kbtnStopSync.Size = new System.Drawing.Size(90, 25);
     this.kbtnStopSync.TabIndex = 152;
     this.kbtnStopSync.Values.Text = "S&top Sync";
     this.kbtnStopSync.Click += new System.EventHandler(this.kbtnStopSync_Click);
     //
     // ddlVenue
     //
     this.ddlVenue.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
     this.ddlVenue.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.ddlVenue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddlVenue.DropDownWidth = 148;
     this.ddlVenue.Location = new System.Drawing.Point(150, 41);
     this.ddlVenue.Name = "ddlVenue";
     this.ddlVenue.Size = new System.Drawing.Size(180, 21);
     this.ddlVenue.TabIndex = 151;
     this.ddlVenue.Tag = "Please select Venue";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(57, 42);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(87, 20);
     this.kryptonLabel1.TabIndex = 150;
     this.kryptonLabel1.Values.Text = "Select Venue : ";
     //
     // kbtnStartSync
     //
     this.kbtnStartSync.Cursor = System.Windows.Forms.Cursors.Hand;
     this.kbtnStartSync.Location = new System.Drawing.Point(150, 106);
     this.kbtnStartSync.Name = "kbtnStartSync";
     this.kbtnStartSync.Size = new System.Drawing.Size(90, 25);
     this.kbtnStartSync.TabIndex = 4;
     this.kbtnStartSync.Values.Text = "&Start Sync";
     this.kbtnStartSync.Click += new System.EventHandler(this.kbtnStartSync_Click);
     //
     // tmSync
     //
     this.tmSync.Interval = 30000;
     this.tmSync.Tick += new System.EventHandler(this.tmSync_Tick);
     //
     // pbSync
     //
     this.pbSync.Location = new System.Drawing.Point(10, 195);
     this.pbSync.Name = "pbSync";
     this.pbSync.Size = new System.Drawing.Size(507, 23);
     this.pbSync.TabIndex = 158;
     this.pbSync.Visible = false;
     //
     // klblCurrentImport
     //
     this.klblCurrentImport.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.klblCurrentImport.Location = new System.Drawing.Point(10, 169);
     this.klblCurrentImport.Name = "klblCurrentImport";
     this.klblCurrentImport.Size = new System.Drawing.Size(56, 20);
     this.klblCurrentImport.TabIndex = 159;
     this.klblCurrentImport.Values.Text = "Step1/3";
     this.klblCurrentImport.Visible = false;
     //
     // KaraokiVenue
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(531, 275);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "KaraokiVenue";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "synQ | Automated karaoQ Syncing Service";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.KaraokiVenue_FormClosing);
     this.Load += new System.EventHandler(this.KaraokiVenue_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18.Panel)).EndInit();
     this.kryptonHeaderGroup18.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonHeaderGroup18)).EndInit();
     this.kryptonHeaderGroup18.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlVenue)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.kryptonManager = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.kryptonPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.updateLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.updateOnStartupCheckBox = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.proxyPasswordLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.proxyPasswordTextbox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.proxyUsernameLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.proxyAddressLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.proxySettingsLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.proxyAddressTextbox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.proxyUsernameTextBox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.applySettingsButton = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.chooseLanguageLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.languageSettingsLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.useSystemLanguageCheckBox = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.languagesComboBox = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.layoutSettingsLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.okButton = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.office2010BlueRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.professionalOffice2003RadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.sparkleBlueRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.sparklePurpleRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.sparkleOrangeRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.office2007BlueRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.office2010SilverRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     this.office2007SilverRadioButton = new ComponentFactory.Krypton.Toolkit.KryptonRadioButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).BeginInit();
     this.kryptonPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.languagesComboBox)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel
     //
     this.kryptonPanel.Controls.Add(this.updateLabel);
     this.kryptonPanel.Controls.Add(this.updateOnStartupCheckBox);
     this.kryptonPanel.Controls.Add(this.proxyPasswordLabel);
     this.kryptonPanel.Controls.Add(this.proxyPasswordTextbox);
     this.kryptonPanel.Controls.Add(this.proxyUsernameLabel);
     this.kryptonPanel.Controls.Add(this.proxyAddressLabel);
     this.kryptonPanel.Controls.Add(this.proxySettingsLabel);
     this.kryptonPanel.Controls.Add(this.proxyAddressTextbox);
     this.kryptonPanel.Controls.Add(this.proxyUsernameTextBox);
     this.kryptonPanel.Controls.Add(this.applySettingsButton);
     this.kryptonPanel.Controls.Add(this.chooseLanguageLabel);
     this.kryptonPanel.Controls.Add(this.languageSettingsLabel);
     this.kryptonPanel.Controls.Add(this.useSystemLanguageCheckBox);
     this.kryptonPanel.Controls.Add(this.languagesComboBox);
     this.kryptonPanel.Controls.Add(this.layoutSettingsLabel);
     this.kryptonPanel.Controls.Add(this.okButton);
     this.kryptonPanel.Controls.Add(this.office2010BlueRadioButton);
     this.kryptonPanel.Controls.Add(this.professionalOffice2003RadioButton);
     this.kryptonPanel.Controls.Add(this.sparkleBlueRadioButton);
     this.kryptonPanel.Controls.Add(this.sparklePurpleRadioButton);
     this.kryptonPanel.Controls.Add(this.sparkleOrangeRadioButton);
     this.kryptonPanel.Controls.Add(this.office2007BlueRadioButton);
     this.kryptonPanel.Controls.Add(this.office2010SilverRadioButton);
     this.kryptonPanel.Controls.Add(this.office2007SilverRadioButton);
     this.kryptonPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel.Name = "kryptonPanel";
     this.kryptonPanel.Size = new System.Drawing.Size(551, 433);
     this.kryptonPanel.TabIndex = 0;
     //
     // updateLabel
     //
     this.updateLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.updateLabel.Location = new System.Drawing.Point(9, 283);
     this.updateLabel.Name = "updateLabel";
     this.updateLabel.Size = new System.Drawing.Size(70, 20);
     this.updateLabel.TabIndex = 17;
     this.updateLabel.Values.Image = global::VSPRBase.Properties.Resources.update;
     this.updateLabel.Values.Text = "Update";
     //
     // updateOnStartupCheckBox
     //
     this.updateOnStartupCheckBox.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.updateOnStartupCheckBox.Location = new System.Drawing.Point(29, 309);
     this.updateOnStartupCheckBox.Name = "updateOnStartupCheckBox";
     this.updateOnStartupCheckBox.Size = new System.Drawing.Size(177, 20);
     this.updateOnStartupCheckBox.TabIndex = 16;
     this.updateOnStartupCheckBox.Text = "Check for update on startup";
     this.updateOnStartupCheckBox.Values.Text = "Check for update on startup";
     this.updateOnStartupCheckBox.CheckedChanged += new System.EventHandler(this.updateOnStartupCheckBox_CheckedChanged);
     //
     // proxyPasswordLabel
     //
     this.proxyPasswordLabel.Location = new System.Drawing.Point(231, 335);
     this.proxyPasswordLabel.Name = "proxyPasswordLabel";
     this.proxyPasswordLabel.Size = new System.Drawing.Size(62, 20);
     this.proxyPasswordLabel.TabIndex = 0;
     this.proxyPasswordLabel.TabStop = false;
     this.proxyPasswordLabel.Values.Text = "Password";
     //
     // proxyPasswordTextbox
     //
     this.proxyPasswordTextbox.Location = new System.Drawing.Point(231, 361);
     this.proxyPasswordTextbox.Name = "proxyPasswordTextbox";
     this.proxyPasswordTextbox.Size = new System.Drawing.Size(302, 20);
     this.proxyPasswordTextbox.TabIndex = 14;
     //
     // proxyUsernameLabel
     //
     this.proxyUsernameLabel.Location = new System.Drawing.Point(231, 283);
     this.proxyUsernameLabel.Name = "proxyUsernameLabel";
     this.proxyUsernameLabel.Size = new System.Drawing.Size(35, 20);
     this.proxyUsernameLabel.TabIndex = 0;
     this.proxyUsernameLabel.TabStop = false;
     this.proxyUsernameLabel.Values.Text = "User";
     //
     // proxyAddressLabel
     //
     this.proxyAddressLabel.Location = new System.Drawing.Point(231, 234);
     this.proxyAddressLabel.Name = "proxyAddressLabel";
     this.proxyAddressLabel.Size = new System.Drawing.Size(54, 20);
     this.proxyAddressLabel.TabIndex = 0;
     this.proxyAddressLabel.TabStop = false;
     this.proxyAddressLabel.Values.Text = "Address";
     //
     // proxySettingsLabel
     //
     this.proxySettingsLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.proxySettingsLabel.Location = new System.Drawing.Point(208, 208);
     this.proxySettingsLabel.Name = "proxySettingsLabel";
     this.proxySettingsLabel.Size = new System.Drawing.Size(110, 20);
     this.proxySettingsLabel.TabIndex = 0;
     this.proxySettingsLabel.TabStop = false;
     this.proxySettingsLabel.Values.Image = global::VSPRBase.Properties.Resources.server_small;
     this.proxySettingsLabel.Values.Text = "Proxy settings";
     //
     // proxyAddressTextbox
     //
     this.proxyAddressTextbox.Location = new System.Drawing.Point(231, 257);
     this.proxyAddressTextbox.Name = "proxyAddressTextbox";
     this.proxyAddressTextbox.Size = new System.Drawing.Size(302, 20);
     this.proxyAddressTextbox.TabIndex = 12;
     //
     // proxyUsernameTextBox
     //
     this.proxyUsernameTextBox.Location = new System.Drawing.Point(231, 309);
     this.proxyUsernameTextBox.Name = "proxyUsernameTextBox";
     this.proxyUsernameTextBox.Size = new System.Drawing.Size(302, 20);
     this.proxyUsernameTextBox.TabIndex = 13;
     //
     // applySettingsButton
     //
     this.applySettingsButton.Location = new System.Drawing.Point(443, 153);
     this.applySettingsButton.Name = "applySettingsButton";
     this.applySettingsButton.Size = new System.Drawing.Size(90, 25);
     this.applySettingsButton.TabIndex = 11;
     this.applySettingsButton.Values.Text = "Apply";
     this.applySettingsButton.Click += new System.EventHandler(this.ApplySettingsButtonClick);
     //
     // chooseLanguageLabel
     //
     this.chooseLanguageLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.chooseLanguageLabel.Location = new System.Drawing.Point(231, 100);
     this.chooseLanguageLabel.Name = "chooseLanguageLabel";
     this.chooseLanguageLabel.Size = new System.Drawing.Size(110, 20);
     this.chooseLanguageLabel.TabIndex = 0;
     this.chooseLanguageLabel.TabStop = false;
     this.chooseLanguageLabel.Values.Text = "Choose language";
     //
     // languageSettingsLabel
     //
     this.languageSettingsLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.languageSettingsLabel.Location = new System.Drawing.Point(208, 32);
     this.languageSettingsLabel.Name = "languageSettingsLabel";
     this.languageSettingsLabel.Size = new System.Drawing.Size(133, 20);
     this.languageSettingsLabel.TabIndex = 0;
     this.languageSettingsLabel.TabStop = false;
     this.languageSettingsLabel.Values.Image = global::VSPRBase.Properties.Resources.languageSettings;
     this.languageSettingsLabel.Values.Text = "Language settings";
     //
     // useSystemLanguageCheckBox
     //
     this.useSystemLanguageCheckBox.Checked = true;
     this.useSystemLanguageCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.useSystemLanguageCheckBox.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.useSystemLanguageCheckBox.Location = new System.Drawing.Point(231, 58);
     this.useSystemLanguageCheckBox.Name = "useSystemLanguageCheckBox";
     this.useSystemLanguageCheckBox.Size = new System.Drawing.Size(140, 20);
     this.useSystemLanguageCheckBox.TabIndex = 9;
     this.useSystemLanguageCheckBox.Text = "Use System language";
     this.useSystemLanguageCheckBox.Values.Text = "Use System language";
     this.useSystemLanguageCheckBox.CheckedChanged += new System.EventHandler(this.UseSystemLanguageCheckBoxCheckedChanged);
     //
     // languagesComboBox
     //
     this.languagesComboBox.DropDownWidth = 302;
     this.languagesComboBox.Location = new System.Drawing.Point(231, 126);
     this.languagesComboBox.Name = "languagesComboBox";
     this.languagesComboBox.Size = new System.Drawing.Size(302, 21);
     this.languagesComboBox.TabIndex = 10;
     //
     // layoutSettingsLabel
     //
     this.layoutSettingsLabel.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
     this.layoutSettingsLabel.Location = new System.Drawing.Point(9, 32);
     this.layoutSettingsLabel.Name = "layoutSettingsLabel";
     this.layoutSettingsLabel.Size = new System.Drawing.Size(116, 20);
     this.layoutSettingsLabel.TabIndex = 0;
     this.layoutSettingsLabel.TabStop = false;
     this.layoutSettingsLabel.Values.Image = global::VSPRBase.Properties.Resources.layoutSettings;
     this.layoutSettingsLabel.Values.Text = "Layout settings";
     //
     // okButton
     //
     this.okButton.Location = new System.Drawing.Point(443, 396);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(90, 25);
     this.okButton.TabIndex = 15;
     this.okButton.Values.Text = "OK";
     this.okButton.Click += new System.EventHandler(this.OkButtonClick);
     //
     // office2010BlueRadioButton
     //
     this.office2010BlueRadioButton.Location = new System.Drawing.Point(29, 160);
     this.office2010BlueRadioButton.Name = "office2010BlueRadioButton";
     this.office2010BlueRadioButton.Size = new System.Drawing.Size(112, 20);
     this.office2010BlueRadioButton.TabIndex = 5;
     this.office2010BlueRadioButton.Values.Text = "Office 2010 Blue";
     this.office2010BlueRadioButton.CheckedChanged += new System.EventHandler(this.Office2010BlueRadioButtonCheckedChanged);
     //
     // professionalOffice2003RadioButton
     //
     this.professionalOffice2003RadioButton.Location = new System.Drawing.Point(29, 58);
     this.professionalOffice2003RadioButton.Name = "professionalOffice2003RadioButton";
     this.professionalOffice2003RadioButton.Size = new System.Drawing.Size(154, 20);
     this.professionalOffice2003RadioButton.TabIndex = 1;
     this.professionalOffice2003RadioButton.Values.Text = "Professional Office 2003";
     this.professionalOffice2003RadioButton.CheckedChanged += new System.EventHandler(this.ProfessionalOffice2003RadioButtonCheckedChanged);
     //
     // sparkleBlueRadioButton
     //
     this.sparkleBlueRadioButton.Location = new System.Drawing.Point(29, 234);
     this.sparkleBlueRadioButton.Name = "sparkleBlueRadioButton";
     this.sparkleBlueRadioButton.Size = new System.Drawing.Size(89, 20);
     this.sparkleBlueRadioButton.TabIndex = 8;
     this.sparkleBlueRadioButton.Values.Text = "Sparkle Blue";
     this.sparkleBlueRadioButton.CheckedChanged += new System.EventHandler(this.SparkleBlueRadioButtonCheckedChanged);
     //
     // sparklePurpleRadioButton
     //
     this.sparklePurpleRadioButton.Location = new System.Drawing.Point(29, 208);
     this.sparklePurpleRadioButton.Name = "sparklePurpleRadioButton";
     this.sparklePurpleRadioButton.Size = new System.Drawing.Size(101, 20);
     this.sparklePurpleRadioButton.TabIndex = 7;
     this.sparklePurpleRadioButton.Values.Text = "Sparkle Purple";
     this.sparklePurpleRadioButton.CheckedChanged += new System.EventHandler(this.SparklePurpleRadioButtonCheckedChanged);
     //
     // sparkleOrangeRadioButton
     //
     this.sparkleOrangeRadioButton.Location = new System.Drawing.Point(29, 182);
     this.sparkleOrangeRadioButton.Name = "sparkleOrangeRadioButton";
     this.sparkleOrangeRadioButton.Size = new System.Drawing.Size(107, 20);
     this.sparkleOrangeRadioButton.TabIndex = 6;
     this.sparkleOrangeRadioButton.Values.Text = "Sparkle Orange";
     this.sparkleOrangeRadioButton.CheckedChanged += new System.EventHandler(this.SparkleOrangeRadioButtonCheckedChanged);
     //
     // office2007BlueRadioButton
     //
     this.office2007BlueRadioButton.Location = new System.Drawing.Point(29, 134);
     this.office2007BlueRadioButton.Name = "office2007BlueRadioButton";
     this.office2007BlueRadioButton.Size = new System.Drawing.Size(112, 20);
     this.office2007BlueRadioButton.TabIndex = 4;
     this.office2007BlueRadioButton.Values.Text = "Office 2007 Blue";
     this.office2007BlueRadioButton.CheckedChanged += new System.EventHandler(this.Office2007BlueRadioButtonCheckedChanged);
     //
     // office2010SilverRadioButton
     //
     this.office2010SilverRadioButton.Location = new System.Drawing.Point(29, 108);
     this.office2010SilverRadioButton.Name = "office2010SilverRadioButton";
     this.office2010SilverRadioButton.Size = new System.Drawing.Size(117, 20);
     this.office2010SilverRadioButton.TabIndex = 3;
     this.office2010SilverRadioButton.Values.Text = "Office 2010 Silver";
     this.office2010SilverRadioButton.CheckedChanged += new System.EventHandler(this.Office2010SilverRadioButtonCheckedChanged);
     //
     // office2007SilverRadioButton
     //
     this.office2007SilverRadioButton.Location = new System.Drawing.Point(29, 82);
     this.office2007SilverRadioButton.Name = "office2007SilverRadioButton";
     this.office2007SilverRadioButton.Size = new System.Drawing.Size(117, 20);
     this.office2007SilverRadioButton.TabIndex = 2;
     this.office2007SilverRadioButton.Values.Text = "Office 2007 Silver";
     this.office2007SilverRadioButton.CheckedChanged += new System.EventHandler(this.Office2007SilverRadioButtonCheckedChanged);
     //
     // SettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(551, 433);
     this.Controls.Add(this.kryptonPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "SettingsForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).EndInit();
     this.kryptonPanel.ResumeLayout(false);
     this.kryptonPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.languagesComboBox)).EndInit();
     this.ResumeLayout(false);
 }
예제 #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
     this.kryptonCheckSet1 = new ComponentFactory.Krypton.Toolkit.KryptonCheckSet(this.components);
     this.kryptonGroup1 = new ComponentFactory.Krypton.Toolkit.KryptonGroup();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.SuggestButton = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cancel_button = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.save_button = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox9 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.textBox6 = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1.Panel)).BeginInit();
     this.kryptonGroup1.Panel.SuspendLayout();
     this.kryptonGroup1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SuggestButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cancel_button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.save_button)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // openFileDialog2
     //
     this.openFileDialog2.FileName = "openFileDialog2";
     //
     // kryptonGroup1
     //
     this.kryptonGroup1.DirtyPaletteCounter = 15;
     this.kryptonGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonGroup1.Location = new System.Drawing.Point(0, 0);
     this.kryptonGroup1.Name = "kryptonGroup1";
     //
     // kryptonGroup1.Panel
     //
     this.kryptonGroup1.Panel.Controls.Add(this.progressBar1);
     this.kryptonGroup1.Panel.Controls.Add(this.SuggestButton);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonButton1);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel9);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel8);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel7);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel6);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel5);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel4);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel3);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel2);
     this.kryptonGroup1.Panel.Controls.Add(this.kryptonLabel1);
     this.kryptonGroup1.Panel.Controls.Add(this.cancel_button);
     this.kryptonGroup1.Panel.Controls.Add(this.save_button);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox1);
     this.kryptonGroup1.Panel.Controls.Add(this.pictureBox1);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox3);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox9);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox2);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox8);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox4);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox7);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox5);
     this.kryptonGroup1.Panel.Controls.Add(this.textBox6);
     this.kryptonGroup1.Size = new System.Drawing.Size(579, 514);
     this.kryptonGroup1.TabIndex = 1;
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(381, 245);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(185, 10);
     this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.progressBar1.TabIndex = 41;
     this.progressBar1.Visible = false;
     //
     // SuggestButton
     //
     this.SuggestButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.SuggestButton.DirtyPaletteCounter = 22;
     this.SuggestButton.Location = new System.Drawing.Point(380, 261);
     this.SuggestButton.Name = "SuggestButton";
     this.SuggestButton.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Black;
     this.SuggestButton.Size = new System.Drawing.Size(186, 25);
     this.SuggestButton.TabIndex = 10;
     this.SuggestButton.Text = "Auto-Complete CD+Cover";
     this.SuggestButton.Values.ExtraText = "";
     this.SuggestButton.Values.Image = null;
     this.SuggestButton.Values.ImageStates.ImageCheckedNormal = null;
     this.SuggestButton.Values.ImageStates.ImageCheckedPressed = null;
     this.SuggestButton.Values.ImageStates.ImageCheckedTracking = null;
     this.SuggestButton.Values.Text = "Auto-Complete CD+Cover";
     this.SuggestButton.Click += new System.EventHandler(this.SuggestButton_Click);
     //
     // kryptonButton1
     //
     this.kryptonButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton1.DirtyPaletteCounter = 23;
     this.kryptonButton1.Location = new System.Drawing.Point(381, 292);
     this.kryptonButton1.Name = "kryptonButton1";
     this.kryptonButton1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Black;
     this.kryptonButton1.Size = new System.Drawing.Size(185, 25);
     this.kryptonButton1.TabIndex = 9;
     this.kryptonButton1.Text = "Select Cover";
     this.kryptonButton1.Values.ExtraText = "";
     this.kryptonButton1.Values.Image = null;
     this.kryptonButton1.Values.ImageStates.ImageCheckedNormal = null;
     this.kryptonButton1.Values.ImageStates.ImageCheckedPressed = null;
     this.kryptonButton1.Values.ImageStates.ImageCheckedTracking = null;
     this.kryptonButton1.Values.Text = "Select Cover";
     this.kryptonButton1.Click += new System.EventHandler(this.openpic_button_Click);
     //
     // kryptonLabel9
     //
     this.kryptonLabel9.DirtyPaletteCounter = 23;
     this.kryptonLabel9.Location = new System.Drawing.Point(3, 219);
     this.kryptonLabel9.Name = "kryptonLabel9";
     this.kryptonLabel9.Size = new System.Drawing.Size(60, 19);
     this.kryptonLabel9.TabIndex = 38;
     this.kryptonLabel9.Text = "Copyright";
     this.kryptonLabel9.Values.ExtraText = "";
     this.kryptonLabel9.Values.Image = null;
     this.kryptonLabel9.Values.Text = "Copyright";
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.DirtyPaletteCounter = 23;
     this.kryptonLabel8.Location = new System.Drawing.Point(3, 193);
     this.kryptonLabel8.Name = "kryptonLabel8";
     this.kryptonLabel8.Size = new System.Drawing.Size(62, 19);
     this.kryptonLabel8.TabIndex = 37;
     this.kryptonLabel8.Text = "Composer";
     this.kryptonLabel8.Values.ExtraText = "";
     this.kryptonLabel8.Values.Image = null;
     this.kryptonLabel8.Values.Text = "Composer";
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.DirtyPaletteCounter = 21;
     this.kryptonLabel7.Location = new System.Drawing.Point(3, 167);
     this.kryptonLabel7.Name = "kryptonLabel7";
     this.kryptonLabel7.Size = new System.Drawing.Size(60, 19);
     this.kryptonLabel7.TabIndex = 36;
     this.kryptonLabel7.Text = "Comment";
     this.kryptonLabel7.Values.ExtraText = "";
     this.kryptonLabel7.Values.Image = null;
     this.kryptonLabel7.Values.Text = "Comment";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.DirtyPaletteCounter = 20;
     this.kryptonLabel6.Location = new System.Drawing.Point(3, 141);
     this.kryptonLabel6.Name = "kryptonLabel6";
     this.kryptonLabel6.Size = new System.Drawing.Size(40, 19);
     this.kryptonLabel6.TabIndex = 35;
     this.kryptonLabel6.Text = "Genre";
     this.kryptonLabel6.Values.ExtraText = "";
     this.kryptonLabel6.Values.Image = null;
     this.kryptonLabel6.Values.Text = "Genre";
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.DirtyPaletteCounter = 19;
     this.kryptonLabel5.Location = new System.Drawing.Point(3, 115);
     this.kryptonLabel5.Name = "kryptonLabel5";
     this.kryptonLabel5.Size = new System.Drawing.Size(32, 19);
     this.kryptonLabel5.TabIndex = 34;
     this.kryptonLabel5.Text = "Year";
     this.kryptonLabel5.Values.ExtraText = "";
     this.kryptonLabel5.Values.Image = null;
     this.kryptonLabel5.Values.Text = "Year";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.DirtyPaletteCounter = 18;
     this.kryptonLabel4.Location = new System.Drawing.Point(3, 89);
     this.kryptonLabel4.Name = "kryptonLabel4";
     this.kryptonLabel4.Size = new System.Drawing.Size(37, 19);
     this.kryptonLabel4.TabIndex = 33;
     this.kryptonLabel4.Text = "Artist";
     this.kryptonLabel4.Values.ExtraText = "";
     this.kryptonLabel4.Values.Image = null;
     this.kryptonLabel4.Values.Text = "Artist";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.DirtyPaletteCounter = 17;
     this.kryptonLabel3.Location = new System.Drawing.Point(3, 63);
     this.kryptonLabel3.Name = "kryptonLabel3";
     this.kryptonLabel3.Size = new System.Drawing.Size(43, 19);
     this.kryptonLabel3.TabIndex = 32;
     this.kryptonLabel3.Text = "Album";
     this.kryptonLabel3.Values.ExtraText = "";
     this.kryptonLabel3.Values.Image = null;
     this.kryptonLabel3.Values.Text = "Album";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.DirtyPaletteCounter = 16;
     this.kryptonLabel2.Location = new System.Drawing.Point(3, 37);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.Size = new System.Drawing.Size(31, 19);
     this.kryptonLabel2.TabIndex = 31;
     this.kryptonLabel2.Text = "Title";
     this.kryptonLabel2.Values.ExtraText = "";
     this.kryptonLabel2.Values.Image = null;
     this.kryptonLabel2.Values.Text = "Title";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.DirtyPaletteCounter = 15;
     this.kryptonLabel1.Location = new System.Drawing.Point(3, 11);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(46, 19);
     this.kryptonLabel1.TabIndex = 30;
     this.kryptonLabel1.Text = "Track #";
     this.kryptonLabel1.Values.ExtraText = "";
     this.kryptonLabel1.Values.Image = null;
     this.kryptonLabel1.Values.Text = "Track #";
     //
     // cancel_button
     //
     this.cancel_button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cancel_button.DirtyPaletteCounter = 24;
     this.cancel_button.Location = new System.Drawing.Point(381, 323);
     this.cancel_button.Name = "cancel_button";
     this.cancel_button.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Black;
     this.cancel_button.Size = new System.Drawing.Size(90, 25);
     this.cancel_button.TabIndex = 11;
     this.cancel_button.Text = "Cancel";
     this.cancel_button.Values.ExtraText = "";
     this.cancel_button.Values.Image = null;
     this.cancel_button.Values.ImageStates.ImageCheckedNormal = null;
     this.cancel_button.Values.ImageStates.ImageCheckedPressed = null;
     this.cancel_button.Values.ImageStates.ImageCheckedTracking = null;
     this.cancel_button.Values.Text = "Cancel";
     this.cancel_button.Click += new System.EventHandler(this.cancel_button_Click);
     //
     // save_button
     //
     this.save_button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.save_button.DirtyPaletteCounter = 24;
     this.save_button.Location = new System.Drawing.Point(476, 323);
     this.save_button.Name = "save_button";
     this.save_button.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2007Black;
     this.save_button.Size = new System.Drawing.Size(90, 25);
     this.save_button.TabIndex = 12;
     this.save_button.Text = "Save";
     this.save_button.Values.ExtraText = "";
     this.save_button.Values.Image = null;
     this.save_button.Values.ImageStates.ImageCheckedNormal = null;
     this.save_button.Values.ImageStates.ImageCheckedPressed = null;
     this.save_button.Values.ImageStates.ImageCheckedTracking = null;
     this.save_button.Values.Text = "Save";
     this.save_button.Click += new System.EventHandler(this.save_button_Click);
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(73, 11);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(493, 20);
     this.textBox1.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor = System.Drawing.Color.Black;
     this.pictureBox1.Location = new System.Drawing.Point(73, 245);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(301, 261);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 25;
     this.pictureBox1.TabStop = false;
     //
     // textBox3
     //
     this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox3.Location = new System.Drawing.Point(73, 63);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(493, 20);
     this.textBox3.TabIndex = 2;
     //
     // textBox9
     //
     this.textBox9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox9.Location = new System.Drawing.Point(73, 219);
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new System.Drawing.Size(493, 20);
     this.textBox9.TabIndex = 8;
     //
     // textBox2
     //
     this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox2.Location = new System.Drawing.Point(73, 37);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(493, 20);
     this.textBox2.TabIndex = 1;
     //
     // textBox8
     //
     this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox8.Location = new System.Drawing.Point(73, 193);
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(493, 20);
     this.textBox8.TabIndex = 7;
     //
     // textBox4
     //
     this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox4.Location = new System.Drawing.Point(73, 89);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(493, 20);
     this.textBox4.TabIndex = 3;
     //
     // textBox7
     //
     this.textBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox7.Location = new System.Drawing.Point(73, 167);
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new System.Drawing.Size(493, 20);
     this.textBox7.TabIndex = 6;
     //
     // textBox5
     //
     this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox5.Location = new System.Drawing.Point(73, 115);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(493, 20);
     this.textBox5.TabIndex = 4;
     //
     // textBox6
     //
     this.textBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox6.Location = new System.Drawing.Point(73, 141);
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(493, 20);
     this.textBox6.TabIndex = 5;
     //
     // gui_editTag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(579, 514);
     this.Controls.Add(this.kryptonGroup1);
     this.Name = "gui_editTag";
     this.Text = "Edit ID3 Tag";
     this.Load += new System.EventHandler(this.gui_editTag_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1.Panel)).EndInit();
     this.kryptonGroup1.Panel.ResumeLayout(false);
     this.kryptonGroup1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1)).EndInit();
     this.kryptonGroup1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.SuggestButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cancel_button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.save_button)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #17
0
 /// <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(PrintOptions));
     this.rdoSelectedRows = new System.Windows.Forms.RadioButton();
     this.rdoAllRows = new System.Windows.Forms.RadioButton();
     this.lblTitle = new System.Windows.Forms.Label();
     this.txtTitle = new System.Windows.Forms.TextBox();
     this.gboxRowsToPrint = new System.Windows.Forms.GroupBox();
     this.chklst = new System.Windows.Forms.CheckedListBox();
     this.lblColumnsToPrint = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnFont = new System.Windows.Forms.Button();
     this.btnHelp = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.gboxRowsToPrint.SuspendLayout();
     this.SuspendLayout();
     //
     // rdoSelectedRows
     //
     this.rdoSelectedRows.AutoSize = true;
     this.rdoSelectedRows.Font = new System.Drawing.Font("΢���ź�", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.rdoSelectedRows.Location = new System.Drawing.Point(91, 19);
     this.rdoSelectedRows.Name = "rdoSelectedRows";
     this.rdoSelectedRows.Size = new System.Drawing.Size(50, 21);
     this.rdoSelectedRows.TabIndex = 1;
     this.rdoSelectedRows.TabStop = true;
     this.rdoSelectedRows.Text = "ѡ��";
     this.rdoSelectedRows.UseVisualStyleBackColor = true;
     //
     // rdoAllRows
     //
     this.rdoAllRows.AutoSize = true;
     this.rdoAllRows.Font = new System.Drawing.Font("΢���ź�", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.rdoAllRows.Location = new System.Drawing.Point(9, 19);
     this.rdoAllRows.Name = "rdoAllRows";
     this.rdoAllRows.Size = new System.Drawing.Size(50, 21);
     this.rdoAllRows.TabIndex = 0;
     this.rdoAllRows.TabStop = true;
     this.rdoAllRows.Text = "ȫ��";
     this.rdoAllRows.UseVisualStyleBackColor = true;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize = true;
     this.lblTitle.Font = new System.Drawing.Font("΢���ź�", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblTitle.Location = new System.Drawing.Point(187, 126);
     this.lblTitle.Name = "lblTitle";
     this.lblTitle.Size = new System.Drawing.Size(56, 17);
     this.lblTitle.TabIndex = 20;
     this.lblTitle.Text = "��ӡ����";
     //
     // txtTitle
     //
     this.txtTitle.AcceptsReturn = true;
     this.txtTitle.Font = new System.Drawing.Font("΢���ź�", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtTitle.ForeColor = System.Drawing.Color.Black;
     this.txtTitle.Location = new System.Drawing.Point(187, 145);
     this.txtTitle.Multiline = true;
     this.txtTitle.Name = "txtTitle";
     this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtTitle.Size = new System.Drawing.Size(173, 44);
     this.txtTitle.TabIndex = 19;
     //
     // gboxRowsToPrint
     //
     this.gboxRowsToPrint.Controls.Add(this.rdoSelectedRows);
     this.gboxRowsToPrint.Controls.Add(this.rdoAllRows);
     this.gboxRowsToPrint.Font = new System.Drawing.Font("΢���ź�", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gboxRowsToPrint.Location = new System.Drawing.Point(187, 28);
     this.gboxRowsToPrint.Name = "gboxRowsToPrint";
     this.gboxRowsToPrint.Size = new System.Drawing.Size(173, 42);
     this.gboxRowsToPrint.TabIndex = 17;
     this.gboxRowsToPrint.TabStop = false;
     this.gboxRowsToPrint.Text = "����ѡ��";
     //
     // chklst
     //
     this.chklst.CheckOnClick = true;
     this.chklst.Font = new System.Drawing.Font("΢���ź�", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chklst.FormattingEnabled = true;
     this.chklst.Location = new System.Drawing.Point(8, 23);
     this.chklst.Name = "chklst";
     this.chklst.Size = new System.Drawing.Size(160, 242);
     this.chklst.TabIndex = 12;
     //
     // lblColumnsToPrint
     //
     this.lblColumnsToPrint.Location = new System.Drawing.Point(8, 2);
     this.lblColumnsToPrint.Name = "lblColumnsToPrint";
     this.lblColumnsToPrint.Size = new System.Drawing.Size(64, 21);
     this.lblColumnsToPrint.StateCommon.ShortText.Font = new System.Drawing.Font("΢���ź�", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblColumnsToPrint.StateNormal.ShortText.Color1 = System.Drawing.Color.Black;
     this.lblColumnsToPrint.TabIndex = 21;
     this.lblColumnsToPrint.Values.Text = "��ӡ�б�";
     //
     // btnOK
     //
     this.btnOK.BackColor = System.Drawing.SystemColors.Control;
     this.btnOK.Cursor = System.Windows.Forms.Cursors.Default;
     this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnOK.Font = new System.Drawing.Font("΢���ź�", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnOK.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
     this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnOK.Location = new System.Drawing.Point(174, 240);
     this.btnOK.Name = "btnOK";
     this.btnOK.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnOK.Size = new System.Drawing.Size(56, 25);
     this.btnOK.TabIndex = 13;
     this.btnOK.Text = "&ȷ�� ";
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.BackColor = System.Drawing.SystemColors.Control;
     this.btnCancel.Cursor = System.Windows.Forms.Cursors.Default;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Font = new System.Drawing.Font("΢���ź�", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnCancel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.Location = new System.Drawing.Point(236, 240);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnCancel.Size = new System.Drawing.Size(56, 25);
     this.btnCancel.TabIndex = 14;
     this.btnCancel.Text = "&ȡ��";
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnFont
     //
     this.btnFont.BackColor = System.Drawing.SystemColors.Control;
     this.btnFont.Cursor = System.Windows.Forms.Cursors.Default;
     this.btnFont.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnFont.Font = new System.Drawing.Font("΢���ź�", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnFont.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnFont.Image = ((System.Drawing.Image)(resources.GetObject("btnFont.Image")));
     this.btnFont.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnFont.Location = new System.Drawing.Point(187, 89);
     this.btnFont.Name = "btnFont";
     this.btnFont.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnFont.Size = new System.Drawing.Size(69, 25);
     this.btnFont.TabIndex = 18;
     this.btnFont.Text = "&��������";
     this.btnFont.UseVisualStyleBackColor = false;
     this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
     //
     // btnHelp
     //
     this.btnHelp.BackColor = System.Drawing.SystemColors.Control;
     this.btnHelp.Cursor = System.Windows.Forms.Cursors.Default;
     this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnHelp.Font = new System.Drawing.Font("΢���ź�", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnHelp.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnHelp.Image = ((System.Drawing.Image)(resources.GetObject("btnHelp.Image")));
     this.btnHelp.Location = new System.Drawing.Point(305, 240);
     this.btnHelp.Name = "btnHelp";
     this.btnHelp.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnHelp.Size = new System.Drawing.Size(56, 25);
     this.btnHelp.TabIndex = 15;
     this.btnHelp.Text = "&����";
     this.btnHelp.UseVisualStyleBackColor = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("΢���ź�", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(184, 199);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(71, 17);
     this.label1.TabIndex = 23;
     this.label1.Text = "�иߣ�px��";
     //
     // PrintOptions
     //
     this.AcceptButton = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(369, 272);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblColumnsToPrint);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.txtTitle);
     this.Controls.Add(this.btnFont);
     this.Controls.Add(this.gboxRowsToPrint);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnHelp);
     this.Controls.Add(this.chklst);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximumSize = new System.Drawing.Size(375, 296);
     this.MinimumSize = new System.Drawing.Size(375, 296);
     this.Name = "PrintOptions";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "��ӡѡ��";
     this.Load += new System.EventHandler(this.PrintOtions_Load);
     this.gboxRowsToPrint.ResumeLayout(false);
     this.gboxRowsToPrint.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.proxyContentPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.proxyGroupPanel = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.headerContent = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.MainContent = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.secGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.kryptonGroupBox5 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.dipInSecEnd = new System.Windows.Forms.Label();
     this.dipInSecBegin = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.dipInSecTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.dipInSecIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonGroupBox6 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.lastWashSecEnd = new System.Windows.Forms.Label();
     this.lastWashSecBegin = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.lastWashSecTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lastWashSecIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cleanGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.dipInGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.dipInEnd = new System.Windows.Forms.Label();
     this.dipInBegin = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.dipInTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.dipInBeginIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lastWashGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.lastWashEnd = new System.Windows.Forms.Label();
     this.lastWashBegin = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.lastWashTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lastWashIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cleanOutWashGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.cleanOutWashEnd = new System.Windows.Forms.Label();
     this.cleanOutWashBegin = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.cleanOutWashTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.cleanOutWashIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.enzymeWashGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.enzymeWashEnd = new System.Windows.Forms.Label();
     this.enzymeWashBegin = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.enzymeWashTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.enzymeWashIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.firstWashGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.firstWashEnd = new System.Windows.Forms.Label();
     this.firstWashBegin = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.firstWashTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.firstWashIsPss = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.manualWashGroBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.manualWashEnd = new System.Windows.Forms.Label();
     this.manualWashBegin = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.manualWashTime = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.labIsPass = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.basicMesGrouBox = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.txtWasherName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.txtWasherNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.txtEndoscopeSIM = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.txtEndoscopeNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.isVoice = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.label23 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.kryptonGroupBox4 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.label25 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.proxyContentPanel)).BeginInit();
     this.proxyContentPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.proxyGroupPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.proxyGroupPanel.Panel)).BeginInit();
     this.proxyGroupPanel.Panel.SuspendLayout();
     this.proxyGroupPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.headerContent)).BeginInit();
     this.headerContent.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MainContent)).BeginInit();
     this.MainContent.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.secGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.secGroBox.Panel)).BeginInit();
     this.secGroBox.Panel.SuspendLayout();
     this.secGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5.Panel)).BeginInit();
     this.kryptonGroupBox5.Panel.SuspendLayout();
     this.kryptonGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6.Panel)).BeginInit();
     this.kryptonGroupBox6.Panel.SuspendLayout();
     this.kryptonGroupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cleanGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cleanGroBox.Panel)).BeginInit();
     this.cleanGroBox.Panel.SuspendLayout();
     this.cleanGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dipInGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dipInGroBox.Panel)).BeginInit();
     this.dipInGroBox.Panel.SuspendLayout();
     this.dipInGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lastWashGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lastWashGroBox.Panel)).BeginInit();
     this.lastWashGroBox.Panel.SuspendLayout();
     this.lastWashGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cleanOutWashGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cleanOutWashGroBox.Panel)).BeginInit();
     this.cleanOutWashGroBox.Panel.SuspendLayout();
     this.cleanOutWashGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.enzymeWashGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.enzymeWashGroBox.Panel)).BeginInit();
     this.enzymeWashGroBox.Panel.SuspendLayout();
     this.enzymeWashGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.firstWashGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.firstWashGroBox.Panel)).BeginInit();
     this.firstWashGroBox.Panel.SuspendLayout();
     this.firstWashGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.manualWashGroBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.manualWashGroBox.Panel)).BeginInit();
     this.manualWashGroBox.Panel.SuspendLayout();
     this.manualWashGroBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.basicMesGrouBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.basicMesGrouBox.Panel)).BeginInit();
     this.basicMesGrouBox.Panel.SuspendLayout();
     this.basicMesGrouBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
     this.kryptonGroupBox2.Panel.SuspendLayout();
     this.kryptonGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4.Panel)).BeginInit();
     this.kryptonGroupBox4.Panel.SuspendLayout();
     this.kryptonGroupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // proxyContentPanel
     //
     this.proxyContentPanel.Controls.Add(this.proxyGroupPanel);
     this.proxyContentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.proxyContentPanel.Location = new System.Drawing.Point(0, 0);
     this.proxyContentPanel.Name = "proxyContentPanel";
     this.proxyContentPanel.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Blue;
     this.proxyContentPanel.Size = new System.Drawing.Size(1000, 788);
     this.proxyContentPanel.TabIndex = 0;
     //
     // proxyGroupPanel
     //
     this.proxyGroupPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.proxyGroupPanel.HeaderPositionSecondary = ComponentFactory.Krypton.Toolkit.VisualOrientation.Top;
     this.proxyGroupPanel.HeaderStyleSecondary = ComponentFactory.Krypton.Toolkit.HeaderStyle.Calendar;
     this.proxyGroupPanel.HeaderVisiblePrimary = false;
     this.proxyGroupPanel.HeaderVisibleSecondary = false;
     this.proxyGroupPanel.Location = new System.Drawing.Point(0, 0);
     this.proxyGroupPanel.Name = "proxyGroupPanel";
     //
     // proxyGroupPanel.Panel
     //
     this.proxyGroupPanel.Panel.Controls.Add(this.headerContent);
     this.proxyGroupPanel.Size = new System.Drawing.Size(1000, 788);
     this.proxyGroupPanel.TabIndex = 0;
     this.proxyGroupPanel.ValuesPrimary.Description = "内镜清洗详细信息";
     this.proxyGroupPanel.ValuesPrimary.Heading = "";
     this.proxyGroupPanel.ValuesPrimary.Image = global::ProxyClient.Properties.Resources.Mall;
     this.proxyGroupPanel.ValuesSecondary.Heading = "";
     //
     // headerContent
     //
     this.headerContent.Controls.Add(this.MainContent);
     this.headerContent.Controls.Add(this.basicMesGrouBox);
     this.headerContent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.headerContent.Location = new System.Drawing.Point(0, 0);
     this.headerContent.Name = "headerContent";
     this.headerContent.Size = new System.Drawing.Size(998, 786);
     this.headerContent.TabIndex = 0;
     //
     // MainContent
     //
     this.MainContent.Controls.Add(this.secGroBox);
     this.MainContent.Controls.Add(this.cleanGroBox);
     this.MainContent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.MainContent.Location = new System.Drawing.Point(0, 54);
     this.MainContent.Name = "MainContent";
     this.MainContent.Size = new System.Drawing.Size(998, 732);
     this.MainContent.TabIndex = 4;
     //
     // secGroBox
     //
     this.secGroBox.CaptionOverlap = 1D;
     this.secGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.secGroBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.secGroBox.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.TabHighProfile;
     this.secGroBox.Location = new System.Drawing.Point(0, 372);
     this.secGroBox.Name = "secGroBox";
     //
     // secGroBox.Panel
     //
     this.secGroBox.Panel.AutoScroll = true;
     this.secGroBox.Panel.Controls.Add(this.kryptonGroupBox5);
     this.secGroBox.Panel.Controls.Add(this.kryptonGroupBox6);
     this.secGroBox.Size = new System.Drawing.Size(998, 360);
     this.secGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.Info;
     this.secGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.secGroBox.StateNormal.Border.Rounding = 4;
     this.secGroBox.StateNormal.Border.Width = 1;
     this.secGroBox.TabIndex = 3;
     this.secGroBox.Text = "二次清洗";
     this.secGroBox.Values.Heading = "二次清洗";
     this.secGroBox.Values.Image = global::ProxyClient.Properties.Resources.washer2;
     //
     // kryptonGroupBox5
     //
     this.kryptonGroupBox5.CaptionOverlap = 1D;
     this.kryptonGroupBox5.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.kryptonGroupBox5.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.kryptonGroupBox5.Location = new System.Drawing.Point(16, -1);
     this.kryptonGroupBox5.Name = "kryptonGroupBox5";
     //
     // kryptonGroupBox5.Panel
     //
     this.kryptonGroupBox5.Panel.Controls.Add(this.dipInSecEnd);
     this.kryptonGroupBox5.Panel.Controls.Add(this.dipInSecBegin);
     this.kryptonGroupBox5.Panel.Controls.Add(this.label21);
     this.kryptonGroupBox5.Panel.Controls.Add(this.label22);
     this.kryptonGroupBox5.Panel.Controls.Add(this.dipInSecTime);
     this.kryptonGroupBox5.Panel.Controls.Add(this.dipInSecIsPass);
     this.kryptonGroupBox5.Size = new System.Drawing.Size(435, 99);
     this.kryptonGroupBox5.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.kryptonGroupBox5.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.kryptonGroupBox5.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.kryptonGroupBox5.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.kryptonGroupBox5.StateNormal.Border.Rounding = 4;
     this.kryptonGroupBox5.StateNormal.Border.Width = 5;
     this.kryptonGroupBox5.TabIndex = 2;
     this.kryptonGroupBox5.Text = "(二次)消毒";
     this.kryptonGroupBox5.Values.Heading = "(二次)消毒";
     //
     // dipInSecEnd
     //
     this.dipInSecEnd.AutoSize = true;
     this.dipInSecEnd.BackColor = System.Drawing.Color.Transparent;
     this.dipInSecEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dipInSecEnd.Location = new System.Drawing.Point(175, 43);
     this.dipInSecEnd.Name = "dipInSecEnd";
     this.dipInSecEnd.Size = new System.Drawing.Size(72, 21);
     this.dipInSecEnd.TabIndex = 3;
     this.dipInSecEnd.Text = "00:00:00";
     //
     // dipInSecBegin
     //
     this.dipInSecBegin.AutoSize = true;
     this.dipInSecBegin.BackColor = System.Drawing.Color.Transparent;
     this.dipInSecBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dipInSecBegin.Location = new System.Drawing.Point(175, 12);
     this.dipInSecBegin.Name = "dipInSecBegin";
     this.dipInSecBegin.Size = new System.Drawing.Size(72, 21);
     this.dipInSecBegin.TabIndex = 2;
     this.dipInSecBegin.Text = "00:00:00";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label21.Location = new System.Drawing.Point(97, 43);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(90, 21);
     this.label21.TabIndex = 1;
     this.label21.Text = "消毒结束:";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.BackColor = System.Drawing.Color.Transparent;
     this.label22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label22.Location = new System.Drawing.Point(97, 11);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(90, 21);
     this.label22.TabIndex = 1;
     this.label22.Text = "消毒开始:";
     //
     // dipInSecTime
     //
     this.dipInSecTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.dipInSecTime.Location = new System.Drawing.Point(340, 21);
     this.dipInSecTime.Name = "dipInSecTime";
     this.dipInSecTime.Size = new System.Drawing.Size(87, 29);
     this.dipInSecTime.TabIndex = 0;
     this.dipInSecTime.Values.Text = "00:00:00";
     //
     // dipInSecIsPass
     //
     this.dipInSecIsPass.Location = new System.Drawing.Point(24, 11);
     this.dipInSecIsPass.Name = "dipInSecIsPass";
     this.dipInSecIsPass.Size = new System.Drawing.Size(54, 50);
     this.dipInSecIsPass.TabIndex = 0;
     this.dipInSecIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.dipInSecIsPass.Values.Text = "";
     //
     // kryptonGroupBox6
     //
     this.kryptonGroupBox6.CaptionOverlap = 1D;
     this.kryptonGroupBox6.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.kryptonGroupBox6.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.kryptonGroupBox6.Location = new System.Drawing.Point(518, -1);
     this.kryptonGroupBox6.Name = "kryptonGroupBox6";
     //
     // kryptonGroupBox6.Panel
     //
     this.kryptonGroupBox6.Panel.Controls.Add(this.lastWashSecEnd);
     this.kryptonGroupBox6.Panel.Controls.Add(this.lastWashSecBegin);
     this.kryptonGroupBox6.Panel.Controls.Add(this.label27);
     this.kryptonGroupBox6.Panel.Controls.Add(this.label28);
     this.kryptonGroupBox6.Panel.Controls.Add(this.lastWashSecTime);
     this.kryptonGroupBox6.Panel.Controls.Add(this.lastWashSecIsPass);
     this.kryptonGroupBox6.Size = new System.Drawing.Size(435, 99);
     this.kryptonGroupBox6.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.kryptonGroupBox6.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.kryptonGroupBox6.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.kryptonGroupBox6.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.kryptonGroupBox6.StateNormal.Border.Rounding = 4;
     this.kryptonGroupBox6.StateNormal.Border.Width = 5;
     this.kryptonGroupBox6.TabIndex = 1;
     this.kryptonGroupBox6.Text = "(二次)末洗";
     this.kryptonGroupBox6.Values.Heading = "(二次)末洗";
     //
     // lastWashSecEnd
     //
     this.lastWashSecEnd.AutoSize = true;
     this.lastWashSecEnd.BackColor = System.Drawing.Color.Transparent;
     this.lastWashSecEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lastWashSecEnd.Location = new System.Drawing.Point(178, 41);
     this.lastWashSecEnd.Name = "lastWashSecEnd";
     this.lastWashSecEnd.Size = new System.Drawing.Size(72, 21);
     this.lastWashSecEnd.TabIndex = 3;
     this.lastWashSecEnd.Text = "00:00:00";
     //
     // lastWashSecBegin
     //
     this.lastWashSecBegin.AutoSize = true;
     this.lastWashSecBegin.BackColor = System.Drawing.Color.Transparent;
     this.lastWashSecBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lastWashSecBegin.Location = new System.Drawing.Point(178, 10);
     this.lastWashSecBegin.Name = "lastWashSecBegin";
     this.lastWashSecBegin.Size = new System.Drawing.Size(72, 21);
     this.lastWashSecBegin.TabIndex = 2;
     this.lastWashSecBegin.Text = "00:00:00";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.BackColor = System.Drawing.Color.Transparent;
     this.label27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label27.Location = new System.Drawing.Point(97, 39);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(90, 21);
     this.label27.TabIndex = 1;
     this.label27.Text = "末洗结束:";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.BackColor = System.Drawing.Color.Transparent;
     this.label28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label28.Location = new System.Drawing.Point(97, 8);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(90, 21);
     this.label28.TabIndex = 1;
     this.label28.Text = "末洗开始:";
     //
     // lastWashSecTime
     //
     this.lastWashSecTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.lastWashSecTime.Location = new System.Drawing.Point(341, 17);
     this.lastWashSecTime.Name = "lastWashSecTime";
     this.lastWashSecTime.Size = new System.Drawing.Size(87, 29);
     this.lastWashSecTime.TabIndex = 0;
     this.lastWashSecTime.Values.Text = "00:00:00";
     //
     // lastWashSecIsPass
     //
     this.lastWashSecIsPass.Location = new System.Drawing.Point(24, 10);
     this.lastWashSecIsPass.Name = "lastWashSecIsPass";
     this.lastWashSecIsPass.Size = new System.Drawing.Size(54, 50);
     this.lastWashSecIsPass.TabIndex = 0;
     this.lastWashSecIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.lastWashSecIsPass.Values.Text = "";
     //
     // cleanGroBox
     //
     this.cleanGroBox.CaptionOverlap = 1D;
     this.cleanGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.cleanGroBox.Dock = System.Windows.Forms.DockStyle.Top;
     this.cleanGroBox.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlClient;
     this.cleanGroBox.Location = new System.Drawing.Point(0, 0);
     this.cleanGroBox.Margin = new System.Windows.Forms.Padding(30, 3, 3, 3);
     this.cleanGroBox.Name = "cleanGroBox";
     //
     // cleanGroBox.Panel
     //
     this.cleanGroBox.Panel.AutoScroll = true;
     this.cleanGroBox.Panel.Controls.Add(this.dipInGroBox);
     this.cleanGroBox.Panel.Controls.Add(this.lastWashGroBox);
     this.cleanGroBox.Panel.Controls.Add(this.cleanOutWashGroBox);
     this.cleanGroBox.Panel.Controls.Add(this.enzymeWashGroBox);
     this.cleanGroBox.Panel.Controls.Add(this.firstWashGroBox);
     this.cleanGroBox.Panel.Controls.Add(this.manualWashGroBox);
     this.cleanGroBox.Size = new System.Drawing.Size(998, 372);
     this.cleanGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.HighlightText;
     this.cleanGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.cleanGroBox.StateNormal.Border.Rounding = 1;
     this.cleanGroBox.TabIndex = 2;
     this.cleanGroBox.Text = "一次清洗";
     this.cleanGroBox.Values.Heading = "一次清洗";
     this.cleanGroBox.Values.Image = global::ProxyClient.Properties.Resources.washer;
     //
     // dipInGroBox
     //
     this.dipInGroBox.CaptionOverlap = 0.8D;
     this.dipInGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.dipInGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.dipInGroBox.Location = new System.Drawing.Point(16, 219);
     this.dipInGroBox.Name = "dipInGroBox";
     //
     // dipInGroBox.Panel
     //
     this.dipInGroBox.Panel.Controls.Add(this.dipInEnd);
     this.dipInGroBox.Panel.Controls.Add(this.dipInBegin);
     this.dipInGroBox.Panel.Controls.Add(this.label6);
     this.dipInGroBox.Panel.Controls.Add(this.label5);
     this.dipInGroBox.Panel.Controls.Add(this.dipInTime);
     this.dipInGroBox.Panel.Controls.Add(this.dipInBeginIsPass);
     this.dipInGroBox.Size = new System.Drawing.Size(435, 96);
     this.dipInGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.dipInGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.dipInGroBox.StateCommon.Border.Rounding = 4;
     this.dipInGroBox.StateCommon.Border.Width = 5;
     this.dipInGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dipInGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.dipInGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.dipInGroBox.TabIndex = 0;
     this.dipInGroBox.Text = "消毒";
     this.dipInGroBox.Values.Heading = "消毒";
     //
     // dipInEnd
     //
     this.dipInEnd.AutoSize = true;
     this.dipInEnd.BackColor = System.Drawing.Color.Transparent;
     this.dipInEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dipInEnd.Location = new System.Drawing.Point(176, 42);
     this.dipInEnd.Name = "dipInEnd";
     this.dipInEnd.Size = new System.Drawing.Size(72, 21);
     this.dipInEnd.TabIndex = 3;
     this.dipInEnd.Text = "00:00:00";
     //
     // dipInBegin
     //
     this.dipInBegin.AutoSize = true;
     this.dipInBegin.BackColor = System.Drawing.Color.Transparent;
     this.dipInBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dipInBegin.Location = new System.Drawing.Point(176, 10);
     this.dipInBegin.Name = "dipInBegin";
     this.dipInBegin.Size = new System.Drawing.Size(72, 21);
     this.dipInBegin.TabIndex = 2;
     this.dipInBegin.Text = "00:00:00";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(97, 43);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(90, 21);
     this.label6.TabIndex = 1;
     this.label6.Text = "消毒结束:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(97, 11);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(90, 21);
     this.label5.TabIndex = 1;
     this.label5.Text = "消毒开始:";
     //
     // dipInTime
     //
     this.dipInTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.dipInTime.Location = new System.Drawing.Point(341, 21);
     this.dipInTime.Name = "dipInTime";
     this.dipInTime.Size = new System.Drawing.Size(87, 29);
     this.dipInTime.TabIndex = 0;
     this.dipInTime.Values.Text = "00:00:00";
     //
     // dipInBeginIsPass
     //
     this.dipInBeginIsPass.Location = new System.Drawing.Point(22, 12);
     this.dipInBeginIsPass.Name = "dipInBeginIsPass";
     this.dipInBeginIsPass.Size = new System.Drawing.Size(54, 50);
     this.dipInBeginIsPass.TabIndex = 0;
     this.dipInBeginIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.dipInBeginIsPass.Values.Text = "";
     //
     // lastWashGroBox
     //
     this.lastWashGroBox.CaptionOverlap = 0.8D;
     this.lastWashGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.lastWashGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.lastWashGroBox.Location = new System.Drawing.Point(518, 219);
     this.lastWashGroBox.Name = "lastWashGroBox";
     //
     // lastWashGroBox.Panel
     //
     this.lastWashGroBox.Panel.Controls.Add(this.lastWashEnd);
     this.lastWashGroBox.Panel.Controls.Add(this.lastWashBegin);
     this.lastWashGroBox.Panel.Controls.Add(this.label12);
     this.lastWashGroBox.Panel.Controls.Add(this.label11);
     this.lastWashGroBox.Panel.Controls.Add(this.lastWashTime);
     this.lastWashGroBox.Panel.Controls.Add(this.lastWashIsPass);
     this.lastWashGroBox.Size = new System.Drawing.Size(435, 96);
     this.lastWashGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.lastWashGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.lastWashGroBox.StateCommon.Border.Rounding = 4;
     this.lastWashGroBox.StateCommon.Border.Width = 5;
     this.lastWashGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lastWashGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.lastWashGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.lastWashGroBox.TabIndex = 0;
     this.lastWashGroBox.Text = "末洗";
     this.lastWashGroBox.Values.Heading = "末洗";
     //
     // lastWashEnd
     //
     this.lastWashEnd.AutoSize = true;
     this.lastWashEnd.BackColor = System.Drawing.Color.Transparent;
     this.lastWashEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lastWashEnd.Location = new System.Drawing.Point(178, 41);
     this.lastWashEnd.Name = "lastWashEnd";
     this.lastWashEnd.Size = new System.Drawing.Size(72, 21);
     this.lastWashEnd.TabIndex = 3;
     this.lastWashEnd.Text = "00:00:00";
     //
     // lastWashBegin
     //
     this.lastWashBegin.AutoSize = true;
     this.lastWashBegin.BackColor = System.Drawing.Color.Transparent;
     this.lastWashBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lastWashBegin.Location = new System.Drawing.Point(178, 12);
     this.lastWashBegin.Name = "lastWashBegin";
     this.lastWashBegin.Size = new System.Drawing.Size(72, 21);
     this.lastWashBegin.TabIndex = 2;
     this.lastWashBegin.Text = "00:00:00";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.Transparent;
     this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label12.Location = new System.Drawing.Point(97, 39);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(90, 21);
     this.label12.TabIndex = 1;
     this.label12.Text = "末洗结束:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label11.Location = new System.Drawing.Point(97, 8);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(90, 21);
     this.label11.TabIndex = 1;
     this.label11.Text = "末洗开始:";
     //
     // lastWashTime
     //
     this.lastWashTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.lastWashTime.Location = new System.Drawing.Point(339, 21);
     this.lastWashTime.Name = "lastWashTime";
     this.lastWashTime.Size = new System.Drawing.Size(87, 29);
     this.lastWashTime.TabIndex = 0;
     this.lastWashTime.Values.Text = "00:00:00";
     //
     // lastWashIsPass
     //
     this.lastWashIsPass.Location = new System.Drawing.Point(24, 10);
     this.lastWashIsPass.Name = "lastWashIsPass";
     this.lastWashIsPass.Size = new System.Drawing.Size(54, 50);
     this.lastWashIsPass.TabIndex = 0;
     this.lastWashIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.lastWashIsPass.Values.Text = "";
     //
     // cleanOutWashGroBox
     //
     this.cleanOutWashGroBox.CaptionOverlap = 0.8D;
     this.cleanOutWashGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.cleanOutWashGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.cleanOutWashGroBox.Location = new System.Drawing.Point(518, 117);
     this.cleanOutWashGroBox.Name = "cleanOutWashGroBox";
     //
     // cleanOutWashGroBox.Panel
     //
     this.cleanOutWashGroBox.Panel.Controls.Add(this.cleanOutWashEnd);
     this.cleanOutWashGroBox.Panel.Controls.Add(this.cleanOutWashBegin);
     this.cleanOutWashGroBox.Panel.Controls.Add(this.label10);
     this.cleanOutWashGroBox.Panel.Controls.Add(this.label9);
     this.cleanOutWashGroBox.Panel.Controls.Add(this.cleanOutWashTime);
     this.cleanOutWashGroBox.Panel.Controls.Add(this.cleanOutWashIsPass);
     this.cleanOutWashGroBox.Size = new System.Drawing.Size(435, 95);
     this.cleanOutWashGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.cleanOutWashGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.cleanOutWashGroBox.StateCommon.Border.Rounding = 4;
     this.cleanOutWashGroBox.StateCommon.Border.Width = 5;
     this.cleanOutWashGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cleanOutWashGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.cleanOutWashGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.cleanOutWashGroBox.TabIndex = 0;
     this.cleanOutWashGroBox.Text = "清洗";
     this.cleanOutWashGroBox.Values.Heading = "清洗";
     //
     // cleanOutWashEnd
     //
     this.cleanOutWashEnd.AutoSize = true;
     this.cleanOutWashEnd.BackColor = System.Drawing.Color.Transparent;
     this.cleanOutWashEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cleanOutWashEnd.Location = new System.Drawing.Point(178, 40);
     this.cleanOutWashEnd.Name = "cleanOutWashEnd";
     this.cleanOutWashEnd.Size = new System.Drawing.Size(72, 21);
     this.cleanOutWashEnd.TabIndex = 4;
     this.cleanOutWashEnd.Text = "00:00:00";
     //
     // cleanOutWashBegin
     //
     this.cleanOutWashBegin.AutoSize = true;
     this.cleanOutWashBegin.BackColor = System.Drawing.Color.Transparent;
     this.cleanOutWashBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cleanOutWashBegin.Location = new System.Drawing.Point(178, 7);
     this.cleanOutWashBegin.Name = "cleanOutWashBegin";
     this.cleanOutWashBegin.Size = new System.Drawing.Size(72, 21);
     this.cleanOutWashBegin.TabIndex = 3;
     this.cleanOutWashBegin.Text = "00:00:00";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(95, 39);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(90, 21);
     this.label10.TabIndex = 2;
     this.label10.Text = "次洗结束:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(95, 7);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(90, 21);
     this.label9.TabIndex = 1;
     this.label9.Text = "次洗开始:";
     //
     // cleanOutWashTime
     //
     this.cleanOutWashTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.cleanOutWashTime.Location = new System.Drawing.Point(341, 22);
     this.cleanOutWashTime.Name = "cleanOutWashTime";
     this.cleanOutWashTime.Size = new System.Drawing.Size(87, 29);
     this.cleanOutWashTime.TabIndex = 0;
     this.cleanOutWashTime.Values.Text = "00:00:00";
     //
     // cleanOutWashIsPass
     //
     this.cleanOutWashIsPass.Location = new System.Drawing.Point(24, 8);
     this.cleanOutWashIsPass.Name = "cleanOutWashIsPass";
     this.cleanOutWashIsPass.Size = new System.Drawing.Size(54, 50);
     this.cleanOutWashIsPass.TabIndex = 0;
     this.cleanOutWashIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.cleanOutWashIsPass.Values.Text = "";
     //
     // enzymeWashGroBox
     //
     this.enzymeWashGroBox.CaptionOverlap = 0.8D;
     this.enzymeWashGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.enzymeWashGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.enzymeWashGroBox.Location = new System.Drawing.Point(16, 117);
     this.enzymeWashGroBox.Name = "enzymeWashGroBox";
     //
     // enzymeWashGroBox.Panel
     //
     this.enzymeWashGroBox.Panel.Controls.Add(this.enzymeWashEnd);
     this.enzymeWashGroBox.Panel.Controls.Add(this.enzymeWashBegin);
     this.enzymeWashGroBox.Panel.Controls.Add(this.label4);
     this.enzymeWashGroBox.Panel.Controls.Add(this.label3);
     this.enzymeWashGroBox.Panel.Controls.Add(this.enzymeWashTime);
     this.enzymeWashGroBox.Panel.Controls.Add(this.enzymeWashIsPass);
     this.enzymeWashGroBox.Size = new System.Drawing.Size(435, 95);
     this.enzymeWashGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.enzymeWashGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.enzymeWashGroBox.StateCommon.Border.Rounding = 4;
     this.enzymeWashGroBox.StateCommon.Border.Width = 5;
     this.enzymeWashGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.enzymeWashGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.enzymeWashGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.enzymeWashGroBox.TabIndex = 0;
     this.enzymeWashGroBox.Text = "酶洗";
     this.enzymeWashGroBox.Values.Heading = "酶洗";
     //
     // enzymeWashEnd
     //
     this.enzymeWashEnd.AutoSize = true;
     this.enzymeWashEnd.BackColor = System.Drawing.Color.Transparent;
     this.enzymeWashEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.enzymeWashEnd.Location = new System.Drawing.Point(176, 40);
     this.enzymeWashEnd.Name = "enzymeWashEnd";
     this.enzymeWashEnd.Size = new System.Drawing.Size(72, 21);
     this.enzymeWashEnd.TabIndex = 3;
     this.enzymeWashEnd.Text = "00:00:00";
     //
     // enzymeWashBegin
     //
     this.enzymeWashBegin.AutoSize = true;
     this.enzymeWashBegin.BackColor = System.Drawing.Color.Transparent;
     this.enzymeWashBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.enzymeWashBegin.Location = new System.Drawing.Point(176, 8);
     this.enzymeWashBegin.Name = "enzymeWashBegin";
     this.enzymeWashBegin.Size = new System.Drawing.Size(72, 21);
     this.enzymeWashBegin.TabIndex = 2;
     this.enzymeWashBegin.Text = "00:00:00";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(95, 40);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(90, 21);
     this.label4.TabIndex = 1;
     this.label4.Text = "酶洗结束:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(95, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(90, 21);
     this.label3.TabIndex = 1;
     this.label3.Text = "酶洗开始:";
     //
     // enzymeWashTime
     //
     this.enzymeWashTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.enzymeWashTime.Location = new System.Drawing.Point(341, 22);
     this.enzymeWashTime.Name = "enzymeWashTime";
     this.enzymeWashTime.Size = new System.Drawing.Size(87, 29);
     this.enzymeWashTime.TabIndex = 0;
     this.enzymeWashTime.Values.Text = "00:00:00";
     //
     // enzymeWashIsPass
     //
     this.enzymeWashIsPass.Location = new System.Drawing.Point(22, 7);
     this.enzymeWashIsPass.Name = "enzymeWashIsPass";
     this.enzymeWashIsPass.Size = new System.Drawing.Size(54, 50);
     this.enzymeWashIsPass.TabIndex = 0;
     this.enzymeWashIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.enzymeWashIsPass.Values.Text = "";
     //
     // firstWashGroBox
     //
     this.firstWashGroBox.CaptionOverlap = 0.8D;
     this.firstWashGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.firstWashGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.firstWashGroBox.Location = new System.Drawing.Point(518, 3);
     this.firstWashGroBox.Name = "firstWashGroBox";
     //
     // firstWashGroBox.Panel
     //
     this.firstWashGroBox.Panel.Controls.Add(this.firstWashEnd);
     this.firstWashGroBox.Panel.Controls.Add(this.firstWashBegin);
     this.firstWashGroBox.Panel.Controls.Add(this.label8);
     this.firstWashGroBox.Panel.Controls.Add(this.label7);
     this.firstWashGroBox.Panel.Controls.Add(this.firstWashTime);
     this.firstWashGroBox.Panel.Controls.Add(this.firstWashIsPss);
     this.firstWashGroBox.Size = new System.Drawing.Size(435, 100);
     this.firstWashGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.firstWashGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.firstWashGroBox.StateCommon.Border.Rounding = 4;
     this.firstWashGroBox.StateCommon.Border.Width = 5;
     this.firstWashGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.firstWashGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.firstWashGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.firstWashGroBox.TabIndex = 0;
     this.firstWashGroBox.Text = "初洗";
     this.firstWashGroBox.Values.Heading = "初洗";
     //
     // firstWashEnd
     //
     this.firstWashEnd.AutoSize = true;
     this.firstWashEnd.BackColor = System.Drawing.Color.Transparent;
     this.firstWashEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.firstWashEnd.Location = new System.Drawing.Point(180, 43);
     this.firstWashEnd.Name = "firstWashEnd";
     this.firstWashEnd.Size = new System.Drawing.Size(72, 21);
     this.firstWashEnd.TabIndex = 3;
     this.firstWashEnd.Text = "00:00:00";
     //
     // firstWashBegin
     //
     this.firstWashBegin.AutoSize = true;
     this.firstWashBegin.BackColor = System.Drawing.Color.Transparent;
     this.firstWashBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.firstWashBegin.Location = new System.Drawing.Point(180, 11);
     this.firstWashBegin.Name = "firstWashBegin";
     this.firstWashBegin.Size = new System.Drawing.Size(72, 21);
     this.firstWashBegin.TabIndex = 2;
     this.firstWashBegin.Text = "00:00:00";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(97, 43);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(90, 21);
     this.label8.TabIndex = 1;
     this.label8.Text = "初洗结束:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(97, 11);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(90, 21);
     this.label7.TabIndex = 1;
     this.label7.Text = "初洗开始:";
     //
     // firstWashTime
     //
     this.firstWashTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.firstWashTime.Location = new System.Drawing.Point(341, 21);
     this.firstWashTime.Name = "firstWashTime";
     this.firstWashTime.Size = new System.Drawing.Size(87, 29);
     this.firstWashTime.TabIndex = 0;
     this.firstWashTime.Values.Text = "00:00:00";
     //
     // firstWashIsPss
     //
     this.firstWashIsPss.Location = new System.Drawing.Point(24, 11);
     this.firstWashIsPss.Name = "firstWashIsPss";
     this.firstWashIsPss.Size = new System.Drawing.Size(54, 50);
     this.firstWashIsPss.TabIndex = 0;
     this.firstWashIsPss.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.firstWashIsPss.Values.Text = "";
     //
     // manualWashGroBox
     //
     this.manualWashGroBox.CaptionOverlap = 0.8D;
     this.manualWashGroBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.manualWashGroBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.manualWashGroBox.Location = new System.Drawing.Point(16, 3);
     this.manualWashGroBox.Name = "manualWashGroBox";
     //
     // manualWashGroBox.Panel
     //
     this.manualWashGroBox.Panel.Controls.Add(this.manualWashEnd);
     this.manualWashGroBox.Panel.Controls.Add(this.manualWashBegin);
     this.manualWashGroBox.Panel.Controls.Add(this.label2);
     this.manualWashGroBox.Panel.Controls.Add(this.label1);
     this.manualWashGroBox.Panel.Controls.Add(this.manualWashTime);
     this.manualWashGroBox.Panel.Controls.Add(this.labIsPass);
     this.manualWashGroBox.Size = new System.Drawing.Size(435, 100);
     this.manualWashGroBox.StateCommon.Border.Color1 = System.Drawing.Color.MediumSeaGreen;
     this.manualWashGroBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.manualWashGroBox.StateCommon.Border.Rounding = 4;
     this.manualWashGroBox.StateCommon.Border.Width = 5;
     this.manualWashGroBox.StateCommon.Content.ShortText.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.manualWashGroBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.manualWashGroBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.manualWashGroBox.TabIndex = 0;
     this.manualWashGroBox.Text = "刷洗";
     this.manualWashGroBox.Values.Heading = "刷洗";
     //
     // manualWashEnd
     //
     this.manualWashEnd.AutoSize = true;
     this.manualWashEnd.BackColor = System.Drawing.Color.Transparent;
     this.manualWashEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.manualWashEnd.Location = new System.Drawing.Point(176, 42);
     this.manualWashEnd.Name = "manualWashEnd";
     this.manualWashEnd.Size = new System.Drawing.Size(72, 21);
     this.manualWashEnd.TabIndex = 3;
     this.manualWashEnd.Text = "00:00:00";
     //
     // manualWashBegin
     //
     this.manualWashBegin.AutoSize = true;
     this.manualWashBegin.BackColor = System.Drawing.Color.Transparent;
     this.manualWashBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.manualWashBegin.Location = new System.Drawing.Point(176, 11);
     this.manualWashBegin.Name = "manualWashBegin";
     this.manualWashBegin.Size = new System.Drawing.Size(72, 21);
     this.manualWashBegin.TabIndex = 2;
     this.manualWashBegin.Text = "00:00:00";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(95, 43);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(90, 21);
     this.label2.TabIndex = 1;
     this.label2.Text = "刷洗结束:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(95, 11);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(90, 21);
     this.label1.TabIndex = 1;
     this.label1.Text = "刷洗开始:";
     //
     // manualWashTime
     //
     this.manualWashTime.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitlePanel;
     this.manualWashTime.Location = new System.Drawing.Point(345, 21);
     this.manualWashTime.Name = "manualWashTime";
     this.manualWashTime.Size = new System.Drawing.Size(87, 29);
     this.manualWashTime.TabIndex = 0;
     this.manualWashTime.Values.Text = "00:00:00";
     //
     // labIsPass
     //
     this.labIsPass.Location = new System.Drawing.Point(22, 11);
     this.labIsPass.Name = "labIsPass";
     this.labIsPass.Size = new System.Drawing.Size(54, 50);
     this.labIsPass.TabIndex = 0;
     this.labIsPass.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.labIsPass.Values.Text = "";
     //
     // basicMesGrouBox
     //
     this.basicMesGrouBox.CaptionOverlap = 0D;
     this.basicMesGrouBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.basicMesGrouBox.Dock = System.Windows.Forms.DockStyle.Top;
     this.basicMesGrouBox.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonInputControl;
     this.basicMesGrouBox.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.HeaderPrimary;
     this.basicMesGrouBox.Location = new System.Drawing.Point(0, 0);
     this.basicMesGrouBox.Name = "basicMesGrouBox";
     //
     // basicMesGrouBox.Panel
     //
     this.basicMesGrouBox.Panel.Controls.Add(this.txtWasherName);
     this.basicMesGrouBox.Panel.Controls.Add(this.txtWasherNo);
     this.basicMesGrouBox.Panel.Controls.Add(this.txtEndoscopeSIM);
     this.basicMesGrouBox.Panel.Controls.Add(this.txtEndoscopeNo);
     this.basicMesGrouBox.Panel.Controls.Add(this.label24);
     this.basicMesGrouBox.Panel.Controls.Add(this.label13);
     this.basicMesGrouBox.Panel.Controls.Add(this.isVoice);
     this.basicMesGrouBox.Panel.Controls.Add(this.label23);
     this.basicMesGrouBox.Panel.Controls.Add(this.label14);
     this.basicMesGrouBox.Size = new System.Drawing.Size(998, 54);
     this.basicMesGrouBox.StateCommon.Border.Color1 = System.Drawing.SystemColors.AppWorkspace;
     this.basicMesGrouBox.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.basicMesGrouBox.StateCommon.Border.Rounding = 4;
     this.basicMesGrouBox.StateCommon.Border.Width = 4;
     this.basicMesGrouBox.StateNormal.Border.Color1 = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicMesGrouBox.StateNormal.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.basicMesGrouBox.TabIndex = 0;
     this.basicMesGrouBox.Values.Heading = "";
     //
     // txtWasherName
     //
     this.txtWasherName.Location = new System.Drawing.Point(768, 11);
     this.txtWasherName.Name = "txtWasherName";
     this.txtWasherName.Size = new System.Drawing.Size(115, 26);
     this.txtWasherName.StateActive.Border.Color1 = System.Drawing.Color.Silver;
     this.txtWasherName.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.txtWasherName.StateActive.Border.Rounding = 2;
     this.txtWasherName.StateActive.Border.Width = 2;
     this.txtWasherName.StateCommon.Content.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtWasherName.TabIndex = 8;
     this.txtWasherName.Enter += new System.EventHandler(this.txtEndoscopeNo_Enter);
     this.txtWasherName.Leave += new System.EventHandler(this.txtEndoscopeNo_Leave);
     //
     // txtWasherNo
     //
     this.txtWasherNo.Location = new System.Drawing.Point(545, 11);
     this.txtWasherNo.Name = "txtWasherNo";
     this.txtWasherNo.Size = new System.Drawing.Size(115, 26);
     this.txtWasherNo.StateActive.Border.Color1 = System.Drawing.Color.Silver;
     this.txtWasherNo.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.txtWasherNo.StateActive.Border.Rounding = 2;
     this.txtWasherNo.StateActive.Border.Width = 2;
     this.txtWasherNo.StateCommon.Content.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtWasherNo.TabIndex = 8;
     this.txtWasherNo.Enter += new System.EventHandler(this.txtEndoscopeNo_Enter);
     this.txtWasherNo.Leave += new System.EventHandler(this.txtEndoscopeNo_Leave);
     //
     // txtEndoscopeSIM
     //
     this.txtEndoscopeSIM.Location = new System.Drawing.Point(310, 10);
     this.txtEndoscopeSIM.Name = "txtEndoscopeSIM";
     this.txtEndoscopeSIM.Size = new System.Drawing.Size(115, 26);
     this.txtEndoscopeSIM.StateActive.Border.Color1 = System.Drawing.Color.Silver;
     this.txtEndoscopeSIM.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.txtEndoscopeSIM.StateActive.Border.Rounding = 2;
     this.txtEndoscopeSIM.StateActive.Border.Width = 2;
     this.txtEndoscopeSIM.StateCommon.Content.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEndoscopeSIM.TabIndex = 8;
     this.txtEndoscopeSIM.Enter += new System.EventHandler(this.txtEndoscopeNo_Enter);
     this.txtEndoscopeSIM.Leave += new System.EventHandler(this.txtEndoscopeNo_Leave);
     //
     // txtEndoscopeNo
     //
     this.txtEndoscopeNo.Location = new System.Drawing.Point(91, 10);
     this.txtEndoscopeNo.Name = "txtEndoscopeNo";
     this.txtEndoscopeNo.Size = new System.Drawing.Size(115, 26);
     this.txtEndoscopeNo.StateActive.Border.Color1 = System.Drawing.Color.Silver;
     this.txtEndoscopeNo.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
                 | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
     this.txtEndoscopeNo.StateActive.Border.Rounding = 2;
     this.txtEndoscopeNo.StateActive.Border.Width = 2;
     this.txtEndoscopeNo.StateCommon.Content.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEndoscopeNo.TabIndex = 8;
     this.txtEndoscopeNo.Enter += new System.EventHandler(this.txtEndoscopeNo_Enter);
     this.txtEndoscopeNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtEndoscopeNo_KeyDown);
     this.txtEndoscopeNo.Leave += new System.EventHandler(this.txtEndoscopeNo_Leave);
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.BackColor = System.Drawing.Color.Transparent;
     this.label24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label24.ForeColor = System.Drawing.Color.Green;
     this.label24.Location = new System.Drawing.Point(684, 11);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(90, 21);
     this.label24.TabIndex = 7;
     this.label24.Text = "清洗员名:";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label13.ForeColor = System.Drawing.Color.Green;
     this.label13.Location = new System.Drawing.Point(6, 10);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(90, 21);
     this.label13.TabIndex = 4;
     this.label13.Text = "内镜编号:";
     //
     // isVoice
     //
     this.isVoice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.isVoice.Checked = true;
     this.isVoice.CheckState = System.Windows.Forms.CheckState.Checked;
     this.isVoice.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.isVoice.Location = new System.Drawing.Point(905, 12);
     this.isVoice.Name = "isVoice";
     this.isVoice.Size = new System.Drawing.Size(77, 20);
     this.isVoice.TabIndex = 2;
     this.isVoice.Text = "开启声音";
     this.isVoice.Values.Text = "开启声音";
     this.isVoice.CheckedChanged += new System.EventHandler(this.IsVoice_CheckedChanged);
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.BackColor = System.Drawing.Color.Transparent;
     this.label23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label23.ForeColor = System.Drawing.Color.Green;
     this.label23.Location = new System.Drawing.Point(444, 11);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(106, 21);
     this.label23.TabIndex = 6;
     this.label23.Text = "清洗员编号:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label14.ForeColor = System.Drawing.Color.Green;
     this.label14.Location = new System.Drawing.Point(225, 10);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(90, 21);
     this.label14.TabIndex = 5;
     this.label14.Text = "内镜卡号:";
     //
     // kryptonLabel9
     //
     this.kryptonLabel9.Location = new System.Drawing.Point(0, 0);
     this.kryptonLabel9.Name = "kryptonLabel9";
     this.kryptonLabel9.Size = new System.Drawing.Size(90, 25);
     this.kryptonLabel9.TabIndex = 0;
     //
     // kryptonLabel11
     //
     this.kryptonLabel11.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl;
     this.kryptonLabel11.Location = new System.Drawing.Point(103, 34);
     this.kryptonLabel11.Name = "kryptonLabel11";
     this.kryptonLabel11.Size = new System.Drawing.Size(73, 20);
     this.kryptonLabel11.TabIndex = 0;
     this.kryptonLabel11.Values.Text = "消毒结束:";
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonGroupBox1.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.kryptonGroupBox1.Location = new System.Drawing.Point(16, 14);
     this.kryptonGroupBox1.Name = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonGroupBox2);
     this.kryptonGroupBox1.Panel.Controls.Add(this.label15);
     this.kryptonGroupBox1.Panel.Controls.Add(this.label16);
     this.kryptonGroupBox1.Size = new System.Drawing.Size(475, 100);
     this.kryptonGroupBox1.TabIndex = 2;
     this.kryptonGroupBox1.Text = "消毒";
     this.kryptonGroupBox1.Values.Heading = "消毒";
     //
     // kryptonGroupBox2
     //
     this.kryptonGroupBox2.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonGroupBox2.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.kryptonGroupBox2.Location = new System.Drawing.Point(511, 14);
     this.kryptonGroupBox2.Name = "kryptonGroupBox2";
     //
     // kryptonGroupBox2.Panel
     //
     this.kryptonGroupBox2.Panel.Controls.Add(this.label17);
     this.kryptonGroupBox2.Panel.Controls.Add(this.label18);
     this.kryptonGroupBox2.Panel.Controls.Add(this.label19);
     this.kryptonGroupBox2.Panel.Controls.Add(this.label20);
     this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonLabel7);
     this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonLabel8);
     this.kryptonGroupBox2.Size = new System.Drawing.Size(475, 100);
     this.kryptonGroupBox2.TabIndex = 1;
     this.kryptonGroupBox2.Text = "末洗";
     this.kryptonGroupBox2.Values.Heading = "末洗";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label17.Location = new System.Drawing.Point(199, 40);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(163, 21);
     this.label17.TabIndex = 3;
     this.label17.Text = "2012/01/01 00:10:00";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label18.Location = new System.Drawing.Point(199, 11);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(163, 21);
     this.label18.TabIndex = 2;
     this.label18.Text = "2012/01/01 00:10:00";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label19.Location = new System.Drawing.Point(97, 36);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(90, 21);
     this.label19.TabIndex = 1;
     this.label19.Text = "末洗结束:";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label20.Location = new System.Drawing.Point(97, 7);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(90, 21);
     this.label20.TabIndex = 1;
     this.label20.Text = "末洗开始:";
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel7.Location = new System.Drawing.Point(381, 19);
     this.kryptonLabel7.Name = "kryptonLabel7";
     this.kryptonLabel7.Size = new System.Drawing.Size(87, 29);
     this.kryptonLabel7.TabIndex = 0;
     this.kryptonLabel7.Values.Text = "00:00:00";
     //
     // kryptonLabel8
     //
     this.kryptonLabel8.Location = new System.Drawing.Point(22, 9);
     this.kryptonLabel8.Name = "kryptonLabel8";
     this.kryptonLabel8.Size = new System.Drawing.Size(54, 50);
     this.kryptonLabel8.TabIndex = 0;
     this.kryptonLabel8.Values.Image = global::ProxyClient.Properties.Resources.right;
     this.kryptonLabel8.Values.Text = "";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label15.Location = new System.Drawing.Point(97, 40);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(90, 21);
     this.label15.TabIndex = 1;
     this.label15.Text = "消毒结束:";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label16.Location = new System.Drawing.Point(97, 10);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(90, 21);
     this.label16.TabIndex = 1;
     this.label16.Text = "消毒开始:";
     //
     // kryptonGroupBox4
     //
     this.kryptonGroupBox4.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonGroupBox4.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlRibbon;
     this.kryptonGroupBox4.Location = new System.Drawing.Point(511, 3);
     this.kryptonGroupBox4.Name = "kryptonGroupBox4";
     //
     // kryptonGroupBox4.Panel
     //
     this.kryptonGroupBox4.Panel.Controls.Add(this.label25);
     this.kryptonGroupBox4.Panel.Controls.Add(this.label26);
     this.kryptonGroupBox4.Size = new System.Drawing.Size(475, 100);
     this.kryptonGroupBox4.TabIndex = 1;
     this.kryptonGroupBox4.Text = "末洗";
     this.kryptonGroupBox4.Values.Heading = "末洗";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.BackColor = System.Drawing.Color.Transparent;
     this.label25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label25.Location = new System.Drawing.Point(97, 36);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(90, 21);
     this.label25.TabIndex = 1;
     this.label25.Text = "末洗结束:";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.BackColor = System.Drawing.Color.Transparent;
     this.label26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label26.Location = new System.Drawing.Point(97, 7);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(90, 21);
     this.label26.TabIndex = 1;
     this.label26.Text = "末洗开始:";
     //
     // CleanTempMsg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1000, 788);
     this.Controls.Add(this.proxyContentPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "CleanTempMsg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "内镜清洗信息";
     ((System.ComponentModel.ISupportInitialize)(this.proxyContentPanel)).EndInit();
     this.proxyContentPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.proxyGroupPanel.Panel)).EndInit();
     this.proxyGroupPanel.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.proxyGroupPanel)).EndInit();
     this.proxyGroupPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.headerContent)).EndInit();
     this.headerContent.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.MainContent)).EndInit();
     this.MainContent.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.secGroBox.Panel)).EndInit();
     this.secGroBox.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.secGroBox)).EndInit();
     this.secGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5.Panel)).EndInit();
     this.kryptonGroupBox5.Panel.ResumeLayout(false);
     this.kryptonGroupBox5.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5)).EndInit();
     this.kryptonGroupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6.Panel)).EndInit();
     this.kryptonGroupBox6.Panel.ResumeLayout(false);
     this.kryptonGroupBox6.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6)).EndInit();
     this.kryptonGroupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cleanGroBox.Panel)).EndInit();
     this.cleanGroBox.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cleanGroBox)).EndInit();
     this.cleanGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dipInGroBox.Panel)).EndInit();
     this.dipInGroBox.Panel.ResumeLayout(false);
     this.dipInGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dipInGroBox)).EndInit();
     this.dipInGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lastWashGroBox.Panel)).EndInit();
     this.lastWashGroBox.Panel.ResumeLayout(false);
     this.lastWashGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lastWashGroBox)).EndInit();
     this.lastWashGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cleanOutWashGroBox.Panel)).EndInit();
     this.cleanOutWashGroBox.Panel.ResumeLayout(false);
     this.cleanOutWashGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cleanOutWashGroBox)).EndInit();
     this.cleanOutWashGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.enzymeWashGroBox.Panel)).EndInit();
     this.enzymeWashGroBox.Panel.ResumeLayout(false);
     this.enzymeWashGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.enzymeWashGroBox)).EndInit();
     this.enzymeWashGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.firstWashGroBox.Panel)).EndInit();
     this.firstWashGroBox.Panel.ResumeLayout(false);
     this.firstWashGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.firstWashGroBox)).EndInit();
     this.firstWashGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.manualWashGroBox.Panel)).EndInit();
     this.manualWashGroBox.Panel.ResumeLayout(false);
     this.manualWashGroBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.manualWashGroBox)).EndInit();
     this.manualWashGroBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.basicMesGrouBox.Panel)).EndInit();
     this.basicMesGrouBox.Panel.ResumeLayout(false);
     this.basicMesGrouBox.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.basicMesGrouBox)).EndInit();
     this.basicMesGrouBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
     this.kryptonGroupBox2.Panel.ResumeLayout(false);
     this.kryptonGroupBox2.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
     this.kryptonGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4.Panel)).EndInit();
     this.kryptonGroupBox4.Panel.ResumeLayout(false);
     this.kryptonGroupBox4.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4)).EndInit();
     this.kryptonGroupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel idLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel codigoItemLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel descripcionLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel precioUnitarioLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel precioReferencialLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel cantidadLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel unidadMedidaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel impuestoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel tipoImpuestoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel impuestoSelectivoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel otroImpuestoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel totalVentaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel tipoPrecioLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel descuentoLabel;
     this.detalleDocumentoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.codigoItemTextBox             = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.descripcionTextBox            = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.precioUnitarioTextBox         = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.precioReferencialTextBox      = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.cantidadTextBox           = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.unidadMedidaComboBox      = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.impuestoTextBox           = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.tipoImpuestoComboBox      = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.tipoImpuestoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.impuestoSelectivoTextBox  = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.otroImpuestoTextBox       = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.totalVentaTextBox         = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.barraBotones            = new System.Windows.Forms.ToolStrip();
     this.toolOk                  = new System.Windows.Forms.ToolStripButton();
     this.toolCancel              = new System.Windows.Forms.ToolStripButton();
     this.errorProvider1          = new System.Windows.Forms.ErrorProvider(this.components);
     this.btnCalcIgv              = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.btnCalcIsc              = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.tipoPrecioComboBox      = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.tipoPrecioBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.kryptonPanel1           = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.idNumericUpDown         = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.descuentoTextBox        = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     idLabel                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     codigoItemLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     descripcionLabel       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     precioUnitarioLabel    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     precioReferencialLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     cantidadLabel          = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     unidadMedidaLabel      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     impuestoLabel          = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     tipoImpuestoLabel      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     impuestoSelectivoLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     otroImpuestoLabel      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     totalVentaLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     tipoPrecioLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     descuentoLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.detalleDocumentoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.unidadMedidaComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoImpuestoComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoImpuestoBindingSource)).BeginInit();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoPrecioComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoPrecioBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // idLabel
     //
     idLabel.Location    = new System.Drawing.Point(3, 7);
     idLabel.Name        = "idLabel";
     idLabel.Size        = new System.Drawing.Size(24, 20);
     idLabel.TabIndex    = 1;
     idLabel.Values.Text = "Id:";
     //
     // codigoItemLabel
     //
     codigoItemLabel.Location    = new System.Drawing.Point(3, 31);
     codigoItemLabel.Name        = "codigoItemLabel";
     codigoItemLabel.Size        = new System.Drawing.Size(81, 20);
     codigoItemLabel.TabIndex    = 2;
     codigoItemLabel.Values.Text = "Código Item:";
     //
     // descripcionLabel
     //
     descripcionLabel.Location    = new System.Drawing.Point(3, 57);
     descripcionLabel.Name        = "descripcionLabel";
     descripcionLabel.Size        = new System.Drawing.Size(77, 20);
     descripcionLabel.TabIndex    = 4;
     descripcionLabel.Values.Text = "Descripcion:";
     //
     // precioUnitarioLabel
     //
     precioUnitarioLabel.Location    = new System.Drawing.Point(3, 83);
     precioUnitarioLabel.Name        = "precioUnitarioLabel";
     precioUnitarioLabel.Size        = new System.Drawing.Size(94, 20);
     precioUnitarioLabel.TabIndex    = 6;
     precioUnitarioLabel.Values.Text = "Precio Unitario:";
     //
     // precioReferencialLabel
     //
     precioReferencialLabel.Location    = new System.Drawing.Point(4, 109);
     precioReferencialLabel.Name        = "precioReferencialLabel";
     precioReferencialLabel.Size        = new System.Drawing.Size(110, 20);
     precioReferencialLabel.TabIndex    = 8;
     precioReferencialLabel.Values.Text = "Precio Referencial:";
     //
     // cantidadLabel
     //
     cantidadLabel.Location    = new System.Drawing.Point(3, 159);
     cantidadLabel.Name        = "cantidadLabel";
     cantidadLabel.Size        = new System.Drawing.Size(62, 20);
     cantidadLabel.TabIndex    = 10;
     cantidadLabel.Values.Text = "Cantidad:";
     //
     // unidadMedidaLabel
     //
     unidadMedidaLabel.Location    = new System.Drawing.Point(4, 183);
     unidadMedidaLabel.Name        = "unidadMedidaLabel";
     unidadMedidaLabel.Size        = new System.Drawing.Size(97, 20);
     unidadMedidaLabel.TabIndex    = 12;
     unidadMedidaLabel.Values.Text = "Unidad Medida:";
     //
     // impuestoLabel
     //
     impuestoLabel.Location    = new System.Drawing.Point(4, 235);
     impuestoLabel.Name        = "impuestoLabel";
     impuestoLabel.Size        = new System.Drawing.Size(65, 20);
     impuestoLabel.TabIndex    = 14;
     impuestoLabel.Values.Text = "Impuesto:";
     //
     // tipoImpuestoLabel
     //
     tipoImpuestoLabel.Location    = new System.Drawing.Point(3, 258);
     tipoImpuestoLabel.Name        = "tipoImpuestoLabel";
     tipoImpuestoLabel.Size        = new System.Drawing.Size(92, 20);
     tipoImpuestoLabel.TabIndex    = 16;
     tipoImpuestoLabel.Values.Text = "Tipo Impuesto:";
     //
     // impuestoSelectivoLabel
     //
     impuestoSelectivoLabel.Location    = new System.Drawing.Point(4, 285);
     impuestoSelectivoLabel.Name        = "impuestoSelectivoLabel";
     impuestoSelectivoLabel.Size        = new System.Drawing.Size(116, 20);
     impuestoSelectivoLabel.TabIndex    = 18;
     impuestoSelectivoLabel.Values.Text = "Impuesto Selectivo:";
     //
     // otroImpuestoLabel
     //
     otroImpuestoLabel.Location    = new System.Drawing.Point(4, 311);
     otroImpuestoLabel.Name        = "otroImpuestoLabel";
     otroImpuestoLabel.Size        = new System.Drawing.Size(93, 20);
     otroImpuestoLabel.TabIndex    = 20;
     otroImpuestoLabel.Values.Text = "Otro Impuesto:";
     //
     // totalVentaLabel
     //
     totalVentaLabel.Location    = new System.Drawing.Point(4, 337);
     totalVentaLabel.Name        = "totalVentaLabel";
     totalVentaLabel.Size        = new System.Drawing.Size(75, 20);
     totalVentaLabel.TabIndex    = 22;
     totalVentaLabel.Values.Text = "Total Venta:";
     //
     // tipoPrecioLabel
     //
     tipoPrecioLabel.Location    = new System.Drawing.Point(4, 133);
     tipoPrecioLabel.Name        = "tipoPrecioLabel";
     tipoPrecioLabel.Size        = new System.Drawing.Size(74, 20);
     tipoPrecioLabel.TabIndex    = 27;
     tipoPrecioLabel.Values.Text = "Tipo Precio:";
     //
     // detalleDocumentoBindingSource
     //
     this.detalleDocumentoBindingSource.DataSource = typeof(Comun.Dto.Modelos.DetalleDocumento);
     //
     // codigoItemTextBox
     //
     this.codigoItemTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "CodigoItem", true));
     this.codigoItemTextBox.Location = new System.Drawing.Point(120, 28);
     this.codigoItemTextBox.Name     = "codigoItemTextBox";
     this.codigoItemTextBox.Size     = new System.Drawing.Size(100, 23);
     this.codigoItemTextBox.TabIndex = 1;
     //
     // descripcionTextBox
     //
     this.descripcionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "Descripcion", true));
     this.descripcionTextBox.Location = new System.Drawing.Point(120, 54);
     this.descripcionTextBox.Name     = "descripcionTextBox";
     this.descripcionTextBox.Size     = new System.Drawing.Size(240, 23);
     this.descripcionTextBox.TabIndex = 2;
     //
     // precioUnitarioTextBox
     //
     this.precioUnitarioTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "PrecioUnitario", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.precioUnitarioTextBox.Location = new System.Drawing.Point(120, 80);
     this.precioUnitarioTextBox.Name     = "precioUnitarioTextBox";
     this.precioUnitarioTextBox.Size     = new System.Drawing.Size(100, 23);
     this.precioUnitarioTextBox.TabIndex = 3;
     //
     // precioReferencialTextBox
     //
     this.precioReferencialTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "PrecioReferencial", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.precioReferencialTextBox.Location = new System.Drawing.Point(120, 106);
     this.precioReferencialTextBox.Name     = "precioReferencialTextBox";
     this.precioReferencialTextBox.Size     = new System.Drawing.Size(100, 23);
     this.precioReferencialTextBox.TabIndex = 4;
     //
     // cantidadTextBox
     //
     this.cantidadTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "Cantidad", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.cantidadTextBox.Location = new System.Drawing.Point(120, 156);
     this.cantidadTextBox.Name     = "cantidadTextBox";
     this.cantidadTextBox.Size     = new System.Drawing.Size(100, 23);
     this.cantidadTextBox.TabIndex = 6;
     //
     // unidadMedidaComboBox
     //
     this.unidadMedidaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "UnidadMedida", true));
     this.unidadMedidaComboBox.DropDownWidth     = 100;
     this.unidadMedidaComboBox.FormattingEnabled = true;
     this.unidadMedidaComboBox.Items.AddRange(new object[] {
         "NIU",
         "KG",
         "ONZ",
         "LTR"
     });
     this.unidadMedidaComboBox.Location = new System.Drawing.Point(120, 182);
     this.unidadMedidaComboBox.Name     = "unidadMedidaComboBox";
     this.unidadMedidaComboBox.Size     = new System.Drawing.Size(100, 21);
     this.unidadMedidaComboBox.TabIndex = 7;
     //
     // impuestoTextBox
     //
     this.impuestoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "Impuesto", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.impuestoTextBox.Location = new System.Drawing.Point(120, 232);
     this.impuestoTextBox.Name     = "impuestoTextBox";
     this.impuestoTextBox.Size     = new System.Drawing.Size(100, 23);
     this.impuestoTextBox.TabIndex = 9;
     //
     // tipoImpuestoComboBox
     //
     this.tipoImpuestoComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.detalleDocumentoBindingSource, "TipoImpuesto", true));
     this.tipoImpuestoComboBox.DataSource        = this.tipoImpuestoBindingSource;
     this.tipoImpuestoComboBox.DisplayMember     = "DescripcionCompleta";
     this.tipoImpuestoComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoImpuestoComboBox.DropDownWidth     = 240;
     this.tipoImpuestoComboBox.FormattingEnabled = true;
     this.tipoImpuestoComboBox.Location          = new System.Drawing.Point(120, 258);
     this.tipoImpuestoComboBox.Name        = "tipoImpuestoComboBox";
     this.tipoImpuestoComboBox.Size        = new System.Drawing.Size(240, 21);
     this.tipoImpuestoComboBox.TabIndex    = 11;
     this.tipoImpuestoComboBox.ValueMember = "Codigo";
     //
     // tipoImpuestoBindingSource
     //
     this.tipoImpuestoBindingSource.DataSource = typeof(WinApp.Entidades.TipoImpuesto);
     //
     // impuestoSelectivoTextBox
     //
     this.impuestoSelectivoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "ImpuestoSelectivo", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.impuestoSelectivoTextBox.Location = new System.Drawing.Point(120, 282);
     this.impuestoSelectivoTextBox.Name     = "impuestoSelectivoTextBox";
     this.impuestoSelectivoTextBox.Size     = new System.Drawing.Size(100, 23);
     this.impuestoSelectivoTextBox.TabIndex = 12;
     //
     // otroImpuestoTextBox
     //
     this.otroImpuestoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "OtroImpuesto", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.otroImpuestoTextBox.Location = new System.Drawing.Point(120, 308);
     this.otroImpuestoTextBox.Name     = "otroImpuestoTextBox";
     this.otroImpuestoTextBox.Size     = new System.Drawing.Size(100, 23);
     this.otroImpuestoTextBox.TabIndex = 14;
     //
     // totalVentaTextBox
     //
     this.totalVentaTextBox.BackColor = System.Drawing.SystemColors.Info;
     this.totalVentaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "TotalVenta", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.totalVentaTextBox.Location = new System.Drawing.Point(120, 334);
     this.totalVentaTextBox.Name     = "totalVentaTextBox";
     this.totalVentaTextBox.Size     = new System.Drawing.Size(100, 23);
     this.totalVentaTextBox.TabIndex = 15;
     //
     // barraBotones
     //
     this.barraBotones.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(374, 25);
     this.barraBotones.TabIndex = 24;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::WinApp.Properties.Resources.ok;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name   = "toolOk";
     this.toolOk.Size   = new System.Drawing.Size(68, 22);
     this.toolOk.Text   = "&Aceptar";
     this.toolOk.Click += new System.EventHandler(this.ToolOk_Click);
     //
     // toolCancel
     //
     this.toolCancel.Image = global::WinApp.Properties.Resources.cancel;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name   = "toolCancel";
     this.toolCancel.Size   = new System.Drawing.Size(73, 22);
     this.toolCancel.Text   = "&Cancelar";
     this.toolCancel.Click += new System.EventHandler(this.ToolCancel_Click);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.DataSource       = this.detalleDocumentoBindingSource;
     //
     // btnCalcIgv
     //
     this.btnCalcIgv.AutoSize    = true;
     this.btnCalcIgv.Location    = new System.Drawing.Point(235, 231);
     this.btnCalcIgv.Name        = "btnCalcIgv";
     this.btnCalcIgv.Size        = new System.Drawing.Size(125, 24);
     this.btnCalcIgv.TabIndex    = 10;
     this.btnCalcIgv.Values.Text = "C&alcular IGV";
     this.btnCalcIgv.Click      += new System.EventHandler(this.BtnCalcIgv_Click);
     //
     // btnCalcIsc
     //
     this.btnCalcIsc.AutoSize    = true;
     this.btnCalcIsc.Location    = new System.Drawing.Point(235, 281);
     this.btnCalcIsc.Name        = "btnCalcIsc";
     this.btnCalcIsc.Size        = new System.Drawing.Size(125, 24);
     this.btnCalcIsc.TabIndex    = 13;
     this.btnCalcIsc.Values.Text = "Ca&lcular ISC";
     this.btnCalcIsc.Click      += new System.EventHandler(this.BtnCalcIsc_Click);
     //
     // tipoPrecioComboBox
     //
     this.tipoPrecioComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.detalleDocumentoBindingSource, "TipoPrecio", true));
     this.tipoPrecioComboBox.DataSource        = this.tipoPrecioBindingSource;
     this.tipoPrecioComboBox.DisplayMember     = "DescripcionCompleta";
     this.tipoPrecioComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoPrecioComboBox.DropDownWidth     = 240;
     this.tipoPrecioComboBox.FormattingEnabled = true;
     this.tipoPrecioComboBox.Location          = new System.Drawing.Point(120, 132);
     this.tipoPrecioComboBox.Name        = "tipoPrecioComboBox";
     this.tipoPrecioComboBox.Size        = new System.Drawing.Size(240, 21);
     this.tipoPrecioComboBox.TabIndex    = 5;
     this.tipoPrecioComboBox.ValueMember = "Codigo";
     //
     // tipoPrecioBindingSource
     //
     this.tipoPrecioBindingSource.DataSource = typeof(WinApp.Entidades.TipoPrecio);
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.idNumericUpDown);
     this.kryptonPanel1.Controls.Add(this.tipoPrecioComboBox);
     this.kryptonPanel1.Controls.Add(this.codigoItemTextBox);
     this.kryptonPanel1.Controls.Add(this.descripcionTextBox);
     this.kryptonPanel1.Controls.Add(this.precioUnitarioTextBox);
     this.kryptonPanel1.Controls.Add(this.totalVentaTextBox);
     this.kryptonPanel1.Controls.Add(this.precioReferencialTextBox);
     this.kryptonPanel1.Controls.Add(this.otroImpuestoTextBox);
     this.kryptonPanel1.Controls.Add(this.cantidadTextBox);
     this.kryptonPanel1.Controls.Add(this.impuestoSelectivoTextBox);
     this.kryptonPanel1.Controls.Add(this.unidadMedidaComboBox);
     this.kryptonPanel1.Controls.Add(this.tipoImpuestoComboBox);
     this.kryptonPanel1.Controls.Add(this.descuentoTextBox);
     this.kryptonPanel1.Controls.Add(this.impuestoTextBox);
     this.kryptonPanel1.Controls.Add(idLabel);
     this.kryptonPanel1.Controls.Add(tipoPrecioLabel);
     this.kryptonPanel1.Controls.Add(this.btnCalcIsc);
     this.kryptonPanel1.Controls.Add(codigoItemLabel);
     this.kryptonPanel1.Controls.Add(this.btnCalcIgv);
     this.kryptonPanel1.Controls.Add(descripcionLabel);
     this.kryptonPanel1.Controls.Add(totalVentaLabel);
     this.kryptonPanel1.Controls.Add(precioUnitarioLabel);
     this.kryptonPanel1.Controls.Add(otroImpuestoLabel);
     this.kryptonPanel1.Controls.Add(precioReferencialLabel);
     this.kryptonPanel1.Controls.Add(impuestoSelectivoLabel);
     this.kryptonPanel1.Controls.Add(cantidadLabel);
     this.kryptonPanel1.Controls.Add(tipoImpuestoLabel);
     this.kryptonPanel1.Controls.Add(unidadMedidaLabel);
     this.kryptonPanel1.Controls.Add(descuentoLabel);
     this.kryptonPanel1.Controls.Add(impuestoLabel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(374, 368);
     this.kryptonPanel1.TabIndex = 0;
     //
     // idNumericUpDown
     //
     this.idNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.detalleDocumentoBindingSource, "Id", true));
     this.idNumericUpDown.Location = new System.Drawing.Point(120, 3);
     this.idNumericUpDown.Name     = "idNumericUpDown";
     this.idNumericUpDown.Size     = new System.Drawing.Size(100, 22);
     this.idNumericUpDown.TabIndex = 0;
     //
     // descuentoTextBox
     //
     this.descuentoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "Descuento", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, null, "N2"));
     this.descuentoTextBox.Location = new System.Drawing.Point(120, 206);
     this.descuentoTextBox.Name     = "descuentoTextBox";
     this.descuentoTextBox.Size     = new System.Drawing.Size(100, 23);
     this.descuentoTextBox.TabIndex = 8;
     //
     // descuentoLabel
     //
     descuentoLabel.Location    = new System.Drawing.Point(4, 209);
     descuentoLabel.Name        = "descuentoLabel";
     descuentoLabel.Size        = new System.Drawing.Size(71, 20);
     descuentoLabel.TabIndex    = 14;
     descuentoLabel.Values.Text = "Descuento:";
     //
     // FrmDetalleDocumento
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(374, 393);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.barraBotones);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmDetalleDocumento";
     this.Text            = "Detalle del Documento";
     ((System.ComponentModel.ISupportInitialize)(this.detalleDocumentoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.unidadMedidaComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoImpuestoComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoImpuestoBindingSource)).EndInit();
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoPrecioComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoPrecioBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.kryptonManager = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.kryptonPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.label4 = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.loginBtn = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.passwordTextBox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.usuarioTextBox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.errValidator = new System.Windows.Forms.ErrorProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).BeginInit();
     this.kryptonPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errValidator)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel
     //
     this.kryptonPanel.Controls.Add(this.label4);
     this.kryptonPanel.Controls.Add(this.pictureBox1);
     this.kryptonPanel.Controls.Add(this.loginBtn);
     this.kryptonPanel.Controls.Add(this.passwordTextBox);
     this.kryptonPanel.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel.Controls.Add(this.usuarioTextBox);
     this.kryptonPanel.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel.Name = "kryptonPanel";
     this.kryptonPanel.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonPanel.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
     this.kryptonPanel.Size = new System.Drawing.Size(354, 153);
     this.kryptonPanel.TabIndex = 0;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Franklin Gothic Medium", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location = new System.Drawing.Point(59, 18);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(267, 20);
     this.label4.TabIndex = 6;
     this.label4.Text = "SOFTWARE PARA BANCO FALABELLA ®";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = global::ExactTarget.Windows.Properties.Resources.Profile_48;
     this.pictureBox1.Location = new System.Drawing.Point(27, 61);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(52, 55);
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop = false;
     //
     // loginBtn
     //
     this.loginBtn.ButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.Standalone;
     this.loginBtn.Location = new System.Drawing.Point(252, 116);
     this.loginBtn.Name = "loginBtn";
     this.loginBtn.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.loginBtn.Size = new System.Drawing.Size(90, 25);
     this.loginBtn.TabIndex = 4;
     this.loginBtn.Text = "Login";
     this.loginBtn.Values.ExtraText = "";
     this.loginBtn.Values.Image = null;
     this.loginBtn.Values.ImageStates.ImageCheckedNormal = null;
     this.loginBtn.Values.ImageStates.ImageCheckedPressed = null;
     this.loginBtn.Values.ImageStates.ImageCheckedTracking = null;
     this.loginBtn.Values.Text = "Login";
     this.loginBtn.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // passwordTextBox
     //
     this.passwordTextBox.InputControlStyle = ComponentFactory.Krypton.Toolkit.InputControlStyle.Standalone;
     this.passwordTextBox.Location = new System.Drawing.Point(185, 87);
     this.passwordTextBox.Name = "passwordTextBox";
     this.passwordTextBox.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.passwordTextBox.PasswordChar = '●';
     this.passwordTextBox.Size = new System.Drawing.Size(157, 20);
     this.passwordTextBox.TabIndex = 3;
     this.passwordTextBox.Text = "1234";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.kryptonLabel2.Location = new System.Drawing.Point(94, 87);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonLabel2.Size = new System.Drawing.Size(65, 20);
     this.kryptonLabel2.TabIndex = 2;
     this.kryptonLabel2.Text = "Password:"******"";
     this.kryptonLabel2.Values.Image = null;
     this.kryptonLabel2.Values.Text = "Password:"******"usuarioTextBox";
     this.usuarioTextBox.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.usuarioTextBox.Size = new System.Drawing.Size(157, 20);
     this.usuarioTextBox.TabIndex = 1;
     this.usuarioTextBox.Text = "mijailstell";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl;
     this.kryptonLabel1.Location = new System.Drawing.Point(94, 61);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global;
     this.kryptonLabel1.Size = new System.Drawing.Size(55, 20);
     this.kryptonLabel1.TabIndex = 0;
     this.kryptonLabel1.Text = "Usuario:";
     this.kryptonLabel1.Values.ExtraText = "";
     this.kryptonLabel1.Values.Image = null;
     this.kryptonLabel1.Values.Text = "Usuario:";
     //
     // errValidator
     //
     this.errValidator.ContainerControl = this;
     //
     // FrmLogin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(354, 153);
     this.Controls.Add(this.kryptonPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "FrmLogin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "INGRESAR AL SISTEMA";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).EndInit();
     this.kryptonPanel.ResumeLayout(false);
     this.kryptonPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errValidator)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel  codigoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  contenidoLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDatosAdicionales));
     this.datoAdicionalBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.codigoComboBox                 = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.tipoDatoAdicionalBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.contenidoTextBox               = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.barraBotones  = new System.Windows.Forms.ToolStrip();
     this.toolOk        = new System.Windows.Forms.ToolStripButton();
     this.toolCancel    = new System.Windows.Forms.ToolStripButton();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     codigoLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     contenidoLabel     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.datoAdicionalBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.codigoComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDatoAdicionalBindingSource)).BeginInit();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // codigoLabel
     //
     codigoLabel.Location    = new System.Drawing.Point(11, 15);
     codigoLabel.Name        = "codigoLabel";
     codigoLabel.Size        = new System.Drawing.Size(53, 20);
     codigoLabel.TabIndex    = 1;
     codigoLabel.Values.Text = "Codigo:";
     //
     // contenidoLabel
     //
     contenidoLabel.Location    = new System.Drawing.Point(11, 46);
     contenidoLabel.Name        = "contenidoLabel";
     contenidoLabel.Size        = new System.Drawing.Size(70, 20);
     contenidoLabel.TabIndex    = 3;
     contenidoLabel.Values.Text = "Contenido:";
     //
     // datoAdicionalBindingSource
     //
     this.datoAdicionalBindingSource.DataSource = typeof(OpenInvoicePeru.Comun.Dto.Modelos.DatoAdicional);
     //
     // codigoComboBox
     //
     this.codigoComboBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.codigoComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.codigoComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.datoAdicionalBindingSource, "Codigo", true));
     this.codigoComboBox.DataSource        = this.tipoDatoAdicionalBindingSource;
     this.codigoComboBox.DisplayMember     = "DescripcionCompleta";
     this.codigoComboBox.DropDownWidth     = 336;
     this.codigoComboBox.FormattingEnabled = true;
     this.codigoComboBox.Location          = new System.Drawing.Point(87, 12);
     this.codigoComboBox.Name        = "codigoComboBox";
     this.codigoComboBox.Size        = new System.Drawing.Size(336, 21);
     this.codigoComboBox.TabIndex    = 2;
     this.codigoComboBox.ValueMember = "Codigo";
     //
     // tipoDatoAdicionalBindingSource
     //
     this.tipoDatoAdicionalBindingSource.DataSource = typeof(OpenInvoicePeru.Datos.Entidades.TipoDatoAdicional);
     //
     // contenidoTextBox
     //
     this.contenidoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datoAdicionalBindingSource, "Contenido", true));
     this.contenidoTextBox.Location = new System.Drawing.Point(87, 43);
     this.contenidoTextBox.Name     = "contenidoTextBox";
     this.contenidoTextBox.Size     = new System.Drawing.Size(336, 23);
     this.contenidoTextBox.TabIndex = 4;
     //
     // barraBotones
     //
     this.barraBotones.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(448, 25);
     this.barraBotones.TabIndex = 5;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::OpenInvoicePeru.WinApp.Properties.Resources.aceptar;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name   = "toolOk";
     this.toolOk.Size   = new System.Drawing.Size(68, 22);
     this.toolOk.Text   = "&Aceptar";
     this.toolOk.Click += new System.EventHandler(this.toolOk_Click);
     //
     // toolCancel
     //
     this.toolCancel.Image = global::OpenInvoicePeru.WinApp.Properties.Resources.cancelar;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name = "toolCancel";
     this.toolCancel.Size = new System.Drawing.Size(73, 22);
     this.toolCancel.Text = "&Cancelar";
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.contenidoTextBox);
     this.kryptonPanel1.Controls.Add(this.codigoComboBox);
     this.kryptonPanel1.Controls.Add(contenidoLabel);
     this.kryptonPanel1.Controls.Add(codigoLabel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(448, 78);
     this.kryptonPanel1.TabIndex = 6;
     //
     // FrmDatosAdicionales
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(448, 103);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.barraBotones);
     this.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmDatosAdicionales";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Datos Adicionales";
     ((System.ComponentModel.ISupportInitialize)(this.datoAdicionalBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.codigoComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDatoAdicionalBindingSource)).EndInit();
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel nroDocumentoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel tipoDocumentoLabel;
     this.barraBotones = new System.Windows.Forms.ToolStrip();
     this.toolOk       = new System.Windows.Forms.ToolStripButton();
     this.toolCancel   = new System.Windows.Forms.ToolStripButton();
     this.documentoRelacionadoBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.tipoDocumentoComboBox                 = new System.Windows.Forms.ComboBox();
     this.tipoDocumentoRelacionadoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.nroDocumentoTextBox = new System.Windows.Forms.TextBox();
     this.kryptonPanel1       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     nroDocumentoLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     tipoDocumentoLabel       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.documentoRelacionadoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocumentoRelacionadoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // nroDocumentoLabel
     //
     nroDocumentoLabel.Location    = new System.Drawing.Point(9, 44);
     nroDocumentoLabel.Name        = "nroDocumentoLabel";
     nroDocumentoLabel.Size        = new System.Drawing.Size(101, 20);
     nroDocumentoLabel.TabIndex    = 12;
     nroDocumentoLabel.Values.Text = "Nro Documento:";
     //
     // tipoDocumentoLabel
     //
     tipoDocumentoLabel.Location    = new System.Drawing.Point(9, 17);
     tipoDocumentoLabel.Name        = "tipoDocumentoLabel";
     tipoDocumentoLabel.Size        = new System.Drawing.Size(105, 20);
     tipoDocumentoLabel.TabIndex    = 11;
     tipoDocumentoLabel.Values.Text = "Tipo Documento:";
     //
     // barraBotones
     //
     this.barraBotones.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(379, 25);
     this.barraBotones.TabIndex = 10;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::FinalXML.Properties.Resources.ok;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name   = "toolOk";
     this.toolOk.Size   = new System.Drawing.Size(68, 22);
     this.toolOk.Text   = "&Aceptar";
     this.toolOk.Click += new System.EventHandler(this.toolOk_Click);
     //
     // toolCancel
     //
     this.toolCancel.Image = global::FinalXML.Properties.Resources.cancel;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name = "toolCancel";
     this.toolCancel.Size = new System.Drawing.Size(73, 22);
     this.toolCancel.Text = "&Cancelar";
     //
     // documentoRelacionadoBindingSource
     //
     this.documentoRelacionadoBindingSource.DataSource = typeof(WinApp.Comun.Dto.Modelos.DocumentoRelacionado);
     //
     // tipoDocumentoComboBox
     //
     this.tipoDocumentoComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.documentoRelacionadoBindingSource, "TipoDocumento", true));
     this.tipoDocumentoComboBox.DataSource        = this.tipoDocumentoRelacionadoBindingSource;
     this.tipoDocumentoComboBox.DisplayMember     = "Descripcion";
     this.tipoDocumentoComboBox.FormattingEnabled = true;
     this.tipoDocumentoComboBox.Location          = new System.Drawing.Point(120, 14);
     this.tipoDocumentoComboBox.Name        = "tipoDocumentoComboBox";
     this.tipoDocumentoComboBox.Size        = new System.Drawing.Size(236, 21);
     this.tipoDocumentoComboBox.TabIndex    = 13;
     this.tipoDocumentoComboBox.ValueMember = "Codigo";
     //
     // tipoDocumentoRelacionadoBindingSource
     //
     this.tipoDocumentoRelacionadoBindingSource.DataSource = typeof(WinApp.Entidades.TipoDocumentoRelacionado);
     //
     // nroDocumentoTextBox
     //
     this.nroDocumentoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.documentoRelacionadoBindingSource, "NroDocumento", true));
     this.nroDocumentoTextBox.Location = new System.Drawing.Point(120, 41);
     this.nroDocumentoTextBox.Name     = "nroDocumentoTextBox";
     this.nroDocumentoTextBox.Size     = new System.Drawing.Size(152, 20);
     this.nroDocumentoTextBox.TabIndex = 14;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(nroDocumentoLabel);
     this.kryptonPanel1.Controls.Add(tipoDocumentoLabel);
     this.kryptonPanel1.Controls.Add(this.tipoDocumentoComboBox);
     this.kryptonPanel1.Controls.Add(this.nroDocumentoTextBox);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(379, 79);
     this.kryptonPanel1.TabIndex = 15;
     //
     // FrmDocumentoRelacionado
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(379, 104);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.barraBotones);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FrmDocumentoRelacionado";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmDocumentoRelacionado";
     this.Load         += new System.EventHandler(this.FrmDocumentoRelacionado_Load);
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.documentoRelacionadoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocumentoRelacionadoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components             = new System.ComponentModel.Container();
     this.panelFind              = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.textFind               = new ComponentLib.Controls.TextEdit();
     this.buttonSpecAny2         = new ComponentFactory.Krypton.Toolkit.ButtonSpecAny();
     this.kryptonLabel1          = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.gridEntries            = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.Column1                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.contextMenuEntries     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.separatorTop           = new System.Windows.Forms.ToolStripSeparator();
     this.menuAdd                = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDelete             = new System.Windows.Forms.ToolStripMenuItem();
     this.menuMove               = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1    = new System.Windows.Forms.ToolStripSeparator();
     this.menuSynonyms           = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDefineSynonyms     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3    = new System.Windows.Forms.ToolStripSeparator();
     this.menuAntonyms           = new System.Windows.Forms.ToolStripMenuItem();
     this.menuDefineAntonyms     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2    = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator4    = new System.Windows.Forms.ToolStripSeparator();
     this.menuColumns            = new System.Windows.Forms.ToolStripMenuItem();
     this.bindingEntry           = new System.Windows.Forms.BindingSource(this.components);
     this.backgroundSpellChecker = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.panelFind)).BeginInit();
     this.panelFind.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEntries)).BeginInit();
     this.contextMenuEntries.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingEntry)).BeginInit();
     this.SuspendLayout();
     //
     // panelFind
     //
     this.panelFind.Controls.Add(this.textFind);
     this.panelFind.Controls.Add(this.kryptonLabel1);
     this.panelFind.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelFind.Location = new System.Drawing.Point(0, 0);
     this.panelFind.Name     = "panelFind";
     this.panelFind.Size     = new System.Drawing.Size(805, 30);
     this.panelFind.TabIndex = 3;
     //
     // textFind
     //
     this.textFind.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textFind.ButtonSpecs.AddRange(new ComponentFactory.Krypton.Toolkit.ButtonSpecAny[] {
         this.buttonSpecAny2
     });
     this.textFind.EmptyText = "Строка поиска";
     this.textFind.Location  = new System.Drawing.Point(51, 5);
     this.textFind.Name      = "textFind";
     this.textFind.Size      = new System.Drawing.Size(751, 20);
     this.textFind.StateCommon.Content.Color1 = System.Drawing.SystemColors.ControlDark;
     this.textFind.TabIndex     = 0;
     this.textFind.Text         = "Строка поиска";
     this.textFind.ValueText    = null;
     this.textFind.TextChanged += new System.EventHandler(this.textFind_TextChanged);
     //
     // buttonSpecAny2
     //
     this.buttonSpecAny2.Edge       = ComponentFactory.Krypton.Toolkit.PaletteRelativeEdgeAlign.Near;
     this.buttonSpecAny2.Type       = ComponentFactory.Krypton.Toolkit.PaletteButtonSpecStyle.Close;
     this.buttonSpecAny2.UniqueName = "087F14188A5C4FAFC8AB230E62545E16";
     this.buttonSpecAny2.Click     += new System.EventHandler(this.buttonSpecAny2_Click);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location    = new System.Drawing.Point(3, 6);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(46, 22);
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "Поиск";
     //
     // gridEntries
     //
     this.gridEntries.AutoGenerateColumns = false;
     this.gridEntries.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     this.gridEntries.ContextMenuStrip        = this.contextMenuEntries;
     this.gridEntries.DataSource              = this.bindingEntry;
     this.gridEntries.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.gridEntries.HideOuterBorders        = true;
     this.gridEntries.Location                = new System.Drawing.Point(0, 30);
     this.gridEntries.Name                    = "gridEntries";
     this.gridEntries.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.gridEntries.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.gridEntries.Size                    = new System.Drawing.Size(805, 339);
     this.gridEntries.TabIndex                = 4;
     this.gridEntries.VirtualMode             = true;
     this.gridEntries.CancelRowEdit          += new System.Windows.Forms.QuestionEventHandler(this.GridEntriesCancelRowEdit);
     this.gridEntries.CellMouseDown          += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.GridEntriesCellMouseDown);
     this.gridEntries.CellMouseMove          += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.GridEntriesCellMouseMove);
     this.gridEntries.CellMouseUp            += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.GridEntriesCellMouseUp);
     this.gridEntries.CellPainting           += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.gridEntries_CellPainting);
     this.gridEntries.CellValueNeeded        += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.GridEntriesCellValueNeeded);
     this.gridEntries.CellValuePushed        += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.GridEntriesCellValuePushed);
     this.gridEntries.RowValidated           += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridEntriesRowValidated);
     this.gridEntries.SelectionChanged       += new System.EventHandler(this.GridEntriesSelectionChanged);
     this.gridEntries.QueryContinueDrag      += new System.Windows.Forms.QueryContinueDragEventHandler(this.GridEntriesQueryContinueDrag);
     //
     // Column1
     //
     this.Column1.HeaderText = "Column1";
     this.Column1.Name       = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "Column2";
     this.Column2.Name       = "Column2";
     //
     // contextMenuEntries
     //
     this.contextMenuEntries.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.contextMenuEntries.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.separatorTop,
         this.menuAdd,
         this.menuDelete,
         this.menuMove,
         this.toolStripSeparator1,
         this.menuSynonyms,
         this.menuAntonyms,
         this.toolStripSeparator4,
         this.menuColumns
     });
     this.contextMenuEntries.Name     = "contextMenuEntries";
     this.contextMenuEntries.Size     = new System.Drawing.Size(210, 154);
     this.contextMenuEntries.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuEntriesOpening);
     //
     // separatorTop
     //
     this.separatorTop.Name = "separatorTop";
     this.separatorTop.Size = new System.Drawing.Size(206, 6);
     //
     // menuAdd
     //
     this.menuAdd.Image        = global::VocabularyTest.Addons.VocabularyWindow.Images.textfield_add;
     this.menuAdd.Name         = "menuAdd";
     this.menuAdd.ShortcutKeys = System.Windows.Forms.Keys.Insert;
     this.menuAdd.Size         = new System.Drawing.Size(209, 22);
     this.menuAdd.Text         = "Добавить строку...";
     this.menuAdd.Click       += new System.EventHandler(this.menuAdd_Click);
     //
     // menuDelete
     //
     this.menuDelete.Image        = global::VocabularyTest.Addons.VocabularyWindow.Images.textfield_delete;
     this.menuDelete.Name         = "menuDelete";
     this.menuDelete.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete)));
     this.menuDelete.Size         = new System.Drawing.Size(209, 22);
     this.menuDelete.Text         = "Удалить строку";
     this.menuDelete.Click       += new System.EventHandler(this.menuDelete_Click);
     //
     // menuMove
     //
     this.menuMove.Name = "menuMove";
     this.menuMove.Size = new System.Drawing.Size(209, 22);
     this.menuMove.Text = "Переместить";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(206, 6);
     //
     // menuSynonyms
     //
     this.menuSynonyms.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuDefineSynonyms,
         this.toolStripSeparator3
     });
     this.menuSynonyms.Name = "menuSynonyms";
     this.menuSynonyms.Size = new System.Drawing.Size(209, 22);
     this.menuSynonyms.Text = "Синонимы";
     //
     // menuDefineSynonyms
     //
     this.menuDefineSynonyms.Name   = "menuDefineSynonyms";
     this.menuDefineSynonyms.Size   = new System.Drawing.Size(140, 22);
     this.menuDefineSynonyms.Text   = "Определить";
     this.menuDefineSynonyms.Click += new System.EventHandler(this.menuDefineSynonyms_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(137, 6);
     //
     // menuAntonyms
     //
     this.menuAntonyms.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuDefineAntonyms,
         this.toolStripSeparator2
     });
     this.menuAntonyms.Name = "menuAntonyms";
     this.menuAntonyms.Size = new System.Drawing.Size(209, 22);
     this.menuAntonyms.Text = "Антонимы";
     //
     // menuDefineAntonyms
     //
     this.menuDefineAntonyms.Name   = "menuDefineAntonyms";
     this.menuDefineAntonyms.Size   = new System.Drawing.Size(140, 22);
     this.menuDefineAntonyms.Text   = "Определить";
     this.menuDefineAntonyms.Click += new System.EventHandler(this.menuDefineAntonyms_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(137, 6);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(206, 6);
     //
     // menuColumns
     //
     this.menuColumns.Image  = global::VocabularyTest.Addons.VocabularyWindow.Images.columns_view;
     this.menuColumns.Name   = "menuColumns";
     this.menuColumns.Size   = new System.Drawing.Size(209, 22);
     this.menuColumns.Text   = "Столбцы словаря...";
     this.menuColumns.Click += new System.EventHandler(this.menuColumns_Click);
     //
     // backgroundSpellChecker
     //
     this.backgroundSpellChecker.WorkerSupportsCancellation = true;
     this.backgroundSpellChecker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundSpellChecker_DoWork);
     this.backgroundSpellChecker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundSpellChecker_RunWorkerCompleted);
     //
     // VocabularyWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(805, 369);
     this.Controls.Add(this.gridEntries);
     this.Controls.Add(this.panelFind);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name = "VocabularyWindow";
     this.Text = "Словарь";
     ((System.ComponentModel.ISupportInitialize)(this.panelFind)).EndInit();
     this.panelFind.ResumeLayout(false);
     this.panelFind.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEntries)).EndInit();
     this.contextMenuEntries.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bindingEntry)).EndInit();
     this.ResumeLayout(false);
 }
예제 #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel  kryptonLabel2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.kryptonManager1   = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.kryptonGroup4     = new ComponentFactory.Krypton.Toolkit.KryptonGroup();
     this.kryptonLinkLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLinkLabel();
     this.lbvoobconf        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.chkhd             = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.kryptonButton2    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.lbvoob            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lbconv            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lbver2            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.lbver             = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonGroup3     = new ComponentFactory.Krypton.Toolkit.KryptonGroup();
     this.kryptonButton1    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonGroup2     = new ComponentFactory.Krypton.Toolkit.KryptonGroup();
     this.convert           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonGroup1     = new ComponentFactory.Krypton.Toolkit.KryptonGroup();
     this.verify            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel4     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.progressBar1      = new System.Windows.Forms.ProgressBar();
     kryptonLabel2          = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup4.Panel)).BeginInit();
     this.kryptonGroup4.Panel.SuspendLayout();
     this.kryptonGroup4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup3.Panel)).BeginInit();
     this.kryptonGroup3.Panel.SuspendLayout();
     this.kryptonGroup3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup2.Panel)).BeginInit();
     this.kryptonGroup2.Panel.SuspendLayout();
     this.kryptonGroup2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1.Panel)).BeginInit();
     this.kryptonGroup1.Panel.SuspendLayout();
     this.kryptonGroup1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonLabel2
     //
     kryptonLabel2.Location = new System.Drawing.Point(58, 110);
     kryptonLabel2.Name     = "kryptonLabel2";
     kryptonLabel2.Size     = new System.Drawing.Size(74, 24);
     kryptonLabel2.StateCommon.ShortText.Color1 = System.Drawing.Color.White;
     kryptonLabel2.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     kryptonLabel2.TabIndex    = 22;
     kryptonLabel2.Values.Text = "STEP 1";
     //
     // kryptonManager1
     //
     this.kryptonManager1.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.SparkleBlue;
     //
     // kryptonGroup4
     //
     this.kryptonGroup4.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.kryptonGroup4.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
     this.kryptonGroup4.Location       = new System.Drawing.Point(0, 0);
     this.kryptonGroup4.Name           = "kryptonGroup4";
     //
     // kryptonGroup4.Panel
     //
     this.kryptonGroup4.Panel.Controls.Add(this.kryptonLinkLabel1);
     this.kryptonGroup4.Panel.Controls.Add(this.lbvoobconf);
     this.kryptonGroup4.Panel.Controls.Add(this.chkhd);
     this.kryptonGroup4.Panel.Controls.Add(this.pictureBox2);
     this.kryptonGroup4.Panel.Controls.Add(this.kryptonButton2);
     this.kryptonGroup4.Panel.Controls.Add(this.lbvoob);
     this.kryptonGroup4.Panel.Controls.Add(this.lbconv);
     this.kryptonGroup4.Panel.Controls.Add(this.lbver2);
     this.kryptonGroup4.Panel.Controls.Add(this.lbver);
     this.kryptonGroup4.Panel.Controls.Add(this.kryptonGroup3);
     this.kryptonGroup4.Panel.Controls.Add(this.kryptonGroup2);
     this.kryptonGroup4.Panel.Controls.Add(this.kryptonGroup1);
     this.kryptonGroup4.Panel.Controls.Add(this.kryptonLabel4);
     this.kryptonGroup4.Panel.Controls.Add(this.kryptonLabel3);
     this.kryptonGroup4.Panel.Controls.Add(kryptonLabel2);
     this.kryptonGroup4.Panel.Controls.Add(this.kryptonLabel1);
     this.kryptonGroup4.Panel.Controls.Add(this.progressBar1);
     this.kryptonGroup4.Panel.Paint += new System.Windows.Forms.PaintEventHandler(this.kryptonGroup4_Panel_Paint);
     this.kryptonGroup4.Size         = new System.Drawing.Size(650, 453);
     this.kryptonGroup4.TabIndex     = 16;
     //
     // kryptonLinkLabel1
     //
     this.kryptonLinkLabel1.Location     = new System.Drawing.Point(3, 424);
     this.kryptonLinkLabel1.Name         = "kryptonLinkLabel1";
     this.kryptonLinkLabel1.Size         = new System.Drawing.Size(99, 24);
     this.kryptonLinkLabel1.TabIndex     = 37;
     this.kryptonLinkLabel1.Values.Text  = "By GregStein";
     this.kryptonLinkLabel1.LinkClicked += new System.EventHandler(this.kryptonLinkLabel1_LinkClicked);
     //
     // lbvoobconf
     //
     this.lbvoobconf.Location = new System.Drawing.Point(410, 309);
     this.lbvoobconf.Name     = "lbvoobconf";
     this.lbvoobconf.Size     = new System.Drawing.Size(6, 2);
     this.lbvoobconf.StateCommon.ShortText.Color1 = System.Drawing.Color.Lime;
     this.lbvoobconf.StateCommon.ShortText.Font   = new System.Drawing.Font("Times New Roman", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbvoobconf.TabIndex    = 36;
     this.lbvoobconf.Values.Text = "";
     //
     // chkhd
     //
     this.chkhd.Location = new System.Drawing.Point(408, 125);
     this.chkhd.Name     = "chkhd";
     this.chkhd.Size     = new System.Drawing.Size(237, 23);
     this.chkhd.StateCommon.ShortText.Color1 = System.Drawing.Color.Yellow;
     this.chkhd.StateCommon.ShortText.Font   = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkhd.TabIndex    = 35;
     this.chkhd.Values.Text = "Let\'s check if you own the HD";
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor       = System.Drawing.Color.White;
     this.pictureBox2.BackgroundImage = global::WindowsFormsApplication3.Properties.Resources.tcbg1;
     this.pictureBox2.Image           = global::WindowsFormsApplication3.Properties.Resources.hd_to_tc1;
     this.pictureBox2.Location        = new System.Drawing.Point(3, 3);
     this.pictureBox2.Name            = "pictureBox2";
     this.pictureBox2.Size            = new System.Drawing.Size(127, 101);
     this.pictureBox2.SizeMode        = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex        = 34;
     this.pictureBox2.TabStop         = false;
     //
     // kryptonButton2
     //
     this.kryptonButton2.Location    = new System.Drawing.Point(500, 390);
     this.kryptonButton2.Name        = "kryptonButton2";
     this.kryptonButton2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.SparkleBlue;
     this.kryptonButton2.Size        = new System.Drawing.Size(110, 50);
     this.kryptonButton2.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton2.TabIndex    = 33;
     this.kryptonButton2.Values.Text = "EXIT";
     this.kryptonButton2.Click      += new System.EventHandler(this.kryptonButton2_Click);
     //
     // lbvoob
     //
     this.lbvoob.Location = new System.Drawing.Point(410, 298);
     this.lbvoob.Name     = "lbvoob";
     this.lbvoob.Size     = new System.Drawing.Size(6, 2);
     this.lbvoob.StateCommon.ShortText.Color1 = System.Drawing.Color.Lime;
     this.lbvoob.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbvoob.TabIndex    = 30;
     this.lbvoob.Values.Text = "";
     //
     // lbconv
     //
     this.lbconv.Location = new System.Drawing.Point(408, 231);
     this.lbconv.Name     = "lbconv";
     this.lbconv.Size     = new System.Drawing.Size(6, 2);
     this.lbconv.StateCommon.ShortText.Color1 = System.Drawing.Color.Lime;
     this.lbconv.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbconv.TabIndex    = 29;
     this.lbconv.Values.Text = "";
     //
     // lbver2
     //
     this.lbver2.Location = new System.Drawing.Point(408, 125);
     this.lbver2.Name     = "lbver2";
     this.lbver2.Size     = new System.Drawing.Size(6, 2);
     this.lbver2.StateCommon.ShortText.Color1 = System.Drawing.Color.Red;
     this.lbver2.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbver2.TabIndex    = 28;
     this.lbver2.Values.Text = "";
     //
     // lbver
     //
     this.lbver.Location = new System.Drawing.Point(408, 125);
     this.lbver.Name     = "lbver";
     this.lbver.Size     = new System.Drawing.Size(6, 2);
     this.lbver.StateCommon.ShortText.Color1 = System.Drawing.Color.Lime;
     this.lbver.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbver.TabIndex    = 28;
     this.lbver.Values.Text = "";
     //
     // kryptonGroup3
     //
     this.kryptonGroup3.Location = new System.Drawing.Point(193, 284);
     this.kryptonGroup3.Name     = "kryptonGroup3";
     //
     // kryptonGroup3.Panel
     //
     this.kryptonGroup3.Panel.Controls.Add(this.kryptonButton1);
     this.kryptonGroup3.Size     = new System.Drawing.Size(211, 60);
     this.kryptonGroup3.TabIndex = 27;
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location = new System.Drawing.Point(12, 13);
     this.kryptonButton1.Name     = "kryptonButton1";
     this.kryptonButton1.Size     = new System.Drawing.Size(184, 36);
     this.kryptonButton1.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonButton1.TabIndex    = 9;
     this.kryptonButton1.Values.Text = "Auto Config Voobly";
     this.kryptonButton1.Click      += new System.EventHandler(this.kryptonButton1_Click);
     //
     // kryptonGroup2
     //
     this.kryptonGroup2.Location = new System.Drawing.Point(193, 212);
     this.kryptonGroup2.Name     = "kryptonGroup2";
     //
     // kryptonGroup2.Panel
     //
     this.kryptonGroup2.Panel.Controls.Add(this.convert);
     this.kryptonGroup2.Size     = new System.Drawing.Size(209, 66);
     this.kryptonGroup2.TabIndex = 26;
     //
     // convert
     //
     this.convert.Location = new System.Drawing.Point(35, 18);
     this.convert.Name     = "convert";
     this.convert.Size     = new System.Drawing.Size(127, 34);
     this.convert.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.convert.TabIndex    = 8;
     this.convert.Values.Text = "Convert !";
     this.convert.Click      += new System.EventHandler(this.convert_Click_1);
     //
     // kryptonGroup1
     //
     this.kryptonGroup1.Location = new System.Drawing.Point(191, 110);
     this.kryptonGroup1.Name     = "kryptonGroup1";
     //
     // kryptonGroup1.Panel
     //
     this.kryptonGroup1.Panel.Controls.Add(this.verify);
     this.kryptonGroup1.Size     = new System.Drawing.Size(211, 64);
     this.kryptonGroup1.TabIndex = 25;
     //
     // verify
     //
     this.verify.Location = new System.Drawing.Point(51, 14);
     this.verify.Name     = "verify";
     this.verify.Size     = new System.Drawing.Size(94, 34);
     this.verify.StateCommon.Content.LongText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.verify.TabIndex         = 7;
     this.verify.Values.ExtraText = "Verify";
     this.verify.Values.Text      = "";
     this.verify.Click           += new System.EventHandler(this.verify_Click_1);
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(56, 284);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(74, 24);
     this.kryptonLabel4.StateCommon.ShortText.Color1 = System.Drawing.Color.White;
     this.kryptonLabel4.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 24;
     this.kryptonLabel4.Values.Text = "STEP 3";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(56, 212);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(74, 24);
     this.kryptonLabel3.StateCommon.ShortText.Color1 = System.Drawing.Color.White;
     this.kryptonLabel3.StateCommon.ShortText.Font   = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 23;
     this.kryptonLabel3.Values.Text = "STEP 2";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(126, 11);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(519, 63);
     this.kryptonLabel1.StateCommon.LongText.Color1  = System.Drawing.Color.White;
     this.kryptonLabel1.StateCommon.LongText.Color2  = System.Drawing.Color.White;
     this.kryptonLabel1.StateCommon.ShortText.Color1 = System.Drawing.SystemColors.Info;
     this.kryptonLabel1.StateCommon.ShortText.Font   = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 21;
     this.kryptonLabel1.Values.Text = "This tool will convert Age of Empires II HD to The Conquerors\r\nand create a seper" +
                                      "ate installation folder. You can also auto configure\r\nVoobly to start playing mu" +
                                      "ltiplayer instantly. GLHF";
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(193, 180);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(209, 26);
     this.progressBar1.TabIndex = 18;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(650, 453);
     this.Controls.Add(this.kryptonGroup4);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Form1";
     this.Text            = "HD To TC Conversion Tool";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup4.Panel)).EndInit();
     this.kryptonGroup4.Panel.ResumeLayout(false);
     this.kryptonGroup4.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup4)).EndInit();
     this.kryptonGroup4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup3.Panel)).EndInit();
     this.kryptonGroup3.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup3)).EndInit();
     this.kryptonGroup3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup2.Panel)).EndInit();
     this.kryptonGroup2.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup2)).EndInit();
     this.kryptonGroup2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1.Panel)).EndInit();
     this.kryptonGroup1.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroup1)).EndInit();
     this.kryptonGroup1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel tipoPrecioLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel totalVentaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel otroImpuestoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel impuestoSelectivoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel tipoImpuestoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel impuestoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel unidadMedidaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel cantidadLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel precioReferencialLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel precioUnitarioLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel descripcionLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel codigoItemLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel idLabel;
     this.tipoPrecioComboBox            = new System.Windows.Forms.ComboBox();
     this.detalleDocumentoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tipoPrecioBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.btnCalcIsc                = new System.Windows.Forms.Button();
     this.btnCalcIgv                = new System.Windows.Forms.Button();
     this.barraBotones              = new System.Windows.Forms.ToolStrip();
     this.toolOk                    = new System.Windows.Forms.ToolStripButton();
     this.toolCancel                = new System.Windows.Forms.ToolStripButton();
     this.totalVentaTextBox         = new System.Windows.Forms.TextBox();
     this.errorProvider1            = new System.Windows.Forms.ErrorProvider(this.components);
     this.otroImpuestoTextBox       = new System.Windows.Forms.TextBox();
     this.impuestoSelectivoTextBox  = new System.Windows.Forms.TextBox();
     this.tipoImpuestoComboBox      = new System.Windows.Forms.ComboBox();
     this.tipoImpuestoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.impuestoTextBox           = new System.Windows.Forms.TextBox();
     this.unidadMedidaComboBox      = new System.Windows.Forms.ComboBox();
     this.cantidadTextBox           = new System.Windows.Forms.TextBox();
     this.precioReferencialTextBox  = new System.Windows.Forms.TextBox();
     this.precioUnitarioTextBox     = new System.Windows.Forms.TextBox();
     this.descripcionTextBox        = new System.Windows.Forms.TextBox();
     this.codigoItemTextBox         = new System.Windows.Forms.TextBox();
     this.idNumericUpDown           = new System.Windows.Forms.NumericUpDown();
     this.kryptonPanel1             = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     tipoPrecioLabel                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     totalVentaLabel                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     otroImpuestoLabel              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     impuestoSelectivoLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     tipoImpuestoLabel              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     impuestoLabel                  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     unidadMedidaLabel              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     cantidadLabel                  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     precioReferencialLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     precioUnitarioLabel            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     descripcionLabel               = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     codigoItemLabel                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     idLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.detalleDocumentoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoPrecioBindingSource)).BeginInit();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoImpuestoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.idNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tipoPrecioLabel
     //
     tipoPrecioLabel.Location    = new System.Drawing.Point(42, 275);
     tipoPrecioLabel.Name        = "tipoPrecioLabel";
     tipoPrecioLabel.Size        = new System.Drawing.Size(74, 20);
     tipoPrecioLabel.TabIndex    = 56;
     tipoPrecioLabel.Values.Text = "Tipo Precio:";
     //
     // totalVentaLabel
     //
     totalVentaLabel.Location    = new System.Drawing.Point(41, 463);
     totalVentaLabel.Name        = "totalVentaLabel";
     totalVentaLabel.Size        = new System.Drawing.Size(75, 20);
     totalVentaLabel.TabIndex    = 54;
     totalVentaLabel.Values.Text = "Total Venta:";
     //
     // otroImpuestoLabel
     //
     otroImpuestoLabel.Location    = new System.Drawing.Point(24, 437);
     otroImpuestoLabel.Name        = "otroImpuestoLabel";
     otroImpuestoLabel.Size        = new System.Drawing.Size(93, 20);
     otroImpuestoLabel.TabIndex    = 53;
     otroImpuestoLabel.Values.Text = "Otro Impuesto:";
     //
     // impuestoSelectivoLabel
     //
     impuestoSelectivoLabel.Location    = new System.Drawing.Point(0, 406);
     impuestoSelectivoLabel.Name        = "impuestoSelectivoLabel";
     impuestoSelectivoLabel.Size        = new System.Drawing.Size(116, 20);
     impuestoSelectivoLabel.TabIndex    = 52;
     impuestoSelectivoLabel.Values.Text = "Impuesto Selectivo:";
     //
     // tipoImpuestoLabel
     //
     tipoImpuestoLabel.Location    = new System.Drawing.Point(24, 385);
     tipoImpuestoLabel.Name        = "tipoImpuestoLabel";
     tipoImpuestoLabel.Size        = new System.Drawing.Size(92, 20);
     tipoImpuestoLabel.TabIndex    = 51;
     tipoImpuestoLabel.Values.Text = "Tipo Impuesto:";
     //
     // impuestoLabel
     //
     impuestoLabel.Location    = new System.Drawing.Point(51, 359);
     impuestoLabel.Name        = "impuestoLabel";
     impuestoLabel.Size        = new System.Drawing.Size(65, 20);
     impuestoLabel.TabIndex    = 50;
     impuestoLabel.Values.Text = "Impuesto:";
     //
     // unidadMedidaLabel
     //
     unidadMedidaLabel.Location    = new System.Drawing.Point(19, 333);
     unidadMedidaLabel.Name        = "unidadMedidaLabel";
     unidadMedidaLabel.Size        = new System.Drawing.Size(97, 20);
     unidadMedidaLabel.TabIndex    = 46;
     unidadMedidaLabel.Values.Text = "Unidad Medida:";
     //
     // cantidadLabel
     //
     cantidadLabel.Location    = new System.Drawing.Point(54, 304);
     cantidadLabel.Name        = "cantidadLabel";
     cantidadLabel.Size        = new System.Drawing.Size(62, 20);
     cantidadLabel.TabIndex    = 44;
     cantidadLabel.Values.Text = "Cantidad:";
     //
     // precioReferencialLabel
     //
     precioReferencialLabel.Location    = new System.Drawing.Point(6, 250);
     precioReferencialLabel.Name        = "precioReferencialLabel";
     precioReferencialLabel.Size        = new System.Drawing.Size(110, 20);
     precioReferencialLabel.TabIndex    = 40;
     precioReferencialLabel.Values.Text = "Precio Referencial:";
     //
     // precioUnitarioLabel
     //
     precioUnitarioLabel.Location    = new System.Drawing.Point(22, 222);
     precioUnitarioLabel.Name        = "precioUnitarioLabel";
     precioUnitarioLabel.Size        = new System.Drawing.Size(94, 20);
     precioUnitarioLabel.TabIndex    = 37;
     precioUnitarioLabel.Values.Text = "Precio Unitario:";
     //
     // descripcionLabel
     //
     descripcionLabel.Location    = new System.Drawing.Point(39, 83);
     descripcionLabel.Name        = "descripcionLabel";
     descripcionLabel.Size        = new System.Drawing.Size(77, 20);
     descripcionLabel.TabIndex    = 34;
     descripcionLabel.Values.Text = "Descripcion:";
     //
     // codigoItemLabel
     //
     codigoItemLabel.Location    = new System.Drawing.Point(35, 57);
     codigoItemLabel.Name        = "codigoItemLabel";
     codigoItemLabel.Size        = new System.Drawing.Size(81, 20);
     codigoItemLabel.TabIndex    = 32;
     codigoItemLabel.Values.Text = "Código Item:";
     //
     // idLabel
     //
     idLabel.Location    = new System.Drawing.Point(88, 32);
     idLabel.Name        = "idLabel";
     idLabel.Size        = new System.Drawing.Size(24, 20);
     idLabel.TabIndex    = 29;
     idLabel.Values.Text = "Id:";
     //
     // tipoPrecioComboBox
     //
     this.tipoPrecioComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.detalleDocumentoBindingSource, "TipoPrecio", true));
     this.tipoPrecioComboBox.DataSource        = this.tipoPrecioBindingSource;
     this.tipoPrecioComboBox.DisplayMember     = "Descripcion";
     this.tipoPrecioComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoPrecioComboBox.FormattingEnabled = true;
     this.tipoPrecioComboBox.Location          = new System.Drawing.Point(118, 275);
     this.tipoPrecioComboBox.Name        = "tipoPrecioComboBox";
     this.tipoPrecioComboBox.Size        = new System.Drawing.Size(240, 21);
     this.tipoPrecioComboBox.TabIndex    = 36;
     this.tipoPrecioComboBox.ValueMember = "Codigo";
     //
     // detalleDocumentoBindingSource
     //
     this.detalleDocumentoBindingSource.DataSource = typeof(FinalXML.DetalleDocumento);
     //
     // tipoPrecioBindingSource
     //
     this.tipoPrecioBindingSource.DataSource = typeof(FinalXML.TipoPrecio);
     //
     // btnCalcIsc
     //
     this.btnCalcIsc.Location = new System.Drawing.Point(224, 403);
     this.btnCalcIsc.Name     = "btnCalcIsc";
     this.btnCalcIsc.Size     = new System.Drawing.Size(125, 23);
     this.btnCalcIsc.TabIndex = 47;
     this.btnCalcIsc.Text     = "Ca&lcular ISC";
     this.btnCalcIsc.UseVisualStyleBackColor = true;
     this.btnCalcIsc.Click += new System.EventHandler(this.btnCalcIsc_Click);
     //
     // btnCalcIgv
     //
     this.btnCalcIgv.Location = new System.Drawing.Point(221, 354);
     this.btnCalcIgv.Name     = "btnCalcIgv";
     this.btnCalcIgv.Size     = new System.Drawing.Size(125, 23);
     this.btnCalcIgv.TabIndex = 42;
     this.btnCalcIgv.Text     = "C&alcular IGV";
     this.btnCalcIgv.UseVisualStyleBackColor = true;
     this.btnCalcIgv.Click += new System.EventHandler(this.btnCalcIgv_Click);
     //
     // barraBotones
     //
     this.barraBotones.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(480, 25);
     this.barraBotones.TabIndex = 55;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::FinalXML.Properties.Resources.ok;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name   = "toolOk";
     this.toolOk.Size   = new System.Drawing.Size(68, 22);
     this.toolOk.Text   = "&Aceptar";
     this.toolOk.Click += new System.EventHandler(this.toolOk_Click);
     //
     // toolCancel
     //
     this.toolCancel.Image = global::FinalXML.Properties.Resources.cancel;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name   = "toolCancel";
     this.toolCancel.Size   = new System.Drawing.Size(73, 22);
     this.toolCancel.Text   = "&Cancelar";
     this.toolCancel.Click += new System.EventHandler(this.toolCancel_Click);
     //
     // totalVentaTextBox
     //
     this.totalVentaTextBox.BackColor = System.Drawing.SystemColors.Info;
     this.totalVentaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "TotalVenta", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.totalVentaTextBox.Location = new System.Drawing.Point(118, 463);
     this.totalVentaTextBox.Name     = "totalVentaTextBox";
     this.totalVentaTextBox.ReadOnly = true;
     this.totalVentaTextBox.Size     = new System.Drawing.Size(100, 20);
     this.totalVentaTextBox.TabIndex = 49;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.DataSource       = this.detalleDocumentoBindingSource;
     //
     // otroImpuestoTextBox
     //
     this.otroImpuestoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "OtroImpuesto", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.otroImpuestoTextBox.Location = new System.Drawing.Point(118, 437);
     this.otroImpuestoTextBox.Name     = "otroImpuestoTextBox";
     this.otroImpuestoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.otroImpuestoTextBox.TabIndex = 48;
     //
     // impuestoSelectivoTextBox
     //
     this.impuestoSelectivoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "ImpuestoSelectivo", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.impuestoSelectivoTextBox.Location = new System.Drawing.Point(118, 406);
     this.impuestoSelectivoTextBox.Name     = "impuestoSelectivoTextBox";
     this.impuestoSelectivoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.impuestoSelectivoTextBox.TabIndex = 45;
     //
     // tipoImpuestoComboBox
     //
     this.tipoImpuestoComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.detalleDocumentoBindingSource, "TipoImpuesto", true));
     this.tipoImpuestoComboBox.DataSource        = this.tipoImpuestoBindingSource;
     this.tipoImpuestoComboBox.DisplayMember     = "Descripcion";
     this.tipoImpuestoComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoImpuestoComboBox.FormattingEnabled = true;
     this.tipoImpuestoComboBox.Location          = new System.Drawing.Point(118, 382);
     this.tipoImpuestoComboBox.Name        = "tipoImpuestoComboBox";
     this.tipoImpuestoComboBox.Size        = new System.Drawing.Size(240, 21);
     this.tipoImpuestoComboBox.TabIndex    = 43;
     this.tipoImpuestoComboBox.ValueMember = "Codigo";
     //
     // tipoImpuestoBindingSource
     //
     this.tipoImpuestoBindingSource.DataSource = typeof(FinalXML.TipoImpuesto);
     //
     // impuestoTextBox
     //
     this.impuestoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "Impuesto", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.impuestoTextBox.Location = new System.Drawing.Point(118, 356);
     this.impuestoTextBox.Name     = "impuestoTextBox";
     this.impuestoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.impuestoTextBox.TabIndex = 41;
     //
     // unidadMedidaComboBox
     //
     this.unidadMedidaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "UnidadMedida", true));
     this.unidadMedidaComboBox.FormattingEnabled = true;
     this.unidadMedidaComboBox.Items.AddRange(new object[] {
         "NIU",
         "KG",
         "LBR",
         "ONZ",
         "LTR"
     });
     this.unidadMedidaComboBox.Location = new System.Drawing.Point(118, 329);
     this.unidadMedidaComboBox.Name     = "unidadMedidaComboBox";
     this.unidadMedidaComboBox.Size     = new System.Drawing.Size(100, 21);
     this.unidadMedidaComboBox.TabIndex = 39;
     //
     // cantidadTextBox
     //
     this.cantidadTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "Cantidad", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.cantidadTextBox.Location = new System.Drawing.Point(118, 304);
     this.cantidadTextBox.Name     = "cantidadTextBox";
     this.cantidadTextBox.Size     = new System.Drawing.Size(100, 20);
     this.cantidadTextBox.TabIndex = 38;
     //
     // precioReferencialTextBox
     //
     this.precioReferencialTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "PrecioReferencial", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.precioReferencialTextBox.Location = new System.Drawing.Point(118, 249);
     this.precioReferencialTextBox.Name     = "precioReferencialTextBox";
     this.precioReferencialTextBox.Size     = new System.Drawing.Size(100, 20);
     this.precioReferencialTextBox.TabIndex = 35;
     //
     // precioUnitarioTextBox
     //
     this.precioUnitarioTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "PrecioUnitario", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.precioUnitarioTextBox.Location = new System.Drawing.Point(118, 222);
     this.precioUnitarioTextBox.Name     = "precioUnitarioTextBox";
     this.precioUnitarioTextBox.Size     = new System.Drawing.Size(100, 20);
     this.precioUnitarioTextBox.TabIndex = 33;
     //
     // descripcionTextBox
     //
     this.descripcionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "Descripcion", true));
     this.descripcionTextBox.Location  = new System.Drawing.Point(118, 83);
     this.descripcionTextBox.Multiline = true;
     this.descripcionTextBox.Name      = "descripcionTextBox";
     this.descripcionTextBox.Size      = new System.Drawing.Size(353, 136);
     this.descripcionTextBox.TabIndex  = 31;
     //
     // codigoItemTextBox
     //
     this.codigoItemTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "CodigoItem", true));
     this.codigoItemTextBox.Location = new System.Drawing.Point(118, 57);
     this.codigoItemTextBox.Name     = "codigoItemTextBox";
     this.codigoItemTextBox.Size     = new System.Drawing.Size(100, 20);
     this.codigoItemTextBox.TabIndex = 30;
     //
     // idNumericUpDown
     //
     this.idNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.detalleDocumentoBindingSource, "Id", true));
     this.idNumericUpDown.Location = new System.Drawing.Point(118, 32);
     this.idNumericUpDown.Name     = "idNumericUpDown";
     this.idNumericUpDown.Size     = new System.Drawing.Size(100, 20);
     this.idNumericUpDown.TabIndex = 28;
     this.idNumericUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(idLabel);
     this.kryptonPanel1.Controls.Add(this.idNumericUpDown);
     this.kryptonPanel1.Controls.Add(tipoPrecioLabel);
     this.kryptonPanel1.Controls.Add(this.totalVentaTextBox);
     this.kryptonPanel1.Controls.Add(this.tipoPrecioComboBox);
     this.kryptonPanel1.Controls.Add(totalVentaLabel);
     this.kryptonPanel1.Controls.Add(this.btnCalcIsc);
     this.kryptonPanel1.Controls.Add(this.descripcionTextBox);
     this.kryptonPanel1.Controls.Add(this.btnCalcIgv);
     this.kryptonPanel1.Controls.Add(otroImpuestoLabel);
     this.kryptonPanel1.Controls.Add(this.otroImpuestoTextBox);
     this.kryptonPanel1.Controls.Add(impuestoSelectivoLabel);
     this.kryptonPanel1.Controls.Add(this.impuestoSelectivoTextBox);
     this.kryptonPanel1.Controls.Add(tipoImpuestoLabel);
     this.kryptonPanel1.Controls.Add(this.tipoImpuestoComboBox);
     this.kryptonPanel1.Controls.Add(impuestoLabel);
     this.kryptonPanel1.Controls.Add(this.impuestoTextBox);
     this.kryptonPanel1.Controls.Add(unidadMedidaLabel);
     this.kryptonPanel1.Controls.Add(this.unidadMedidaComboBox);
     this.kryptonPanel1.Controls.Add(cantidadLabel);
     this.kryptonPanel1.Controls.Add(this.cantidadTextBox);
     this.kryptonPanel1.Controls.Add(precioReferencialLabel);
     this.kryptonPanel1.Controls.Add(this.precioReferencialTextBox);
     this.kryptonPanel1.Controls.Add(precioUnitarioLabel);
     this.kryptonPanel1.Controls.Add(this.precioUnitarioTextBox);
     this.kryptonPanel1.Controls.Add(this.codigoItemTextBox);
     this.kryptonPanel1.Controls.Add(descripcionLabel);
     this.kryptonPanel1.Controls.Add(codigoItemLabel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(480, 502);
     this.kryptonPanel1.TabIndex = 57;
     //
     // FrmDetalleDocumento
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(480, 502);
     this.Controls.Add(this.barraBotones);
     this.Controls.Add(this.kryptonPanel1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FrmDetalleDocumento";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmDetalleDocumento";
     this.Load         += new System.EventHandler(this.FrmDetalleDocumento_Load);
     ((System.ComponentModel.ISupportInitialize)(this.detalleDocumentoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoPrecioBindingSource)).EndInit();
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoImpuestoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.idNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #26
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartPageWindow));
     this.kryptonPanel1       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.gridRecentFiles     = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     this.kryptonLabel2       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.buttonLoad          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.buttonCreate        = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel1       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonPanel2       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.buttonDelete        = new System.Windows.Forms.ToolStripButton();
     this.buttonHide          = new System.Windows.Forms.ToolStripButton();
     this.ColumnName          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnOpened        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnAction        = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewButtonColumn();
     this.ColumnStartPractice = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewButtonColumn();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridRecentFiles)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonPanel2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.pictureBox1);
     this.kryptonPanel1.Controls.Add(this.buttonLoad);
     this.kryptonPanel1.Controls.Add(this.buttonCreate);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1004, 548);
     this.kryptonPanel1.TabIndex = 0;
     //
     // gridRecentFiles
     //
     this.gridRecentFiles.AllowUserToAddRows       = false;
     this.gridRecentFiles.AllowUserToDeleteRows    = false;
     this.gridRecentFiles.AllowUserToOrderColumns  = true;
     this.gridRecentFiles.AllowUserToResizeColumns = false;
     this.gridRecentFiles.AllowUserToResizeRows    = false;
     this.gridRecentFiles.ColumnHeadersHeight      = 25;
     this.gridRecentFiles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ColumnName,
         this.ColumnOpened,
         this.ColumnAction,
         this.ColumnStartPractice
     });
     this.gridRecentFiles.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.gridRecentFiles.Location                = new System.Drawing.Point(0, 25);
     this.gridRecentFiles.MultiSelect             = false;
     this.gridRecentFiles.Name                    = "gridRecentFiles";
     this.gridRecentFiles.ReadOnly                = true;
     this.gridRecentFiles.RowHeadersVisible       = false;
     this.gridRecentFiles.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.gridRecentFiles.RowTemplate.Height      = 27;
     this.gridRecentFiles.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.gridRecentFiles.Size                    = new System.Drawing.Size(980, 361);
     this.gridRecentFiles.TabIndex                = 10;
     this.gridRecentFiles.CellContentClick       += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridRecentFilesCellContentClick);
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(12, 128);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(94, 16);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.kryptonLabel2.TabIndex    = 9;
     this.kryptonLabel2.Values.Text = "Выберите тему";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = global::VocabularyTest.Addons.StartPage.Images.accessories_dictionary;
     this.pictureBox1.Location  = new System.Drawing.Point(860, 12);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(132, 132);
     this.pictureBox1.TabIndex  = 8;
     this.pictureBox1.TabStop   = false;
     //
     // buttonLoad
     //
     this.buttonLoad.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.buttonLoad.Location     = new System.Drawing.Point(12, 78);
     this.buttonLoad.Name         = "buttonLoad";
     this.buttonLoad.Size         = new System.Drawing.Size(227, 25);
     this.buttonLoad.TabIndex     = 7;
     this.buttonLoad.Values.Image = ((System.Drawing.Image)(resources.GetObject("buttonLoad.Values.Image")));
     this.buttonLoad.Values.Text  = "Загрузить новые словари";
     this.buttonLoad.Click       += new System.EventHandler(this.ButtonLoadClick);
     //
     // buttonCreate
     //
     this.buttonCreate.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.buttonCreate.Location     = new System.Drawing.Point(12, 47);
     this.buttonCreate.Name         = "buttonCreate";
     this.buttonCreate.Size         = new System.Drawing.Size(227, 25);
     this.buttonCreate.TabIndex     = 5;
     this.buttonCreate.Values.Image = ((System.Drawing.Image)(resources.GetObject("buttonCreate.Values.Image")));
     this.buttonCreate.Values.Text  = "Создать новый словарь";
     this.buttonCreate.Click       += new System.EventHandler(this.ButtonCreateClick);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.LabelStyle  = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.kryptonLabel1.Location    = new System.Drawing.Point(12, 12);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(296, 29);
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "Тренировка словарного запаса";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonPanel2.Controls.Add(this.gridRecentFiles);
     this.kryptonPanel2.Controls.Add(this.toolStrip1);
     this.kryptonPanel2.Location = new System.Drawing.Point(12, 150);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(980, 386);
     this.kryptonPanel2.TabIndex = 11;
     //
     // toolStrip1
     //
     this.toolStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonDelete,
         this.buttonHide
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(980, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // buttonDelete
     //
     this.buttonDelete.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.buttonDelete.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonDelete.Image")));
     this.buttonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonDelete.Name   = "buttonDelete";
     this.buttonDelete.Size   = new System.Drawing.Size(84, 22);
     this.buttonDelete.Text   = "Удалить тему";
     this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
     //
     // buttonHide
     //
     this.buttonHide.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.buttonHide.Image                 = ((System.Drawing.Image)(resources.GetObject("buttonHide.Image")));
     this.buttonHide.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonHide.Name   = "buttonHide";
     this.buttonHide.Size   = new System.Drawing.Size(52, 22);
     this.buttonHide.Text   = "Скрыть";
     this.buttonHide.Click += new System.EventHandler(this.buttonHide_Click);
     //
     // ColumnName
     //
     this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColumnName.HeaderText   = "Наименование";
     this.ColumnName.Name         = "ColumnName";
     this.ColumnName.ReadOnly     = true;
     //
     // ColumnOpened
     //
     this.ColumnOpened.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.ColumnOpened.HeaderText   = "Дата изменения";
     this.ColumnOpened.Name         = "ColumnOpened";
     this.ColumnOpened.ReadOnly     = true;
     this.ColumnOpened.Width        = 124;
     //
     // ColumnAction
     //
     this.ColumnAction.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ColumnAction.HeaderText   = "";
     this.ColumnAction.Name         = "ColumnAction";
     this.ColumnAction.ReadOnly     = true;
     this.ColumnAction.Text         = "";
     this.ColumnAction.Width        = 7;
     //
     // ColumnStartPractice
     //
     this.ColumnStartPractice.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ColumnStartPractice.HeaderText   = "";
     this.ColumnStartPractice.Name         = "ColumnStartPractice";
     this.ColumnStartPractice.ReadOnly     = true;
     this.ColumnStartPractice.Width        = 7;
     //
     // StartPageWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1004, 548);
     this.CloseButton         = false;
     this.DockAreas           = WeifenLuo.WinFormsUI.Docking.DockAreas.Document;
     this.HideOnClose         = true;
     this.Controls.Add(this.kryptonPanel1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name = "StartPageWindow";
     this.Text = "Главная";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridRecentFiles)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #27
0
 /// <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(UserPatch));
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonLinkLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLinkLabel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.buildn = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonLinkLabel1);
     this.kryptonPanel1.Controls.Add(this.pictureBox1);
     this.kryptonPanel1.Controls.Add(this.buildn);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.TabHighProfile;
     this.kryptonPanel1.Size = new System.Drawing.Size(309, 313);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonLinkLabel1
     //
     this.kryptonLinkLabel1.Location = new System.Drawing.Point(55, 277);
     this.kryptonLinkLabel1.Name = "kryptonLinkLabel1";
     this.kryptonLinkLabel1.Size = new System.Drawing.Size(225, 24);
     this.kryptonLinkLabel1.TabIndex = 2;
     this.kryptonLinkLabel1.Values.Text = "http://userpatch.aiscripters.net/";
     this.kryptonLinkLabel1.LinkClicked += new System.EventHandler(this.kryptonLinkLabel1_LinkClicked);
     //
     // pictureBox1
     //
     this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.Image = global::WindowsFormsApplication3.Properties.Resources.userpatch;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(309, 161);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // buildn
     //
     this.buildn.Location = new System.Drawing.Point(169, 205);
     this.buildn.Name = "buildn";
     this.buildn.Size = new System.Drawing.Size(83, 22);
     this.buildn.StateNormal.ShortText.Color1 = System.Drawing.Color.SeaGreen;
     this.buildn.StateNormal.ShortText.Color2 = System.Drawing.Color.White;
     this.buildn.StateNormal.ShortText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buildn.TabIndex = 1;
     this.buildn.Values.Text = "Loading..";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(36, 249);
     this.kryptonLabel3.Name = "kryptonLabel3";
     this.kryptonLabel3.Size = new System.Drawing.Size(123, 22);
     this.kryptonLabel3.StateNormal.ShortText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex = 1;
     this.kryptonLabel3.Values.Text = "Official Website:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(55, 205);
     this.kryptonLabel2.Name = "kryptonLabel2";
     this.kryptonLabel2.Size = new System.Drawing.Size(117, 22);
     this.kryptonLabel2.StateNormal.ShortText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex = 1;
     this.kryptonLabel2.Values.Text = "1.5 RC - Build";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(25, 167);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(261, 22);
     this.kryptonLabel1.StateNormal.ShortText.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex = 1;
     this.kryptonLabel1.Values.Text = "UserPatch Successfuly Updated!";
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress = true;
     this.backgroundWorker1.WorkerSupportsCancellation = true;
     this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     //
     // UserPatch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(309, 313);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "UserPatch";
     this.Text = "UserPatch Updated!";
     this.Load += new System.EventHandler(this.UserPatch_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel  tipoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  nroReferenciaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  descripcionLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDiscrepancia));
     this.barraBotones = new System.Windows.Forms.ToolStrip();
     this.toolOk       = new System.Windows.Forms.ToolStripButton();
     this.toolCancel   = new System.Windows.Forms.ToolStripButton();
     this.discrepanciaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tipoComboBox = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.tipoDiscrepanciaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.nroReferenciaTextBox          = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.descripcionTextBox            = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     tipoLabel          = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     nroReferenciaLabel = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     descripcionLabel   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.discrepanciaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDiscrepanciaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tipoLabel
     //
     tipoLabel.Location    = new System.Drawing.Point(6, 11);
     tipoLabel.Name        = "tipoLabel";
     tipoLabel.Size        = new System.Drawing.Size(37, 20);
     tipoLabel.TabIndex    = 7;
     tipoLabel.Values.Text = "Tipo:";
     //
     // nroReferenciaLabel
     //
     nroReferenciaLabel.Location    = new System.Drawing.Point(6, 38);
     nroReferenciaLabel.Name        = "nroReferenciaLabel";
     nroReferenciaLabel.Size        = new System.Drawing.Size(94, 20);
     nroReferenciaLabel.TabIndex    = 8;
     nroReferenciaLabel.Values.Text = "Nro Referencia:";
     //
     // descripcionLabel
     //
     descripcionLabel.Location    = new System.Drawing.Point(6, 64);
     descripcionLabel.Name        = "descripcionLabel";
     descripcionLabel.Size        = new System.Drawing.Size(77, 20);
     descripcionLabel.TabIndex    = 9;
     descripcionLabel.Values.Text = "Descripcion:";
     //
     // barraBotones
     //
     this.barraBotones.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(383, 25);
     this.barraBotones.TabIndex = 6;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::WinApp.Properties.Resources.ok;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name = "toolOk";
     this.toolOk.Size = new System.Drawing.Size(68, 22);
     this.toolOk.Text = "&Aceptar";
     //
     // toolCancel
     //
     this.toolCancel.Image = global::WinApp.Properties.Resources.cancel;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name = "toolCancel";
     this.toolCancel.Size = new System.Drawing.Size(73, 22);
     this.toolCancel.Text = "&Cancelar";
     //
     // discrepanciaBindingSource
     //
     this.discrepanciaBindingSource.DataSource = typeof(Comun.Dto.Modelos.Discrepancia);
     //
     // tipoComboBox
     //
     this.tipoComboBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.tipoComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.tipoComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.discrepanciaBindingSource, "Tipo", true));
     this.tipoComboBox.DataSource        = this.tipoDiscrepanciaBindingSource;
     this.tipoComboBox.DisplayMember     = "DescripcionCompleta";
     this.tipoComboBox.DropDownWidth     = 265;
     this.tipoComboBox.FormattingEnabled = true;
     this.tipoComboBox.Location          = new System.Drawing.Point(109, 8);
     this.tipoComboBox.Name        = "tipoComboBox";
     this.tipoComboBox.Size        = new System.Drawing.Size(265, 21);
     this.tipoComboBox.TabIndex    = 8;
     this.tipoComboBox.ValueMember = "Codigo";
     //
     // tipoDiscrepanciaBindingSource
     //
     this.tipoDiscrepanciaBindingSource.DataSource = typeof(WinApp.Entidades.TipoDiscrepancia);
     //
     // nroReferenciaTextBox
     //
     this.nroReferenciaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.discrepanciaBindingSource, "NroReferencia", true));
     this.nroReferenciaTextBox.Location = new System.Drawing.Point(109, 35);
     this.nroReferenciaTextBox.Name     = "nroReferenciaTextBox";
     this.nroReferenciaTextBox.Size     = new System.Drawing.Size(100, 23);
     this.nroReferenciaTextBox.TabIndex = 9;
     //
     // descripcionTextBox
     //
     this.descripcionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.discrepanciaBindingSource, "Descripcion", true));
     this.descripcionTextBox.Location = new System.Drawing.Point(109, 61);
     this.descripcionTextBox.Name     = "descripcionTextBox";
     this.descripcionTextBox.Size     = new System.Drawing.Size(265, 23);
     this.descripcionTextBox.TabIndex = 10;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(descripcionLabel);
     this.kryptonPanel1.Controls.Add(this.tipoComboBox);
     this.kryptonPanel1.Controls.Add(this.descripcionTextBox);
     this.kryptonPanel1.Controls.Add(tipoLabel);
     this.kryptonPanel1.Controls.Add(nroReferenciaLabel);
     this.kryptonPanel1.Controls.Add(this.nroReferenciaTextBox);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(383, 95);
     this.kryptonPanel1.TabIndex = 11;
     //
     // FrmDiscrepancia
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(383, 120);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.barraBotones);
     this.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmDiscrepancia";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Discrepancia";
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.discrepanciaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDiscrepanciaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnexionForm));
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kBtnTrashRefFileOB = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kBtnCreerFichierCompteOB = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kBtnOuvrirFichierCompteOB = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kLbFile = new ComponentFactory.Krypton.Toolkit.KryptonListBox();
     this.kLblHeader = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.btnAddCompte = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.Fermer = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.OK = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.txtMdp = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.txtLogin = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.kryptonManager1 = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.OFDOrionBanque = new System.Windows.Forms.OpenFileDialog();
     this.FBDOrionBanque = new System.Windows.Forms.FolderBrowserDialog();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kBtnTrashRefFileOB);
     this.kryptonPanel1.Controls.Add(this.kBtnCreerFichierCompteOB);
     this.kryptonPanel1.Controls.Add(this.kBtnOuvrirFichierCompteOB);
     this.kryptonPanel1.Controls.Add(this.kLbFile);
     this.kryptonPanel1.Controls.Add(this.kLblHeader);
     this.kryptonPanel1.Controls.Add(this.btnAddCompte);
     this.kryptonPanel1.Controls.Add(this.Fermer);
     this.kryptonPanel1.Controls.Add(this.OK);
     this.kryptonPanel1.Controls.Add(this.txtMdp);
     this.kryptonPanel1.Controls.Add(this.txtLogin);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Size = new System.Drawing.Size(405, 320);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kBtnTrashRefFileOB
     //
     this.kBtnTrashRefFileOB.Enabled = false;
     this.kBtnTrashRefFileOB.Location = new System.Drawing.Point(190, 196);
     this.kBtnTrashRefFileOB.Name = "kBtnTrashRefFileOB";
     this.kBtnTrashRefFileOB.Size = new System.Drawing.Size(23, 23);
     this.kBtnTrashRefFileOB.TabIndex = 34;
     this.toolTip1.SetToolTip(this.kBtnTrashRefFileOB, "Supprime la référence à ce fichier OrionBanque");
     this.kBtnTrashRefFileOB.Values.Image = global::OrionBanque.Properties.Resources.bin_closed;
     this.kBtnTrashRefFileOB.Values.Text = "";
     this.kBtnTrashRefFileOB.Click += new System.EventHandler(this.KBtnTrashRefFileOB_Click);
     //
     // kBtnCreerFichierCompteOB
     //
     this.kBtnCreerFichierCompteOB.Location = new System.Drawing.Point(12, 196);
     this.kBtnCreerFichierCompteOB.Name = "kBtnCreerFichierCompteOB";
     this.kBtnCreerFichierCompteOB.Size = new System.Drawing.Size(23, 23);
     this.kBtnCreerFichierCompteOB.TabIndex = 33;
     this.toolTip1.SetToolTip(this.kBtnCreerFichierCompteOB, "Créer un nouveau fichier de Compte OrionBanque");
     this.kBtnCreerFichierCompteOB.Values.Image = global::OrionBanque.Properties.Resources.page_add;
     this.kBtnCreerFichierCompteOB.Values.Text = "";
     this.kBtnCreerFichierCompteOB.Click += new System.EventHandler(this.KBtnCreerFichierCompteOB_Click);
     //
     // kBtnOuvrirFichierCompteOB
     //
     this.kBtnOuvrirFichierCompteOB.Location = new System.Drawing.Point(370, 196);
     this.kBtnOuvrirFichierCompteOB.Name = "kBtnOuvrirFichierCompteOB";
     this.kBtnOuvrirFichierCompteOB.Size = new System.Drawing.Size(23, 23);
     this.kBtnOuvrirFichierCompteOB.TabIndex = 32;
     this.toolTip1.SetToolTip(this.kBtnOuvrirFichierCompteOB, "Ouvrir un fichier de compte OrionBanque");
     this.kBtnOuvrirFichierCompteOB.Values.Image = global::OrionBanque.Properties.Resources.folder_page;
     this.kBtnOuvrirFichierCompteOB.Values.Text = "";
     this.kBtnOuvrirFichierCompteOB.Click += new System.EventHandler(this.KBtnOuvrirFichierCompteOB_Click);
     //
     // kLbFile
     //
     this.kLbFile.Location = new System.Drawing.Point(12, 47);
     this.kLbFile.Name = "kLbFile";
     this.kLbFile.Size = new System.Drawing.Size(381, 143);
     this.kLbFile.TabIndex = 31;
     this.kLbFile.SelectedIndexChanged += new System.EventHandler(this.KLbFile_SelectedIndexChanged);
     //
     // kLblHeader
     //
     this.kLblHeader.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitlePanel;
     this.kLblHeader.Location = new System.Drawing.Point(137, 12);
     this.kLblHeader.Name = "kLblHeader";
     this.kLblHeader.Size = new System.Drawing.Size(106, 29);
     this.kLblHeader.TabIndex = 29;
     this.kLblHeader.Values.Text = "Connexion";
     //
     // btnAddCompte
     //
     this.btnAddCompte.Enabled = false;
     this.btnAddCompte.Location = new System.Drawing.Point(190, 283);
     this.btnAddCompte.Name = "btnAddCompte";
     this.btnAddCompte.Size = new System.Drawing.Size(23, 23);
     this.btnAddCompte.TabIndex = 28;
     this.toolTip1.SetToolTip(this.btnAddCompte, "Ajouter un utilisateur");
     this.btnAddCompte.Values.Image = global::OrionBanque.Properties.Resources.user_add;
     this.btnAddCompte.Values.Text = "";
     this.btnAddCompte.Click += new System.EventHandler(this.BtnAddCompte_Click);
     //
     // Fermer
     //
     this.Fermer.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.Fermer.Location = new System.Drawing.Point(12, 283);
     this.Fermer.Name = "Fermer";
     this.Fermer.Size = new System.Drawing.Size(23, 23);
     this.Fermer.TabIndex = 24;
     this.toolTip1.SetToolTip(this.Fermer, "Fermer OrionBanque sans se connecter");
     this.Fermer.Values.Image = global::OrionBanque.Properties.Resources.cross1;
     this.Fermer.Values.Text = "";
     //
     // OK
     //
     this.OK.Enabled = false;
     this.OK.Location = new System.Drawing.Point(370, 283);
     this.OK.Name = "OK";
     this.OK.Size = new System.Drawing.Size(23, 23);
     this.OK.TabIndex = 25;
     this.toolTip1.SetToolTip(this.OK, "Se connecter avec les identifiants précisés");
     this.OK.Values.Image = global::OrionBanque.Properties.Resources.accept1;
     this.OK.Values.Text = "";
     this.OK.Click += new System.EventHandler(this.OK_Click);
     //
     // txtMdp
     //
     this.txtMdp.Enabled = false;
     this.txtMdp.Location = new System.Drawing.Point(108, 254);
     this.txtMdp.Name = "txtMdp";
     this.txtMdp.PasswordChar = '●';
     this.txtMdp.Size = new System.Drawing.Size(285, 23);
     this.txtMdp.TabIndex = 23;
     this.txtMdp.UseSystemPasswordChar = true;
     //
     // txtLogin
     //
     this.txtLogin.Enabled = false;
     this.txtLogin.Location = new System.Drawing.Point(108, 225);
     this.txtLogin.Name = "txtLogin";
     this.txtLogin.Size = new System.Drawing.Size(285, 23);
     this.txtLogin.TabIndex = 22;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(12, 257);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(90, 20);
     this.kryptonLabel1.TabIndex = 21;
     this.kryptonLabel1.Values.Text = "Mot de passe :";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(30, 228);
     this.kryptonLabel3.Name = "kryptonLabel3";
     this.kryptonLabel3.Size = new System.Drawing.Size(72, 20);
     this.kryptonLabel3.TabIndex = 20;
     this.kryptonLabel3.Values.Text = "Utilisateur :";
     //
     // kryptonManager1
     //
     this.kryptonManager1.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.Office2010Silver;
     //
     // OFDOrionBanque
     //
     this.OFDOrionBanque.Filter = "Fichier OrionBanque|*.obq";
     //
     // FBDOrionBanque
     //
     this.FBDOrionBanque.RootFolder = System.Environment.SpecialFolder.MyComputer;
     //
     // ConnexionForm
     //
     this.AcceptButton = this.OK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.Fermer;
     this.ClientSize = new System.Drawing.Size(405, 320);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ConnexionForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Connexion";
     this.TextExtra = "OrionBanque";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel contenidoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel codigoLabel;
     this.datoAdicionalBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.codigoComboBox                 = new System.Windows.Forms.ComboBox();
     this.tipoDatoAdicionalBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.barraBotones     = new System.Windows.Forms.ToolStrip();
     this.toolOk           = new System.Windows.Forms.ToolStripButton();
     this.toolCancel       = new System.Windows.Forms.ToolStripButton();
     this.contenidoTextBox = new System.Windows.Forms.TextBox();
     this.kryptonPanel1    = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     contenidoLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     codigoLabel           = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.datoAdicionalBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDatoAdicionalBindingSource)).BeginInit();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // contenidoLabel
     //
     contenidoLabel.Location    = new System.Drawing.Point(11, 55);
     contenidoLabel.Name        = "contenidoLabel";
     contenidoLabel.Size        = new System.Drawing.Size(70, 20);
     contenidoLabel.TabIndex    = 8;
     contenidoLabel.Values.Text = "Contenido:";
     //
     // codigoLabel
     //
     codigoLabel.Location    = new System.Drawing.Point(11, 24);
     codigoLabel.Name        = "codigoLabel";
     codigoLabel.Size        = new System.Drawing.Size(53, 20);
     codigoLabel.TabIndex    = 6;
     codigoLabel.Values.Text = "Codigo:";
     //
     // datoAdicionalBindingSource
     //
     this.datoAdicionalBindingSource.DataSource = typeof(WinApp.Comun.Dto.Modelos.DatoAdicional);
     //
     // codigoComboBox
     //
     this.codigoComboBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.codigoComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.codigoComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.datoAdicionalBindingSource, "Codigo", true));
     this.codigoComboBox.DataSource        = this.tipoDatoAdicionalBindingSource;
     this.codigoComboBox.DisplayMember     = "Descripcion";
     this.codigoComboBox.FormattingEnabled = true;
     this.codigoComboBox.Location          = new System.Drawing.Point(79, 21);
     this.codigoComboBox.Name        = "codigoComboBox";
     this.codigoComboBox.Size        = new System.Drawing.Size(336, 21);
     this.codigoComboBox.TabIndex    = 7;
     this.codigoComboBox.ValueMember = "Codigo";
     //
     // tipoDatoAdicionalBindingSource
     //
     this.tipoDatoAdicionalBindingSource.DataSource = typeof(WinApp.Entidades.TipoDatoAdicional);
     //
     // barraBotones
     //
     this.barraBotones.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(440, 25);
     this.barraBotones.TabIndex = 10;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::FinalXML.Properties.Resources.ok;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name   = "toolOk";
     this.toolOk.Size   = new System.Drawing.Size(68, 22);
     this.toolOk.Text   = "&Aceptar";
     this.toolOk.Click += new System.EventHandler(this.toolOk_Click);
     //
     // toolCancel
     //
     this.toolCancel.Image = global::FinalXML.Properties.Resources.cancel;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name   = "toolCancel";
     this.toolCancel.Size   = new System.Drawing.Size(73, 22);
     this.toolCancel.Text   = "&Cancelar";
     this.toolCancel.Click += new System.EventHandler(this.toolCancel_Click);
     //
     // contenidoTextBox
     //
     this.contenidoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.datoAdicionalBindingSource, "Contenido", true));
     this.contenidoTextBox.Location = new System.Drawing.Point(79, 52);
     this.contenidoTextBox.Name     = "contenidoTextBox";
     this.contenidoTextBox.Size     = new System.Drawing.Size(336, 20);
     this.contenidoTextBox.TabIndex = 9;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(contenidoLabel);
     this.kryptonPanel1.Controls.Add(codigoLabel);
     this.kryptonPanel1.Controls.Add(this.codigoComboBox);
     this.kryptonPanel1.Controls.Add(this.contenidoTextBox);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(440, 88);
     this.kryptonPanel1.TabIndex = 11;
     //
     // FrmDatosAdicionales
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(440, 113);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.barraBotones);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FrmDatosAdicionales";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmDatosAdicionales";
     this.Load         += new System.EventHandler(this.FrmDatosAdicionales_Load);
     ((System.ComponentModel.ISupportInitialize)(this.datoAdicionalBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDatoAdicionalBindingSource)).EndInit();
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel  tipoDocumentoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  nroDocumentoLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDocumentoRelacionado));
     this.barraBotones = new System.Windows.Forms.ToolStrip();
     this.toolOk       = new System.Windows.Forms.ToolStripButton();
     this.toolCancel   = new System.Windows.Forms.ToolStripButton();
     this.documentoRelacionadoBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.tipoDocumentoComboBox                 = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.tipoDocumentoRelacionadoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.nroDocumentoTextBox = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.kryptonPanel1       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     tipoDocumentoLabel       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     nroDocumentoLabel        = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.documentoRelacionadoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocumentoComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocumentoRelacionadoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tipoDocumentoLabel
     //
     tipoDocumentoLabel.Location    = new System.Drawing.Point(7, 15);
     tipoDocumentoLabel.Name        = "tipoDocumentoLabel";
     tipoDocumentoLabel.Size        = new System.Drawing.Size(105, 20);
     tipoDocumentoLabel.TabIndex    = 7;
     tipoDocumentoLabel.Values.Text = "Tipo Documento:";
     //
     // nroDocumentoLabel
     //
     nroDocumentoLabel.Location    = new System.Drawing.Point(7, 42);
     nroDocumentoLabel.Name        = "nroDocumentoLabel";
     nroDocumentoLabel.Size        = new System.Drawing.Size(101, 20);
     nroDocumentoLabel.TabIndex    = 8;
     nroDocumentoLabel.Values.Text = "Nro Documento:";
     //
     // barraBotones
     //
     this.barraBotones.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(365, 25);
     this.barraBotones.TabIndex = 6;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::OpenInvoicePeru.WinApp.Properties.Resources.aceptar;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name = "toolOk";
     this.toolOk.Size = new System.Drawing.Size(68, 22);
     this.toolOk.Text = "&Aceptar";
     //
     // toolCancel
     //
     this.toolCancel.Image = global::OpenInvoicePeru.WinApp.Properties.Resources.cancelar;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name = "toolCancel";
     this.toolCancel.Size = new System.Drawing.Size(73, 22);
     this.toolCancel.Text = "&Cancelar";
     //
     // documentoRelacionadoBindingSource
     //
     this.documentoRelacionadoBindingSource.DataSource = typeof(OpenInvoicePeru.Comun.Dto.Modelos.DocumentoRelacionado);
     //
     // tipoDocumentoComboBox
     //
     this.tipoDocumentoComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.documentoRelacionadoBindingSource, "TipoDocumento", true));
     this.tipoDocumentoComboBox.DataSource        = this.tipoDocumentoRelacionadoBindingSource;
     this.tipoDocumentoComboBox.DisplayMember     = "DescripcionCompleta";
     this.tipoDocumentoComboBox.DropDownWidth     = 236;
     this.tipoDocumentoComboBox.FormattingEnabled = true;
     this.tipoDocumentoComboBox.Location          = new System.Drawing.Point(107, 12);
     this.tipoDocumentoComboBox.Name        = "tipoDocumentoComboBox";
     this.tipoDocumentoComboBox.Size        = new System.Drawing.Size(236, 21);
     this.tipoDocumentoComboBox.TabIndex    = 8;
     this.tipoDocumentoComboBox.ValueMember = "Codigo";
     //
     // tipoDocumentoRelacionadoBindingSource
     //
     this.tipoDocumentoRelacionadoBindingSource.DataSource = typeof(OpenInvoicePeru.Datos.Entidades.TipoDocumentoRelacionado);
     //
     // nroDocumentoTextBox
     //
     this.nroDocumentoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.documentoRelacionadoBindingSource, "NroDocumento", true));
     this.nroDocumentoTextBox.Location = new System.Drawing.Point(107, 39);
     this.nroDocumentoTextBox.Name     = "nroDocumentoTextBox";
     this.nroDocumentoTextBox.Size     = new System.Drawing.Size(152, 23);
     this.nroDocumentoTextBox.TabIndex = 9;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.nroDocumentoTextBox);
     this.kryptonPanel1.Controls.Add(nroDocumentoLabel);
     this.kryptonPanel1.Controls.Add(this.tipoDocumentoComboBox);
     this.kryptonPanel1.Controls.Add(tipoDocumentoLabel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(365, 76);
     this.kryptonPanel1.TabIndex = 10;
     //
     // FrmDocumentoRelacionado
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(365, 101);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.barraBotones);
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FrmDocumentoRelacionado";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Documento Relacionado";
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.documentoRelacionadoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocumentoComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDocumentoRelacionadoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.txtCleanStep = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.txtPortCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.q = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCleanStep)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.txtCleanStep);
     this.kryptonPanel1.Controls.Add(this.btnAdd);
     this.kryptonPanel1.Controls.Add(this.txtPortCode);
     this.kryptonPanel1.Controls.Add(this.q);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name = "kryptonPanel1";
     this.kryptonPanel1.Size = new System.Drawing.Size(327, 151);
     this.kryptonPanel1.TabIndex = 0;
     //
     // txtCleanStep
     //
     this.txtCleanStep.DropDownWidth = 121;
     this.txtCleanStep.Location = new System.Drawing.Point(116, 67);
     this.txtCleanStep.Name = "txtCleanStep";
     this.txtCleanStep.Size = new System.Drawing.Size(121, 21);
     this.txtCleanStep.TabIndex = 3;
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(225, 111);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(90, 27);
     this.btnAdd.TabIndex = 2;
     this.btnAdd.Values.Text = "添加";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // txtPortCode
     //
     this.txtPortCode.Location = new System.Drawing.Point(116, 28);
     this.txtPortCode.Name = "txtPortCode";
     this.txtPortCode.Size = new System.Drawing.Size(121, 20);
     this.txtPortCode.TabIndex = 1;
     //
     // q
     //
     this.q.Location = new System.Drawing.Point(25, 67);
     this.q.Name = "q";
     this.q.Size = new System.Drawing.Size(73, 20);
     this.q.TabIndex = 0;
     this.q.Values.Text = "清洗槽名:";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(25, 27);
     this.kryptonLabel1.Name = "kryptonLabel1";
     this.kryptonLabel1.Size = new System.Drawing.Size(73, 20);
     this.kryptonLabel1.TabIndex = 0;
     this.kryptonLabel1.Values.Text = "端口编号:";
     //
     // AddNewItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(327, 151);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "AddNewItem";
     this.Text = "AddNewItem";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCleanStep)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.KryptonLabel  tipoPrecioLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  totalVentaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  otroImpuestoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  impuestoSelectivoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  tipoImpuestoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  impuestoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  unidadMedidaLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  cantidadLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  precioReferencialLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  precioUnitarioLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  descripcionLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  codigoItemLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  idLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  lblProducto;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDetalleDocumento));
     this.tipoPrecioComboBox            = new System.Windows.Forms.ComboBox();
     this.detalleDocumentoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tipoPrecioBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.btnCalcIsc                = new System.Windows.Forms.Button();
     this.btnCalcIgv                = new System.Windows.Forms.Button();
     this.barraBotones              = new System.Windows.Forms.ToolStrip();
     this.toolOk                    = new System.Windows.Forms.ToolStripButton();
     this.toolCancel                = new System.Windows.Forms.ToolStripButton();
     this.totalVentaTextBox         = new System.Windows.Forms.TextBox();
     this.errorProvider1            = new System.Windows.Forms.ErrorProvider(this.components);
     this.otroImpuestoTextBox       = new System.Windows.Forms.TextBox();
     this.impuestoSelectivoTextBox  = new System.Windows.Forms.TextBox();
     this.tipoImpuestoComboBox      = new System.Windows.Forms.ComboBox();
     this.tipoImpuestoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.impuestoTextBox           = new System.Windows.Forms.TextBox();
     this.unidadMedidaComboBox      = new System.Windows.Forms.ComboBox();
     this.cantidadTextBox           = new System.Windows.Forms.TextBox();
     this.precioReferencialTextBox  = new System.Windows.Forms.TextBox();
     this.precioUnitarioTextBox     = new System.Windows.Forms.TextBox();
     this.descripcionTextBox        = new System.Windows.Forms.TextBox();
     this.codigoItemTextBox         = new System.Windows.Forms.TextBox();
     this.idNumericUpDown           = new System.Windows.Forms.NumericUpDown();
     this.kryptonPanel1             = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.txt_servicio              = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cmbPro                    = new System.Windows.Forms.ComboBox();
     tipoPrecioLabel                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     totalVentaLabel                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     otroImpuestoLabel              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     impuestoSelectivoLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     tipoImpuestoLabel              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     impuestoLabel                  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     unidadMedidaLabel              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     cantidadLabel                  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     precioReferencialLabel         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     precioUnitarioLabel            = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     descripcionLabel               = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     codigoItemLabel                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     idLabel     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     lblProducto = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.detalleDocumentoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoPrecioBindingSource)).BeginInit();
     this.barraBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoImpuestoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.idNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tipoPrecioLabel
     //
     tipoPrecioLabel.Location    = new System.Drawing.Point(42, 315);
     tipoPrecioLabel.Name        = "tipoPrecioLabel";
     tipoPrecioLabel.Size        = new System.Drawing.Size(74, 20);
     tipoPrecioLabel.TabIndex    = 56;
     tipoPrecioLabel.Values.Text = "Tipo Precio:";
     //
     // totalVentaLabel
     //
     totalVentaLabel.Location    = new System.Drawing.Point(41, 503);
     totalVentaLabel.Name        = "totalVentaLabel";
     totalVentaLabel.Size        = new System.Drawing.Size(75, 20);
     totalVentaLabel.TabIndex    = 54;
     totalVentaLabel.Values.Text = "Total Venta:";
     //
     // otroImpuestoLabel
     //
     otroImpuestoLabel.Location    = new System.Drawing.Point(24, 477);
     otroImpuestoLabel.Name        = "otroImpuestoLabel";
     otroImpuestoLabel.Size        = new System.Drawing.Size(93, 20);
     otroImpuestoLabel.TabIndex    = 53;
     otroImpuestoLabel.Values.Text = "Otro Impuesto:";
     //
     // impuestoSelectivoLabel
     //
     impuestoSelectivoLabel.Location    = new System.Drawing.Point(0, 446);
     impuestoSelectivoLabel.Name        = "impuestoSelectivoLabel";
     impuestoSelectivoLabel.Size        = new System.Drawing.Size(116, 20);
     impuestoSelectivoLabel.TabIndex    = 52;
     impuestoSelectivoLabel.Values.Text = "Impuesto Selectivo:";
     //
     // tipoImpuestoLabel
     //
     tipoImpuestoLabel.Location    = new System.Drawing.Point(24, 425);
     tipoImpuestoLabel.Name        = "tipoImpuestoLabel";
     tipoImpuestoLabel.Size        = new System.Drawing.Size(92, 20);
     tipoImpuestoLabel.TabIndex    = 51;
     tipoImpuestoLabel.Values.Text = "Tipo Impuesto:";
     //
     // impuestoLabel
     //
     impuestoLabel.Location    = new System.Drawing.Point(51, 399);
     impuestoLabel.Name        = "impuestoLabel";
     impuestoLabel.Size        = new System.Drawing.Size(65, 20);
     impuestoLabel.TabIndex    = 50;
     impuestoLabel.Values.Text = "Impuesto:";
     //
     // unidadMedidaLabel
     //
     unidadMedidaLabel.Location    = new System.Drawing.Point(19, 373);
     unidadMedidaLabel.Name        = "unidadMedidaLabel";
     unidadMedidaLabel.Size        = new System.Drawing.Size(97, 20);
     unidadMedidaLabel.TabIndex    = 46;
     unidadMedidaLabel.Values.Text = "Unidad Medida:";
     //
     // cantidadLabel
     //
     cantidadLabel.Location    = new System.Drawing.Point(54, 344);
     cantidadLabel.Name        = "cantidadLabel";
     cantidadLabel.Size        = new System.Drawing.Size(62, 20);
     cantidadLabel.TabIndex    = 44;
     cantidadLabel.Values.Text = "Cantidad:";
     //
     // precioReferencialLabel
     //
     precioReferencialLabel.Location    = new System.Drawing.Point(6, 290);
     precioReferencialLabel.Name        = "precioReferencialLabel";
     precioReferencialLabel.Size        = new System.Drawing.Size(110, 20);
     precioReferencialLabel.TabIndex    = 40;
     precioReferencialLabel.Values.Text = "Precio Referencial:";
     //
     // precioUnitarioLabel
     //
     precioUnitarioLabel.Location    = new System.Drawing.Point(22, 262);
     precioUnitarioLabel.Name        = "precioUnitarioLabel";
     precioUnitarioLabel.Size        = new System.Drawing.Size(94, 20);
     precioUnitarioLabel.TabIndex    = 37;
     precioUnitarioLabel.Values.Text = "Precio Unitario:";
     //
     // descripcionLabel
     //
     descripcionLabel.Location    = new System.Drawing.Point(39, 123);
     descripcionLabel.Name        = "descripcionLabel";
     descripcionLabel.Size        = new System.Drawing.Size(77, 20);
     descripcionLabel.TabIndex    = 34;
     descripcionLabel.Values.Text = "Descripcion:";
     //
     // codigoItemLabel
     //
     codigoItemLabel.Location    = new System.Drawing.Point(247, 93);
     codigoItemLabel.Name        = "codigoItemLabel";
     codigoItemLabel.Size        = new System.Drawing.Size(81, 20);
     codigoItemLabel.TabIndex    = 32;
     codigoItemLabel.Values.Text = "Código Item:";
     //
     // idLabel
     //
     idLabel.Location    = new System.Drawing.Point(88, 91);
     idLabel.Name        = "idLabel";
     idLabel.Size        = new System.Drawing.Size(24, 20);
     idLabel.TabIndex    = 29;
     idLabel.Values.Text = "Id:";
     //
     // lblProducto
     //
     lblProducto.Location    = new System.Drawing.Point(50, 32);
     lblProducto.Name        = "lblProducto";
     lblProducto.Size        = new System.Drawing.Size(63, 20);
     lblProducto.TabIndex    = 58;
     lblProducto.Values.Text = "Producto:";
     //
     // tipoPrecioComboBox
     //
     this.tipoPrecioComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.detalleDocumentoBindingSource, "TipoPrecio", true));
     this.tipoPrecioComboBox.DataSource        = this.tipoPrecioBindingSource;
     this.tipoPrecioComboBox.DisplayMember     = "Descripcion";
     this.tipoPrecioComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoPrecioComboBox.FormattingEnabled = true;
     this.tipoPrecioComboBox.Location          = new System.Drawing.Point(118, 315);
     this.tipoPrecioComboBox.Name        = "tipoPrecioComboBox";
     this.tipoPrecioComboBox.Size        = new System.Drawing.Size(240, 21);
     this.tipoPrecioComboBox.TabIndex    = 6;
     this.tipoPrecioComboBox.ValueMember = "Codigo";
     //
     // detalleDocumentoBindingSource
     //
     this.detalleDocumentoBindingSource.DataSource = typeof(WinApp.Comun.Dto.Modelos.DetalleDocumento);
     //
     // tipoPrecioBindingSource
     //
     this.tipoPrecioBindingSource.DataSource = typeof(WinApp.Entidades.TipoPrecio);
     //
     // btnCalcIsc
     //
     this.btnCalcIsc.Location = new System.Drawing.Point(224, 443);
     this.btnCalcIsc.Name     = "btnCalcIsc";
     this.btnCalcIsc.Size     = new System.Drawing.Size(125, 23);
     this.btnCalcIsc.TabIndex = 13;
     this.btnCalcIsc.Text     = "Ca&lcular ISC";
     this.btnCalcIsc.UseVisualStyleBackColor = true;
     this.btnCalcIsc.Click += new System.EventHandler(this.btnCalcIsc_Click);
     //
     // btnCalcIgv
     //
     this.btnCalcIgv.Location = new System.Drawing.Point(221, 394);
     this.btnCalcIgv.Name     = "btnCalcIgv";
     this.btnCalcIgv.Size     = new System.Drawing.Size(125, 23);
     this.btnCalcIgv.TabIndex = 10;
     this.btnCalcIgv.Text     = "C&alcular IGV";
     this.btnCalcIgv.UseVisualStyleBackColor = true;
     this.btnCalcIgv.Click += new System.EventHandler(this.btnCalcIgv_Click);
     //
     // barraBotones
     //
     this.barraBotones.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.barraBotones.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolOk,
         this.toolCancel
     });
     this.barraBotones.Location = new System.Drawing.Point(0, 0);
     this.barraBotones.Name     = "barraBotones";
     this.barraBotones.Size     = new System.Drawing.Size(575, 25);
     this.barraBotones.TabIndex = 55;
     this.barraBotones.Text     = "toolStrip1";
     //
     // toolOk
     //
     this.toolOk.Image = global::FinalXML.Properties.Resources.ok;
     this.toolOk.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolOk.Name   = "toolOk";
     this.toolOk.Size   = new System.Drawing.Size(68, 22);
     this.toolOk.Text   = "&Aceptar";
     this.toolOk.Click += new System.EventHandler(this.toolOk_Click);
     //
     // toolCancel
     //
     this.toolCancel.Image = global::FinalXML.Properties.Resources.cancel;
     this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolCancel.Name   = "toolCancel";
     this.toolCancel.Size   = new System.Drawing.Size(73, 22);
     this.toolCancel.Text   = "&Cancelar";
     this.toolCancel.Click += new System.EventHandler(this.toolCancel_Click);
     //
     // totalVentaTextBox
     //
     this.totalVentaTextBox.BackColor = System.Drawing.SystemColors.Info;
     this.totalVentaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "TotalVenta", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.totalVentaTextBox.Location = new System.Drawing.Point(118, 503);
     this.totalVentaTextBox.Name     = "totalVentaTextBox";
     this.totalVentaTextBox.ReadOnly = true;
     this.totalVentaTextBox.Size     = new System.Drawing.Size(100, 22);
     this.totalVentaTextBox.TabIndex = 15;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.DataSource       = this.detalleDocumentoBindingSource;
     //
     // otroImpuestoTextBox
     //
     this.otroImpuestoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "OtroImpuesto", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.otroImpuestoTextBox.Location = new System.Drawing.Point(118, 477);
     this.otroImpuestoTextBox.Name     = "otroImpuestoTextBox";
     this.otroImpuestoTextBox.Size     = new System.Drawing.Size(100, 22);
     this.otroImpuestoTextBox.TabIndex = 14;
     //
     // impuestoSelectivoTextBox
     //
     this.impuestoSelectivoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "ImpuestoSelectivo", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.impuestoSelectivoTextBox.Location = new System.Drawing.Point(118, 446);
     this.impuestoSelectivoTextBox.Name     = "impuestoSelectivoTextBox";
     this.impuestoSelectivoTextBox.Size     = new System.Drawing.Size(100, 22);
     this.impuestoSelectivoTextBox.TabIndex = 12;
     //
     // tipoImpuestoComboBox
     //
     this.tipoImpuestoComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.detalleDocumentoBindingSource, "TipoImpuesto", true));
     this.tipoImpuestoComboBox.DataSource        = this.tipoImpuestoBindingSource;
     this.tipoImpuestoComboBox.DisplayMember     = "Descripcion";
     this.tipoImpuestoComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoImpuestoComboBox.FormattingEnabled = true;
     this.tipoImpuestoComboBox.Location          = new System.Drawing.Point(118, 422);
     this.tipoImpuestoComboBox.Name                  = "tipoImpuestoComboBox";
     this.tipoImpuestoComboBox.Size                  = new System.Drawing.Size(240, 21);
     this.tipoImpuestoComboBox.TabIndex              = 11;
     this.tipoImpuestoComboBox.ValueMember           = "Codigo";
     this.tipoImpuestoComboBox.SelectedIndexChanged += new System.EventHandler(this.tipoImpuestoComboBox_SelectedIndexChanged);
     //
     // tipoImpuestoBindingSource
     //
     this.tipoImpuestoBindingSource.DataSource = typeof(WinApp.Entidades.TipoImpuesto);
     //
     // impuestoTextBox
     //
     this.impuestoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "Impuesto", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.impuestoTextBox.Location = new System.Drawing.Point(118, 396);
     this.impuestoTextBox.Name     = "impuestoTextBox";
     this.impuestoTextBox.Size     = new System.Drawing.Size(100, 22);
     this.impuestoTextBox.TabIndex = 9;
     //
     // unidadMedidaComboBox
     //
     this.unidadMedidaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "UnidadMedida", true));
     this.unidadMedidaComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.unidadMedidaComboBox.FormattingEnabled = true;
     this.unidadMedidaComboBox.Items.AddRange(new object[] {
         "TNE",
         "NIU",
         "KG",
         "LBR",
         "ONZ",
         "LTR",
         "GLL",
         "SET",
         "ZZ"
     });
     this.unidadMedidaComboBox.Location = new System.Drawing.Point(118, 369);
     this.unidadMedidaComboBox.Name     = "unidadMedidaComboBox";
     this.unidadMedidaComboBox.Size     = new System.Drawing.Size(100, 21);
     this.unidadMedidaComboBox.TabIndex = 8;
     //
     // cantidadTextBox
     //
     this.cantidadTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "Cantidad", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.cantidadTextBox.Location  = new System.Drawing.Point(118, 344);
     this.cantidadTextBox.Name      = "cantidadTextBox";
     this.cantidadTextBox.Size      = new System.Drawing.Size(100, 22);
     this.cantidadTextBox.TabIndex  = 7;
     this.cantidadTextBox.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.cantidadTextBox_KeyDown);
     this.cantidadTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cantidadTextBox_KeyPress);
     //
     // precioReferencialTextBox
     //
     this.precioReferencialTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "PrecioReferencial", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.precioReferencialTextBox.Location = new System.Drawing.Point(118, 289);
     this.precioReferencialTextBox.Name     = "precioReferencialTextBox";
     this.precioReferencialTextBox.Size     = new System.Drawing.Size(100, 22);
     this.precioReferencialTextBox.TabIndex = 5;
     //
     // precioUnitarioTextBox
     //
     this.precioUnitarioTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "PrecioUnitario", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
     this.precioUnitarioTextBox.Location = new System.Drawing.Point(118, 262);
     this.precioUnitarioTextBox.Name     = "precioUnitarioTextBox";
     this.precioUnitarioTextBox.Size     = new System.Drawing.Size(100, 22);
     this.precioUnitarioTextBox.TabIndex = 4;
     //
     // descripcionTextBox
     //
     this.descripcionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "Descripcion", true));
     this.descripcionTextBox.Location     = new System.Drawing.Point(118, 123);
     this.descripcionTextBox.MaxLength    = 250;
     this.descripcionTextBox.Multiline    = true;
     this.descripcionTextBox.Name         = "descripcionTextBox";
     this.descripcionTextBox.Size         = new System.Drawing.Size(445, 136);
     this.descripcionTextBox.TabIndex     = 3;
     this.descripcionTextBox.TextChanged += new System.EventHandler(this.descripcionTextBox_TextChanged);
     this.descripcionTextBox.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.descripcionTextBox_KeyPress);
     //
     // codigoItemTextBox
     //
     this.codigoItemTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.detalleDocumentoBindingSource, "CodigoItem", true));
     this.codigoItemTextBox.Location = new System.Drawing.Point(330, 93);
     this.codigoItemTextBox.Name     = "codigoItemTextBox";
     this.codigoItemTextBox.Size     = new System.Drawing.Size(151, 22);
     this.codigoItemTextBox.TabIndex = 2;
     //
     // idNumericUpDown
     //
     this.idNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.detalleDocumentoBindingSource, "Id", true));
     this.idNumericUpDown.Location = new System.Drawing.Point(118, 91);
     this.idNumericUpDown.Name     = "idNumericUpDown";
     this.idNumericUpDown.Size     = new System.Drawing.Size(100, 22);
     this.idNumericUpDown.TabIndex = 1;
     this.idNumericUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.txt_servicio);
     this.kryptonPanel1.Controls.Add(this.cmbPro);
     this.kryptonPanel1.Controls.Add(lblProducto);
     this.kryptonPanel1.Controls.Add(idLabel);
     this.kryptonPanel1.Controls.Add(this.idNumericUpDown);
     this.kryptonPanel1.Controls.Add(tipoPrecioLabel);
     this.kryptonPanel1.Controls.Add(this.totalVentaTextBox);
     this.kryptonPanel1.Controls.Add(this.tipoPrecioComboBox);
     this.kryptonPanel1.Controls.Add(totalVentaLabel);
     this.kryptonPanel1.Controls.Add(this.btnCalcIsc);
     this.kryptonPanel1.Controls.Add(this.descripcionTextBox);
     this.kryptonPanel1.Controls.Add(this.btnCalcIgv);
     this.kryptonPanel1.Controls.Add(otroImpuestoLabel);
     this.kryptonPanel1.Controls.Add(this.otroImpuestoTextBox);
     this.kryptonPanel1.Controls.Add(impuestoSelectivoLabel);
     this.kryptonPanel1.Controls.Add(this.impuestoSelectivoTextBox);
     this.kryptonPanel1.Controls.Add(tipoImpuestoLabel);
     this.kryptonPanel1.Controls.Add(this.tipoImpuestoComboBox);
     this.kryptonPanel1.Controls.Add(impuestoLabel);
     this.kryptonPanel1.Controls.Add(this.impuestoTextBox);
     this.kryptonPanel1.Controls.Add(unidadMedidaLabel);
     this.kryptonPanel1.Controls.Add(this.unidadMedidaComboBox);
     this.kryptonPanel1.Controls.Add(cantidadLabel);
     this.kryptonPanel1.Controls.Add(this.cantidadTextBox);
     this.kryptonPanel1.Controls.Add(precioReferencialLabel);
     this.kryptonPanel1.Controls.Add(this.precioReferencialTextBox);
     this.kryptonPanel1.Controls.Add(precioUnitarioLabel);
     this.kryptonPanel1.Controls.Add(this.precioUnitarioTextBox);
     this.kryptonPanel1.Controls.Add(this.codigoItemTextBox);
     this.kryptonPanel1.Controls.Add(descripcionLabel);
     this.kryptonPanel1.Controls.Add(codigoItemLabel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(575, 578);
     this.kryptonPanel1.TabIndex = 57;
     this.kryptonPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.kryptonPanel1_Paint);
     //
     // txt_servicio
     //
     //
     //
     //
     this.txt_servicio.Border.Class      = "TextBoxBorder";
     this.txt_servicio.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_servicio.Location          = new System.Drawing.Point(119, 58);
     this.txt_servicio.Name             = "txt_servicio";
     this.txt_servicio.PreventEnterBeep = true;
     this.txt_servicio.Size             = new System.Drawing.Size(444, 22);
     this.txt_servicio.TabIndex         = 59;
     this.txt_servicio.TextChanged     += new System.EventHandler(this.txt_servicio_TextChanged);
     this.txt_servicio.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.txt_servicio_KeyUp);
     //
     // cmbPro
     //
     this.cmbPro.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPro.FormattingEnabled = true;
     this.cmbPro.Location          = new System.Drawing.Point(119, 31);
     this.cmbPro.Name                      = "cmbPro";
     this.cmbPro.Size                      = new System.Drawing.Size(444, 21);
     this.cmbPro.TabIndex                  = 16;
     this.cmbPro.SelectedIndexChanged     += new System.EventHandler(this.cmbPro_SelectedIndexChanged);
     this.cmbPro.SelectionChangeCommitted += new System.EventHandler(this.cmbPro_SelectionChangeCommitted);
     //
     // FrmDetalleDocumento
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(575, 578);
     this.Controls.Add(this.barraBotones);
     this.Controls.Add(this.kryptonPanel1);
     this.DoubleBuffered = true;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox    = false;
     this.MinimizeBox    = false;
     this.Name           = "FrmDetalleDocumento";
     this.ShowInTaskbar  = false;
     this.Text           = "FrmDetalleDocumento";
     this.Load          += new System.EventHandler(this.FrmDetalleDocumento_Load);
     ((System.ComponentModel.ISupportInitialize)(this.detalleDocumentoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoPrecioBindingSource)).EndInit();
     this.barraBotones.ResumeLayout(false);
     this.barraBotones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoImpuestoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.idNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ComponentFactory.Krypton.Toolkit.KryptonLabel  nroDocumentoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  tipoDocumentoLabel;
     ComponentFactory.Krypton.Toolkit.KryptonLabel  kryptonLabel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProducto));
     this.kryptonPanel1  = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.btnCancelar    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.btnAceptar     = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.txtReferencia  = new System.Windows.Forms.TextBox();
     this.txtPrecio      = new System.Windows.Forms.TextBox();
     this.txtDescripcion = new System.Windows.Forms.TextBox();
     nroDocumentoLabel   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     tipoDocumentoLabel  = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     kryptonLabel1       = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // nroDocumentoLabel
     //
     nroDocumentoLabel.Location    = new System.Drawing.Point(9, 44);
     nroDocumentoLabel.Name        = "nroDocumentoLabel";
     nroDocumentoLabel.Size        = new System.Drawing.Size(77, 20);
     nroDocumentoLabel.TabIndex    = 12;
     nroDocumentoLabel.Values.Text = "Descripción:";
     //
     // tipoDocumentoLabel
     //
     tipoDocumentoLabel.Location    = new System.Drawing.Point(9, 17);
     tipoDocumentoLabel.Name        = "tipoDocumentoLabel";
     tipoDocumentoLabel.Size        = new System.Drawing.Size(70, 20);
     tipoDocumentoLabel.TabIndex    = 11;
     tipoDocumentoLabel.Values.Text = "Referencia:";
     //
     // kryptonLabel1
     //
     kryptonLabel1.Location    = new System.Drawing.Point(9, 110);
     kryptonLabel1.Name        = "kryptonLabel1";
     kryptonLabel1.Size        = new System.Drawing.Size(47, 20);
     kryptonLabel1.TabIndex    = 15;
     kryptonLabel1.Values.Text = "Precio:";
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.btnCancelar);
     this.kryptonPanel1.Controls.Add(this.btnAceptar);
     this.kryptonPanel1.Controls.Add(this.txtReferencia);
     this.kryptonPanel1.Controls.Add(kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.txtPrecio);
     this.kryptonPanel1.Controls.Add(nroDocumentoLabel);
     this.kryptonPanel1.Controls.Add(tipoDocumentoLabel);
     this.kryptonPanel1.Controls.Add(this.txtDescripcion);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(417, 198);
     this.kryptonPanel1.TabIndex = 16;
     //
     // btnCancelar
     //
     this.btnCancelar.Location     = new System.Drawing.Point(222, 148);
     this.btnCancelar.Name         = "btnCancelar";
     this.btnCancelar.Size         = new System.Drawing.Size(90, 25);
     this.btnCancelar.TabIndex     = 5;
     this.btnCancelar.Values.Image = global::FinalXML.Properties.Resources.cancel;
     this.btnCancelar.Values.Text  = "&Cancelar";
     //
     // btnAceptar
     //
     this.btnAceptar.Location     = new System.Drawing.Point(94, 148);
     this.btnAceptar.Name         = "btnAceptar";
     this.btnAceptar.Size         = new System.Drawing.Size(90, 25);
     this.btnAceptar.TabIndex     = 4;
     this.btnAceptar.Values.Image = global::FinalXML.Properties.Resources.ok;
     this.btnAceptar.Values.Text  = "&Aceptar";
     this.btnAceptar.Click       += new System.EventHandler(this.btnAceptar_Click);
     //
     // txtReferencia
     //
     this.txtReferencia.Location     = new System.Drawing.Point(94, 17);
     this.txtReferencia.Name         = "txtReferencia";
     this.txtReferencia.Size         = new System.Drawing.Size(152, 22);
     this.txtReferencia.TabIndex     = 1;
     this.txtReferencia.TextChanged += new System.EventHandler(this.txtReferencia_TextChanged);
     this.txtReferencia.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtReferencia_KeyPress);
     //
     // txtPrecio
     //
     this.txtPrecio.Location  = new System.Drawing.Point(94, 109);
     this.txtPrecio.Name      = "txtPrecio";
     this.txtPrecio.Size      = new System.Drawing.Size(152, 22);
     this.txtPrecio.TabIndex  = 3;
     this.txtPrecio.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrecio_KeyPress);
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location     = new System.Drawing.Point(94, 43);
     this.txtDescripcion.Multiline    = true;
     this.txtDescripcion.Name         = "txtDescripcion";
     this.txtDescripcion.Size         = new System.Drawing.Size(309, 60);
     this.txtDescripcion.TabIndex     = 2;
     this.txtDescripcion.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
     this.txtDescripcion.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtDescripcion_KeyPress);
     //
     // FormProducto
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(417, 198);
     this.Controls.Add(this.kryptonPanel1);
     this.DoubleBuffered = true;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name           = "FormProducto";
     this.ShowInTaskbar  = false;
     this.Text           = "FormProducto";
     this.Load          += new System.EventHandler(this.FormProducto_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ResumeLayout(false);
 }