/// <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.mzCmbSrchEdTipoDoc = new mz.erp.ui.controls.mzComboSearchEditor();
     this.ultraMaskedEdit1   = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.SuspendLayout();
     //
     // mzCmbSrchEdTipoDoc
     //
     this.mzCmbSrchEdTipoDoc.DataValue    = "";
     this.mzCmbSrchEdTipoDoc.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbSrchEdTipoDoc.Location     = new System.Drawing.Point(7, 1);
     this.mzCmbSrchEdTipoDoc.Name         = "mzCmbSrchEdTipoDoc";
     this.mzCmbSrchEdTipoDoc.SearchObject = null;
     this.mzCmbSrchEdTipoDoc.Size         = new System.Drawing.Size(312, 22);
     this.mzCmbSrchEdTipoDoc.TabIndex     = 0;
     //
     // ultraMaskedEdit1
     //
     this.ultraMaskedEdit1.Location = new System.Drawing.Point(325, 1);
     this.ultraMaskedEdit1.Name     = "ultraMaskedEdit1";
     this.ultraMaskedEdit1.TabIndex = 1;
     this.ultraMaskedEdit1.Text     = "ultraMaskedEdit1";
     //
     // mzMaskTipoNumeroDoc
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.ultraMaskedEdit1);
     this.Controls.Add(this.mzCmbSrchEdTipoDoc);
     this.Name = "mzMaskTipoNumeroDoc";
     this.Size = new System.Drawing.Size(432, 24);
     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.ComponentModel.ComponentResourceManager             resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSoporteModificarComprobantes));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.txtNumeroModif         = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mzCEComprobanteDestino = new mz.erp.ui.controls.mzComboEditor();
     this.label1                = new System.Windows.Forms.Label();
     this.groupBox4             = new System.Windows.Forms.GroupBox();
     this.gridResultado         = new Janus.Windows.GridEX.GridEX();
     this.gridManagerView1      = new mz.erp.ui.controls.GridManagerView();
     this.label2                = new System.Windows.Forms.Label();
     this.ubBuscar              = new Infragistics.Win.Misc.UltraButton();
     this.mzCEComprobanteOrigen = new mz.erp.ui.controls.mzComboEditor();
     this.label3                = new System.Windows.Forms.Label();
     this.txtNumero             = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.imglStandar           = new System.Windows.Forms.ImageList(this.components);
     this.toolBarButton1        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3        = new System.Windows.Forms.ToolBarButton();
     this.toolBarStandar        = new System.Windows.Forms.ToolBar();
     this.toolBarButton4        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton6        = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1     = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteDestino)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteOrigen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(863, 26);
     this.ultraExplorerBarContainerControl1.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(863, 24);
     this.labelTarea.TabIndex  = 2;
     this.labelTarea.Text      = "Label Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl3.Controls.Add(this.groupBox4);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(863, 291);
     this.ultraExplorerBarContainerControl3.TabIndex = 3;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtNumeroModif);
     this.groupBox1.Controls.Add(this.mzCEComprobanteDestino);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(0, 224);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(859, 64);
     this.groupBox1.TabIndex = 46;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = " Modificar";
     //
     // txtNumeroModif
     //
     this.txtNumeroModif.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumeroModif.InputMask = "?-9999-99999999";
     this.txtNumeroModif.Location  = new System.Drawing.Point(170, 24);
     this.txtNumeroModif.Name      = "txtNumeroModif";
     this.txtNumeroModif.Size      = new System.Drawing.Size(100, 20);
     this.txtNumeroModif.TabIndex  = 42;
     this.txtNumeroModif.Text      = "--";
     this.txtNumeroModif.Visible   = false;
     //
     // mzCEComprobanteDestino
     //
     this.mzCEComprobanteDestino.AutoCompleteMode     = Infragistics.Win.AutoCompleteMode.Append;
     this.mzCEComprobanteDestino.DisplayMember        = "";
     this.mzCEComprobanteDestino.DisplayMemberCaption = "";
     this.mzCEComprobanteDestino.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEComprobanteDestino.Location             = new System.Drawing.Point(180, 22);
     this.mzCEComprobanteDestino.MaxItemsDisplay      = 50;
     this.mzCEComprobanteDestino.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEComprobanteDestino.Name               = "mzCEComprobanteDestino";
     this.mzCEComprobanteDestino.Size               = new System.Drawing.Size(199, 21);
     this.mzCEComprobanteDestino.SorterMember       = "";
     this.mzCEComprobanteDestino.TabIndex           = 5;
     this.mzCEComprobanteDestino.ValueMember        = "";
     this.mzCEComprobanteDestino.ValueMemberCaption = "";
     this.mzCEComprobanteDestino.Visible            = false;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(4, 27);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(170, 16);
     this.label1.TabIndex  = 41;
     this.label1.Text      = "Nuevo Tipo de Comprobante";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.gridResultado);
     this.groupBox4.Controls.Add(this.gridManagerView1);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.ubBuscar);
     this.groupBox4.Controls.Add(this.mzCEComprobanteOrigen);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.txtNumero);
     this.groupBox4.Location = new System.Drawing.Point(0, 0);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(859, 219);
     this.groupBox4.TabIndex = 45;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = " Comprobante origen";
     //
     // gridResultado
     //
     this.gridResultado.AllowCardSizing = false;
     this.gridResultado.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridResultado.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Anchor          = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.gridResultado.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridResultado.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridResultado.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.Location           = new System.Drawing.Point(13, 99);
     this.gridResultado.Name       = "gridResultado";
     this.gridResultado.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridResultado.Size       = new System.Drawing.Size(835, 104);
     this.gridResultado.TabIndex   = 4;
     this.gridResultado.TabStop    = false;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Location  = new System.Drawing.Point(11, 72);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(840, 24);
     this.gridManagerView1.TabIndex  = 3;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(12, 20);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(136, 16);
     this.label2.TabIndex  = 49;
     this.label2.Text      = "Número de Comprobante";
     //
     // ubBuscar
     //
     this.ubBuscar.Location = new System.Drawing.Point(372, 39);
     this.ubBuscar.Name     = "ubBuscar";
     this.ubBuscar.Size     = new System.Drawing.Size(96, 24);
     this.ubBuscar.TabIndex = 2;
     this.ubBuscar.Text     = "&Buscar";
     //
     // mzCEComprobanteOrigen
     //
     this.mzCEComprobanteOrigen.AutoCompleteMode     = Infragistics.Win.AutoCompleteMode.Append;
     this.mzCEComprobanteOrigen.DisplayMember        = "";
     this.mzCEComprobanteOrigen.DisplayMemberCaption = "";
     this.mzCEComprobanteOrigen.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEComprobanteOrigen.Location             = new System.Drawing.Point(156, 40);
     this.mzCEComprobanteOrigen.MaxItemsDisplay      = 50;
     this.mzCEComprobanteOrigen.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEComprobanteOrigen.Name               = "mzCEComprobanteOrigen";
     this.mzCEComprobanteOrigen.Size               = new System.Drawing.Size(199, 21);
     this.mzCEComprobanteOrigen.SorterMember       = "";
     this.mzCEComprobanteOrigen.TabIndex           = 1;
     this.mzCEComprobanteOrigen.ValueMember        = "";
     this.mzCEComprobanteOrigen.ValueMemberCaption = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(12, 43);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(136, 16);
     this.label3.TabIndex  = 48;
     this.label3.Text      = "Tipo de Comprobante";
     //
     // txtNumero
     //
     this.txtNumero.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumero.InputMask = "?-9999-99999999";
     this.txtNumero.Location  = new System.Drawing.Point(156, 18);
     this.txtNumero.Name      = "txtNumero";
     this.txtNumero.Size      = new System.Drawing.Size(100, 20);
     this.txtNumero.TabIndex  = 0;
     this.txtNumero.Text      = "--";
     //
     // imglStandar
     //
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Transparent;
     this.imglStandar.Images.SetKeyName(0, "");
     this.imglStandar.Images.SetKeyName(1, "");
     this.imglStandar.Images.SetKeyName(2, "");
     this.imglStandar.Images.SetKeyName(3, "");
     this.imglStandar.Images.SetKeyName(4, "");
     this.imglStandar.Images.SetKeyName(5, "");
     this.imglStandar.Images.SetKeyName(6, "");
     this.imglStandar.Images.SetKeyName(7, "");
     this.imglStandar.Images.SetKeyName(8, "");
     this.imglStandar.Images.SetKeyName(9, "");
     this.imglStandar.Images.SetKeyName(10, "");
     this.imglStandar.Images.SetKeyName(11, "");
     this.imglStandar.Images.SetKeyName(12, "");
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 4;
     this.toolBarButton1.Name       = "toolBarButton1";
     this.toolBarButton1.Text       = "&Aceptar";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Name  = "toolBarButton2";
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 7;
     this.toolBarButton3.Name       = "toolBarButton3";
     this.toolBarButton3.Text       = "&Cancelar";
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton4,
         this.toolBarButton5,
         this.toolBarButton6
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(912, 28);
     this.toolBarStandar.TabIndex       = 23;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton4
     //
     this.toolBarButton4.ImageIndex = 4;
     this.toolBarButton4.Name       = "toolBarButton4";
     this.toolBarButton4.Text       = "&Aceptar";
     //
     // toolBarButton5
     //
     this.toolBarButton5.Name  = "toolBarButton5";
     this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton6
     //
     this.toolBarButton6.ImageIndex = 7;
     this.toolBarButton6.Name       = "toolBarButton6";
     this.toolBarButton6.Text       = "&Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.AnimationEnabled = false;
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup2.Key       = "Busqueda";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 291;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Seleccionar Perfil";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(912, 430);
     this.ultraExplorerBar1.TabIndex = 24;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmSoporteModificarComprobantes
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(912, 458);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmSoporteModificarComprobantes";
     this.Text = "FrmSoporteModificarComprobantes";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteDestino)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEComprobanteOrigen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#3
0
 private void InitializeComponent()
 {
     TextBoxMulticastSourceIP  = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     RadioButtonAnySource      = new RadioButton();
     RadioButtonSpecificSource = new RadioButton();
     RadioButtonSpecificSource.CheckedChanged += new EventHandler(RadioButtonSpecificSource_CheckedChanged);
     ButtonOK = new Button();
     SuspendLayout();
     //
     // TextBoxMulticastSourceIP
     //
     TextBoxMulticastSourceIP.AutoSize   = false;
     TextBoxMulticastSourceIP.EditAs     = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     TextBoxMulticastSourceIP.Enabled    = false;
     TextBoxMulticastSourceIP.InputMask  = @"nnn\.nnn\.nnn\.nnn";
     TextBoxMulticastSourceIP.Location   = new Point(152, 35);
     TextBoxMulticastSourceIP.Name       = "TextBoxMulticastSourceIP";
     TextBoxMulticastSourceIP.PromptChar = ' ';
     TextBoxMulticastSourceIP.Size       = new Size(92, 20);
     TextBoxMulticastSourceIP.TabIndex   = 2;
     TextBoxMulticastSourceIP.Text       = "127.0.0.1";
     //
     // RadioButtonAnySource
     //
     RadioButtonAnySource.AutoSize = true;
     RadioButtonAnySource.Checked  = true;
     RadioButtonAnySource.Location = new Point(13, 12);
     RadioButtonAnySource.Name     = "RadioButtonAnySource";
     RadioButtonAnySource.Size     = new Size(102, 17);
     RadioButtonAnySource.TabIndex = 0;
     RadioButtonAnySource.TabStop  = true;
     RadioButtonAnySource.Text     = "Use &Any Source";
     RadioButtonAnySource.UseVisualStyleBackColor = true;
     //
     // RadioButtonSpecificSource
     //
     RadioButtonSpecificSource.AutoSize = true;
     RadioButtonSpecificSource.Location = new Point(13, 36);
     RadioButtonSpecificSource.Name     = "RadioButtonSpecificSource";
     RadioButtonSpecificSource.Size     = new Size(138, 17);
     RadioButtonSpecificSource.TabIndex = 1;
     RadioButtonSpecificSource.Text     = "Use &Specific Source IP:";
     RadioButtonSpecificSource.UseVisualStyleBackColor = true;
     //
     // ButtonOK
     //
     ButtonOK.DialogResult            = DialogResult.OK;
     ButtonOK.Location                = new Point(169, 73);
     ButtonOK.Name                    = "ButtonOK";
     ButtonOK.Size                    = new Size(75, 23);
     ButtonOK.TabIndex                = 3;
     ButtonOK.Text                    = "&OK";
     ButtonOK.UseVisualStyleBackColor = true;
     //
     // MulticastSourceSelector
     //
     AcceptButton        = ButtonOK;
     AutoScaleDimensions = new SizeF(6.0f, 13.0f);
     AutoScaleMode       = AutoScaleMode.Font;
     ClientSize          = new Size(255, 108);
     ControlBox          = false;
     Controls.Add(ButtonOK);
     Controls.Add(TextBoxMulticastSourceIP);
     Controls.Add(RadioButtonSpecificSource);
     Controls.Add(RadioButtonAnySource);
     FormBorderStyle = FormBorderStyle.FixedDialog;
     MaximizeBox     = false;
     MinimizeBox     = false;
     Name            = "MulticastSourceSelector";
     ShowIcon        = false;
     ShowInTaskbar   = false;
     SizeGripStyle   = SizeGripStyle.Hide;
     StartPosition   = FormStartPosition.CenterParent;
     Text            = "Select Multicast Source";
     ResumeLayout(false);
     PerformLayout();
 }
示例#4
0
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmPerfiles));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox3            = new System.Windows.Forms.GroupBox();
     this.mzCEBusquedaPerfiles = new mz.erp.ui.controls.mzComboEditor();
     this.label3 = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.txtDescripcion        = new System.Windows.Forms.TextBox();
     this.txtIdPerfil           = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.label2                = new System.Windows.Forms.Label();
     this.chkActivo             = new System.Windows.Forms.CheckBox();
     this.label1                = new System.Windows.Forms.Label();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.listPerfilesOrdenados = new System.Windows.Forms.ListBox();
     this.listPerfiles          = new System.Windows.Forms.CheckedListBox();
     this.label5                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     this.btnSubir              = new System.Windows.Forms.Button();
     this.imglStandar           = new System.Windows.Forms.ImageList(this.components);
     this.btnBajar              = new System.Windows.Forms.Button();
     this.toolBarStandar        = new System.Windows.Forms.ToolBar();
     this.toolBarButton1        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3        = new System.Windows.Forms.ToolBarButton();
     this.imageList2            = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1     = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEBusquedaPerfiles)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(551, 26);
     this.ultraExplorerBarContainerControl1.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(551, 24);
     this.labelTarea.TabIndex  = 2;
     this.labelTarea.Text      = "Label Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.groupBox3);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 109);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(551, 43);
     this.ultraExplorerBarContainerControl3.TabIndex = 3;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.mzCEBusquedaPerfiles);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(546, 42);
     this.groupBox3.TabIndex = 37;
     this.groupBox3.TabStop  = false;
     //
     // mzCEBusquedaPerfiles
     //
     this.mzCEBusquedaPerfiles.AutoComplete         = true;
     this.mzCEBusquedaPerfiles.DataSource           = null;
     this.mzCEBusquedaPerfiles.DisplayMember        = "";
     this.mzCEBusquedaPerfiles.DisplayMemberCaption = "";
     this.mzCEBusquedaPerfiles.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEBusquedaPerfiles.Location             = new System.Drawing.Point(88, 13);
     this.mzCEBusquedaPerfiles.MaxItemsDisplay      = 50;
     this.mzCEBusquedaPerfiles.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEBusquedaPerfiles.Name               = "mzCEBusquedaPerfiles";
     this.mzCEBusquedaPerfiles.Size               = new System.Drawing.Size(199, 21);
     this.mzCEBusquedaPerfiles.SorterMember       = "";
     this.mzCEBusquedaPerfiles.TabIndex           = 0;
     this.mzCEBusquedaPerfiles.ValueMember        = "";
     this.mzCEBusquedaPerfiles.ValueMemberCaption = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(13, 17);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(67, 16);
     this.label3.TabIndex  = 37;
     this.label3.Text      = "Perfiles";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBox2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 211);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(551, 335);
     this.ultraExplorerBarContainerControl2.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.txtDescripcion);
     this.groupBox2.Controls.Add(this.txtIdPerfil);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.chkActivo);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(546, 60);
     this.groupBox2.TabIndex = 36;
     this.groupBox2.TabStop  = false;
     //
     // txtDescripcion
     //
     this.txtDescripcion.AllowDrop   = true;
     this.txtDescripcion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDescripcion.Location    = new System.Drawing.Point(88, 33);
     this.txtDescripcion.MaxLength   = 100;
     this.txtDescripcion.Name        = "txtDescripcion";
     this.txtDescripcion.Size        = new System.Drawing.Size(199, 20);
     this.txtDescripcion.TabIndex    = 3;
     this.txtDescripcion.Text        = "";
     //
     // txtIdPerfil
     //
     this.txtIdPerfil.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Long;
     this.txtIdPerfil.InputMask = "nnnnn";
     this.txtIdPerfil.Location  = new System.Drawing.Point(88, 11);
     this.txtIdPerfil.Name      = "txtIdPerfil";
     this.txtIdPerfil.Size      = new System.Drawing.Size(80, 20);
     this.txtIdPerfil.TabIndex  = 1;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(13, 15);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 37;
     this.label2.Text      = "Nro Perfil";
     //
     // chkActivo
     //
     this.chkActivo.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkActivo.Location   = new System.Drawing.Point(214, 12);
     this.chkActivo.Name       = "chkActivo";
     this.chkActivo.Size       = new System.Drawing.Size(72, 19);
     this.chkActivo.TabIndex   = 2;
     this.chkActivo.Text       = "Activo";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(13, 35);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 34;
     this.label1.Text      = "Descripcion";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listPerfilesOrdenados);
     this.groupBox1.Controls.Add(this.listPerfiles);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.btnSubir);
     this.groupBox1.Controls.Add(this.btnBajar);
     this.groupBox1.Location = new System.Drawing.Point(0, 63);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(546, 273);
     this.groupBox1.TabIndex = 27;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = " Seleccionar Perfiles";
     //
     // listPerfilesOrdenados
     //
     this.listPerfilesOrdenados.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listPerfilesOrdenados.Location    = new System.Drawing.Point(294, 33);
     this.listPerfilesOrdenados.Name        = "listPerfilesOrdenados";
     this.listPerfilesOrdenados.Size        = new System.Drawing.Size(208, 158);
     this.listPerfilesOrdenados.TabIndex    = 5;
     //
     // listPerfiles
     //
     this.listPerfiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listPerfiles.Location    = new System.Drawing.Point(11, 33);
     this.listPerfiles.Name        = "listPerfiles";
     this.listPerfiles.Size        = new System.Drawing.Size(276, 227);
     this.listPerfiles.TabIndex    = 4;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(295, 17);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(136, 16);
     this.label5.TabIndex  = 40;
     this.label5.Text      = "Orden por prioridad";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(12, 17);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 39;
     this.label4.Text      = "Perfiles existentes";
     //
     // btnSubir
     //
     this.btnSubir.ImageIndex = 11;
     this.btnSubir.ImageList  = this.imglStandar;
     this.btnSubir.Location   = new System.Drawing.Point(510, 76);
     this.btnSubir.Name       = "btnSubir";
     this.btnSubir.Size       = new System.Drawing.Size(25, 32);
     this.btnSubir.TabIndex   = 6;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Transparent;
     //
     // btnBajar
     //
     this.btnBajar.ImageIndex = 12;
     this.btnBajar.ImageList  = this.imglStandar;
     this.btnBajar.Location   = new System.Drawing.Point(510, 108);
     this.btnBajar.Name       = "btnBajar";
     this.btnBajar.Size       = new System.Drawing.Size(25, 32);
     this.btnBajar.TabIndex   = 7;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton3
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imageList2;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(600, 28);
     this.toolBarStandar.TabIndex       = 22;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 4;
     this.toolBarButton1.Text       = "&Aceptar";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 7;
     this.toolBarButton3.Text       = "&Cancelar";
     //
     // imageList2
     //
     this.imageList2.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup2.Key       = "Busqueda";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 43;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Seleccionar Perfil";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Key       = "Datos";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 335;
     ultraExplorerBarGroup3.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.True;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Datos Perfil";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(600, 574);
     this.ultraExplorerBar1.TabIndex = 0;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmAbmPerfiles
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(600, 602);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmPerfiles";
     this.Text = "FrmAbmPerfiles";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCEBusquedaPerfiles)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#5
0
 /// <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();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConfirmarPreciosProductosCompras));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea                        = new System.Windows.Forms.Label();
     this.containerProductos                = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.groupBox2                         = new System.Windows.Forms.GroupBox();
     this.gridManagerView1                  = new mz.erp.ui.controls.GridManagerView();
     this.gridProductos                     = new Janus.Windows.GridEX.GridEX();
     this.groupBox1                         = new System.Windows.Forms.GroupBox();
     this.checkBox1                         = new System.Windows.Forms.CheckBox();
     this.uccFechaFactura                   = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraLabel2                       = new Infragistics.Win.Misc.UltraLabel();
     this.umeNumeroFactura                  = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.ultraLabel5                       = new Infragistics.Win.Misc.UltraLabel();
     this.uneValorCotizacionFactura         = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ultraLabel31                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel32                      = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel33                      = new Infragistics.Win.Misc.UltraLabel();
     this.mzCEFuenteDeCambioFactura         = new mz.erp.ui.controls.mzComboEditor();
     this.mzCEMonedaFactura                 = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel4                       = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbProveedor                    = new mz.erp.ui.controls.mzComboSearchEditor();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uTEObservaciones                  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2                     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar                  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.containerProductos.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizacionFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFuenteDeCambioFactura)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedaFactura)).BeginInit();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).BeginInit();
     this.ultraExplorerBar.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, -43);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(846, 34);
     this.ultraExplorerBarContainerControl2.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(846, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // containerProductos
     //
     this.containerProductos.Controls.Add(this.groupBox2);
     this.containerProductos.Controls.Add(this.groupBox1);
     this.containerProductos.Location = new System.Drawing.Point(28, -221);
     this.containerProductos.Name     = "containerProductos";
     this.containerProductos.Size     = new System.Drawing.Size(846, 453);
     this.containerProductos.TabIndex = 3;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.gridManagerView1);
     this.groupBox2.Controls.Add(this.gridProductos);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 120);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(846, 333);
     this.groupBox2.TabIndex = 157;
     this.groupBox2.TabStop  = false;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.gridManagerView1.Location  = new System.Drawing.Point(3, 16);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(840, 24);
     this.gridManagerView1.TabIndex  = 7;
     this.gridManagerView1.Visible   = false;
     //
     // gridProductos
     //
     this.gridProductos.AllowCardSizing = false;
     this.gridProductos.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridProductos.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridProductos.Cursor          = System.Windows.Forms.Cursors.Default;
     this.gridProductos.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.gridProductos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridProductos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridProductos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridProductos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridProductos.Location           = new System.Drawing.Point(3, 16);
     this.gridProductos.Name               = "gridProductos";
     this.gridProductos.Size               = new System.Drawing.Size(840, 314);
     this.gridProductos.TabIndex           = 8;
     this.gridProductos.TabStop            = false;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.uccFechaFactura);
     this.groupBox1.Controls.Add(this.ultraLabel2);
     this.groupBox1.Controls.Add(this.umeNumeroFactura);
     this.groupBox1.Controls.Add(this.ultraLabel5);
     this.groupBox1.Controls.Add(this.uneValorCotizacionFactura);
     this.groupBox1.Controls.Add(this.ultraLabel31);
     this.groupBox1.Controls.Add(this.ultraLabel32);
     this.groupBox1.Controls.Add(this.ultraLabel33);
     this.groupBox1.Controls.Add(this.mzCEFuenteDeCambioFactura);
     this.groupBox1.Controls.Add(this.mzCEMonedaFactura);
     this.groupBox1.Controls.Add(this.ultraLabel4);
     this.groupBox1.Controls.Add(this.mzCmbProveedor);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(846, 120);
     this.groupBox1.TabIndex = 156;
     this.groupBox1.TabStop  = false;
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(17, 93);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(184, 16);
     this.checkBox1.TabIndex = 3;
     this.checkBox1.Text     = "La factura ha sido cargada";
     //
     // uccFechaFactura
     //
     dateButton1.Caption = "Today";
     this.uccFechaFactura.DateButtons.Add(dateButton1);
     this.uccFechaFactura.Location          = new System.Drawing.Point(88, 64);
     this.uccFechaFactura.Name              = "uccFechaFactura";
     this.uccFechaFactura.NonAutoSizeHeight = 23;
     this.uccFechaFactura.Size              = new System.Drawing.Size(112, 21);
     this.uccFechaFactura.TabIndex          = 2;
     this.uccFechaFactura.Value             = new System.DateTime(2005, 1, 28, 0, 0, 0, 0);
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(16, 64);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel2.TabIndex  = 168;
     this.ultraLabel2.Text      = "Fecha";
     //
     // umeNumeroFactura
     //
     this.umeNumeroFactura.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.umeNumeroFactura.InputMask = "?-####-########";
     this.umeNumeroFactura.Location  = new System.Drawing.Point(88, 40);
     this.umeNumeroFactura.Name      = "umeNumeroFactura";
     this.umeNumeroFactura.TabIndex  = 1;
     this.umeNumeroFactura.Text      = "A--";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(16, 41);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel5.TabIndex  = 167;
     this.ultraLabel5.Text      = "Número";
     //
     // uneValorCotizacionFactura
     //
     this.uneValorCotizacionFactura.Location      = new System.Drawing.Point(344, 88);
     this.uneValorCotizacionFactura.Name          = "uneValorCotizacionFactura";
     this.uneValorCotizacionFactura.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneValorCotizacionFactura.PromptChar    = ' ';
     this.uneValorCotizacionFactura.Size          = new System.Drawing.Size(100, 21);
     this.uneValorCotizacionFactura.TabIndex      = 6;
     this.uneValorCotizacionFactura.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // ultraLabel31
     //
     this.ultraLabel31.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel31.Location  = new System.Drawing.Point(216, 90);
     this.ultraLabel31.Name      = "ultraLabel31";
     this.ultraLabel31.Size      = new System.Drawing.Size(104, 16);
     this.ultraLabel31.TabIndex  = 162;
     this.ultraLabel31.Text      = "Valor Conversion";
     //
     // ultraLabel32
     //
     this.ultraLabel32.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel32.Location  = new System.Drawing.Point(216, 64);
     this.ultraLabel32.Name      = "ultraLabel32";
     this.ultraLabel32.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel32.TabIndex  = 161;
     this.ultraLabel32.Text      = "Fuente de Cambio";
     //
     // ultraLabel33
     //
     this.ultraLabel33.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel33.Location  = new System.Drawing.Point(216, 41);
     this.ultraLabel33.Name      = "ultraLabel33";
     this.ultraLabel33.Size      = new System.Drawing.Size(72, 16);
     this.ultraLabel33.TabIndex  = 160;
     this.ultraLabel33.Text      = "Moneda";
     //
     // mzCEFuenteDeCambioFactura
     //
     this.mzCEFuenteDeCambioFactura.AutoComplete         = true;
     this.mzCEFuenteDeCambioFactura.DataSource           = null;
     this.mzCEFuenteDeCambioFactura.DisplayMember        = "";
     this.mzCEFuenteDeCambioFactura.DisplayMemberCaption = "";
     this.mzCEFuenteDeCambioFactura.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEFuenteDeCambioFactura.Location             = new System.Drawing.Point(344, 64);
     this.mzCEFuenteDeCambioFactura.MaxItemsDisplay      = 8;
     this.mzCEFuenteDeCambioFactura.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEFuenteDeCambioFactura.Name               = "mzCEFuenteDeCambioFactura";
     this.mzCEFuenteDeCambioFactura.Size               = new System.Drawing.Size(167, 21);
     this.mzCEFuenteDeCambioFactura.SorterMember       = "";
     this.mzCEFuenteDeCambioFactura.TabIndex           = 5;
     this.mzCEFuenteDeCambioFactura.ValueMember        = "";
     this.mzCEFuenteDeCambioFactura.ValueMemberCaption = "";
     //
     // mzCEMonedaFactura
     //
     this.mzCEMonedaFactura.AutoComplete         = true;
     this.mzCEMonedaFactura.DataSource           = null;
     this.mzCEMonedaFactura.DisplayMember        = "";
     this.mzCEMonedaFactura.DisplayMemberCaption = "";
     this.mzCEMonedaFactura.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEMonedaFactura.Location             = new System.Drawing.Point(344, 40);
     this.mzCEMonedaFactura.MaxItemsDisplay      = 8;
     this.mzCEMonedaFactura.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEMonedaFactura.Name               = "mzCEMonedaFactura";
     this.mzCEMonedaFactura.Size               = new System.Drawing.Size(167, 21);
     this.mzCEMonedaFactura.SorterMember       = "";
     this.mzCEMonedaFactura.TabIndex           = 4;
     this.mzCEMonedaFactura.ValueMember        = "";
     this.mzCEMonedaFactura.ValueMemberCaption = "";
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(16, 16);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel4.TabIndex  = 159;
     this.ultraLabel4.Text      = "Proveedor";
     //
     // mzCmbProveedor
     //
     this.mzCmbProveedor.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCmbProveedor.DataValue            = "";
     this.mzCmbProveedor.EditObject           = null;
     this.mzCmbProveedor.FastSearch           = false;
     this.mzCmbProveedor.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mzCmbProveedor.HierarchicalSearch   = false;
     this.mzCmbProveedor.Location             = new System.Drawing.Point(88, 16);
     this.mzCmbProveedor.Name                 = "mzCmbProveedor";
     this.mzCmbProveedor.ReadOnly             = false;
     this.mzCmbProveedor.SearchObject         = null;
     this.mzCmbProveedor.SearchObjectListener = null;
     this.mzCmbProveedor.Size                 = new System.Drawing.Size(560, 22);
     this.mzCmbProveedor.TabIndex             = 0;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uTEObservaciones);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 291);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(846, 150);
     this.ultraExplorerBarContainerControl1.TabIndex = 4;
     //
     // uTEObservaciones
     //
     this.uTEObservaciones.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.uTEObservaciones.Location  = new System.Drawing.Point(0, 0);
     this.uTEObservaciones.Multiline = true;
     this.uTEObservaciones.Name      = "uTEObservaciones";
     this.uTEObservaciones.Size      = new System.Drawing.Size(846, 150);
     this.uTEObservaciones.TabIndex  = 2;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(912, 28);
     this.toolBarStandar.TabIndex       = 24;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar
     //
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar.Controls.Add(this.containerProductos);
     this.ultraExplorerBar.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar.Dock       = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Enabled   = false;
     ultraExplorerBarGroup1.Key       = "Tarea";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 34;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.containerProductos;
     ultraExplorerBarGroup2.Key       = "Productos";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 453;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Producto";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup3.Key            = "Observaciones";
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     this.ultraExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar.Name     = "ultraExplorerBar"; this.ultraExplorerBar.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar.Size     = new System.Drawing.Size(912, 466);
     this.ultraExplorerBar.TabIndex = 25;
     this.ultraExplorerBar.TabStop  = false;
     //
     // FrmConfirmarPreciosProductosCompras
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(912, 494);
     this.Controls.Add(this.ultraExplorerBar);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConfirmarPreciosProductosCompras";
     this.Text = "FrmConfirmarPreciosProductosCompras";
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.containerProductos.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uccFechaFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneValorCotizacionFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEFuenteDeCambioFactura)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEMonedaFactura)).EndInit();
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).EndInit();
     this.ultraExplorerBar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(dlgCarrierDetail));
     this._lblName       = new System.Windows.Forms.Label();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.btnOk          = new System.Windows.Forms.Button();
     this.chkCtlTrailers = new System.Windows.Forms.CheckBox();
     this.chkCtlDrivers  = new System.Windows.Forms.CheckBox();
     this._lbleMail      = new System.Windows.Forms.Label();
     this.txteMail       = new System.Windows.Forms.TextBox();
     this.fraAddress     = new System.Windows.Forms.GroupBox();
     this._lblCountry    = new System.Windows.Forms.Label();
     this.cboCountries   = new System.Windows.Forms.ComboBox();
     this.mCountriesDS   = new Tsort.Enterprise.CountryDS();
     this._lblZip        = new System.Windows.Forms.Label();
     this.txtZip         = new System.Windows.Forms.TextBox();
     this._lblCity       = new System.Windows.Forms.Label();
     this.txtCity        = new System.Windows.Forms.TextBox();
     this._lblState      = new System.Windows.Forms.Label();
     this.cboStates      = new System.Windows.Forms.ComboBox();
     this.mStatesDS      = new Tsort.Enterprise.StateDS();
     this._lblLine2      = new System.Windows.Forms.Label();
     this.txtLine2       = new System.Windows.Forms.TextBox();
     this._lblLine1      = new System.Windows.Forms.Label();
     this.txtLine1       = new System.Windows.Forms.TextBox();
     this._lblExt        = new System.Windows.Forms.Label();
     this.txtExt         = new System.Windows.Forms.TextBox();
     this._lblContact    = new System.Windows.Forms.Label();
     this.txtContact     = new System.Windows.Forms.TextBox();
     this.lblPhone       = new System.Windows.Forms.Label();
     this.mskFax         = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.chkStatus      = new System.Windows.Forms.CheckBox();
     this._lblNumber     = new System.Windows.Forms.Label();
     this.txtNumber      = new System.Windows.Forms.TextBox();
     this.txtName        = new System.Windows.Forms.TextBox();
     this._lblFax        = new System.Windows.Forms.Label();
     this.mskPhone       = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mCarriersDS    = new Tsort.Transportation.CarrierDS();
     this.tabDialog      = new System.Windows.Forms.TabControl();
     this.tabGeneral     = new System.Windows.Forms.TabPage();
     this.fraContact     = new System.Windows.Forms.GroupBox();
     this.tabTrans       = new System.Windows.Forms.TabPage();
     this.fraControl     = new System.Windows.Forms.GroupBox();
     this._lblControl    = new System.Windows.Forms.Label();
     this.fraAddress.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mCountriesDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mStatesDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mCarriersDS)).BeginInit();
     this.tabDialog.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     this.fraContact.SuspendLayout();
     this.tabTrans.SuspendLayout();
     this.fraControl.SuspendLayout();
     this.SuspendLayout();
     //
     // _lblName
     //
     this._lblName.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblName.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblName.Location   = new System.Drawing.Point(174, 12);
     this._lblName.Name       = "_lblName";
     this._lblName.Size       = new System.Drawing.Size(72, 18);
     this._lblName.TabIndex   = 13;
     this._lblName.Text       = "Name";
     this._lblName.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnCancel
     //
     this.btnCancel.BackColor    = System.Drawing.SystemColors.Control;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(375, 330);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(96, 24);
     this.btnCancel.TabIndex     = 0;
     this.btnCancel.Text         = "&Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.OnCmdClick);
     //
     // btnOk
     //
     this.btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.btnOk.Enabled   = false;
     this.btnOk.Location  = new System.Drawing.Point(273, 330);
     this.btnOk.Name      = "btnOk";
     this.btnOk.Size      = new System.Drawing.Size(96, 24);
     this.btnOk.TabIndex  = 2;
     this.btnOk.Text      = "&OK";
     this.btnOk.Click    += new System.EventHandler(this.OnCmdClick);
     //
     // chkCtlTrailers
     //
     this.chkCtlTrailers.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkCtlTrailers.Location        = new System.Drawing.Point(12, 54);
     this.chkCtlTrailers.Name            = "chkCtlTrailers";
     this.chkCtlTrailers.Size            = new System.Drawing.Size(126, 18);
     this.chkCtlTrailers.TabIndex        = 16;
     this.chkCtlTrailers.Text            = "Control Trailers";
     this.chkCtlTrailers.CheckedChanged += new System.EventHandler(this.ValidateForm);
     //
     // chkCtlDrivers
     //
     this.chkCtlDrivers.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkCtlDrivers.Location        = new System.Drawing.Point(12, 24);
     this.chkCtlDrivers.Name            = "chkCtlDrivers";
     this.chkCtlDrivers.Size            = new System.Drawing.Size(120, 18);
     this.chkCtlDrivers.TabIndex        = 15;
     this.chkCtlDrivers.Text            = "Control Drivers";
     this.chkCtlDrivers.CheckedChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lbleMail
     //
     this._lbleMail.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lbleMail.Location   = new System.Drawing.Point(3, 69);
     this._lbleMail.Name       = "_lbleMail";
     this._lbleMail.Size       = new System.Drawing.Size(72, 18);
     this._lbleMail.TabIndex   = 30;
     this._lbleMail.Text       = "eMail";
     this._lbleMail.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txteMail
     //
     this.txteMail.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txteMail.Location     = new System.Drawing.Point(81, 69);
     this.txteMail.Name         = "txteMail";
     this.txteMail.Size         = new System.Drawing.Size(192, 21);
     this.txteMail.TabIndex     = 6;
     this.txteMail.Text         = "";
     this.txteMail.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // fraAddress
     //
     this.fraAddress.Controls.Add(this._lblCountry);
     this.fraAddress.Controls.Add(this.cboCountries);
     this.fraAddress.Controls.Add(this._lblZip);
     this.fraAddress.Controls.Add(this.txtZip);
     this.fraAddress.Controls.Add(this._lblCity);
     this.fraAddress.Controls.Add(this.txtCity);
     this.fraAddress.Controls.Add(this._lblState);
     this.fraAddress.Controls.Add(this.cboStates);
     this.fraAddress.Controls.Add(this._lblLine2);
     this.fraAddress.Controls.Add(this.txtLine2);
     this.fraAddress.Controls.Add(this._lblLine1);
     this.fraAddress.Controls.Add(this.txtLine1);
     this.fraAddress.Location = new System.Drawing.Point(6, 39);
     this.fraAddress.Name     = "fraAddress";
     this.fraAddress.Size     = new System.Drawing.Size(447, 120);
     this.fraAddress.TabIndex = 2;
     this.fraAddress.TabStop  = false;
     this.fraAddress.Text     = "Mailing Address";
     //
     // _lblCountry
     //
     this._lblCountry.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblCountry.Location  = new System.Drawing.Point(261, 93);
     this._lblCountry.Name      = "_lblCountry";
     this._lblCountry.Size      = new System.Drawing.Size(54, 18);
     this._lblCountry.TabIndex  = 31;
     this._lblCountry.Text      = "Country";
     this._lblCountry.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboCountries
     //
     this.cboCountries.DataSource            = this.mCountriesDS;
     this.cboCountries.DisplayMember         = "CountryDetailTable.Country";
     this.cboCountries.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboCountries.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cboCountries.Location              = new System.Drawing.Point(318, 93);
     this.cboCountries.Name                  = "cboCountries";
     this.cboCountries.Size                  = new System.Drawing.Size(120, 21);
     this.cboCountries.TabIndex              = 3;
     this.cboCountries.ValueMember           = "CountryDetailTable.CountryID";
     this.cboCountries.SelectedValueChanged += new System.EventHandler(this.OnCountryChanged);
     this.cboCountries.SelectedIndexChanged += new System.EventHandler(this.ValidateForm);
     //
     // mCountriesDS
     //
     this.mCountriesDS.DataSetName = "CountryDS";
     this.mCountriesDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // _lblZip
     //
     this._lblZip.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblZip.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblZip.Location   = new System.Drawing.Point(147, 93);
     this._lblZip.Name       = "_lblZip";
     this._lblZip.Size       = new System.Drawing.Size(24, 18);
     this._lblZip.TabIndex   = 29;
     this._lblZip.Text       = "Zip";
     this._lblZip.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtZip
     //
     this.txtZip.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtZip.Location     = new System.Drawing.Point(177, 93);
     this.txtZip.MaxLength    = 5;
     this.txtZip.Name         = "txtZip";
     this.txtZip.Size         = new System.Drawing.Size(72, 21);
     this.txtZip.TabIndex     = 5;
     this.txtZip.Text         = "";
     this.txtZip.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblCity
     //
     this._lblCity.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblCity.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblCity.Location   = new System.Drawing.Point(27, 69);
     this._lblCity.Name       = "_lblCity";
     this._lblCity.Size       = new System.Drawing.Size(48, 18);
     this._lblCity.TabIndex   = 28;
     this._lblCity.Text       = "City";
     this._lblCity.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCity
     //
     this.txtCity.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtCity.Location     = new System.Drawing.Point(81, 69);
     this.txtCity.Name         = "txtCity";
     this.txtCity.Size         = new System.Drawing.Size(168, 21);
     this.txtCity.TabIndex     = 2;
     this.txtCity.Text         = "";
     this.txtCity.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblState
     //
     this._lblState.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblState.Location  = new System.Drawing.Point(33, 93);
     this._lblState.Name      = "_lblState";
     this._lblState.Size      = new System.Drawing.Size(48, 18);
     this._lblState.TabIndex  = 20;
     this._lblState.Text      = "State";
     this._lblState.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboStates
     //
     this.cboStates.DataSource            = this.mStatesDS;
     this.cboStates.DisplayMember         = "StateListTable.STATE";
     this.cboStates.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboStates.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cboStates.Location              = new System.Drawing.Point(81, 93);
     this.cboStates.Name                  = "cboStates";
     this.cboStates.Size                  = new System.Drawing.Size(60, 21);
     this.cboStates.TabIndex              = 4;
     this.cboStates.ValueMember           = "StateListTable.STATE";
     this.cboStates.SelectedIndexChanged += new System.EventHandler(this.ValidateForm);
     //
     // mStatesDS
     //
     this.mStatesDS.DataSetName = "StateDS";
     this.mStatesDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // _lblLine2
     //
     this._lblLine2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblLine2.Location   = new System.Drawing.Point(27, 45);
     this._lblLine2.Name       = "_lblLine2";
     this._lblLine2.Size       = new System.Drawing.Size(48, 18);
     this._lblLine2.TabIndex   = 27;
     this._lblLine2.Text       = "Line 2";
     this._lblLine2.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtLine2
     //
     this.txtLine2.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtLine2.Location     = new System.Drawing.Point(81, 45);
     this.txtLine2.Name         = "txtLine2";
     this.txtLine2.Size         = new System.Drawing.Size(270, 21);
     this.txtLine2.TabIndex     = 1;
     this.txtLine2.Text         = "";
     this.txtLine2.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblLine1
     //
     this._lblLine1.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblLine1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblLine1.Location   = new System.Drawing.Point(27, 21);
     this._lblLine1.Name       = "_lblLine1";
     this._lblLine1.Size       = new System.Drawing.Size(48, 18);
     this._lblLine1.TabIndex   = 26;
     this._lblLine1.Text       = "Line 1";
     this._lblLine1.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtLine1
     //
     this.txtLine1.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtLine1.Location     = new System.Drawing.Point(81, 21);
     this.txtLine1.Name         = "txtLine1";
     this.txtLine1.Size         = new System.Drawing.Size(270, 21);
     this.txtLine1.TabIndex     = 0;
     this.txtLine1.Text         = "";
     this.txtLine1.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblExt
     //
     this._lblExt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblExt.Location   = new System.Drawing.Point(192, 45);
     this._lblExt.Name       = "_lblExt";
     this._lblExt.Size       = new System.Drawing.Size(24, 18);
     this._lblExt.TabIndex   = 27;
     this._lblExt.Text       = "Ext";
     this._lblExt.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtExt
     //
     this.txtExt.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtExt.Location     = new System.Drawing.Point(225, 45);
     this.txtExt.Name         = "txtExt";
     this.txtExt.Size         = new System.Drawing.Size(48, 21);
     this.txtExt.TabIndex     = 4;
     this.txtExt.Text         = "";
     this.txtExt.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblContact
     //
     this._lblContact.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblContact.Location   = new System.Drawing.Point(3, 21);
     this._lblContact.Name       = "_lblContact";
     this._lblContact.Size       = new System.Drawing.Size(72, 18);
     this._lblContact.TabIndex   = 23;
     this._lblContact.Text       = "Name";
     this._lblContact.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtContact
     //
     this.txtContact.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtContact.Location     = new System.Drawing.Point(81, 21);
     this.txtContact.Name         = "txtContact";
     this.txtContact.Size         = new System.Drawing.Size(192, 21);
     this.txtContact.TabIndex     = 5;
     this.txtContact.Text         = "";
     this.txtContact.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // lblPhone
     //
     this.lblPhone.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblPhone.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lblPhone.Location   = new System.Drawing.Point(3, 45);
     this.lblPhone.Name       = "lblPhone";
     this.lblPhone.Size       = new System.Drawing.Size(72, 18);
     this.lblPhone.TabIndex   = 22;
     this.lblPhone.Text       = "Phone #";
     this.lblPhone.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // mskFax
     //
     this.mskFax.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.mskFax.Location      = new System.Drawing.Point(342, 45);
     this.mskFax.Name          = "mskFax";
     this.mskFax.Size          = new System.Drawing.Size(96, 21);
     this.mskFax.TabIndex      = 7;
     this.mskFax.ValueChanged += new System.EventHandler(this.ValidateForm);
     //
     // chkStatus
     //
     this.chkStatus.Checked         = true;
     this.chkStatus.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkStatus.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkStatus.Location        = new System.Drawing.Point(87, 270);
     this.chkStatus.Name            = "chkStatus";
     this.chkStatus.Size            = new System.Drawing.Size(96, 18);
     this.chkStatus.TabIndex        = 8;
     this.chkStatus.Text            = "Active";
     this.chkStatus.CheckedChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblNumber
     //
     this._lblNumber.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblNumber.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblNumber.Location   = new System.Drawing.Point(9, 12);
     this._lblNumber.Name       = "_lblNumber";
     this._lblNumber.Size       = new System.Drawing.Size(72, 18);
     this._lblNumber.TabIndex   = 15;
     this._lblNumber.Text       = "Number";
     this._lblNumber.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtNumber
     //
     this.txtNumber.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtNumber.Location     = new System.Drawing.Point(87, 12);
     this.txtNumber.Name         = "txtNumber";
     this.txtNumber.Size         = new System.Drawing.Size(72, 21);
     this.txtNumber.TabIndex     = 1;
     this.txtNumber.Text         = "";
     this.txtNumber.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // txtName
     //
     this.txtName.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtName.Location     = new System.Drawing.Point(252, 12);
     this.txtName.Name         = "txtName";
     this.txtName.Size         = new System.Drawing.Size(192, 21);
     this.txtName.TabIndex     = 0;
     this.txtName.Text         = "";
     this.txtName.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblFax
     //
     this._lblFax.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblFax.Location   = new System.Drawing.Point(288, 45);
     this._lblFax.Name       = "_lblFax";
     this._lblFax.Size       = new System.Drawing.Size(48, 18);
     this._lblFax.TabIndex   = 17;
     this._lblFax.Text       = "Fax #";
     this._lblFax.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // mskPhone
     //
     this.mskPhone.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.mskPhone.Location      = new System.Drawing.Point(81, 45);
     this.mskPhone.Name          = "mskPhone";
     this.mskPhone.Size          = new System.Drawing.Size(96, 21);
     this.mskPhone.TabIndex      = 3;
     this.mskPhone.ValueChanged += new System.EventHandler(this.ValidateForm);
     //
     // mCarriersDS
     //
     this.mCarriersDS.DataSetName = "CarrierDS";
     this.mCarriersDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // tabDialog
     //
     this.tabDialog.Controls.Add(this.tabGeneral);
     this.tabDialog.Controls.Add(this.tabTrans);
     this.tabDialog.Location      = new System.Drawing.Point(3, 3);
     this.tabDialog.Name          = "tabDialog";
     this.tabDialog.SelectedIndex = 0;
     this.tabDialog.Size          = new System.Drawing.Size(468, 321);
     this.tabDialog.TabIndex      = 0;
     //
     // tabGeneral
     //
     this.tabGeneral.Controls.Add(this.fraContact);
     this.tabGeneral.Controls.Add(this._lblName);
     this.tabGeneral.Controls.Add(this.txtName);
     this.tabGeneral.Controls.Add(this.txtNumber);
     this.tabGeneral.Controls.Add(this.chkStatus);
     this.tabGeneral.Controls.Add(this._lblNumber);
     this.tabGeneral.Controls.Add(this.fraAddress);
     this.tabGeneral.Location    = new System.Drawing.Point(4, 22);
     this.tabGeneral.Name        = "tabGeneral";
     this.tabGeneral.Size        = new System.Drawing.Size(460, 295);
     this.tabGeneral.TabIndex    = 0;
     this.tabGeneral.Text        = "General";
     this.tabGeneral.ToolTipText = "General information";
     //
     // fraContact
     //
     this.fraContact.Controls.Add(this._lbleMail);
     this.fraContact.Controls.Add(this._lblExt);
     this.fraContact.Controls.Add(this.txteMail);
     this.fraContact.Controls.Add(this._lblContact);
     this.fraContact.Controls.Add(this.txtContact);
     this.fraContact.Controls.Add(this.lblPhone);
     this.fraContact.Controls.Add(this.mskFax);
     this.fraContact.Controls.Add(this.txtExt);
     this.fraContact.Controls.Add(this._lblFax);
     this.fraContact.Controls.Add(this.mskPhone);
     this.fraContact.Location = new System.Drawing.Point(6, 165);
     this.fraContact.Name     = "fraContact";
     this.fraContact.Size     = new System.Drawing.Size(447, 96);
     this.fraContact.TabIndex = 31;
     this.fraContact.TabStop  = false;
     this.fraContact.Text     = "Contact";
     //
     // tabTrans
     //
     this.tabTrans.Controls.Add(this.fraControl);
     this.tabTrans.Location    = new System.Drawing.Point(4, 22);
     this.tabTrans.Name        = "tabTrans";
     this.tabTrans.Size        = new System.Drawing.Size(460, 295);
     this.tabTrans.TabIndex    = 1;
     this.tabTrans.Text        = "Transportation";
     this.tabTrans.ToolTipText = "Transportation related information";
     this.tabTrans.Visible     = false;
     //
     // fraControl
     //
     this.fraControl.Controls.Add(this._lblControl);
     this.fraControl.Controls.Add(this.chkCtlDrivers);
     this.fraControl.Controls.Add(this.chkCtlTrailers);
     this.fraControl.Location = new System.Drawing.Point(6, 12);
     this.fraControl.Name     = "fraControl";
     this.fraControl.Size     = new System.Drawing.Size(447, 84);
     this.fraControl.TabIndex = 17;
     this.fraControl.TabStop  = false;
     this.fraControl.Text     = "Administration";
     //
     // _lblControl
     //
     this._lblControl.Location = new System.Drawing.Point(192, 24);
     this._lblControl.Name     = "_lblControl";
     this._lblControl.Size     = new System.Drawing.Size(246, 48);
     this._lblControl.TabIndex = 17;
     this._lblControl.Text     = "Selecting to control drivers or trailers will place these entities under administ" +
                                 "rative control only.";
     this._lblControl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dlgCarrierDetail
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(474, 359);
     this.Controls.Add(this.tabDialog);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "dlgCarrierDetail";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Carrier Details";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     this.fraAddress.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mCountriesDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mStatesDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mCarriersDS)).EndInit();
     this.tabDialog.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     this.fraContact.ResumeLayout(false);
     this.tabTrans.ResumeLayout(false);
     this.fraControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#7
0
 /// <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();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.Appearance      appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance      appearance6 = new Infragistics.Win.Appearance();
     System.Resources.ResourceManager resources   = new System.Resources.ResourceManager(typeof(FrmEditarComprobanteDeVenta));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.mzCmbCuenta            = new mz.erp.ui.controls.mzCuentasControl();
     this.ultraLabel4            = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6            = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1            = new Infragistics.Win.Misc.UltraLabel();
     this.mzCECondicionesDeVenta = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel3            = new Infragistics.Win.Misc.UltraLabel();
     this.cldFechaComprobante    = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.txtTipoDeComprobante   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtNumero = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mzCEResponsableEmision            = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel2                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraExplorerBarContainerControl6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.txtObservaciones                  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label9 = new System.Windows.Forms.Label();
     this.gridVariablesUsuario = new Janus.Windows.GridEX.GridEX();
     this.imglStandar          = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar       = new System.Windows.Forms.ToolBar();
     this.tbbAnterior          = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator         = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente         = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2        = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar          = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1    = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCECondicionesDeVenta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTipoDeComprobante)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsableEmision)).BeginInit();
     this.ultraExplorerBarContainerControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtObservaciones)).BeginInit();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridVariablesUsuario)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl4
     //
     this.ultraExplorerBarContainerControl4.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, -23);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(854, 26);
     this.ultraExplorerBarContainerControl4.TabIndex = 5;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(854, 23);
     this.labelTarea.TabIndex  = 0;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbCuenta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCECondicionesDeVenta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.cldFechaComprobante);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtTipoDeComprobante);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNumero);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEResponsableEmision);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, -87);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(854, 78);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.AllowEditClientePaso = false;
     this.mzCmbCuenta.BackColor            = System.Drawing.SystemColors.Control;
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EnableCtaCte         = false;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(120, 25);
     this.mzCmbCuenta.Name = "mzCmbCuenta";
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size     = new System.Drawing.Size(440, 24);
     this.mzCmbCuenta.TabIndex = 1;
     //
     // ultraLabel4
     //
     appearance1.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel4.Appearance = appearance1;
     this.ultraLabel4.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location   = new System.Drawing.Point(10, 54);
     this.ultraLabel4.Name       = "ultraLabel4";
     this.ultraLabel4.Size       = new System.Drawing.Size(104, 16);
     this.ultraLabel4.TabIndex   = 36;
     this.ultraLabel4.Text       = "Condición de venta";
     //
     // ultraLabel6
     //
     appearance2.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel6.Appearance = appearance2;
     this.ultraLabel6.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location   = new System.Drawing.Point(-4, 6);
     this.ultraLabel6.Name       = "ultraLabel6";
     this.ultraLabel6.Size       = new System.Drawing.Size(120, 20);
     this.ultraLabel6.TabIndex   = 35;
     this.ultraLabel6.Text       = "Responsable emisión";
     //
     // ultraLabel1
     //
     appearance3.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel1.Appearance = appearance3;
     this.ultraLabel1.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location   = new System.Drawing.Point(50, 30);
     this.ultraLabel1.Name       = "ultraLabel1";
     this.ultraLabel1.Size       = new System.Drawing.Size(62, 16);
     this.ultraLabel1.TabIndex   = 34;
     this.ultraLabel1.Text       = "Cuenta";
     //
     // mzCECondicionesDeVenta
     //
     this.mzCECondicionesDeVenta.AutoComplete         = true;
     this.mzCECondicionesDeVenta.DataSource           = null;
     this.mzCECondicionesDeVenta.DisplayMember        = "";
     this.mzCECondicionesDeVenta.DisplayMemberCaption = "";
     this.mzCECondicionesDeVenta.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCECondicionesDeVenta.Location             = new System.Drawing.Point(120, 50);
     this.mzCECondicionesDeVenta.MaxItemsDisplay      = 8;
     this.mzCECondicionesDeVenta.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCECondicionesDeVenta.Name               = "mzCECondicionesDeVenta";
     this.mzCECondicionesDeVenta.Size               = new System.Drawing.Size(224, 21);
     this.mzCECondicionesDeVenta.SorterMember       = "";
     this.mzCECondicionesDeVenta.TabIndex           = 2;
     this.mzCECondicionesDeVenta.ValueMember        = "";
     this.mzCECondicionesDeVenta.ValueMemberCaption = "";
     //
     // ultraLabel3
     //
     appearance4.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel3.Appearance = appearance4;
     this.ultraLabel3.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location   = new System.Drawing.Point(605, 30);
     this.ultraLabel3.Name       = "ultraLabel3";
     this.ultraLabel3.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel3.TabIndex   = 28;
     this.ultraLabel3.Text       = "Fecha";
     //
     // cldFechaComprobante
     //
     dateButton1.Caption = "Today";
     this.cldFechaComprobante.DateButtons.Add(dateButton1);
     this.cldFechaComprobante.Location          = new System.Drawing.Point(672, 26);
     this.cldFechaComprobante.Name              = "cldFechaComprobante";
     this.cldFechaComprobante.NonAutoSizeHeight = 23;
     this.cldFechaComprobante.Size              = new System.Drawing.Size(100, 21);
     this.cldFechaComprobante.TabIndex          = 4;
     this.cldFechaComprobante.Value             = new System.DateTime(2005, 8, 15, 0, 0, 0, 0);
     //
     // txtTipoDeComprobante
     //
     this.txtTipoDeComprobante.Location = new System.Drawing.Point(672, 2);
     this.txtTipoDeComprobante.Name     = "txtTipoDeComprobante";
     this.txtTipoDeComprobante.Size     = new System.Drawing.Size(159, 21);
     this.txtTipoDeComprobante.TabIndex = 3;
     this.txtTipoDeComprobante.Text     = "txtTipoDeComprobante";
     //
     // txtNumero
     //
     this.txtNumero.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumero.InputMask = "#-####-########";
     this.txtNumero.Location  = new System.Drawing.Point(672, 50);
     this.txtNumero.Name      = "txtNumero";
     this.txtNumero.TabIndex  = 5;
     this.txtNumero.Text      = "A--";
     //
     // mzCEResponsableEmision
     //
     this.mzCEResponsableEmision.AutoComplete         = true;
     this.mzCEResponsableEmision.DataSource           = null;
     this.mzCEResponsableEmision.DisplayMember        = "";
     this.mzCEResponsableEmision.DisplayMemberCaption = "";
     this.mzCEResponsableEmision.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEResponsableEmision.Location             = new System.Drawing.Point(120, 2);
     this.mzCEResponsableEmision.MaxItemsDisplay      = 8;
     this.mzCEResponsableEmision.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEResponsableEmision.Name               = "mzCEResponsableEmision";
     this.mzCEResponsableEmision.Size               = new System.Drawing.Size(224, 21);
     this.mzCEResponsableEmision.SorterMember       = "";
     this.mzCEResponsableEmision.TabIndex           = 0;
     this.mzCEResponsableEmision.ValueMember        = "";
     this.mzCEResponsableEmision.ValueMemberCaption = "";
     //
     // ultraLabel2
     //
     appearance5.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel2.Appearance = appearance5;
     this.ultraLabel2.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location   = new System.Drawing.Point(552, 6);
     this.ultraLabel2.Name       = "ultraLabel2";
     this.ultraLabel2.Size       = new System.Drawing.Size(116, 16);
     this.ultraLabel2.TabIndex   = 32;
     this.ultraLabel2.Text       = "Tipo de comprobante";
     //
     // ultraLabel5
     //
     appearance6.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel5.Appearance = appearance6;
     this.ultraLabel5.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location   = new System.Drawing.Point(605, 54);
     this.ultraLabel5.Name       = "ultraLabel5";
     this.ultraLabel5.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel5.TabIndex   = 27;
     this.ultraLabel5.Text       = "Número";
     //
     // ultraExplorerBarContainerControl6
     //
     this.ultraExplorerBarContainerControl6.Controls.Add(this.txtObservaciones);
     this.ultraExplorerBarContainerControl6.Location = new System.Drawing.Point(28, 50);
     this.ultraExplorerBarContainerControl6.Name     = "ultraExplorerBarContainerControl6";
     this.ultraExplorerBarContainerControl6.Size     = new System.Drawing.Size(854, 150);
     this.ultraExplorerBarContainerControl6.TabIndex = 6;
     //
     // txtObservaciones
     //
     this.txtObservaciones.AcceptsReturn = true;
     this.txtObservaciones.AcceptsTab    = true;
     this.txtObservaciones.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.txtObservaciones.Location      = new System.Drawing.Point(0, 0);
     this.txtObservaciones.Multiline     = true;
     this.txtObservaciones.Name          = "txtObservaciones";
     this.txtObservaciones.Size          = new System.Drawing.Size(854, 150);
     this.txtObservaciones.TabIndex      = 0;
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.label9);
     this.ultraExplorerBarContainerControl5.Controls.Add(this.gridVariablesUsuario);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 259);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(854, 150);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(0, 0);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 16);
     this.label9.TabIndex  = 25;
     this.label9.Text      = "Otros datos";
     //
     // gridVariablesUsuario
     //
     this.gridVariablesUsuario.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.gridVariablesUsuario.CellSelectionMode  = Janus.Windows.GridEX.CellSelectionMode.SingleCell;
     this.gridVariablesUsuario.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridVariablesUsuario.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridVariablesUsuario.Location           = new System.Drawing.Point(0, 16);
     this.gridVariablesUsuario.Name       = "gridVariablesUsuario";
     this.gridVariablesUsuario.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridVariablesUsuario.Size       = new System.Drawing.Size(848, 136);
     this.gridVariablesUsuario.TabIndex   = 0;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(920, 28);
     this.toolBarStandar.TabIndex       = 19;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl6);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 26;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 78;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Datos de Cabecera";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl6;
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text           = "Observaciones";
     ultraExplorerBarGroup4.Container      = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup4.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup4.Text           = "Informacion Adicional";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3,
         ultraExplorerBarGroup4
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(920, 434);
     this.ultraExplorerBar1.TabIndex = 20;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmEditarComprobanteDeVenta
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 462);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmEditarComprobanteDeVenta";
     this.Text = "FrmEditarComprobanteDeVenta";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCECondicionesDeVenta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTipoDeComprobante)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsableEmision)).EndInit();
     this.ultraExplorerBarContainerControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtObservaciones)).EndInit();
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridVariablesUsuario)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#8
0
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmAbmChequeras));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelLeyenda = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label6 = new System.Windows.Forms.Label();
     this.mzComboEditorPChequeBusqueda = new mz.erp.ui.controls.mzComboEditor();
     this.mzComboEditorCuentaBusqueda  = new mz.erp.ui.controls.mzComboEditor();
     this.mzComboEditorBancoBusqueda   = new mz.erp.ui.controls.mzComboEditor();
     this.labelSearch = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.lfechaCierre        = new System.Windows.Forms.Label();
     this.txtFechaCierre      = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.primerCheque        = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.ultimoCheque        = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.nroChequera         = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.lChequera           = new System.Windows.Forms.Label();
     this.mzComboEditorCuenta = new mz.erp.ui.controls.mzComboEditor();
     this.mzComboEditorBanco  = new mz.erp.ui.controls.mzComboEditor();
     this.lUltimoCheque       = new System.Windows.Forms.Label();
     this.lPrimerCheque       = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
     this.imageList1        = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorPChequeBusqueda)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuentaBusqueda)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBancoBusqueda)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtFechaCierre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuenta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBanco)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelLeyenda);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(734, 25);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // labelLeyenda
     //
     this.labelLeyenda.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.labelLeyenda.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelLeyenda.Location  = new System.Drawing.Point(0, 0);
     this.labelLeyenda.Name      = "labelLeyenda";
     this.labelLeyenda.Size      = new System.Drawing.Size(958, 24);
     this.labelLeyenda.TabIndex  = 0;
     this.labelLeyenda.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditorPChequeBusqueda);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditorCuentaBusqueda);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditorBancoBusqueda);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelSearch);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 108);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(734, 50);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     this.ultraExplorerBarContainerControl1.TabStop  = true;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label6.Location  = new System.Drawing.Point(496, 15);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(64, 24);
     this.label6.TabIndex  = 107;
     this.label6.Text      = "Primer Cheque:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mzComboEditorPChequeBusqueda
     //
     this.mzComboEditorPChequeBusqueda.AutoComplete         = true;
     this.mzComboEditorPChequeBusqueda.DataSource           = null;
     this.mzComboEditorPChequeBusqueda.DisplayMember        = "";
     this.mzComboEditorPChequeBusqueda.DisplayMemberCaption = "";
     this.mzComboEditorPChequeBusqueda.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorPChequeBusqueda.Location             = new System.Drawing.Point(568, 15);
     this.mzComboEditorPChequeBusqueda.MaxItemsDisplay      = 50;
     this.mzComboEditorPChequeBusqueda.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorPChequeBusqueda.Name               = "mzComboEditorPChequeBusqueda";
     this.mzComboEditorPChequeBusqueda.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorPChequeBusqueda.SorterMember       = "";
     this.mzComboEditorPChequeBusqueda.TabIndex           = 106;
     this.mzComboEditorPChequeBusqueda.ValueMember        = "";
     this.mzComboEditorPChequeBusqueda.ValueMemberCaption = "";
     //
     // mzComboEditorCuentaBusqueda
     //
     this.mzComboEditorCuentaBusqueda.AutoComplete         = true;
     this.mzComboEditorCuentaBusqueda.DataSource           = null;
     this.mzComboEditorCuentaBusqueda.DisplayMember        = "";
     this.mzComboEditorCuentaBusqueda.DisplayMemberCaption = "";
     this.mzComboEditorCuentaBusqueda.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorCuentaBusqueda.Location             = new System.Drawing.Point(320, 15);
     this.mzComboEditorCuentaBusqueda.MaxItemsDisplay      = 50;
     this.mzComboEditorCuentaBusqueda.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorCuentaBusqueda.Name               = "mzComboEditorCuentaBusqueda";
     this.mzComboEditorCuentaBusqueda.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorCuentaBusqueda.SorterMember       = "";
     this.mzComboEditorCuentaBusqueda.TabIndex           = 105;
     this.mzComboEditorCuentaBusqueda.ValueMember        = "";
     this.mzComboEditorCuentaBusqueda.ValueMemberCaption = "";
     //
     // mzComboEditorBancoBusqueda
     //
     this.mzComboEditorBancoBusqueda.AutoComplete         = true;
     this.mzComboEditorBancoBusqueda.DataSource           = null;
     this.mzComboEditorBancoBusqueda.DisplayMember        = "";
     this.mzComboEditorBancoBusqueda.DisplayMemberCaption = "";
     this.mzComboEditorBancoBusqueda.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorBancoBusqueda.Location             = new System.Drawing.Point(64, 15);
     this.mzComboEditorBancoBusqueda.MaxItemsDisplay      = 50;
     this.mzComboEditorBancoBusqueda.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorBancoBusqueda.Name               = "mzComboEditorBancoBusqueda";
     this.mzComboEditorBancoBusqueda.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorBancoBusqueda.SorterMember       = "";
     this.mzComboEditorBancoBusqueda.TabIndex           = 104;
     this.mzComboEditorBancoBusqueda.ValueMember        = "";
     this.mzComboEditorBancoBusqueda.ValueMemberCaption = "";
     //
     // labelSearch
     //
     this.labelSearch.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.labelSearch.Location  = new System.Drawing.Point(8, 15);
     this.labelSearch.Name      = "labelSearch";
     this.labelSearch.TabIndex  = 2;
     this.labelSearch.Text      = "Banco:";
     this.labelSearch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label5.Location  = new System.Drawing.Point(248, 15);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(88, 24);
     this.label5.TabIndex  = 13;
     this.label5.Text      = "Cuenta:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.lfechaCierre);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.txtFechaCierre);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.primerCheque);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ultimoCheque);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.nroChequera);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.lChequera);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzComboEditorCuenta);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.mzComboEditorBanco);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.lUltimoCheque);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.lPrimerCheque);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 217);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(734, 136);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // lfechaCierre
     //
     this.lfechaCierre.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lfechaCierre.Location  = new System.Drawing.Point(8, 56);
     this.lfechaCierre.Name      = "lfechaCierre";
     this.lfechaCierre.Size      = new System.Drawing.Size(48, 24);
     this.lfechaCierre.TabIndex  = 115;
     this.lfechaCierre.Text      = "Fecha Cierre:";
     this.lfechaCierre.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtFechaCierre
     //
     this.txtFechaCierre.Location = new System.Drawing.Point(56, 58);
     this.txtFechaCierre.Name     = "txtFechaCierre";
     this.txtFechaCierre.Size     = new System.Drawing.Size(160, 21);
     this.txtFechaCierre.TabIndex = 114;
     //
     // primerCheque
     //
     this.primerCheque.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Long;
     this.primerCheque.InputMask = "nnnnnnnn";
     this.primerCheque.Location  = new System.Drawing.Point(312, 56);
     this.primerCheque.Name      = "primerCheque";
     this.primerCheque.Size      = new System.Drawing.Size(160, 20);
     this.primerCheque.TabIndex  = 113;
     //
     // ultimoCheque
     //
     this.ultimoCheque.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Long;
     this.ultimoCheque.InputMask = "nnnnnnnn";
     this.ultimoCheque.Location  = new System.Drawing.Point(568, 58);
     this.ultimoCheque.Name      = "ultimoCheque";
     this.ultimoCheque.Size      = new System.Drawing.Size(160, 20);
     this.ultimoCheque.TabIndex  = 112;
     //
     // nroChequera
     //
     this.nroChequera.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Long;
     this.nroChequera.InputMask = "nnnnnnnn";
     this.nroChequera.Location  = new System.Drawing.Point(568, 16);
     this.nroChequera.Name      = "nroChequera";
     this.nroChequera.Size      = new System.Drawing.Size(160, 20);
     this.nroChequera.TabIndex  = 111;
     //
     // lChequera
     //
     this.lChequera.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lChequera.Location  = new System.Drawing.Point(496, 16);
     this.lChequera.Name      = "lChequera";
     this.lChequera.Size      = new System.Drawing.Size(64, 24);
     this.lChequera.TabIndex  = 110;
     this.lChequera.Text      = "Chequera:";
     this.lChequera.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mzComboEditorCuenta
     //
     this.mzComboEditorCuenta.AutoComplete         = true;
     this.mzComboEditorCuenta.DataSource           = null;
     this.mzComboEditorCuenta.DisplayMember        = "";
     this.mzComboEditorCuenta.DisplayMemberCaption = "";
     this.mzComboEditorCuenta.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorCuenta.Location             = new System.Drawing.Point(312, 16);
     this.mzComboEditorCuenta.MaxItemsDisplay      = 50;
     this.mzComboEditorCuenta.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorCuenta.Name               = "mzComboEditorCuenta";
     this.mzComboEditorCuenta.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorCuenta.SorterMember       = "";
     this.mzComboEditorCuenta.TabIndex           = 103;
     this.mzComboEditorCuenta.ValueMember        = "";
     this.mzComboEditorCuenta.ValueMemberCaption = "";
     //
     // mzComboEditorBanco
     //
     this.mzComboEditorBanco.AutoComplete         = true;
     this.mzComboEditorBanco.DataSource           = null;
     this.mzComboEditorBanco.DisplayMember        = "";
     this.mzComboEditorBanco.DisplayMemberCaption = "";
     this.mzComboEditorBanco.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorBanco.Location             = new System.Drawing.Point(56, 16);
     this.mzComboEditorBanco.MaxItemsDisplay      = 50;
     this.mzComboEditorBanco.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorBanco.Name               = "mzComboEditorBanco";
     this.mzComboEditorBanco.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorBanco.SorterMember       = "";
     this.mzComboEditorBanco.TabIndex           = 102;
     this.mzComboEditorBanco.ValueMember        = "";
     this.mzComboEditorBanco.ValueMemberCaption = "";
     //
     // lUltimoCheque
     //
     this.lUltimoCheque.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lUltimoCheque.Location  = new System.Drawing.Point(496, 56);
     this.lUltimoCheque.Name      = "lUltimoCheque";
     this.lUltimoCheque.Size      = new System.Drawing.Size(88, 24);
     this.lUltimoCheque.TabIndex  = 12;
     this.lUltimoCheque.Text      = "Ultimo Cheque:";
     this.lUltimoCheque.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lPrimerCheque
     //
     this.lPrimerCheque.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lPrimerCheque.Location  = new System.Drawing.Point(240, 56);
     this.lPrimerCheque.Name      = "lPrimerCheque";
     this.lPrimerCheque.Size      = new System.Drawing.Size(88, 24);
     this.lPrimerCheque.TabIndex  = 11;
     this.lPrimerCheque.Text      = "Primer Cheque:";
     this.lPrimerCheque.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label2.Location  = new System.Drawing.Point(240, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 24);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "Cuenta:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(8, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 24);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Banco:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imageList1;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(800, 28);
     this.toolBarStandar.TabIndex       = 20;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.Enabled    = false;
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Key       = "Leyenda";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Key       = "DatosGenerales";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 50;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Key       = "Datoschequera";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 136;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Datos de  la chequera";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(800, 322);
     this.ultraExplorerBar1.TabIndex = 21;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmAbmChequeras
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(800, 350);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmChequeras";
     this.Text = "FrmAbmChequeras";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorPChequeBusqueda)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuentaBusqueda)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBancoBusqueda)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtFechaCierre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuenta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBanco)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#9
0
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var Appearance1       = new Infragistics.Win.Appearance();
            var Appearance2       = new Infragistics.Win.Appearance();
            var Appearance3       = new Infragistics.Win.Appearance();
            var UltraToolTipInfo1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo("Enter host DNS name, IPv4 or IPv6 address", Infragistics.Win.ToolTipImage.Default, null, Infragistics.Win.DefaultableBoolean.Default);
            var Appearance12      = new Infragistics.Win.Appearance();
            var Appearance5       = new Infragistics.Win.Appearance();
            var Appearance6       = new Infragistics.Win.Appearance();
            var Appearance7       = new Infragistics.Win.Appearance();
            var Appearance8       = new Infragistics.Win.Appearance();
            var Appearance9       = new Infragistics.Win.Appearance();
            var Appearance10      = new Infragistics.Win.Appearance();
            var Appearance11      = new Infragistics.Win.Appearance();
            var resources         = new System.ComponentModel.ComponentResourceManager(typeof(AlternateCommandChannel));
            var Appearance4       = new Infragistics.Win.Appearance();
            var UltraTab1         = new Infragistics.Win.UltraWinTabControl.UltraTab();
            var UltraTab2         = new Infragistics.Win.UltraWinTabControl.UltraTab();
            var UltraTab3         = new Infragistics.Win.UltraWinTabControl.UltraTab();

            TabPageControl1                 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            LabelTcpNetworkInterface        = new Infragistics.Win.Misc.UltraLabel();
            LabelTcpNetworkInterface.Click += new EventHandler(LabelTcpNetworkInterface_Click);
            LabelTcpHostIP             = new Infragistics.Win.Misc.UltraLabel();
            TextBoxTcpHostIP           = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            TextBoxTcpHostIP.GotFocus += new EventHandler(TextBox_GotFocus);
            LabelTcpPort                       = new Infragistics.Win.Misc.UltraLabel();
            TextBoxTcpPort                     = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            TextBoxTcpPort.GotFocus           += new EventHandler(TextBox_GotFocus);
            TextBoxTcpPort.MouseClick         += new MouseEventHandler(TextBox_MouseClick);
            TabPageControl2                    = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            CheckBoxSerialRTS                  = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            CheckBoxSerialDTR                  = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            TextBoxSerialDataBits              = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
            TextBoxSerialDataBits.GotFocus    += new EventHandler(TextBox_GotFocus);
            TextBoxSerialDataBits.MouseClick  += new MouseEventHandler(TextBox_MouseClick);
            ComboBoxSerialStopBits             = new ComboBox();
            ComboBoxSerialParities             = new ComboBox();
            LabelSerialParity                  = new Infragistics.Win.Misc.UltraLabel();
            ComboBoxSerialBaudRates            = new ComboBox();
            LabelSerialBaudRate                = new Infragistics.Win.Misc.UltraLabel();
            ComboBoxSerialPorts                = new ComboBox();
            LabelSerialPort                    = new Infragistics.Win.Misc.UltraLabel();
            LabelSerialStopBits                = new Infragistics.Win.Misc.UltraLabel();
            LabelSerialDataBits                = new Infragistics.Win.Misc.UltraLabel();
            TabPageControl3                    = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            ButtonBrowse                       = new Button();
            ButtonBrowse.Click                += new EventHandler(ButtonBrowse_Click);
            TextBoxFileCaptureName             = new TextBox();
            TextBoxFileCaptureName.GotFocus   += new EventHandler(TextBox_GotFocus);
            TextBoxFileCaptureName.MouseClick += new MouseEventHandler(TextBox_MouseClick);
            LabelCaptureFile                   = new Infragistics.Win.Misc.UltraLabel();
            LabelReplayCapturedFile            = new Infragistics.Win.Misc.UltraLabel();
            ButtonSave                          = new Button();
            ButtonCancel                        = new Button();
            PictureBoxIcon                      = new PictureBox();
            TabControlCommunications            = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            TabSharedControlsPageCommunications = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            CheckBoxUndefined                   = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            CheckBoxUndefined.CheckedChanged   += new EventHandler(CheckBoxUndefined_CheckedChanged);
            ToolTipManager                      = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(components);
            TabPageControl1.SuspendLayout();
            TabPageControl2.SuspendLayout();
            TabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)PictureBoxIcon).BeginInit();
            ((System.ComponentModel.ISupportInitialize)TabControlCommunications).BeginInit();
            TabControlCommunications.SuspendLayout();
            SuspendLayout();
            //
            // TabPageControl1
            //
            TabPageControl1.Controls.Add(LabelTcpNetworkInterface);
            TabPageControl1.Controls.Add(LabelTcpHostIP);
            TabPageControl1.Controls.Add(TextBoxTcpHostIP);
            TabPageControl1.Controls.Add(LabelTcpPort);
            TabPageControl1.Controls.Add(TextBoxTcpPort);
            TabPageControl1.Location = new Point(1, 20);
            TabPageControl1.Name     = "TabPageControl1";
            TabPageControl1.Size     = new Size(304, 96);
            //
            // LabelTcpNetworkInterface
            //
            LabelTcpNetworkInterface.Anchor             = AnchorStyles.Top | AnchorStyles.Right;
            Appearance1.ForeColor                       = SystemColors.HotTrack;
            Appearance1.TextHAlignAsString              = "Center";
            Appearance1.TextVAlignAsString              = "Middle";
            LabelTcpNetworkInterface.Appearance         = Appearance1;
            LabelTcpNetworkInterface.Cursor             = Cursors.Hand;
            LabelTcpNetworkInterface.Font               = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
            Appearance2.FontData.UnderlineAsString      = "True";
            LabelTcpNetworkInterface.HotTrackAppearance = Appearance2;
            LabelTcpNetworkInterface.Location           = new Point(63, 72);
            LabelTcpNetworkInterface.Name               = "LabelTcpNetworkInterface";
            LabelTcpNetworkInterface.Size               = new Size(94, 21);
            LabelTcpNetworkInterface.TabIndex           = 20;
            LabelTcpNetworkInterface.Text               = "Network Interface";
            LabelTcpNetworkInterface.UseHotTracking     = Infragistics.Win.DefaultableBoolean.True;
            //
            // LabelTcpHostIP
            //
            Appearance3.TextHAlignAsString = "Right";
            LabelTcpHostIP.Appearance      = Appearance3;
            LabelTcpHostIP.Location        = new Point(15, 25);
            LabelTcpHostIP.Name            = "LabelTcpHostIP";
            LabelTcpHostIP.Size            = new Size(45, 23);
            LabelTcpHostIP.TabIndex        = 0;
            LabelTcpHostIP.Text            = "Host &IP:";
            UltraToolTipInfo1.ToolTipText  = "Enter host DNS name, IPv4 or IPv6 address";
            ToolTipManager.SetUltraToolTip(LabelTcpHostIP, UltraToolTipInfo1);
            //
            // TextBoxTcpHostIP
            //
            TextBoxTcpHostIP.AutoSize   = false;
            TextBoxTcpHostIP.EditAs     = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
            TextBoxTcpHostIP.InputMask  = @"nnn\.nnn\.nnn\.nnn";
            TextBoxTcpHostIP.Location   = new Point(66, 22);
            TextBoxTcpHostIP.Name       = "TextBoxTcpHostIP";
            TextBoxTcpHostIP.PromptChar = ' ';
            TextBoxTcpHostIP.Size       = new Size(92, 20);
            TextBoxTcpHostIP.TabIndex   = 1;
            TextBoxTcpHostIP.Text       = "127.0.0.1";
            //
            // LabelTcpPort
            //
            Appearance12.TextHAlignAsString = "Right";
            LabelTcpPort.Appearance         = Appearance12;
            LabelTcpPort.Location           = new Point(15, 51);
            LabelTcpPort.Name     = "LabelTcpPort";
            LabelTcpPort.Size     = new Size(45, 23);
            LabelTcpPort.TabIndex = 2;
            LabelTcpPort.Text     = "P&ort:";
            //
            // TextBoxTcpPort
            //
            TextBoxTcpPort.AutoSize   = false;
            TextBoxTcpPort.EditAs     = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
            TextBoxTcpPort.InputMask  = "-nnnnn";
            TextBoxTcpPort.Location   = new Point(66, 48);
            TextBoxTcpPort.Name       = "TextBoxTcpPort";
            TextBoxTcpPort.PromptChar = ' ';
            TextBoxTcpPort.Size       = new Size(45, 20);
            TextBoxTcpPort.TabIndex   = 3;
            TextBoxTcpPort.Text       = "4712";
            //
            // TabPageControl2
            //
            TabPageControl2.Controls.Add(CheckBoxSerialRTS);
            TabPageControl2.Controls.Add(CheckBoxSerialDTR);
            TabPageControl2.Controls.Add(TextBoxSerialDataBits);
            TabPageControl2.Controls.Add(ComboBoxSerialStopBits);
            TabPageControl2.Controls.Add(ComboBoxSerialParities);
            TabPageControl2.Controls.Add(LabelSerialParity);
            TabPageControl2.Controls.Add(ComboBoxSerialBaudRates);
            TabPageControl2.Controls.Add(LabelSerialBaudRate);
            TabPageControl2.Controls.Add(ComboBoxSerialPorts);
            TabPageControl2.Controls.Add(LabelSerialPort);
            TabPageControl2.Controls.Add(LabelSerialStopBits);
            TabPageControl2.Controls.Add(LabelSerialDataBits);
            TabPageControl2.Location = new Point(-10000, -10000);
            TabPageControl2.Name     = "TabPageControl2";
            TabPageControl2.Size     = new Size(304, 96);
            //
            // CheckBoxSerialRTS
            //
            CheckBoxSerialRTS.Location = new Point(225, 62);
            CheckBoxSerialRTS.Name     = "CheckBoxSerialRTS";
            CheckBoxSerialRTS.Size     = new Size(50, 26);
            CheckBoxSerialRTS.TabIndex = 11;
            CheckBoxSerialRTS.Text     = "RTS";
            //
            // CheckBoxSerialDTR
            //
            CheckBoxSerialDTR.Location = new Point(169, 62);
            CheckBoxSerialDTR.Name     = "CheckBoxSerialDTR";
            CheckBoxSerialDTR.Size     = new Size(50, 26);
            CheckBoxSerialDTR.TabIndex = 10;
            CheckBoxSerialDTR.Text     = "DTR";
            //
            // TextBoxSerialDataBits
            //
            TextBoxSerialDataBits.AutoSize   = false;
            TextBoxSerialDataBits.EditAs     = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
            TextBoxSerialDataBits.InputMask  = "nnn";
            TextBoxSerialDataBits.Location   = new Point(211, 37);
            TextBoxSerialDataBits.Name       = "TextBoxSerialDataBits";
            TextBoxSerialDataBits.PromptChar = ' ';
            TextBoxSerialDataBits.Size       = new Size(27, 20);
            TextBoxSerialDataBits.TabIndex   = 9;
            TextBoxSerialDataBits.Text       = "8";
            //
            // ComboBoxSerialStopBits
            //
            ComboBoxSerialStopBits.AutoCompleteMode   = AutoCompleteMode.SuggestAppend;
            ComboBoxSerialStopBits.AutoCompleteSource = AutoCompleteSource.ListItems;
            ComboBoxSerialStopBits.DropDownStyle      = ComboBoxStyle.DropDownList;
            ComboBoxSerialStopBits.Location           = new Point(211, 10);
            ComboBoxSerialStopBits.Name     = "ComboBoxSerialStopBits";
            ComboBoxSerialStopBits.Size     = new Size(85, 21);
            ComboBoxSerialStopBits.TabIndex = 7;
            //
            // ComboBoxSerialParities
            //
            ComboBoxSerialParities.AutoCompleteMode   = AutoCompleteMode.SuggestAppend;
            ComboBoxSerialParities.AutoCompleteSource = AutoCompleteSource.ListItems;
            ComboBoxSerialParities.DropDownStyle      = ComboBoxStyle.DropDownList;
            ComboBoxSerialParities.Location           = new Point(66, 65);
            ComboBoxSerialParities.Name     = "ComboBoxSerialParities";
            ComboBoxSerialParities.Size     = new Size(85, 21);
            ComboBoxSerialParities.TabIndex = 5;
            //
            // LabelSerialParity
            //
            Appearance5.TextHAlignAsString = "Right";
            LabelSerialParity.Appearance   = Appearance5;
            LabelSerialParity.Location     = new Point(-4, 68);
            LabelSerialParity.Name         = "LabelSerialParity";
            LabelSerialParity.Size         = new Size(64, 23);
            LabelSerialParity.TabIndex     = 4;
            LabelSerialParity.Text         = "Par&ity:";
            //
            // ComboBoxSerialBaudRates
            //
            ComboBoxSerialBaudRates.AutoCompleteMode   = AutoCompleteMode.SuggestAppend;
            ComboBoxSerialBaudRates.AutoCompleteSource = AutoCompleteSource.ListItems;
            ComboBoxSerialBaudRates.DropDownStyle      = ComboBoxStyle.DropDownList;
            ComboBoxSerialBaudRates.Items.AddRange(new object[] { "115200", "57600", "38400", "19200", "9600", "4800", "2400", "1200" });
            ComboBoxSerialBaudRates.Location = new Point(66, 37);
            ComboBoxSerialBaudRates.Name     = "ComboBoxSerialBaudRates";
            ComboBoxSerialBaudRates.Size     = new Size(85, 21);
            ComboBoxSerialBaudRates.TabIndex = 3;
            //
            // LabelSerialBaudRate
            //
            Appearance6.TextHAlignAsString = "Right";
            LabelSerialBaudRate.Appearance = Appearance6;
            LabelSerialBaudRate.Location   = new Point(-4, 40);
            LabelSerialBaudRate.Name       = "LabelSerialBaudRate";
            LabelSerialBaudRate.Size       = new Size(64, 23);
            LabelSerialBaudRate.TabIndex   = 2;
            LabelSerialBaudRate.Text       = "&Baud Rate:";
            //
            // ComboBoxSerialPorts
            //
            ComboBoxSerialPorts.AutoCompleteMode   = AutoCompleteMode.SuggestAppend;
            ComboBoxSerialPorts.AutoCompleteSource = AutoCompleteSource.ListItems;
            ComboBoxSerialPorts.DropDownStyle      = ComboBoxStyle.DropDownList;
            ComboBoxSerialPorts.Location           = new Point(66, 10);
            ComboBoxSerialPorts.Name     = "ComboBoxSerialPorts";
            ComboBoxSerialPorts.Size     = new Size(85, 21);
            ComboBoxSerialPorts.TabIndex = 1;
            //
            // LabelSerialPort
            //
            Appearance7.TextHAlignAsString = "Right";
            LabelSerialPort.Appearance     = Appearance7;
            LabelSerialPort.Location       = new Point(-4, 13);
            LabelSerialPort.Name           = "LabelSerialPort";
            LabelSerialPort.Size           = new Size(64, 23);
            LabelSerialPort.TabIndex       = 0;
            LabelSerialPort.Text           = "P&ort:";
            //
            // LabelSerialStopBits
            //
            Appearance8.TextHAlignAsString = "Right";
            LabelSerialStopBits.Appearance = Appearance8;
            LabelSerialStopBits.Location   = new Point(150, 13);
            LabelSerialStopBits.Name       = "LabelSerialStopBits";
            LabelSerialStopBits.Size       = new Size(57, 23);
            LabelSerialStopBits.TabIndex   = 6;
            LabelSerialStopBits.Text       = "Stop Bits:";
            //
            // LabelSerialDataBits
            //
            Appearance9.TextHAlignAsString = "Right";
            LabelSerialDataBits.Appearance = Appearance9;
            LabelSerialDataBits.Location   = new Point(148, 40);
            LabelSerialDataBits.Name       = "LabelSerialDataBits";
            LabelSerialDataBits.Size       = new Size(59, 23);
            LabelSerialDataBits.TabIndex   = 8;
            LabelSerialDataBits.Text       = "Data Bits:";
            //
            // TabPageControl3
            //
            TabPageControl3.Controls.Add(ButtonBrowse);
            TabPageControl3.Controls.Add(TextBoxFileCaptureName);
            TabPageControl3.Controls.Add(LabelCaptureFile);
            TabPageControl3.Controls.Add(LabelReplayCapturedFile);
            TabPageControl3.Location = new Point(-10000, -10000);
            TabPageControl3.Name     = "TabPageControl3";
            TabPageControl3.Size     = new Size(304, 96);
            //
            // ButtonBrowse
            //
            ButtonBrowse.Location = new Point(213, 37);
            ButtonBrowse.Name     = "ButtonBrowse";
            ButtonBrowse.Size     = new Size(75, 23);
            ButtonBrowse.TabIndex = 2;
            ButtonBrowse.Text     = "&Browse...";
            ButtonBrowse.UseVisualStyleBackColor = true;
            //
            // TextBoxFileCaptureName
            //
            TextBoxFileCaptureName.BackColor = Color.White;
            TextBoxFileCaptureName.Location  = new Point(71, 39);
            TextBoxFileCaptureName.Name      = "TextBoxFileCaptureName";
            TextBoxFileCaptureName.Size      = new Size(136, 20);
            TextBoxFileCaptureName.TabIndex  = 1;
            //
            // LabelCaptureFile
            //
            Appearance10.TextHAlignAsString = "Right";
            LabelCaptureFile.Appearance     = Appearance10;
            LabelCaptureFile.Location       = new Point(11, 42);
            LabelCaptureFile.Name           = "LabelCaptureFile";
            LabelCaptureFile.Size           = new Size(54, 23);
            LabelCaptureFile.TabIndex       = 0;
            LabelCaptureFile.Text           = "F&ilename:";
            //
            // LabelReplayCapturedFile
            //
            Appearance11.FontData.ItalicAsString = "True";
            LabelReplayCapturedFile.Appearance   = Appearance11;
            LabelReplayCapturedFile.Location     = new Point(191, 22);
            LabelReplayCapturedFile.Name         = "LabelReplayCapturedFile";
            LabelReplayCapturedFile.Size         = new Size(120, 17);
            LabelReplayCapturedFile.TabIndex     = 6;
            LabelReplayCapturedFile.Text         = "Replay captured file...";
            //
            // ButtonSave
            //
            ButtonSave.DialogResult            = DialogResult.OK;
            ButtonSave.Location                = new Point(324, 12);
            ButtonSave.Name                    = "ButtonSave";
            ButtonSave.Size                    = new Size(75, 23);
            ButtonSave.TabIndex                = 0;
            ButtonSave.Text                    = "S&ave";
            ButtonSave.UseVisualStyleBackColor = true;
            //
            // ButtonCancel
            //
            ButtonCancel.DialogResult            = DialogResult.Cancel;
            ButtonCancel.Location                = new Point(324, 41);
            ButtonCancel.Name                    = "ButtonCancel";
            ButtonCancel.Size                    = new Size(75, 23);
            ButtonCancel.TabIndex                = 1;
            ButtonCancel.Text                    = "&Cancel";
            ButtonCancel.UseVisualStyleBackColor = true;
            //
            // PictureBoxIcon
            //
            PictureBoxIcon.Image    = (Image)resources.GetObject("PictureBoxIcon.Image");
            PictureBoxIcon.Location = new Point(339, 89);
            PictureBoxIcon.Name     = "PictureBoxIcon";
            PictureBoxIcon.Size     = new Size(48, 48);
            PictureBoxIcon.SizeMode = PictureBoxSizeMode.AutoSize;
            PictureBoxIcon.TabIndex = 2;
            PictureBoxIcon.TabStop  = false;
            //
            // TabControlCommunications
            //
            Appearance4.ForeColor = Color.Black;
            TabControlCommunications.Appearance = Appearance4;
            TabControlCommunications.Controls.Add(TabSharedControlsPageCommunications);
            TabControlCommunications.Controls.Add(TabPageControl1);
            TabControlCommunications.Controls.Add(TabPageControl2);
            TabControlCommunications.Controls.Add(TabPageControl3);
            TabControlCommunications.Enabled            = false;
            TabControlCommunications.Location           = new Point(12, 12);
            TabControlCommunications.Name               = "TabControlCommunications";
            TabControlCommunications.SharedControlsPage = TabSharedControlsPageCommunications;
            TabControlCommunications.Size               = new Size(306, 117);
            TabControlCommunications.Style              = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.VisualStudio2005;
            TabControlCommunications.TabIndex           = 3;
            TabControlCommunications.TabLayoutStyle     = Infragistics.Win.UltraWinTabs.TabLayoutStyle.SingleRowFixed;
            TabControlCommunications.TabOrientation     = Infragistics.Win.UltraWinTabs.TabOrientation.TopLeft;
            UltraTab1.TabPage = TabPageControl1;
            UltraTab1.Text    = "&Tcp";
            UltraTab2.TabPage = TabPageControl2;
            UltraTab2.Text    = "&Serial";
            UltraTab3.TabPage = TabPageControl3;
            UltraTab3.Text    = "Fi&le";
            TabControlCommunications.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] { UltraTab1, UltraTab2, UltraTab3 });
            //
            // TabSharedControlsPageCommunications
            //
            TabSharedControlsPageCommunications.Location = new Point(-10000, -10000);
            TabSharedControlsPageCommunications.Name     = "TabSharedControlsPageCommunications";
            TabSharedControlsPageCommunications.Size     = new Size(304, 96);
            //
            // CheckBoxUndefined
            //
            CheckBoxUndefined.Checked    = true;
            CheckBoxUndefined.CheckState = CheckState.Checked;
            CheckBoxUndefined.Location   = new Point(324, 64);
            CheckBoxUndefined.Name       = "CheckBoxUndefined";
            CheckBoxUndefined.Size       = new Size(82, 26);
            CheckBoxUndefined.TabIndex   = 11;
            CheckBoxUndefined.Text       = "Not defined";
            //
            // ToolTipManager
            //
            ToolTipManager.ContainingControl = this;
            ToolTipManager.InitialDelay      = 150;
            //
            // AlternateCommandChannel
            //
            AcceptButton        = ButtonSave;
            AutoScaleDimensions = new SizeF(6.0f, 13.0f);
            AutoScaleMode       = AutoScaleMode.Font;
            CancelButton        = ButtonCancel;
            ClientSize          = new Size(406, 142);
            ControlBox          = false;
            Controls.Add(PictureBoxIcon);
            Controls.Add(CheckBoxUndefined);
            Controls.Add(TabControlCommunications);
            Controls.Add(ButtonCancel);
            Controls.Add(ButtonSave);
            FormBorderStyle = FormBorderStyle.FixedDialog;
            MaximizeBox     = false;
            MinimizeBox     = false;
            Name            = "AlternateCommandChannel";
            ShowIcon        = false;
            ShowInTaskbar   = false;
            SizeGripStyle   = SizeGripStyle.Hide;
            StartPosition   = FormStartPosition.CenterParent;
            Text            = "Alternate Command Channel Configuration";
            TabPageControl1.ResumeLayout(false);
            TabPageControl2.ResumeLayout(false);
            TabPageControl3.ResumeLayout(false);
            TabPageControl3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)PictureBoxIcon).EndInit();
            ((System.ComponentModel.ISupportInitialize)TabControlCommunications).EndInit();
            TabControlCommunications.ResumeLayout(false);
            ResumeLayout(false);
            PerformLayout();
        }
示例#10
0
        private void gridViewWaste_InitializeLayout(object sender, InitializeLayoutEventArgs e)
        {
            if ((configfileName != null) && (!configfileName.Equals("")))
            {
                try {
                    this.gridViewWaste.DisplayLayout.LoadFromXml(configfileName);
                    if (sender != null)
                    {
                        filterChanged(this, e);
                    }
                }
                catch (Exception)//don't show exception if we were not able to load
                {
                    MessageBox.Show("Config file is not correct. Applying default settings", "VWA View Waste Config");
                }
            }
            // disable key fields for editing
            e.Layout.Bands["Weights"].Columns["ID"].CellActivation        = Activation.Disabled;
            e.Layout.Bands["Weights"].Columns["TransKey"].CellActivation  = Activation.Disabled;
            e.Layout.Bands["Weights"].Columns["WasteCost"].CellActivation = Activation.Disabled;

            this.gridViewWaste.DisplayLayout.Bands["Weights"].Columns["Weight"].Style =
                Infragistics.Win.UltraWinGrid.ColumnStyle.Double;
            this.gridViewWaste.DisplayLayout.Bands["Weights"].Columns["WasteCost"].Style =
                Infragistics.Win.UltraWinGrid.ColumnStyle.CurrencyNonNegative;
            this.gridViewWaste.DisplayLayout.Bands["Weights"].Columns["FoodTypeCost"].Style =
                Infragistics.Win.UltraWinGrid.ColumnStyle.CurrencyNonNegative;
            this.gridViewWaste.DisplayLayout.Bands["Weights"].Columns["ContainerCost"].Style =
                Infragistics.Win.UltraWinGrid.ColumnStyle.CurrencyNonNegative;
            this.gridViewWaste.DisplayLayout.Bands["Weights"].Columns["NItems"].Style =
                Infragistics.Win.UltraWinGrid.ColumnStyle.IntegerPositiveWithSpin;
            this.gridViewWaste.DisplayLayout.Bands["Weights"].Columns["ProducedID"].Style =
                Infragistics.Win.UltraWinGrid.ColumnStyle.IntegerNonNegativeWithSpin;

            //   Hide the irrelevant columns
            //e.Layout.Bands["Transfers"].Columns["TransKey"].Hidden = true;
            //	Resize the columns that we are interested in
            e.Layout.Bands["Weights"].Columns["Timestamp"].Width = 150;

            e.Layout.Bands["Weights"].Columns["IsPreconsumer"].ValueList     = this.gridViewWaste.DisplayLayout.ValueLists["PreconsumerNames"];
            e.Layout.Bands["Weights"].Columns["FoodTypeID"].ValueList        = this.gridViewWaste.DisplayLayout.ValueLists["FoodNames"];
            e.Layout.Bands["Weights"].Columns["LossTypeID"].ValueList        = this.gridViewWaste.DisplayLayout.ValueLists["LossNames"];
            e.Layout.Bands["Weights"].Columns["ContainerTypeID"].ValueList   = this.gridViewWaste.DisplayLayout.ValueLists["ContainerNames"];
            e.Layout.Bands["Weights"].Columns["StationTypeID"].ValueList     = this.gridViewWaste.DisplayLayout.ValueLists["StationNames"];
            e.Layout.Bands["Weights"].Columns["DispositionTypeID"].ValueList = this.gridViewWaste.DisplayLayout.ValueLists["DispositionNames"];
            e.Layout.Bands["Weights"].Columns["DaypartTypeID"].ValueList     = this.gridViewWaste.DisplayLayout.ValueLists["DaypartNames"];
            e.Layout.Bands["Weights"].Columns["BEOTypeID"].ValueList         = this.gridViewWaste.DisplayLayout.ValueLists["BEONames"];
            e.Layout.Bands["Weights"].Columns["UserTypeID"].ValueList        = this.gridViewWaste.DisplayLayout.ValueLists["UserNames"];

            this.gridViewWaste.DisplayLayout.Bands["Weights"].Columns["FoodTypeID"].Style =
                Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownValidate;

            //   Make the style of these two columns Edit so that the value list dropdown arrow
            //   doesn't appear, since we are displaying a custom edit control rather than use the
            //   ValueList
            //e.Layout.Bands["Transfers"].Columns["FoodTypeID"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Edit;

            //   We don't want to see the time portion of the date in the
            //   date columns, and we don't want to see the date portion
            //   in the time columns, so let's use the column's Format property
            //   to filter out the portions of the DateTime object that we don't want
            e.Layout.Bands["Weights"].Columns["Timestamp"].Format = "MM/dd/yyyy HH:mm:ss";

            // init colum headers
            e.Layout.Bands["Weights"].Columns["TransKey"].Header.Caption          = "Transfer Key";
            e.Layout.Bands["Weights"].Columns["WasteCost"].Header.Caption         = "Waste Cost";
            e.Layout.Bands["Weights"].Columns["FoodTypeID"].Header.Caption        = "Food Type";
            e.Layout.Bands["Weights"].Columns["FoodTypeCost"].Header.Caption      = "Food Type Cost";
            e.Layout.Bands["Weights"].Columns["LossTypeID"].Header.Caption        = "Loss Type";
            e.Layout.Bands["Weights"].Columns["ContainerTypeID"].Header.Caption   = "Container Type";
            e.Layout.Bands["Weights"].Columns["ContainerWeight"].Header.Caption   = "Container Weight";
            e.Layout.Bands["Weights"].Columns["ContainerCost"].Header.Caption     = "Container Cost";
            e.Layout.Bands["Weights"].Columns["FoodTypeCost"].Header.Caption      = "Food Type Cost";
            e.Layout.Bands["Weights"].Columns["StationTypeID"].Header.Caption     = "Station Type";
            e.Layout.Bands["Weights"].Columns["DispositionTypeID"].Header.Caption = "Disposition Type";
            e.Layout.Bands["Weights"].Columns["DaypartTypeID"].Header.Caption     = "DayPart Type";
            e.Layout.Bands["Weights"].Columns["BEOTypeID"].Header.Caption         = "Event Order Type";
            e.Layout.Bands["Weights"].Columns["UserTypeID"].Header.Caption        = "User Type";
            e.Layout.Bands["Weights"].Columns["UserQuestion"].Header.Caption      = "User Question";
            e.Layout.Bands["Weights"].Columns["NItems"].Header.Caption            = "Number of Items";
            e.Layout.Bands["Weights"].Columns["ProducedID"].Header.Caption        = "Number of Produced Items";
            e.Layout.Bands["Weights"].Columns["UnitUniqueName"].Header.Caption    = "Unit of Measure";

            // You can control the appearance of the separator using the SpecialRowSeparatorAppearance
            // property.
            e.Layout.Override.SpecialRowSeparatorAppearance.BackColor = Color.FromArgb(233, 242, 199);

            e.Layout.Override.RowAppearance.BackColorAlpha = Infragistics.Win.Alpha.Transparent;

            //	use the same appearance for alternate rows
            e.Layout.Override.RowAlternateAppearance        = e.Layout.Override.RowAppearance;
            e.Layout.Override.CellAppearance.BackColorAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
            e.Layout.Override.CellAppearance.AlphaLevel     = 150;

            e.Layout.Override.HeaderAppearance.AlphaLevel     = 150;
            e.Layout.Override.HeaderAppearance.BackColorAlpha = Infragistics.Win.Alpha.UseAlphaLevel;

            // FILTER ROW FUNCTIONALITY RELATED ULTRAGRID SETTINGS
            // ----------------------------------------------------------------------------------
            // Enable the the filter row user interface by setting the FilterUIType to FilterRow.
            e.Layout.Override.FilterUIType = FilterUIType.FilterRow;

            // FilterEvaluationTrigger specifies when UltraGrid applies the filter criteria typed
            // into a filter row. Default is OnCellValueChange which will cause the UltraGrid to
            // re-filter the data as soon as the user modifies the value of a filter cell.
            e.Layout.Override.FilterEvaluationTrigger = FilterEvaluationTrigger.OnCellValueChange;

            // By default the UltraGrid selects the type of the filter operand editor based on
            // the column's DataType. For DateTime and boolean columns it uses the column's editors.
            // For other column types it uses the Combo. You can explicitly specify the operand
            // editor style by setting the FilterOperandStyle on the override or the individual
            // columns.
            //e.Layout.Override.FilterOperandStyle = FilterOperandStyle.Combo;

            // By default UltraGrid displays user interface for selecting the filter operator.
            // You can set the FilterOperatorLocation to hide this user interface. This
            // property is available on column as well so it can be controlled on a per column
            // basis. Default is WithOperand. This property is exposed off the column as well.
            e.Layout.Override.FilterOperatorLocation = FilterOperatorLocation.WithOperand;

            // By default the UltraGrid uses StartsWith as the filter operator. You use
            // the FilterOperatorDefaultValue property to specify a different filter operator
            // to use. This is the default or the initial filter operator value of the cells
            // in filter row. If filter operator user interface is enabled (FilterOperatorLocation
            // is not set to None) then that ui will be initialized to the value of this
            // property. The user can then change the operator as he/she chooses via the operator
            // drop down.
            e.Layout.Override.FilterOperatorDefaultValue = FilterOperatorDefaultValue.Equals;

            // FilterOperatorDropDownItems property can be used to control the options provided
            // to the user for selecting the filter operator. By default UltraGrid bases
            // what operator options to provide on the column's data type. This property is
            // avaibale on the column as well.
            e.Layout.Override.FilterOperatorDropDownItems = FilterOperatorDropDownItems.Default;

            // By default UltraGrid displays a clear button in each cell of the filter row
            // as well as in the row selector of the filter row. When the user clicks this
            // button the associated filter criteria is cleared. You can use the
            // FilterClearButtonLocation property to control if and where the filter clear
            // buttons are displayed.
            e.Layout.Override.FilterClearButtonLocation = FilterClearButtonLocation.RowAndCell;

            // Appearance of the filter row can be controlled using the FilterRowAppearance proeprty.
            e.Layout.Override.FilterRowAppearance.BackColor = Color.LightYellow;

            // You can use the FilterRowPrompt to display a prompt in the filter row. By default
            // UltraGrid does not display any prompt in the filter row.
            e.Layout.Override.FilterRowPrompt = "Click here to filter data...";

            // You can use the FilterRowPromptAppearance to change the appearance of the prompt.
            // By default the prompt is transparent and uses the same fore color as the filter row.
            // You can make it non-transparent by setting the appearance' BackColorAlpha property
            // or by setting the BackColor to a desired value.
            e.Layout.Override.FilterRowPromptAppearance.BackColorAlpha = Alpha.Opaque;

            // By default the prompt is spread across multiple cells if it's bigger than the
            // first cell. You can confine the prompt to a particular cell by setting the
            // SpecialRowPromptField property off the band to the key of a column.
            //e.Layout.Bands["Weights"].SpecialRowPromptField = e.Layout.Bands["Weights"].Columns[0].Key;

            // Display a separator between the filter row other rows. SpecialRowSeparator property
            // can be used to display separators between various 'special' rows, including for the
            // filter row. This property is a flagged enum property so it can take multiple values.
            e.Layout.Override.SpecialRowSeparator = SpecialRowSeparator.FilterRow;

            // ----------------------------------------------------------------------------------
            //e.Layout.Override.AllowAddNew = AllowAddNew.FixedAddRowOnBottom;
            e.Layout.Override.AllowDelete = DefaultableBoolean.True;
            e.Layout.Override.AllowUpdate = DefaultableBoolean.True;
            // sorting properties
            e.Layout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
            // display cell text on multiple lines
            e.Layout.Override.RowSizing     = RowSizing.AutoFree;
            e.Layout.Override.CellMultiLine = DefaultableBoolean.True;
            // turn row selectors on for band 0
            e.Layout.Bands["Weights"].Override.RowSelectors = DefaultableBoolean.True;

            // init transfer's bands if used
            if (e.Layout.Bands[0].Key.Equals("Transfers"))
            {
                e.Layout.Bands["Transfers"].Override.RowSelectors = DefaultableBoolean.True;
                e.Layout.Bands["Transfers"].Columns["TransKey"].CellActivation = Activation.Disabled;

                //value editors
                Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit editor = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
                editor.EditAs      = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
                editor.InputMask   = @"4\.nn\.nn";
                editor.DataMode    = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
                editor.ClipMode    = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
                editor.DisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;

                e.Layout.Bands["Transfers"].Columns["TrackerSWVersion"].EditorControl = editor;
                // Set the mask modes. This only effects columns that use EditorWithMask or derived editors.
                e.Layout.Bands["Transfers"].Columns["TrackerSWVersion"].MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeBoth;

                e.Layout.Bands["Transfers"].Columns["Timestamp"].Width  = 150;
                e.Layout.Bands["Transfers"].Columns["Timestamp"].Format = "MM/dd/yyyy HH:mm:ss";

                //   The FoodTypeID and LossTypeID
                //   columns should display the name, not the ID.
                //   We can use a ValueList to accomplish this
                e.Layout.Bands["Transfers"].Columns["TermID"].ValueList        = this.gridViewWaste.DisplayLayout.ValueLists["TermNames"];
                e.Layout.Bands["Transfers"].Columns["SiteID"].ValueList        = this.gridViewWaste.DisplayLayout.ValueLists["SiteNames"];
                e.Layout.Bands["Transfers"].Columns["TypeCatalogID"].ValueList = this.gridViewWaste.DisplayLayout.ValueLists["TypeCatalogNames"];
            }
        }
示例#11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(dlgDriverDetail));
     this.cboTerminal   = new System.Windows.Forms.ComboBox();
     this.mTerminalsDS  = new Tsort.Windows.SelectionList();
     this._lblTerminal  = new System.Windows.Forms.Label();
     this._lblNameFirst = new System.Windows.Forms.Label();
     this.btnCancel     = new System.Windows.Forms.Button();
     this.btnOk         = new System.Windows.Forms.Button();
     this.grpDetails    = new System.Windows.Forms.GroupBox();
     this.chkStatus     = new System.Windows.Forms.CheckBox();
     this._lblNameLast  = new System.Windows.Forms.Label();
     this.txtNameLast   = new System.Windows.Forms.TextBox();
     this.txtNameFirst  = new System.Windows.Forms.TextBox();
     this._lblPhone     = new System.Windows.Forms.Label();
     this.mskPhone      = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mDriverDS     = new Tsort.Transportation.DriverDS();
     this.tabDialog     = new System.Windows.Forms.TabControl();
     this.tabGeneral    = new System.Windows.Forms.TabPage();
     ((System.ComponentModel.ISupportInitialize)(this.mTerminalsDS)).BeginInit();
     this.grpDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mDriverDS)).BeginInit();
     this.tabDialog.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     this.SuspendLayout();
     //
     // cboTerminal
     //
     this.cboTerminal.DataSource            = this.mTerminalsDS;
     this.cboTerminal.DisplayMember         = "SelectionListTable.Description";
     this.cboTerminal.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTerminal.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.cboTerminal.Location              = new System.Drawing.Point(108, 84);
     this.cboTerminal.Name                  = "cboTerminal";
     this.cboTerminal.Size                  = new System.Drawing.Size(174, 21);
     this.cboTerminal.TabIndex              = 2;
     this.cboTerminal.ValueMember           = "SelectionListTable.ID";
     this.cboTerminal.SelectedIndexChanged += new System.EventHandler(this.ValidateForm);
     //
     // mTerminalsDS
     //
     this.mTerminalsDS.DataSetName = "SelectionList";
     this.mTerminalsDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // _lblTerminal
     //
     this._lblTerminal.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblTerminal.Location  = new System.Drawing.Point(6, 84);
     this._lblTerminal.Name      = "_lblTerminal";
     this._lblTerminal.Size      = new System.Drawing.Size(96, 18);
     this._lblTerminal.TabIndex  = 2;
     this._lblTerminal.Text      = "Terminal";
     this._lblTerminal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // _lblNameFirst
     //
     this._lblNameFirst.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblNameFirst.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblNameFirst.Location   = new System.Drawing.Point(6, 24);
     this._lblNameFirst.Name       = "_lblNameFirst";
     this._lblNameFirst.Size       = new System.Drawing.Size(96, 18);
     this._lblNameFirst.TabIndex   = 13;
     this._lblNameFirst.Text       = "First Name";
     this._lblNameFirst.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnCancel
     //
     this.btnCancel.BackColor    = System.Drawing.SystemColors.Control;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(276, 234);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(96, 24);
     this.btnCancel.TabIndex     = 0;
     this.btnCancel.Text         = "&Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.OnCmdClick);
     //
     // btnOk
     //
     this.btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.btnOk.Enabled   = false;
     this.btnOk.Location  = new System.Drawing.Point(174, 234);
     this.btnOk.Name      = "btnOk";
     this.btnOk.Size      = new System.Drawing.Size(96, 24);
     this.btnOk.TabIndex  = 2;
     this.btnOk.Text      = "&OK";
     this.btnOk.Click    += new System.EventHandler(this.OnCmdClick);
     //
     // grpDetails
     //
     this.grpDetails.Controls.Add(this.chkStatus);
     this.grpDetails.Controls.Add(this._lblTerminal);
     this.grpDetails.Controls.Add(this.cboTerminal);
     this.grpDetails.Controls.Add(this._lblNameLast);
     this.grpDetails.Controls.Add(this.txtNameLast);
     this.grpDetails.Controls.Add(this._lblNameFirst);
     this.grpDetails.Controls.Add(this.txtNameFirst);
     this.grpDetails.Controls.Add(this._lblPhone);
     this.grpDetails.Controls.Add(this.mskPhone);
     this.grpDetails.Location = new System.Drawing.Point(6, 6);
     this.grpDetails.Name     = "grpDetails";
     this.grpDetails.Size     = new System.Drawing.Size(348, 186);
     this.grpDetails.TabIndex = 0;
     this.grpDetails.TabStop  = false;
     this.grpDetails.Text     = "Driver";
     //
     // chkStatus
     //
     this.chkStatus.Checked         = true;
     this.chkStatus.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkStatus.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkStatus.Location        = new System.Drawing.Point(108, 156);
     this.chkStatus.Name            = "chkStatus";
     this.chkStatus.Size            = new System.Drawing.Size(96, 21);
     this.chkStatus.TabIndex        = 4;
     this.chkStatus.Text            = "Active";
     this.chkStatus.CheckedChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblNameLast
     //
     this._lblNameLast.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblNameLast.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblNameLast.Location   = new System.Drawing.Point(6, 54);
     this._lblNameLast.Name       = "_lblNameLast";
     this._lblNameLast.Size       = new System.Drawing.Size(96, 18);
     this._lblNameLast.TabIndex   = 15;
     this._lblNameLast.Text       = "Last Name";
     this._lblNameLast.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtNameLast
     //
     this.txtNameLast.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtNameLast.Location     = new System.Drawing.Point(108, 54);
     this.txtNameLast.Name         = "txtNameLast";
     this.txtNameLast.Size         = new System.Drawing.Size(228, 21);
     this.txtNameLast.TabIndex     = 1;
     this.txtNameLast.Text         = "";
     this.txtNameLast.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // txtNameFirst
     //
     this.txtNameFirst.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtNameFirst.Location     = new System.Drawing.Point(108, 24);
     this.txtNameFirst.Name         = "txtNameFirst";
     this.txtNameFirst.Size         = new System.Drawing.Size(228, 21);
     this.txtNameFirst.TabIndex     = 0;
     this.txtNameFirst.Text         = "";
     this.txtNameFirst.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblPhone
     //
     this._lblPhone.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblPhone.Location   = new System.Drawing.Point(6, 114);
     this._lblPhone.Name       = "_lblPhone";
     this._lblPhone.Size       = new System.Drawing.Size(96, 18);
     this._lblPhone.TabIndex   = 17;
     this._lblPhone.Text       = "Phone #";
     this._lblPhone.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // mskPhone
     //
     this.mskPhone.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.mskPhone.Location      = new System.Drawing.Point(108, 114);
     this.mskPhone.Name          = "mskPhone";
     this.mskPhone.TabIndex      = 3;
     this.mskPhone.ValueChanged += new System.EventHandler(this.ValidateForm);
     //
     // mDriverDS
     //
     this.mDriverDS.DataSetName = "DriverDS";
     this.mDriverDS.Locale      = new System.Globalization.CultureInfo("en-US");
     //
     // tabDialog
     //
     this.tabDialog.Controls.Add(this.tabGeneral);
     this.tabDialog.Location      = new System.Drawing.Point(3, 3);
     this.tabDialog.Name          = "tabDialog";
     this.tabDialog.SelectedIndex = 0;
     this.tabDialog.Size          = new System.Drawing.Size(369, 225);
     this.tabDialog.TabIndex      = 1;
     //
     // tabGeneral
     //
     this.tabGeneral.Controls.Add(this.grpDetails);
     this.tabGeneral.Location    = new System.Drawing.Point(4, 22);
     this.tabGeneral.Name        = "tabGeneral";
     this.tabGeneral.Size        = new System.Drawing.Size(361, 199);
     this.tabGeneral.TabIndex    = 0;
     this.tabGeneral.Text        = "General";
     this.tabGeneral.ToolTipText = "General information";
     //
     // dlgDriverDetail
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(378, 263);
     this.Controls.Add(this.tabDialog);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "dlgDriverDetail";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Driver Details";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.mTerminalsDS)).EndInit();
     this.grpDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mDriverDS)).EndInit();
     this.tabDialog.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#12
0
		/// <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();
			Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
			Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmConsultarLibroIVA));
			Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
			Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
			Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
			Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
			this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
			this.lblTarea = new System.Windows.Forms.Label();
			this.ContainerFiltro = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
			this.PeriodoHasta = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
			this.PeriodoDesde = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
			this.gridResultado = new Janus.Windows.GridEX.GridEX();
			this.gridManagerView1 = new mz.erp.ui.controls.GridManagerView();
			this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
			this.richInfoComprobante = new HtmlRichText.HtmlRichTextBox();
			this.imglStandar = new System.Windows.Forms.ImageList(this.components);
			this.toolBarStandar = new System.Windows.Forms.ToolBar();
			this.tbbAnterior = new System.Windows.Forms.ToolBarButton();
			this.tbbSeparator = new System.Windows.Forms.ToolBarButton();
			this.tbbSiguiente = new System.Windows.Forms.ToolBarButton();
			this.tbbSeparator2 = new System.Windows.Forms.ToolBarButton();
			this.tbbConsultar = new System.Windows.Forms.ToolBarButton();
			this.tbbSeparador11 = new System.Windows.Forms.ToolBarButton();
			this.tbbReiniciarFiltros = new System.Windows.Forms.ToolBarButton();
			this.tbbSeparator3 = new System.Windows.Forms.ToolBarButton();
			this.tbbCancelar = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
			this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
			this.ultraExplorerBarContainerControl4.SuspendLayout();
			this.ContainerFiltro.SuspendLayout();
			this.ultraExplorerBarContainerControl3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
			this.ultraExplorerBarContainerControl5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
			this.ultraExplorerBar1.SuspendLayout();
			this.SuspendLayout();
			// 
			// ultraExplorerBarContainerControl4
			// 
			this.ultraExplorerBarContainerControl4.Controls.Add(this.lblTarea);
			this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, 24);
			this.ultraExplorerBarContainerControl4.Name = "ultraExplorerBarContainerControl4";
			this.ultraExplorerBarContainerControl4.Size = new System.Drawing.Size(886, 28);
			this.ultraExplorerBarContainerControl4.TabIndex = 2;
			// 
			// lblTarea
			// 
			this.lblTarea.BackColor = System.Drawing.Color.Transparent;
			this.lblTarea.Dock = System.Windows.Forms.DockStyle.Top;
			this.lblTarea.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.lblTarea.Location = new System.Drawing.Point(0, 0);
			this.lblTarea.Name = "lblTarea";
			this.lblTarea.Size = new System.Drawing.Size(886, 23);
			this.lblTarea.TabIndex = 2;
			this.lblTarea.Text = "Tarea";
			this.lblTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// ContainerFiltro
			// 
			this.ContainerFiltro.Controls.Add(this.PeriodoHasta);
			this.ContainerFiltro.Controls.Add(this.PeriodoDesde);
			this.ContainerFiltro.Controls.Add(this.label7);
			this.ContainerFiltro.Controls.Add(this.label6);
			this.ContainerFiltro.Location = new System.Drawing.Point(28, 111);
			this.ContainerFiltro.Name = "ContainerFiltro";
			this.ContainerFiltro.Size = new System.Drawing.Size(886, 50);
			this.ContainerFiltro.TabIndex = 0;
			// 
			// PeriodoHasta
			// 
			appearance1.TextHAlign = Infragistics.Win.HAlign.Right;
			this.PeriodoHasta.Appearance = appearance1;
			this.PeriodoHasta.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
			this.PeriodoHasta.InputMask = "mm/yyyy";
			this.PeriodoHasta.Location = new System.Drawing.Point(96, 24);
			this.PeriodoHasta.Name = "PeriodoHasta";
			this.PeriodoHasta.Size = new System.Drawing.Size(88, 20);
			this.PeriodoHasta.TabIndex = 1;
			this.PeriodoHasta.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
			this.PeriodoHasta.Text = "--";
			// 
			// PeriodoDesde
			// 
			appearance2.TextHAlign = Infragistics.Win.HAlign.Right;
			this.PeriodoDesde.Appearance = appearance2;
			this.PeriodoDesde.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
			this.PeriodoDesde.InputMask = "mm/yyyy";
			this.PeriodoDesde.Location = new System.Drawing.Point(96, 0);
			this.PeriodoDesde.Name = "PeriodoDesde";
			this.PeriodoDesde.Size = new System.Drawing.Size(88, 20);
			this.PeriodoDesde.TabIndex = 0;
			this.PeriodoDesde.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
			this.PeriodoDesde.Text = "--";
			// 
			// label7
			// 
			this.label7.BackColor = System.Drawing.Color.Transparent;
			this.label7.Location = new System.Drawing.Point(8, 0);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(88, 21);
			this.label7.TabIndex = 114;
			this.label7.Tag = "FechaDesde";
			this.label7.Text = "Período Desde";
			// 
			// label6
			// 
			this.label6.BackColor = System.Drawing.Color.Transparent;
			this.label6.Location = new System.Drawing.Point(8, 25);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(80, 16);
			this.label6.TabIndex = 8;
			this.label6.Tag = "FechaHasta";
			this.label6.Text = "Período Hasta";
			// 
			// ultraExplorerBarContainerControl3
			// 
			this.ultraExplorerBarContainerControl3.Controls.Add(this.gridResultado);
			this.ultraExplorerBarContainerControl3.Controls.Add(this.gridManagerView1);
			this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 220);
			this.ultraExplorerBarContainerControl3.Name = "ultraExplorerBarContainerControl3";
			this.ultraExplorerBarContainerControl3.Size = new System.Drawing.Size(886, 296);
			this.ultraExplorerBarContainerControl3.TabIndex = 1;
			// 
			// gridResultado
			// 
			this.gridResultado.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
			this.gridResultado.Cursor = System.Windows.Forms.Cursors.Default;
			this.gridResultado.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.gridResultado.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
			this.gridResultado.GroupByBoxVisible = false;
			this.gridResultado.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
			this.gridResultado.Location = new System.Drawing.Point(0, 24);
			this.gridResultado.Name = "gridResultado";
			this.gridResultado.Size = new System.Drawing.Size(886, 272);
			this.gridResultado.TabIndex = 0;
			// 
			// gridManagerView1
			// 
			this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
			this.gridManagerView1.Location = new System.Drawing.Point(0, 0);
			this.gridManagerView1.Name = "gridManagerView1";
			this.gridManagerView1.Size = new System.Drawing.Size(864, 24);
			this.gridManagerView1.TabIndex = 119;
			// 
			// ultraExplorerBarContainerControl5
			// 
			this.ultraExplorerBarContainerControl5.Controls.Add(this.richInfoComprobante);
			this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 386);
			this.ultraExplorerBarContainerControl5.Name = "ultraExplorerBarContainerControl5";
			this.ultraExplorerBarContainerControl5.Size = new System.Drawing.Size(886, 150);
			this.ultraExplorerBarContainerControl5.TabIndex = 4;
			this.ultraExplorerBarContainerControl5.Visible = false;
			// 
			// richInfoComprobante
			// 
			this.richInfoComprobante.Dock = System.Windows.Forms.DockStyle.Fill;
			this.richInfoComprobante.Location = new System.Drawing.Point(0, 0);
			this.richInfoComprobante.Name = "richInfoComprobante";
			this.richInfoComprobante.Size = new System.Drawing.Size(886, 150);
			this.richInfoComprobante.TabIndex = 0;
			this.richInfoComprobante.Text = "";
			// 
			// imglStandar
			// 
			this.imglStandar.ColorDepth = System.Windows.Forms.ColorDepth.Depth16Bit;
			this.imglStandar.ImageSize = new System.Drawing.Size(16, 16);
			this.imglStandar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
			this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
			// 
			// toolBarStandar
			// 
			this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
			this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																							  this.tbbAnterior,
																							  this.tbbSeparator,
																							  this.tbbSiguiente,
																							  this.tbbSeparator2,
																							  this.tbbConsultar,
																							  this.tbbSeparador11,
																							  this.tbbReiniciarFiltros,
																							  this.tbbSeparator3,
																							  this.tbbCancelar,
																							  this.toolBarButton2});
			this.toolBarStandar.DropDownArrows = true;
			this.toolBarStandar.ImageList = this.imglStandar;
			this.toolBarStandar.Location = new System.Drawing.Point(0, 0);
			this.toolBarStandar.Name = "toolBarStandar";
			this.toolBarStandar.ShowToolTips = true;
			this.toolBarStandar.Size = new System.Drawing.Size(952, 28);
			this.toolBarStandar.TabIndex = 22;
			this.toolBarStandar.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right;
			// 
			// tbbAnterior
			// 
			this.tbbAnterior.ImageIndex = 9;
			this.tbbAnterior.Text = "&Anterior";
			// 
			// tbbSeparator
			// 
			this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbbSiguiente
			// 
			this.tbbSiguiente.ImageIndex = 8;
			this.tbbSiguiente.Text = "&Siguiente";
			// 
			// tbbSeparator2
			// 
			this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbbConsultar
			// 
			this.tbbConsultar.ImageIndex = 2;
			this.tbbConsultar.Text = "Ejecutar Consulta[F5]";
			// 
			// tbbSeparador11
			// 
			this.tbbSeparador11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbbReiniciarFiltros
			// 
			this.tbbReiniciarFiltros.ImageIndex = 5;
			this.tbbReiniciarFiltros.Text = "Reiniciar Filtros de Busqueda";
			// 
			// tbbSeparator3
			// 
			this.tbbSeparator3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbbCancelar
			// 
			this.tbbCancelar.ImageIndex = 7;
			this.tbbCancelar.Text = "&Cancelar";
			// 
			// ultraExplorerBar1
			// 
			this.ultraExplorerBar1.Controls.Add(this.ContainerFiltro);
			this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
			this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
			this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
			this.ultraExplorerBar1.Dock = System.Windows.Forms.DockStyle.Fill;
			ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl4;
			ultraExplorerBarGroup1.Key = "Tarea";
			ultraExplorerBarGroup1.Settings.ContainerHeight = 28;
			ultraExplorerBarGroup1.Settings.HeaderVisible = Infragistics.Win.DefaultableBoolean.False;
			ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
			ultraExplorerBarGroup1.Text = "Tarea";
			ultraExplorerBarGroup2.Container = this.ContainerFiltro;
			ultraExplorerBarGroup2.Key = "FiltroInicial";
			ultraExplorerBarGroup2.Settings.ContainerHeight = 50;
			ultraExplorerBarGroup2.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
			ultraExplorerBarGroup2.Text = "Filtro Inicial";
			ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl3;
			ultraExplorerBarGroup3.Key = "Resultado";
			ultraExplorerBarGroup3.Settings.ContainerHeight = 296;
			ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
			ultraExplorerBarGroup3.Text = "Resultado";
			ultraExplorerBarGroup4.Container = this.ultraExplorerBarContainerControl5;
			ultraExplorerBarGroup4.Key = "Detalle";
			ultraExplorerBarGroup4.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
			ultraExplorerBarGroup4.Text = "Detalle";
			this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
																														ultraExplorerBarGroup1,
																														ultraExplorerBarGroup2,
																														ultraExplorerBarGroup3,
																														ultraExplorerBarGroup4});
			this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
			this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false; //German 20101207 - Tarea Infragistics 2008 – Tarea 983
			this.ultraExplorerBar1.Size = new System.Drawing.Size(952, 418);
			this.ultraExplorerBar1.TabIndex = 23;
			this.ultraExplorerBar1.TabStop = false;
			// 
			// FrmConsultarLibroIVA
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(952, 446);
			this.Controls.Add(this.ultraExplorerBar1);
			this.Controls.Add(this.toolBarStandar);
			this.Name = "FrmConsultarLibroIVA";
			this.Text = "FrmConsultarLibroIVA";
			this.ultraExplorerBarContainerControl4.ResumeLayout(false);
			this.ContainerFiltro.ResumeLayout(false);
			this.ultraExplorerBarContainerControl3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
			this.ultraExplorerBarContainerControl5.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
			this.ultraExplorerBar1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
示例#13
0
 /// <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();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.Appearance      appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance      appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance      appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance      appearance5 = new Infragistics.Win.Appearance();
     System.Resources.ResourceManager resources   = new System.Resources.ResourceManager(typeof(FrmComprobanteDeAjusteCuentaCorriente));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.mzCETipoComprobante = new mz.erp.ui.controls.mzComboEditor();
     this.uneTotal            = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label6                            = new System.Windows.Forms.Label();
     this.ultraLabel3                       = new Infragistics.Win.Misc.UltraLabel();
     this.cldFechaComprobante               = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.mzCmbCuenta                       = new mz.erp.ui.controls.mzCuentasControl();
     this.ultraMENumero                     = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mzCEResponsableEmision            = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel2                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel6                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5                       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uTEObservaciones                  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2                     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl4.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mzCETipoComprobante)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsableEmision)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl4
     //
     this.ultraExplorerBarContainerControl4.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl4.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl4.Name     = "ultraExplorerBarContainerControl4";
     this.ultraExplorerBarContainerControl4.Size     = new System.Drawing.Size(854, 24);
     this.ultraExplorerBarContainerControl4.TabIndex = 5;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(854, 23);
     this.labelTarea.TabIndex  = 0;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCETipoComprobante);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.cldFechaComprobante);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbCuenta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraMENumero);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEResponsableEmision);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 107);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(854, 77);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // mzCETipoComprobante
     //
     this.mzCETipoComprobante.AutoComplete         = true;
     this.mzCETipoComprobante.DataSource           = null;
     this.mzCETipoComprobante.DisplayMember        = "";
     this.mzCETipoComprobante.DisplayMemberCaption = "";
     this.mzCETipoComprobante.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCETipoComprobante.Location             = new System.Drawing.Point(680, 2);
     this.mzCETipoComprobante.MaxItemsDisplay      = 7;
     this.mzCETipoComprobante.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCETipoComprobante.Name               = "mzCETipoComprobante";
     this.mzCETipoComprobante.Size               = new System.Drawing.Size(167, 21);
     this.mzCETipoComprobante.SorterMember       = "";
     this.mzCETipoComprobante.TabIndex           = 3;
     this.mzCETipoComprobante.ValueMember        = "";
     this.mzCETipoComprobante.ValueMemberCaption = "";
     //
     // uneTotal
     //
     this.uneTotal.Location    = new System.Drawing.Point(120, 50);
     this.uneTotal.MinValue    = 0;
     this.uneTotal.Name        = "uneTotal";
     this.uneTotal.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.Size        = new System.Drawing.Size(104, 21);
     this.uneTotal.TabIndex    = 2;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Location  = new System.Drawing.Point(16, 48);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(95, 20);
     this.label6.TabIndex  = 100;
     this.label6.Text      = "Total";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ultraLabel3
     //
     appearance1.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel3.Appearance = appearance1;
     this.ultraLabel3.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location   = new System.Drawing.Point(616, 30);
     this.ultraLabel3.Name       = "ultraLabel3";
     this.ultraLabel3.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel3.TabIndex   = 28;
     this.ultraLabel3.Text       = "Fecha";
     //
     // cldFechaComprobante
     //
     dateButton1.Caption = "Today";
     this.cldFechaComprobante.DateButtons.Add(dateButton1);
     this.cldFechaComprobante.Location          = new System.Drawing.Point(680, 26);
     this.cldFechaComprobante.Name              = "cldFechaComprobante";
     this.cldFechaComprobante.NonAutoSizeHeight = 23;
     this.cldFechaComprobante.Size              = new System.Drawing.Size(109, 21);
     this.cldFechaComprobante.TabIndex          = 4;
     this.cldFechaComprobante.Value             = new System.DateTime(2005, 8, 15, 0, 0, 0, 0);
     //
     // mzCmbCuenta
     //
     this.mzCmbCuenta.AllowEditClientePaso = false;
     this.mzCmbCuenta.BackColor            = System.Drawing.Color.Transparent;
     this.mzCmbCuenta.DataValue            = "";
     this.mzCmbCuenta.EnableCtaCte         = false;
     this.mzCmbCuenta.FastSearch           = false;
     this.mzCmbCuenta.Location             = new System.Drawing.Point(120, 26);
     this.mzCmbCuenta.Name = "mzCmbCuenta";
     this.mzCmbCuenta.SearchObjectListener = null;
     this.mzCmbCuenta.Size     = new System.Drawing.Size(480, 24);
     this.mzCmbCuenta.TabIndex = 1;
     //
     // ultraMENumero
     //
     this.ultraMENumero.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.ultraMENumero.InputMask = "\\A-####-########";
     this.ultraMENumero.Location  = new System.Drawing.Point(680, 50);
     this.ultraMENumero.Name      = "ultraMENumero";
     this.ultraMENumero.TabIndex  = 5;
     this.ultraMENumero.Text      = "A--";
     this.ultraMENumero.Leave    += new System.EventHandler(this.ultraMENumero_Leave);
     //
     // mzCEResponsableEmision
     //
     this.mzCEResponsableEmision.AutoComplete         = true;
     this.mzCEResponsableEmision.DataSource           = null;
     this.mzCEResponsableEmision.DisplayMember        = "";
     this.mzCEResponsableEmision.DisplayMemberCaption = "";
     this.mzCEResponsableEmision.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEResponsableEmision.Location             = new System.Drawing.Point(120, 2);
     this.mzCEResponsableEmision.MaxItemsDisplay      = 8;
     this.mzCEResponsableEmision.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEResponsableEmision.Name               = "mzCEResponsableEmision";
     this.mzCEResponsableEmision.Size               = new System.Drawing.Size(167, 21);
     this.mzCEResponsableEmision.SorterMember       = "";
     this.mzCEResponsableEmision.TabIndex           = 0;
     this.mzCEResponsableEmision.ValueMember        = "";
     this.mzCEResponsableEmision.ValueMemberCaption = "";
     //
     // ultraLabel2
     //
     appearance2.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel2.Appearance = appearance2;
     this.ultraLabel2.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location   = new System.Drawing.Point(560, 8);
     this.ultraLabel2.Name       = "ultraLabel2";
     this.ultraLabel2.Size       = new System.Drawing.Size(116, 16);
     this.ultraLabel2.TabIndex   = 32;
     this.ultraLabel2.Text       = "Tipo de Comprobante";
     //
     // ultraLabel6
     //
     appearance3.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel6.Appearance = appearance3;
     this.ultraLabel6.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location   = new System.Drawing.Point(-8, 8);
     this.ultraLabel6.Name       = "ultraLabel6";
     this.ultraLabel6.Size       = new System.Drawing.Size(120, 20);
     this.ultraLabel6.TabIndex   = 30;
     this.ultraLabel6.Text       = "Responsable Emisión";
     //
     // ultraLabel1
     //
     appearance4.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel1.Appearance = appearance4;
     this.ultraLabel1.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location   = new System.Drawing.Point(51, 30);
     this.ultraLabel1.Name       = "ultraLabel1";
     this.ultraLabel1.Size       = new System.Drawing.Size(62, 16);
     this.ultraLabel1.TabIndex   = 29;
     this.ultraLabel1.Text       = "Cuenta";
     //
     // ultraLabel5
     //
     appearance5.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel5.Appearance = appearance5;
     this.ultraLabel5.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location   = new System.Drawing.Point(616, 54);
     this.ultraLabel5.Name       = "ultraLabel5";
     this.ultraLabel5.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel5.TabIndex   = 27;
     this.ultraLabel5.Text       = "Número";
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uTEObservaciones);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 243);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(854, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 6;
     //
     // uTEObservaciones
     //
     this.uTEObservaciones.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.uTEObservaciones.Location  = new System.Drawing.Point(0, 0);
     this.uTEObservaciones.Multiline = true;
     this.uTEObservaciones.Name      = "uTEObservaciones";
     this.uTEObservaciones.Size      = new System.Drawing.Size(854, 150);
     this.uTEObservaciones.TabIndex  = 0;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(920, 28);
     this.toolBarStandar.TabIndex       = 19;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl4);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl4;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 24;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 77;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Datos de Cabecera";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text           = "Observaciones";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(920, 370);
     this.ultraExplorerBar1.TabIndex = 20;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmComprobanteDeAjusteCuentaCorriente
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(920, 398);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmComprobanteDeAjusteCuentaCorriente";
     this.Text = "FrmComprobanteDeAjusteCuentaCorriente";
     this.ultraExplorerBarContainerControl4.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mzCETipoComprobante)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cldFechaComprobante)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEResponsableEmision)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uTEObservaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(dlgEnterpriseTerminalDetail));
     this._lblName         = new System.Windows.Forms.Label();
     this.btnCancel        = new System.Windows.Forms.Button();
     this.btnOk            = new System.Windows.Forms.Button();
     this.lsvAddress       = new System.Windows.Forms.ListView();
     this._lblExt          = new System.Windows.Forms.Label();
     this.txtExt           = new System.Windows.Forms.TextBox();
     this._lblContact      = new System.Windows.Forms.Label();
     this.txtContact       = new System.Windows.Forms.TextBox();
     this.lblPhone         = new System.Windows.Forms.Label();
     this.mskFax           = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.chkStatus        = new System.Windows.Forms.CheckBox();
     this._lblNumber       = new System.Windows.Forms.Label();
     this.txtNumber        = new System.Windows.Forms.TextBox();
     this.txtName          = new System.Windows.Forms.TextBox();
     this._lblFax          = new System.Windows.Forms.Label();
     this.mskPhone         = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.mnuAddress       = new System.Windows.Forms.ContextMenu();
     this.mnuAddressAdd    = new System.Windows.Forms.MenuItem();
     this.mnuAddressSep1   = new System.Windows.Forms.MenuItem();
     this.mnuAddressEdit   = new System.Windows.Forms.MenuItem();
     this.mnuAddressRemove = new System.Windows.Forms.MenuItem();
     this.tabControl1      = new System.Windows.Forms.TabControl();
     this.tabGeneral       = new System.Windows.Forms.TabPage();
     this.fraContact       = new System.Windows.Forms.GroupBox();
     this._lbleMail        = new System.Windows.Forms.Label();
     this.txteMail         = new System.Windows.Forms.TextBox();
     this.fraAddress       = new System.Windows.Forms.GroupBox();
     this.tabControl1.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     this.fraContact.SuspendLayout();
     this.fraAddress.SuspendLayout();
     this.SuspendLayout();
     //
     // _lblName
     //
     this._lblName.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblName.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblName.Location   = new System.Drawing.Point(174, 12);
     this._lblName.Name       = "_lblName";
     this._lblName.Size       = new System.Drawing.Size(72, 18);
     this._lblName.TabIndex   = 13;
     this._lblName.Text       = "Name";
     this._lblName.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnCancel
     //
     this.btnCancel.BackColor    = System.Drawing.SystemColors.Control;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(375, 333);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(96, 24);
     this.btnCancel.TabIndex     = 0;
     this.btnCancel.Text         = "&Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.OnCmdClick);
     //
     // btnOk
     //
     this.btnOk.BackColor = System.Drawing.SystemColors.Control;
     this.btnOk.Enabled   = false;
     this.btnOk.Location  = new System.Drawing.Point(273, 333);
     this.btnOk.Name      = "btnOk";
     this.btnOk.Size      = new System.Drawing.Size(96, 24);
     this.btnOk.TabIndex  = 2;
     this.btnOk.Text      = "&OK";
     this.btnOk.Click    += new System.EventHandler(this.OnCmdClick);
     //
     // lsvAddress
     //
     this.lsvAddress.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.lsvAddress.Location              = new System.Drawing.Point(6, 21);
     this.lsvAddress.Name                  = "lsvAddress";
     this.lsvAddress.Size                  = new System.Drawing.Size(432, 93);
     this.lsvAddress.TabIndex              = 0;
     this.lsvAddress.DoubleClick          += new System.EventHandler(this.OnAddressDblClick);
     this.lsvAddress.SelectedIndexChanged += new System.EventHandler(this.OnSelectedItem);
     //
     // _lblExt
     //
     this._lblExt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblExt.Location   = new System.Drawing.Point(195, 45);
     this._lblExt.Name       = "_lblExt";
     this._lblExt.Size       = new System.Drawing.Size(24, 18);
     this._lblExt.TabIndex   = 27;
     this._lblExt.Text       = "Ext";
     this._lblExt.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtExt
     //
     this.txtExt.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtExt.Location     = new System.Drawing.Point(225, 45);
     this.txtExt.Name         = "txtExt";
     this.txtExt.Size         = new System.Drawing.Size(48, 21);
     this.txtExt.TabIndex     = 4;
     this.txtExt.Text         = "";
     this.txtExt.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblContact
     //
     this._lblContact.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblContact.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblContact.Location   = new System.Drawing.Point(3, 21);
     this._lblContact.Name       = "_lblContact";
     this._lblContact.Size       = new System.Drawing.Size(72, 18);
     this._lblContact.TabIndex   = 23;
     this._lblContact.Text       = "Name";
     this._lblContact.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtContact
     //
     this.txtContact.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtContact.Location     = new System.Drawing.Point(81, 21);
     this.txtContact.Name         = "txtContact";
     this.txtContact.Size         = new System.Drawing.Size(192, 21);
     this.txtContact.TabIndex     = 5;
     this.txtContact.Text         = "";
     this.txtContact.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // lblPhone
     //
     this.lblPhone.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblPhone.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.lblPhone.Location   = new System.Drawing.Point(3, 45);
     this.lblPhone.Name       = "lblPhone";
     this.lblPhone.Size       = new System.Drawing.Size(72, 18);
     this.lblPhone.TabIndex   = 22;
     this.lblPhone.Text       = "Phone #";
     this.lblPhone.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // mskFax
     //
     this.mskFax.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.mskFax.Location      = new System.Drawing.Point(342, 45);
     this.mskFax.Name          = "mskFax";
     this.mskFax.Size          = new System.Drawing.Size(96, 21);
     this.mskFax.TabIndex      = 7;
     this.mskFax.ValueChanged += new System.EventHandler(this.ValidateForm);
     //
     // chkStatus
     //
     this.chkStatus.Checked         = true;
     this.chkStatus.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkStatus.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkStatus.Location        = new System.Drawing.Point(87, 270);
     this.chkStatus.Name            = "chkStatus";
     this.chkStatus.Size            = new System.Drawing.Size(96, 18);
     this.chkStatus.TabIndex        = 8;
     this.chkStatus.Text            = "Active";
     this.chkStatus.CheckedChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblNumber
     //
     this._lblNumber.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblNumber.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblNumber.Location   = new System.Drawing.Point(9, 12);
     this._lblNumber.Name       = "_lblNumber";
     this._lblNumber.Size       = new System.Drawing.Size(72, 18);
     this._lblNumber.TabIndex   = 15;
     this._lblNumber.Text       = "Number";
     this._lblNumber.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtNumber
     //
     this.txtNumber.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtNumber.Location     = new System.Drawing.Point(87, 12);
     this.txtNumber.Name         = "txtNumber";
     this.txtNumber.Size         = new System.Drawing.Size(72, 21);
     this.txtNumber.TabIndex     = 1;
     this.txtNumber.Text         = "";
     this.txtNumber.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // txtName
     //
     this.txtName.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txtName.Location     = new System.Drawing.Point(252, 12);
     this.txtName.Name         = "txtName";
     this.txtName.Size         = new System.Drawing.Size(192, 21);
     this.txtName.TabIndex     = 0;
     this.txtName.Text         = "";
     this.txtName.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // _lblFax
     //
     this._lblFax.Font       = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._lblFax.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lblFax.Location   = new System.Drawing.Point(288, 45);
     this._lblFax.Name       = "_lblFax";
     this._lblFax.Size       = new System.Drawing.Size(48, 18);
     this._lblFax.TabIndex   = 17;
     this._lblFax.Text       = "Fax #";
     this._lblFax.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // mskPhone
     //
     this.mskPhone.EditAs        = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.mskPhone.Location      = new System.Drawing.Point(81, 45);
     this.mskPhone.Name          = "mskPhone";
     this.mskPhone.Size          = new System.Drawing.Size(96, 21);
     this.mskPhone.TabIndex      = 3;
     this.mskPhone.ValueChanged += new System.EventHandler(this.ValidateForm);
     //
     // mnuAddress
     //
     this.mnuAddress.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuAddressAdd,
         this.mnuAddressSep1,
         this.mnuAddressEdit,
         this.mnuAddressRemove
     });
     //
     // mnuAddressAdd
     //
     this.mnuAddressAdd.Index  = 0;
     this.mnuAddressAdd.Text   = "&New";
     this.mnuAddressAdd.Click += new System.EventHandler(this.OnMenuClick);
     //
     // mnuAddressSep1
     //
     this.mnuAddressSep1.Index = 1;
     this.mnuAddressSep1.Text  = "-";
     //
     // mnuAddressEdit
     //
     this.mnuAddressEdit.DefaultItem = true;
     this.mnuAddressEdit.Index       = 2;
     this.mnuAddressEdit.Text        = "&Modify";
     this.mnuAddressEdit.Click      += new System.EventHandler(this.OnMenuClick);
     //
     // mnuAddressRemove
     //
     this.mnuAddressRemove.Enabled = false;
     this.mnuAddressRemove.Index   = 3;
     this.mnuAddressRemove.Text    = "&Remove";
     this.mnuAddressRemove.Click  += new System.EventHandler(this.OnMenuClick);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabGeneral);
     this.tabControl1.Location      = new System.Drawing.Point(3, 3);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(468, 324);
     this.tabControl1.TabIndex      = 1;
     //
     // tabGeneral
     //
     this.tabGeneral.Controls.Add(this.fraContact);
     this.tabGeneral.Controls.Add(this.txtName);
     this.tabGeneral.Controls.Add(this._lblName);
     this.tabGeneral.Controls.Add(this._lblNumber);
     this.tabGeneral.Controls.Add(this.chkStatus);
     this.tabGeneral.Controls.Add(this.txtNumber);
     this.tabGeneral.Controls.Add(this.fraAddress);
     this.tabGeneral.Location    = new System.Drawing.Point(4, 22);
     this.tabGeneral.Name        = "tabGeneral";
     this.tabGeneral.Size        = new System.Drawing.Size(460, 298);
     this.tabGeneral.TabIndex    = 0;
     this.tabGeneral.Text        = "General";
     this.tabGeneral.ToolTipText = "General information";
     //
     // fraContact
     //
     this.fraContact.Controls.Add(this.lblPhone);
     this.fraContact.Controls.Add(this.txtContact);
     this.fraContact.Controls.Add(this._lblFax);
     this.fraContact.Controls.Add(this._lblExt);
     this.fraContact.Controls.Add(this.mskFax);
     this.fraContact.Controls.Add(this._lblContact);
     this.fraContact.Controls.Add(this.txtExt);
     this.fraContact.Controls.Add(this.mskPhone);
     this.fraContact.Controls.Add(this._lbleMail);
     this.fraContact.Controls.Add(this.txteMail);
     this.fraContact.Location = new System.Drawing.Point(6, 165);
     this.fraContact.Name     = "fraContact";
     this.fraContact.Size     = new System.Drawing.Size(447, 96);
     this.fraContact.TabIndex = 33;
     this.fraContact.TabStop  = false;
     this.fraContact.Text     = "Contact";
     //
     // _lbleMail
     //
     this._lbleMail.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this._lbleMail.Location   = new System.Drawing.Point(3, 69);
     this._lbleMail.Name       = "_lbleMail";
     this._lbleMail.Size       = new System.Drawing.Size(72, 18);
     this._lbleMail.TabIndex   = 32;
     this._lbleMail.Text       = "eMail";
     this._lbleMail.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txteMail
     //
     this.txteMail.Enabled      = false;
     this.txteMail.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.txteMail.Location     = new System.Drawing.Point(81, 69);
     this.txteMail.Name         = "txteMail";
     this.txteMail.Size         = new System.Drawing.Size(192, 21);
     this.txteMail.TabIndex     = 6;
     this.txteMail.Text         = "";
     this.txteMail.TextChanged += new System.EventHandler(this.ValidateForm);
     //
     // fraAddress
     //
     this.fraAddress.Controls.Add(this.lsvAddress);
     this.fraAddress.Location = new System.Drawing.Point(6, 39);
     this.fraAddress.Name     = "fraAddress";
     this.fraAddress.Size     = new System.Drawing.Size(447, 120);
     this.fraAddress.TabIndex = 2;
     this.fraAddress.TabStop  = false;
     this.fraAddress.Text     = "Addresses";
     //
     // dlgEnterpriseTerminalDetail
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(474, 359);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "dlgEnterpriseTerminalDetail";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Terminal Details";
     this.Load           += new System.EventHandler(this.OnFormLoad);
     this.tabControl1.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     this.fraContact.ResumeLayout(false);
     this.fraAddress.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#15
0
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmDepositoBancario));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelLeyenda = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.NroBoleta           = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.txtFechaDeposito    = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.mzComboEditorCuenta = new mz.erp.ui.controls.mzComboEditor();
     this.mzComboEditorBanco  = new mz.erp.ui.controls.mzComboEditor();
     this.labelSearch         = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridResultado     = new Janus.Windows.GridEX.GridEX();
     this.gridManagerView1  = new mz.erp.ui.controls.GridManagerView();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar       = new System.Windows.Forms.ToolBarButton();
     this.imageList1        = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtFechaDeposito)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuenta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBanco)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelLeyenda);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(962, 25);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // labelLeyenda
     //
     this.labelLeyenda.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.labelLeyenda.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelLeyenda.Location  = new System.Drawing.Point(0, 0);
     this.labelLeyenda.Name      = "labelLeyenda";
     this.labelLeyenda.Size      = new System.Drawing.Size(958, 24);
     this.labelLeyenda.TabIndex  = 0;
     this.labelLeyenda.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.NroBoleta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtFechaDeposito);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditorCuenta);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzComboEditorBanco);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.labelSearch);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label5);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 108);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(962, 84);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label2.Location  = new System.Drawing.Point(664, 8);
     this.label2.Name      = "label2";
     this.label2.TabIndex  = 118;
     this.label2.Text      = "Fecha Depósito:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(664, 41);
     this.label1.Name      = "label1";
     this.label1.TabIndex  = 117;
     this.label1.Text      = "Nro Boleta:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // NroBoleta
     //
     this.NroBoleta.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.Long;
     this.NroBoleta.InputMask = "nnnnnnnn";
     this.NroBoleta.Location  = new System.Drawing.Point(768, 41);
     this.NroBoleta.Name      = "NroBoleta";
     this.NroBoleta.Size      = new System.Drawing.Size(160, 20);
     this.NroBoleta.TabIndex  = 3;
     //
     // txtFechaDeposito
     //
     this.txtFechaDeposito.Location = new System.Drawing.Point(768, 8);
     this.txtFechaDeposito.Name     = "txtFechaDeposito";
     this.txtFechaDeposito.Size     = new System.Drawing.Size(160, 21);
     this.txtFechaDeposito.TabIndex = 2;
     //
     // mzComboEditorCuenta
     //
     this.mzComboEditorCuenta.AutoComplete         = true;
     this.mzComboEditorCuenta.DataSource           = null;
     this.mzComboEditorCuenta.DisplayMember        = "";
     this.mzComboEditorCuenta.DisplayMemberCaption = "";
     this.mzComboEditorCuenta.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorCuenta.Location             = new System.Drawing.Point(104, 40);
     this.mzComboEditorCuenta.MaxItemsDisplay      = 50;
     this.mzComboEditorCuenta.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorCuenta.Name               = "mzComboEditorCuenta";
     this.mzComboEditorCuenta.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorCuenta.SorterMember       = "";
     this.mzComboEditorCuenta.TabIndex           = 1;
     this.mzComboEditorCuenta.ValueMember        = "";
     this.mzComboEditorCuenta.ValueMemberCaption = "";
     //
     // mzComboEditorBanco
     //
     this.mzComboEditorBanco.AutoComplete         = true;
     this.mzComboEditorBanco.DataSource           = null;
     this.mzComboEditorBanco.DisplayMember        = "";
     this.mzComboEditorBanco.DisplayMemberCaption = "";
     this.mzComboEditorBanco.DropDownStyle        = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzComboEditorBanco.Location             = new System.Drawing.Point(104, 8);
     this.mzComboEditorBanco.MaxItemsDisplay      = 50;
     this.mzComboEditorBanco.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzComboEditorBanco.Name               = "mzComboEditorBanco";
     this.mzComboEditorBanco.Size               = new System.Drawing.Size(160, 21);
     this.mzComboEditorBanco.SorterMember       = "";
     this.mzComboEditorBanco.TabIndex           = 0;
     this.mzComboEditorBanco.ValueMember        = "";
     this.mzComboEditorBanco.ValueMemberCaption = "";
     //
     // labelSearch
     //
     this.labelSearch.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.labelSearch.Location  = new System.Drawing.Point(8, 8);
     this.labelSearch.Name      = "labelSearch";
     this.labelSearch.TabIndex  = 2;
     this.labelSearch.Text      = "Banco:";
     this.labelSearch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label5.Location  = new System.Drawing.Point(8, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(112, 24);
     this.label5.TabIndex  = 13;
     this.label5.Text      = "Cuenta Bancaria:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridManagerView1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 251);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(962, 271);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.AlternatingColors             = true;
     this.gridResultado.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridResultado.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridResultado.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
     this.gridResultado.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gridResultado.GroupByBoxVisible               = false;
     this.gridResultado.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridResultado.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gridResultado.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
     this.gridResultado.Location                        = new System.Drawing.Point(0, 32);
     this.gridResultado.Name                            = "gridResultado";
     this.gridResultado.RecordNavigatorText             = "Registro:|de";
     this.gridResultado.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridResultado.ShowEmptyFields                 = false;
     this.gridResultado.Size                            = new System.Drawing.Size(968, 240);
     this.gridResultado.TabIndex                        = 2;
     this.gridResultado.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // gridManagerView1
     //
     this.gridManagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.gridManagerView1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.gridManagerView1.Location  = new System.Drawing.Point(0, 0);
     this.gridManagerView1.Name      = "gridManagerView1";
     this.gridManagerView1.Size      = new System.Drawing.Size(962, 24);
     this.gridManagerView1.TabIndex  = 0;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imageList1;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(1028, 28);
     this.toolBarStandar.TabIndex       = 21;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 8;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Key       = "Leyenda";
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Leyenda";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Key       = "DatosGenerales";
     ultraExplorerBarGroup2.Settings.ContainerHeight = 84;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos del depósito";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Key       = "ValoresADepositar";
     ultraExplorerBarGroup3.Settings.ContainerHeight = 271;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Valores a Depositar";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(1028, 506);
     this.ultraExplorerBar1.TabIndex = 22;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // FrmDepositoBancario
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1028, 534);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmDepositoBancario";
     this.Text = "FrmDepositoBancario";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtFechaDeposito)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorCuenta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzComboEditorBanco)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#16
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FrmMovimientosCajaEx));
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     Infragistics.Win.Appearance    appearance1    = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance    appearance2    = new Infragistics.Win.Appearance();
     Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
     Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.uneTotal                = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.ubEliminar              = new Infragistics.Win.Misc.UltraButton();
     this.imglStandar             = new System.Windows.Forms.ImageList(this.components);
     this.ubAgregar               = new Infragistics.Win.Misc.UltraButton();
     this.label1                  = new System.Windows.Forms.Label();
     this.gridEXValores           = new Janus.Windows.GridEX.GridEX();
     this.gridEXFormasDePago      = new Janus.Windows.GridEX.GridEX();
     this.ultraLabel1             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3             = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbTiposMovimiento    = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel2             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraCalendarCombo1     = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.ultraLabel4             = new Infragistics.Win.Misc.UltraLabel();
     this.gridExCotizaciones      = new Janus.Windows.GridEX.GridEX();
     this.mzCEInstanciasCaja      = new mz.erp.ui.controls.mzComboEditor();
     this.label2                  = new System.Windows.Forms.Label();
     this.ultraLabel5             = new Infragistics.Win.Misc.UltraLabel();
     this.txtObservaciones        = new System.Windows.Forms.TextBox();
     this.mzCmbSubTiposMovimiento = new mz.erp.ui.controls.mzComboEditor();
     this.ultraLabel6             = new Infragistics.Win.Misc.UltraLabel();
     this.txtNumero               = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit();
     this.ultraLabel7             = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel8             = new Infragistics.Win.Misc.UltraLabel();
     this.mzCmbTipoComp           = new mz.erp.ui.controls.mzComboEditor();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXFormasDePago)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposMovimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarCombo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridExCotizaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSubTiposMovimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTipoComp)).BeginInit();
     this.SuspendLayout();
     //
     // toolBarStandar
     //
     this.toolBarStandar.Name = "toolBarStandar";
     this.toolBarStandar.Size = new System.Drawing.Size(864, 28);
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 240;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text = "Detalle de Valores";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar1.GroupSettings.ForceSerialization = true;
     this.ultraExplorerBar1.ItemSettings.ForceSerialization  = true;
     this.ultraExplorerBar1.Margins.ForceSerialization       = true;
     this.ultraExplorerBar1.Name = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;                                                             //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size = new System.Drawing.Size(864, 454);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl2, 0);
     this.ultraExplorerBar1.Controls.SetChildIndex(this.ultraExplorerBarContainerControl1, 0);
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTipoComp);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtNumero);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel7);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel8);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbSubTiposMovimiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel6);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.txtObservaciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel5);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCEInstanciasCaja);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridExCotizaciones);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel4);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.gridEXFormasDePago);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel3);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbTiposMovimiento);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraCalendarCombo1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, -21);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(798, 151);
     this.ultraExplorerBarContainerControl1.TabStop  = false;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.uneTotal);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ubEliminar);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.ubAgregar);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEXValores);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 189);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(798, 240);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // uneTotal
     //
     this.uneTotal.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.uneTotal.Location      = new System.Drawing.Point(671, 8);
     this.uneTotal.MaskInput     = "{LOC}nnnnnnn.nn";
     this.uneTotal.Name          = "uneTotal";
     this.uneTotal.NumericType   = Infragistics.Win.UltraWinEditors.NumericType.Double;
     this.uneTotal.Size          = new System.Drawing.Size(96, 21);
     this.uneTotal.TabIndex      = 2;
     this.uneTotal.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
     //
     // ubEliminar
     //
     this.ubEliminar.ImageList = this.imglStandar;
     this.ubEliminar.Location  = new System.Drawing.Point(111, 8);
     this.ubEliminar.Name      = "ubEliminar";
     this.ubEliminar.Size      = new System.Drawing.Size(97, 24);
     this.ubEliminar.TabIndex  = 1;
     this.ubEliminar.Text      = "Eliminar";
     this.ubEliminar.Click    += new System.EventHandler(this.ubEliminar_Click);
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ubAgregar
     //
     this.ubAgregar.ImageList = this.imglStandar;
     this.ubAgregar.Location  = new System.Drawing.Point(8, 8);
     this.ubAgregar.Name      = "ubAgregar";
     this.ubAgregar.Size      = new System.Drawing.Size(96, 24);
     this.ubAgregar.TabIndex  = 0;
     this.ubAgregar.Text      = "Agregar";
     this.ubAgregar.Click    += new System.EventHandler(this.ubAgregar_Click);
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(565, 10);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 16);
     this.label1.TabIndex  = 17;
     this.label1.Text      = "Total: ";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // gridEXValores
     //
     this.gridEXValores.AllowDelete      = Janus.Windows.GridEX.InheritableBoolean.True;
     this.gridEXValores.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEXValores.AutomaticSort    = false;
     this.gridEXValores.ContinuousScroll = false;
     this.gridEXValores.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridEXValores.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEXValores.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridEXValores.GroupByBoxVisible  = false;
     this.gridEXValores.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXValores.Location           = new System.Drawing.Point(0, 40);
     this.gridEXValores.Name            = "gridEXValores";
     this.gridEXValores.ScrollBars      = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEXValores.Size            = new System.Drawing.Size(768, 192);
     this.gridEXValores.TabIndex        = 3;
     this.gridEXValores.RecordsDeleted += new System.EventHandler(this.gridEXValores_RecordsDeleted);
     this.gridEXValores.DoubleClick    += new System.EventHandler(this.gridEXValores_DoubleClick);
     //
     // gridEXFormasDePago
     //
     this.gridEXFormasDePago.AllowEdit          = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEXFormasDePago.Cursor             = System.Windows.Forms.Cursors.Default;
     this.gridEXFormasDePago.GroupByBoxVisible  = false;
     this.gridEXFormasDePago.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEXFormasDePago.Location           = new System.Drawing.Point(760, 0);
     this.gridEXFormasDePago.Name         = "gridEXFormasDePago";
     this.gridEXFormasDePago.ScrollBars   = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridEXFormasDePago.Size         = new System.Drawing.Size(256, 56);
     this.gridEXFormasDePago.TabIndex     = 3;
     this.gridEXFormasDePago.Visible      = false;
     this.gridEXFormasDePago.DoubleClick += new System.EventHandler(this.gridEXFormasDePago_DoubleClick);
     //
     // ultraLabel1
     //
     this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel1.Location  = new System.Drawing.Point(752, 8);
     this.ultraLabel1.Name      = "ultraLabel1";
     this.ultraLabel1.Size      = new System.Drawing.Size(96, 24);
     this.ultraLabel1.TabIndex  = 19;
     this.ultraLabel1.Text      = "Formas De Pago";
     this.ultraLabel1.Visible   = false;
     //
     // ultraLabel3
     //
     this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel3.Location  = new System.Drawing.Point(0, 25);
     this.ultraLabel3.Name      = "ultraLabel3";
     this.ultraLabel3.Size      = new System.Drawing.Size(62, 16);
     this.ultraLabel3.TabIndex  = 18;
     this.ultraLabel3.Text      = "Fecha";
     //
     // mzCmbTiposMovimiento
     //
     this.mzCmbTiposMovimiento.AutoComplete          = true;
     this.mzCmbTiposMovimiento.DataSource            = null;
     this.mzCmbTiposMovimiento.DisplayMember         = "";
     this.mzCmbTiposMovimiento.DisplayMemberCaption  = "";
     this.mzCmbTiposMovimiento.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTiposMovimiento.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCmbTiposMovimiento.Location             = new System.Drawing.Point(120, 46);
     this.mzCmbTiposMovimiento.MaxItemsDisplay      = 7;
     this.mzCmbTiposMovimiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTiposMovimiento.Name               = "mzCmbTiposMovimiento";
     this.mzCmbTiposMovimiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbTiposMovimiento.SorterMember       = "";
     this.mzCmbTiposMovimiento.TabIndex           = 2;
     this.mzCmbTiposMovimiento.ValueMember        = "";
     this.mzCmbTiposMovimiento.ValueMemberCaption = "";
     this.mzCmbTiposMovimiento.ValueChanged      += new System.EventHandler(this.mzCmbTiposMovimiento_ValueChanged);
     //
     // ultraLabel2
     //
     this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel2.Location  = new System.Drawing.Point(-1, 48);
     this.ultraLabel2.Name      = "ultraLabel2";
     this.ultraLabel2.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel2.TabIndex  = 16;
     this.ultraLabel2.Text      = "Tipo de Movimiento";
     //
     // ultraCalendarCombo1
     //
     dateButton1.Caption = "Today";
     this.ultraCalendarCombo1.DateButtons.Add(dateButton1);
     this.ultraCalendarCombo1.Enabled           = false;
     this.ultraCalendarCombo1.Location          = new System.Drawing.Point(120, 23);
     this.ultraCalendarCombo1.Name              = "ultraCalendarCombo1";
     this.ultraCalendarCombo1.NonAutoSizeHeight = 23;
     this.ultraCalendarCombo1.Size              = new System.Drawing.Size(272, 21);
     this.ultraCalendarCombo1.TabIndex          = 1;
     this.ultraCalendarCombo1.Value             = new System.DateTime(2006, 3, 20, 13, 44, 15, 429);
     //
     // ultraLabel4
     //
     this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel4.Location  = new System.Drawing.Point(752, 24);
     this.ultraLabel4.Name      = "ultraLabel4";
     this.ultraLabel4.Size      = new System.Drawing.Size(128, 16);
     this.ultraLabel4.TabIndex  = 21;
     this.ultraLabel4.Text      = "Cotizaciones Actuales";
     this.ultraLabel4.Visible   = false;
     //
     // gridExCotizaciones
     //
     this.gridExCotizaciones.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridExCotizaciones.Cursor    = System.Windows.Forms.Cursors.Default;
     this.gridExCotizaciones.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridExCotizaciones.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridExCotizaciones.GroupByBoxVisible  = false;
     this.gridExCotizaciones.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridExCotizaciones.Location           = new System.Drawing.Point(760, 0);
     this.gridExCotizaciones.Name       = "gridExCotizaciones";
     this.gridExCotizaciones.ScrollBars = Janus.Windows.GridEX.ScrollBars.Both;
     this.gridExCotizaciones.Size       = new System.Drawing.Size(376, 48);
     this.gridExCotizaciones.TabIndex   = 5;
     this.gridExCotizaciones.Visible    = false;
     //
     // mzCEInstanciasCaja
     //
     this.mzCEInstanciasCaja.AutoComplete          = true;
     this.mzCEInstanciasCaja.DataSource            = null;
     this.mzCEInstanciasCaja.DisplayMember         = "";
     this.mzCEInstanciasCaja.DisplayMemberCaption  = "";
     this.mzCEInstanciasCaja.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCEInstanciasCaja.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCEInstanciasCaja.Location             = new System.Drawing.Point(120, 0);
     this.mzCEInstanciasCaja.MaxItemsDisplay      = 7;
     this.mzCEInstanciasCaja.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCEInstanciasCaja.Name               = "mzCEInstanciasCaja";
     this.mzCEInstanciasCaja.Size               = new System.Drawing.Size(272, 21);
     this.mzCEInstanciasCaja.SorterMember       = "";
     this.mzCEInstanciasCaja.TabIndex           = 0;
     this.mzCEInstanciasCaja.ValueMember        = "";
     this.mzCEInstanciasCaja.ValueMemberCaption = "";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(0, 2);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 16);
     this.label2.TabIndex  = 24;
     this.label2.Text      = "Caja :";
     //
     // ultraLabel5
     //
     this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel5.Location  = new System.Drawing.Point(0, 93);
     this.ultraLabel5.Name      = "ultraLabel5";
     this.ultraLabel5.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel5.TabIndex  = 25;
     this.ultraLabel5.Text      = "Observaciones";
     //
     // txtObservaciones
     //
     this.txtObservaciones.Location     = new System.Drawing.Point(120, 93);
     this.txtObservaciones.Multiline    = true;
     this.txtObservaciones.Name         = "txtObservaciones";
     this.txtObservaciones.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.txtObservaciones.Size         = new System.Drawing.Size(472, 51);
     this.txtObservaciones.TabIndex     = 4;
     this.txtObservaciones.Text         = "TEXTBOX3";
     this.txtObservaciones.TextChanged += new System.EventHandler(this.txtObservaciones_TextChanged);
     //
     // mzCmbSubTiposMovimiento
     //
     this.mzCmbSubTiposMovimiento.AutoComplete          = true;
     this.mzCmbSubTiposMovimiento.DataSource            = null;
     this.mzCmbSubTiposMovimiento.DisplayMember         = "";
     this.mzCmbSubTiposMovimiento.DisplayMemberCaption  = "";
     this.mzCmbSubTiposMovimiento.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbSubTiposMovimiento.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     this.mzCmbSubTiposMovimiento.Location             = new System.Drawing.Point(120, 69);
     this.mzCmbSubTiposMovimiento.MaxItemsDisplay      = 7;
     this.mzCmbSubTiposMovimiento.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbSubTiposMovimiento.Name               = "mzCmbSubTiposMovimiento";
     this.mzCmbSubTiposMovimiento.Size               = new System.Drawing.Size(272, 21);
     this.mzCmbSubTiposMovimiento.SorterMember       = "";
     this.mzCmbSubTiposMovimiento.TabIndex           = 3;
     this.mzCmbSubTiposMovimiento.ValueMember        = "";
     this.mzCmbSubTiposMovimiento.ValueMemberCaption = "";
     //
     // ultraLabel6
     //
     this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
     this.ultraLabel6.Location  = new System.Drawing.Point(0, 71);
     this.ultraLabel6.Name      = "ultraLabel6";
     this.ultraLabel6.Size      = new System.Drawing.Size(120, 16);
     this.ultraLabel6.TabIndex  = 28;
     this.ultraLabel6.Text      = "Sub-Tipo de Movim.";
     //
     // txtNumero
     //
     this.txtNumero.EditAs    = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask;
     this.txtNumero.InputMask = "\\A-####-########";
     this.txtNumero.Location  = new System.Drawing.Point(576, 24);
     this.txtNumero.Name      = "txtNumero";
     this.txtNumero.TabIndex  = 6;
     this.txtNumero.Text      = "A--";
     //
     // ultraLabel7
     //
     appearance1.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel7.Appearance = appearance1;
     this.ultraLabel7.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel7.Location   = new System.Drawing.Point(448, 8);
     this.ultraLabel7.Name       = "ultraLabel7";
     this.ultraLabel7.Size       = new System.Drawing.Size(116, 16);
     this.ultraLabel7.TabIndex   = 35;
     this.ultraLabel7.Text       = "Tipo de Comprobante";
     //
     // ultraLabel8
     //
     appearance2.TextHAlign      = Infragistics.Win.HAlign.Right;
     this.ultraLabel8.Appearance = appearance2;
     this.ultraLabel8.BackColor  = System.Drawing.Color.Transparent;
     this.ultraLabel8.Location   = new System.Drawing.Point(504, 32);
     this.ultraLabel8.Name       = "ultraLabel8";
     this.ultraLabel8.Size       = new System.Drawing.Size(62, 11);
     this.ultraLabel8.TabIndex   = 34;
     this.ultraLabel8.Text       = "Número";
     //
     // mzCmbTipoComp
     //
     this.mzCmbTipoComp.AutoComplete          = true;
     this.mzCmbTipoComp.DataSource            = null;
     this.mzCmbTipoComp.DisplayMember         = "";
     this.mzCmbTipoComp.DisplayMemberCaption  = "";
     this.mzCmbTipoComp.DropDownStyle         = Infragistics.Win.DropDownStyle.DropDownList;
     this.mzCmbTipoComp.ImageTransparentColor = System.Drawing.Color.WhiteSmoke;
     valueListItem1.DataValue   = "Fact.A";
     valueListItem1.DisplayText = "Fact. A";
     valueListItem2.DataValue   = "Fact.B";
     valueListItem2.DisplayText = "Fact. B";
     valueListItem3.DataValue   = "Fact.C";
     valueListItem3.DisplayText = "Fact. C";
     valueListItem4.DataValue   = "Ticket";
     valueListItem4.DisplayText = "Ticket";
     valueListItem5.DataValue   = "No";
     valueListItem5.DisplayText = "No/I";
     this.mzCmbTipoComp.Items.Add(valueListItem1);
     this.mzCmbTipoComp.Items.Add(valueListItem2);
     this.mzCmbTipoComp.Items.Add(valueListItem3);
     this.mzCmbTipoComp.Items.Add(valueListItem4);
     this.mzCmbTipoComp.Items.Add(valueListItem5);
     this.mzCmbTipoComp.Location             = new System.Drawing.Point(576, 0);
     this.mzCmbTipoComp.MaxItemsDisplay      = 7;
     this.mzCmbTipoComp.MoreItemsDisplayText = "(Ver mas elementos...)";
     this.mzCmbTipoComp.Name               = "mzCmbTipoComp";
     this.mzCmbTipoComp.Size               = new System.Drawing.Size(137, 21);
     this.mzCmbTipoComp.SorterMember       = "";
     this.mzCmbTipoComp.TabIndex           = 5;
     this.mzCmbTipoComp.ValueMember        = "";
     this.mzCmbTipoComp.ValueMemberCaption = "";
     this.mzCmbTipoComp.ValueChanged      += new System.EventHandler(this.mzCmbTipoComp_ValueChanged);
     //
     // FrmMovimientosCajaEx
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(864, 482);
     this.Name = "FrmMovimientosCajaEx";
     this.Text = "Movimiento de Caja";
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXValores)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridEXFormasDePago)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTiposMovimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraCalendarCombo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridExCotizaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCEInstanciasCaja)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbSubTiposMovimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mzCmbTipoComp)).EndInit();
     this.ResumeLayout(false);
 }