/// <summary>
		/// Since the strings constantly get lost, create
		/// them in code instead in the designer.
		/// </summary>
		private void createToolTips()
		{
			var superToolTip4 = new DevExpress.Utils.SuperToolTip();
			var toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
			var toolTipItem4 = new DevExpress.Utils.ToolTipItem();

			var superToolTip5 = new DevExpress.Utils.SuperToolTip();
			var toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
			var toolTipItem5 = new DevExpress.Utils.ToolTipItem();

			var superToolTip6 = new DevExpress.Utils.SuperToolTip();
			var toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
			var toolTipItem6 = new DevExpress.Utils.ToolTipItem();

			// --

			toolTipTitleItem4.Text = Resources.SR_toolTipTitleItem4Text;
			toolTipItem4.Text = Resources.SR_toolTipItem4Text;
			superToolTip4.Items.Add(toolTipTitleItem4);
			superToolTip4.Items.Add(toolTipItem4);
			defaultToolTipController1.SetSuperTip(pictureBox8, superToolTip4);

			toolTipTitleItem5.Text = Resources.SR_toolTipTitleItem5Text;
			toolTipItem5.Text = Resources.SR_toolTipItem5Text;
			superToolTip5.Items.Add(toolTipTitleItem5);
			superToolTip5.Items.Add(toolTipItem5);
			defaultToolTipController1.SetSuperTip(pictureBox6, superToolTip5);

			toolTipTitleItem6.Text = Resources.SR_toolTipTitleItem6Text;
			toolTipItem6.Text = Resources.SR_toolTipItem6Text;
			superToolTip6.Items.Add(toolTipTitleItem6);
			superToolTip6.Items.Add(toolTipItem6);
			defaultToolTipController1.SetSuperTip(pictureBox7, superToolTip6);
		}
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SuperToolTip     superToolTip1     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip2     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip3     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip4     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip5     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
     this.btnClose          = new DevExpress.XtraEditors.SimpleButton();
     this.btnSeleccionar    = new DevExpress.XtraEditors.SimpleButton();
     this.txtNombreArticulo = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1     = new DevExpress.XtraEditors.LabelControl();
     this.btnNuevoRegistro  = new DevExpress.XtraEditors.SimpleButton();
     this.txtCodigoInterno  = new DevExpress.XtraEditors.TextEdit();
     this.txtCodigoBarra    = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2     = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3     = new DevExpress.XtraEditors.LabelControl();
     this.gcArticulo        = new DevExpress.XtraGrid.GridControl();
     this.gvArticulo        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riMemoEdit        = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.gridColumn4       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riNumerico4       = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gcPreciolista     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcPublico         = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombreArticulo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCodigoInterno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCodigoBarra.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcArticulo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvArticulo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riMemoEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico4)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Image        = global::WinFormsApp.Properties.Resources.Action_Close;
     this.btnClose.Location     = new System.Drawing.Point(887, 465);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(84, 23);
     this.btnClose.TabIndex     = 9;
     this.btnClose.Text         = "Cerrar";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // btnSeleccionar
     //
     this.btnSeleccionar.Image    = global::WinFormsApp.Properties.Resources.Action_Grant;
     this.btnSeleccionar.Location = new System.Drawing.Point(797, 465);
     this.btnSeleccionar.Name     = "btnSeleccionar";
     this.btnSeleccionar.Size     = new System.Drawing.Size(84, 23);
     toolTipTitleItem1.Text       = "Seleccionar registro";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnSeleccionar.SuperTip = superToolTip1;
     this.btnSeleccionar.TabIndex = 8;
     this.btnSeleccionar.Text     = "Seleccionar";
     this.btnSeleccionar.Click   += new System.EventHandler(this.btnSeleccionar_Click);
     //
     // txtNombreArticulo
     //
     this.txtNombreArticulo.Location = new System.Drawing.Point(480, 9);
     this.txtNombreArticulo.Name     = "txtNombreArticulo";
     this.txtNombreArticulo.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNombreArticulo.Size = new System.Drawing.Size(491, 20);
     toolTipTitleItem2.Text      = "Digite parte del nombre del articulo a buscar.";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.txtNombreArticulo.SuperTip  = superToolTip2;
     this.txtNombreArticulo.TabIndex  = 5;
     this.txtNombreArticulo.Enter    += new System.EventHandler(this.txtDatoABuscar_Enter);
     this.txtNombreArticulo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDatoABuscar_KeyPress);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 12);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(70, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "&Código interno";
     //
     // btnNuevoRegistro
     //
     this.btnNuevoRegistro.Image    = global::WinFormsApp.Properties.Resources.Action_Inline_New;
     this.btnNuevoRegistro.Location = new System.Drawing.Point(12, 465);
     this.btnNuevoRegistro.Name     = "btnNuevoRegistro";
     this.btnNuevoRegistro.Size     = new System.Drawing.Size(99, 23);
     toolTipTitleItem3.Text         = "Crear nuevo registro";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnNuevoRegistro.SuperTip = superToolTip3;
     this.btnNuevoRegistro.TabIndex = 7;
     this.btnNuevoRegistro.Text     = "Nuevo registro";
     this.btnNuevoRegistro.Visible  = false;
     this.btnNuevoRegistro.Click   += new System.EventHandler(this.btnNuevoRegistro_Click);
     //
     // txtCodigoInterno
     //
     this.txtCodigoInterno.Location = new System.Drawing.Point(88, 9);
     this.txtCodigoInterno.Name     = "txtCodigoInterno";
     this.txtCodigoInterno.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCodigoInterno.Size = new System.Drawing.Size(64, 20);
     toolTipTitleItem4.Text     = "Digite parte del código a buscar";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.txtCodigoInterno.SuperTip  = superToolTip4;
     this.txtCodigoInterno.TabIndex  = 1;
     this.txtCodigoInterno.Enter    += new System.EventHandler(this.txtCodigoInterno_Enter);
     this.txtCodigoInterno.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCodigo_KeyPress);
     //
     // txtCodigoBarra
     //
     this.txtCodigoBarra.Location = new System.Drawing.Point(241, 9);
     this.txtCodigoBarra.Name     = "txtCodigoBarra";
     this.txtCodigoBarra.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCodigoBarra.Size = new System.Drawing.Size(137, 20);
     toolTipTitleItem5.Text   = "Digite parte del código a buscar";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.txtCodigoBarra.SuperTip    = superToolTip5;
     this.txtCodigoBarra.TabIndex    = 3;
     this.txtCodigoBarra.Enter      += new System.EventHandler(this.txtCodigoBarra_Enter);
     this.txtCodigoBarra.Validating += new System.ComponentModel.CancelEventHandler(this.txtCodigoBarra_Validating);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(158, 12);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(77, 13);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "Código de &barra";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(382, 12);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(91, 13);
     this.labelControl3.TabIndex = 4;
     this.labelControl3.Text     = "&Nombre de Artículo";
     //
     // gcArticulo
     //
     this.gcArticulo.Location = new System.Drawing.Point(12, 35);
     this.gcArticulo.MainView = this.gvArticulo;
     this.gcArticulo.Name     = "gcArticulo";
     this.gcArticulo.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riNumerico4,
         this.riMemoEdit
     });
     this.gcArticulo.Size     = new System.Drawing.Size(960, 424);
     this.gcArticulo.TabIndex = 10;
     this.gcArticulo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvArticulo
     });
     //
     // gvArticulo
     //
     this.gvArticulo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gcPreciolista,
         this.gcPublico
     });
     this.gvArticulo.GridControl          = this.gcArticulo;
     this.gvArticulo.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gvArticulo.Name = "gvArticulo";
     this.gvArticulo.OptionsBehavior.ReadOnly         = true;
     this.gvArticulo.OptionsMenu.EnableColumnMenu     = false;
     this.gvArticulo.OptionsMenu.EnableFooterMenu     = false;
     this.gvArticulo.OptionsMenu.EnableGroupPanelMenu = false;
     this.gvArticulo.OptionsView.ColumnAutoWidth      = false;
     this.gvArticulo.OptionsView.RowAutoHeight        = true;
     this.gvArticulo.VertScrollVisibility             = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gvArticulo.ShownEditor += new System.EventHandler(this.gvArticulo_ShownEditor);
     this.gvArticulo.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.gvArticulo_KeyPress);
     this.gvArticulo.DoubleClick += new System.EventHandler(this.gvArticulo_DoubleClick);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Cod. Int.";
     this.gridColumn1.FieldName    = "Codigoarticulo";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 64;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Cod. Prov.";
     this.gridColumn2.FieldName    = "Codigoproveedor";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 86;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "Nombre Articulo";
     this.gridColumn3.ColumnEdit   = this.riMemoEdit;
     this.gridColumn3.FieldName    = "Nombrearticulo";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 380;
     //
     // riMemoEdit
     //
     this.riMemoEdit.Name = "riMemoEdit";
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "Marca";
     this.gridColumn4.FieldName    = "Nombremarca";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width        = 109;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "Unidad";
     this.gridColumn5.FieldName    = "Abrunidadmedida";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 4;
     this.gridColumn5.Width        = 88;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "Stock";
     this.gridColumn6.ColumnEdit   = this.riNumerico4;
     this.gridColumn6.FieldName    = "Stock";
     this.gridColumn6.MaxWidth     = 65;
     this.gridColumn6.MinWidth     = 65;
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width        = 65;
     //
     // riNumerico4
     //
     this.riNumerico4.Appearance.Options.UseTextOptions = true;
     this.riNumerico4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.riNumerico4.DisplayFormat.FormatString        = "n2";
     this.riNumerico4.DisplayFormat.FormatType          = DevExpress.Utils.FormatType.Numeric;
     this.riNumerico4.EditFormat.FormatString           = "n2";
     this.riNumerico4.EditFormat.FormatType             = DevExpress.Utils.FormatType.Numeric;
     this.riNumerico4.Mask.EditMask = "n2";
     this.riNumerico4.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riNumerico4.Mask.UseMaskAsDisplayFormat = true;
     this.riNumerico4.Name = "riNumerico4";
     //
     // gcPreciolista
     //
     this.gcPreciolista.Caption      = "Precio Lista";
     this.gcPreciolista.ColumnEdit   = this.riNumerico4;
     this.gcPreciolista.FieldName    = "Preciocreditoopcion2";
     this.gcPreciolista.MaxWidth     = 65;
     this.gcPreciolista.MinWidth     = 65;
     this.gcPreciolista.Name         = "gcPreciolista";
     this.gcPreciolista.Visible      = true;
     this.gcPreciolista.VisibleIndex = 6;
     this.gcPreciolista.Width        = 65;
     //
     // gcPublico
     //
     this.gcPublico.Caption      = "Publico";
     this.gcPublico.ColumnEdit   = this.riNumerico4;
     this.gcPublico.FieldName    = "Preciosugerido";
     this.gcPublico.MaxWidth     = 65;
     this.gcPublico.MinWidth     = 65;
     this.gcPublico.Name         = "gcPublico";
     this.gcPublico.Visible      = true;
     this.gcPublico.VisibleIndex = 7;
     this.gcPublico.Width        = 65;
     //
     // BuscadorArticuloCondicionFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnClose;
     this.ClientSize          = new System.Drawing.Size(984, 494);
     this.Controls.Add(this.gcArticulo);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.txtCodigoBarra);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.txtCodigoInterno);
     this.Controls.Add(this.btnNuevoRegistro);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.txtNombreArticulo);
     this.Controls.Add(this.btnSeleccionar);
     this.Controls.Add(this.btnClose);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BuscadorArticuloCondicionFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Busqueda de Artículos";
     this.Load           += new System.EventHandler(this.BuscadorArticuloCondicionFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtNombreArticulo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCodigoInterno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCodigoBarra.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcArticulo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvArticulo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riMemoEdit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager           resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupDescuentosXtraForm));
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1     = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip         superToolTip1         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem1     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem1          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem2     = new DevExpress.Utils.ToolTipTitleItem();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.simpleButton1  = new DevExpress.XtraEditors.SimpleButton();
     this.gridControl1   = new DevExpress.XtraGrid.GridControl();
     this.descuentoPorActividadBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDescuentoPorActividadID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDocumentoReferenciaId   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colImporte = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Importe_repositoryItemTextEdit = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.colDescripcion     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTipoDescuentoId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TipoDescuento_repositoryItemLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.tipoDescuentoBindingSource1            = new System.Windows.Forms.BindingSource(this.components);
     this.Del_gridColumn             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.layoutControlGroup1        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2         = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1            = new DevExpress.XtraLayout.EmptySpaceItem();
     this.tipoDescuentoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.descuentoPorActividadBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Importe_repositoryItemTextEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TipoDescuento_repositoryItemLookUpEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDescuentoBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDescuentoBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.simpleButton1);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(339, 63, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(533, 314);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // simpleButton1
     //
     this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
     this.simpleButton1.Location           = new System.Drawing.Point(356, 266);
     this.simpleButton1.Name            = "simpleButton1";
     this.simpleButton1.Size            = new System.Drawing.Size(165, 36);
     this.simpleButton1.StyleController = this.layoutControl1;
     this.simpleButton1.TabIndex        = 4;
     this.simpleButton1.Text            = "Salir";
     this.simpleButton1.Click          += new System.EventHandler(this.simpleButton1_Click);
     //
     // gridControl1
     //
     this.gridControl1.Cursor     = System.Windows.Forms.Cursors.Default;
     this.gridControl1.DataSource = this.descuentoPorActividadBindingSource;
     this.gridControl1.EmbeddedNavigator.Enabled = false;
     this.gridControl1.Location = new System.Drawing.Point(12, 12);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.TipoDescuento_repositoryItemLookUpEdit,
         this.repositoryItemButtonEdit1,
         this.Importe_repositoryItemTextEdit
     });
     this.gridControl1.Size     = new System.Drawing.Size(509, 250);
     this.gridControl1.TabIndex = 1;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // descuentoPorActividadBindingSource
     //
     this.descuentoPorActividadBindingSource.DataSource = typeof(DXApplication9.DescuentoPorActividad);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colDescuentoPorActividadID,
         this.colDocumentoReferenciaId,
         this.colImporte,
         this.colDescripcion,
         this.colTipoDescuentoId,
         this.Del_gridColumn
     });
     this.gridView1.GridControl    = this.gridControl1;
     this.gridView1.Name           = "gridView1";
     this.gridView1.NewItemRowText = "CLIC AQUI PARA INSERTAR NUEVO DESCUENTO";
     this.gridView1.OptionsBehavior.EditingMode         = DevExpress.XtraGrid.Views.Grid.GridEditingMode.EditFormInplace;
     this.gridView1.OptionsEditForm.EditFormColumnCount = 2;
     this.gridView1.OptionsView.NewItemRowPosition      = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top;
     this.gridView1.OptionsView.ShowFooter     = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.InitNewRow          += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gridView1_InitNewRow);
     this.gridView1.InvalidRowException += new DevExpress.XtraGrid.Views.Base.InvalidRowExceptionEventHandler(this.gridView1_InvalidRowException);
     this.gridView1.ValidateRow         += new DevExpress.XtraGrid.Views.Base.ValidateRowEventHandler(this.gridView1_ValidateRow);
     this.gridView1.RowUpdated          += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridView1_RowUpdated);
     this.gridView1.Click            += new System.EventHandler(this.gridView1_Click);
     this.gridView1.ValidatingEditor += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.gridView1_ValidatingEditor);
     //
     // colDescuentoPorActividadID
     //
     this.colDescuentoPorActividadID.FieldName = "DescuentoPorActividadID";
     this.colDescuentoPorActividadID.Name      = "colDescuentoPorActividadID";
     this.colDescuentoPorActividadID.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
     this.colDescuentoPorActividadID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)
     });
     //
     // colDocumentoReferenciaId
     //
     this.colDocumentoReferenciaId.FieldName = "DocumentoReferenciaId";
     this.colDocumentoReferenciaId.Name      = "colDocumentoReferenciaId";
     this.colDocumentoReferenciaId.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
     //
     // colImporte
     //
     this.colImporte.ColumnEdit = this.Importe_repositoryItemTextEdit;
     this.colImporte.FieldName  = "Importe";
     this.colImporte.Name       = "colImporte";
     this.colImporte.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Importe", "Total:{0:n2}")
     });
     this.colImporte.Visible      = true;
     this.colImporte.VisibleIndex = 0;
     this.colImporte.Width        = 122;
     //
     // Importe_repositoryItemTextEdit
     //
     this.Importe_repositoryItemTextEdit.AutoHeight         = false;
     this.Importe_repositoryItemTextEdit.Mask.EditMask      = "#,###########.00";
     this.Importe_repositoryItemTextEdit.Mask.MaskType      = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.Importe_repositoryItemTextEdit.Name               = "Importe_repositoryItemTextEdit";
     this.Importe_repositoryItemTextEdit.ValidateOnEnterKey = true;
     //
     // colDescripcion
     //
     this.colDescripcion.FieldName    = "Descripcion";
     this.colDescripcion.Name         = "colDescripcion";
     this.colDescripcion.Visible      = true;
     this.colDescripcion.VisibleIndex = 1;
     this.colDescripcion.Width        = 122;
     //
     // colTipoDescuentoId
     //
     this.colTipoDescuentoId.Caption      = "Tipo";
     this.colTipoDescuentoId.ColumnEdit   = this.TipoDescuento_repositoryItemLookUpEdit;
     this.colTipoDescuentoId.FieldName    = "TipoDescuentoId";
     this.colTipoDescuentoId.Name         = "colTipoDescuentoId";
     this.colTipoDescuentoId.Visible      = true;
     this.colTipoDescuentoId.VisibleIndex = 2;
     this.colTipoDescuentoId.Width        = 122;
     //
     // TipoDescuento_repositoryItemLookUpEdit
     //
     this.TipoDescuento_repositoryItemLookUpEdit.AutoHeight = false;
     this.TipoDescuento_repositoryItemLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.TipoDescuento_repositoryItemLookUpEdit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Abreviatura", "Abreviatura", 67, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)
     });
     this.TipoDescuento_repositoryItemLookUpEdit.DataSource    = this.tipoDescuentoBindingSource1;
     this.TipoDescuento_repositoryItemLookUpEdit.DisplayMember = "Abreviatura";
     this.TipoDescuento_repositoryItemLookUpEdit.Name          = "TipoDescuento_repositoryItemLookUpEdit";
     this.TipoDescuento_repositoryItemLookUpEdit.ValueMember   = "TIpoDescuentoID";
     //
     // tipoDescuentoBindingSource1
     //
     this.tipoDescuentoBindingSource1.DataSource = typeof(DXApplication9.TipoDescuento);
     //
     // Del_gridColumn
     //
     this.Del_gridColumn.AppearanceCell.Image            = ((System.Drawing.Image)(resources.GetObject("Del_gridColumn.AppearanceCell.Image")));
     this.Del_gridColumn.AppearanceCell.Options.UseImage = true;
     this.Del_gridColumn.ColumnEdit              = this.repositoryItemButtonEdit1;
     this.Del_gridColumn.Image                   = ((System.Drawing.Image)(resources.GetObject("Del_gridColumn.Image")));
     this.Del_gridColumn.ImageAlignment          = System.Drawing.StringAlignment.Center;
     this.Del_gridColumn.Name                    = "Del_gridColumn";
     this.Del_gridColumn.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
     this.Del_gridColumn.ShowButtonMode          = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.Del_gridColumn.Visible                 = true;
     this.Del_gridColumn.VisibleIndex            = 3;
     this.Del_gridColumn.Width                   = 30;
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     editorButtonImageOptions1.Image           = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions1.Image")));
     toolTipTitleItem1.Text       = "Eliminar";
     toolTipItem1.LeftIndent      = 6;
     toolTipItem1.Text            = "Elimina el descuento seleccionado";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = " esta acción es irreversible";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)), serializableAppearanceObject1, "", null, superToolTip1)
     });
     this.repositoryItemButtonEdit1.Name          = "repositoryItemButtonEdit1";
     this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.emptySpaceItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(533, 314);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gridControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(513, 254);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.simpleButton1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location    = new System.Drawing.Point(344, 254);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(169, 40);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack         = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 254);
     this.emptySpaceItem1.Name     = "emptySpaceItem1";
     this.emptySpaceItem1.Size     = new System.Drawing.Size(344, 40);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // tipoDescuentoBindingSource
     //
     this.tipoDescuentoBindingSource.DataSource = typeof(DXApplication9.TipoDescuento);
     //
     // PopupDescuentosXtraForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(533, 314);
     this.Controls.Add(this.layoutControl1);
     this.Name = "PopupDescuentosXtraForm";
     this.Text = "Añadiendo Descuentos";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.descuentoPorActividadBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Importe_repositoryItemTextEdit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TipoDescuento_repositoryItemLookUpEdit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDescuentoBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDescuentoBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip2          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip3          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip4          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip5          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip6          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6      = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DetraccionclienteFrm));
     this.bmConsulta           = new DevExpress.XtraBars.BarManager(this.components);
     this.BarMnt               = new DevExpress.XtraBars.Bar();
     this.btnNuevo             = new DevExpress.XtraBars.BarButtonItem();
     this.btnModificar         = new DevExpress.XtraBars.BarButtonItem();
     this.btnEliminar          = new DevExpress.XtraBars.BarButtonItem();
     this.btnActualizar        = new DevExpress.XtraBars.BarButtonItem();
     this.bsiExportar          = new DevExpress.XtraBars.BarSubItem();
     this.btnExportCsv         = new DevExpress.XtraBars.BarButtonItem();
     this.btnExportHtml        = new DevExpress.XtraBars.BarButtonItem();
     this.btnExportMht         = new DevExpress.XtraBars.BarButtonItem();
     this.btnExportImg         = new DevExpress.XtraBars.BarButtonItem();
     this.btnExportPdf         = new DevExpress.XtraBars.BarButtonItem();
     this.btnExportRtf         = new DevExpress.XtraBars.BarButtonItem();
     this.btnExportTxt         = new DevExpress.XtraBars.BarButtonItem();
     this.btnExportXls         = new DevExpress.XtraBars.BarButtonItem();
     this.btnExportXlsx        = new DevExpress.XtraBars.BarButtonItem();
     this.btnCerrar            = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.btnListado1          = new DevExpress.XtraBars.BarButtonItem();
     this.gcConsulta           = new DevExpress.XtraGrid.GridControl();
     this.gvConsulta           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riNumerico2          = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.bmConsulta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcConsulta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvConsulta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico2)).BeginInit();
     this.SuspendLayout();
     //
     // bmConsulta
     //
     this.bmConsulta.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.BarMnt
     });
     this.bmConsulta.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
         new DevExpress.XtraBars.BarManagerCategory("Mantenimiento", new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5")),
         new DevExpress.XtraBars.BarManagerCategory("Navegación", new System.Guid("914e515b-0bf8-4995-97b2-cce8dc1d7479")),
         new DevExpress.XtraBars.BarManagerCategory("Exportar", new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97"))
     });
     this.bmConsulta.DockControls.Add(this.barDockControlTop);
     this.bmConsulta.DockControls.Add(this.barDockControlBottom);
     this.bmConsulta.DockControls.Add(this.barDockControlLeft);
     this.bmConsulta.DockControls.Add(this.barDockControlRight);
     this.bmConsulta.Form = this;
     this.bmConsulta.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnNuevo,
         this.btnModificar,
         this.btnEliminar,
         this.bsiExportar,
         this.btnListado1,
         this.btnExportCsv,
         this.btnExportHtml,
         this.btnExportImg,
         this.btnExportMht,
         this.btnExportPdf,
         this.btnExportRtf,
         this.btnExportTxt,
         this.btnExportXls,
         this.btnExportXlsx,
         this.btnCerrar,
         this.btnActualizar
     });
     this.bmConsulta.MaxItemId  = 78;
     this.bmConsulta.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bmConsulta_ItemClick);
     //
     // BarMnt
     //
     this.BarMnt.BarName      = "Tools Mantenimiento";
     this.BarMnt.CanDockStyle = ((DevExpress.XtraBars.BarCanDockStyle)(((((DevExpress.XtraBars.BarCanDockStyle.Left | DevExpress.XtraBars.BarCanDockStyle.Top)
                                                                          | DevExpress.XtraBars.BarCanDockStyle.Right)
                                                                         | DevExpress.XtraBars.BarCanDockStyle.Bottom)
                                                                        | DevExpress.XtraBars.BarCanDockStyle.Standalone)));
     this.BarMnt.DockCol       = 0;
     this.BarMnt.DockRow       = 0;
     this.BarMnt.DockStyle     = DevExpress.XtraBars.BarDockStyle.Top;
     this.BarMnt.FloatLocation = new System.Drawing.Point(376, 165);
     this.BarMnt.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnNuevo, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnModificar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnEliminar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnActualizar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bsiExportar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCerrar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.BarMnt.OptionsBar.UseWholeRow = true;
     this.BarMnt.Text = "Barra de herramientas";
     //
     // btnNuevo
     //
     this.btnNuevo.Caption                  = "Nuevo";
     this.btnNuevo.CategoryGuid             = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnNuevo.Glyph                    = global::WinFormsApp.Properties.Resources.Action_New;
     this.btnNuevo.Id                       = 55;
     this.btnNuevo.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
     this.btnNuevo.LargeGlyph               = global::WinFormsApp.Properties.Resources.Action_New_32x32;
     this.btnNuevo.Name                     = "btnNuevo";
     this.btnNuevo.ShortcutKeyDisplayString = "Ctrl +N";
     toolTipTitleItem1.Text                 = "Nuevo (Ctrl + N)";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnNuevo.SuperTip = superToolTip1;
     //
     // btnModificar
     //
     this.btnModificar.Caption                  = "Modificar";
     this.btnModificar.CategoryGuid             = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnModificar.Glyph                    = global::WinFormsApp.Properties.Resources.Action_Edit;
     this.btnModificar.Id                       = 56;
     this.btnModificar.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M));
     this.btnModificar.LargeGlyph               = global::WinFormsApp.Properties.Resources.Action_Edit_32x32;
     this.btnModificar.Name                     = "btnModificar";
     this.btnModificar.ShortcutKeyDisplayString = "Ctrl + M";
     toolTipTitleItem2.Text                     = "Modificar (Ctrl + M)";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnModificar.SuperTip = superToolTip2;
     //
     // btnEliminar
     //
     this.btnEliminar.Caption                  = "Eliminar";
     this.btnEliminar.CategoryGuid             = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnEliminar.Glyph                    = global::WinFormsApp.Properties.Resources.Action_Delete;
     this.btnEliminar.Id                       = 57;
     this.btnEliminar.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.btnEliminar.LargeGlyph               = global::WinFormsApp.Properties.Resources.Action_Delete_32x32;
     this.btnEliminar.Name                     = "btnEliminar";
     this.btnEliminar.ShortcutKeyDisplayString = "Ctrl + E";
     toolTipTitleItem3.Text                    = "Eliminar (Ctrl + E)\r\n";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnEliminar.SuperTip = superToolTip3;
     //
     // btnActualizar
     //
     this.btnActualizar.Caption      = "Actualizar";
     this.btnActualizar.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnActualizar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Refresh;
     this.btnActualizar.Id           = 77;
     this.btnActualizar.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
     this.btnActualizar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Refresh_32x32;
     this.btnActualizar.Name         = "btnActualizar";
     toolTipTitleItem4.Text          = "Actualizar (F5)";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.btnActualizar.SuperTip = superToolTip4;
     //
     // bsiExportar
     //
     this.bsiExportar.Caption      = "Exportar";
     this.bsiExportar.CategoryGuid = new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97");
     this.bsiExportar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Export;
     this.bsiExportar.Id           = 62;
     this.bsiExportar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Export_32x32;
     this.bsiExportar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExportCsv),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExportHtml),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExportMht),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExportImg),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExportPdf),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExportRtf),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExportTxt),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExportXls),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExportXlsx)
     });
     this.bsiExportar.Name = "bsiExportar";
     this.bsiExportar.ShortcutKeyDisplayString = "Exportar a...";
     toolTipTitleItem5.Text = "Exportar a ...";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.bsiExportar.SuperTip = superToolTip5;
     //
     // btnExportCsv
     //
     this.btnExportCsv.Caption      = "Archivo CSV";
     this.btnExportCsv.CategoryGuid = new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97");
     this.btnExportCsv.Description  = "CSV";
     this.btnExportCsv.Glyph        = global::WinFormsApp.Properties.Resources.Action_Export_ToCSV;
     this.btnExportCsv.Id           = 66;
     this.btnExportCsv.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Export_ToCSV_32x32;
     this.btnExportCsv.Name         = "btnExportCsv";
     //
     // btnExportHtml
     //
     this.btnExportHtml.Caption      = "Archivo Html";
     this.btnExportHtml.CategoryGuid = new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97");
     this.btnExportHtml.Glyph        = global::WinFormsApp.Properties.Resources.Action_Export_ToHTML;
     this.btnExportHtml.Id           = 67;
     this.btnExportHtml.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Export_ToHTML_32x32;
     this.btnExportHtml.Name         = "btnExportHtml";
     //
     // btnExportMht
     //
     this.btnExportMht.Caption      = "Archivo MHT";
     this.btnExportMht.CategoryGuid = new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97");
     this.btnExportMht.Glyph        = global::WinFormsApp.Properties.Resources.Action_Export_ToMHT;
     this.btnExportMht.Id           = 69;
     this.btnExportMht.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Export_ToMHT_32x32;
     this.btnExportMht.Name         = "btnExportMht";
     //
     // btnExportImg
     //
     this.btnExportImg.Caption      = "Archivo Imagen";
     this.btnExportImg.CategoryGuid = new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97");
     this.btnExportImg.Glyph        = global::WinFormsApp.Properties.Resources.Action_Export_ToImage;
     this.btnExportImg.Id           = 68;
     this.btnExportImg.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Export_ToImage_32x32;
     this.btnExportImg.Name         = "btnExportImg";
     //
     // btnExportPdf
     //
     this.btnExportPdf.Caption      = "Archivo PDF";
     this.btnExportPdf.CategoryGuid = new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97");
     this.btnExportPdf.Glyph        = global::WinFormsApp.Properties.Resources.Action_Export_ToPDF;
     this.btnExportPdf.Id           = 70;
     this.btnExportPdf.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Export_ToPDF_32x32;
     this.btnExportPdf.Name         = "btnExportPdf";
     //
     // btnExportRtf
     //
     this.btnExportRtf.Caption      = "Archivo RTF";
     this.btnExportRtf.CategoryGuid = new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97");
     this.btnExportRtf.Glyph        = global::WinFormsApp.Properties.Resources.Action_Export_ToRTF;
     this.btnExportRtf.Id           = 71;
     this.btnExportRtf.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Export_ToRTF_32x32;
     this.btnExportRtf.Name         = "btnExportRtf";
     //
     // btnExportTxt
     //
     this.btnExportTxt.Caption      = "Archivo de Texto";
     this.btnExportTxt.CategoryGuid = new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97");
     this.btnExportTxt.Glyph        = global::WinFormsApp.Properties.Resources.Action_Export_ToText;
     this.btnExportTxt.Id           = 72;
     this.btnExportTxt.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Export_ToText_32x32;
     this.btnExportTxt.Name         = "btnExportTxt";
     //
     // btnExportXls
     //
     this.btnExportXls.Caption      = "Archivo XLS";
     this.btnExportXls.CategoryGuid = new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97");
     this.btnExportXls.Glyph        = global::WinFormsApp.Properties.Resources.Action_Export_ToXls;
     this.btnExportXls.Id           = 73;
     this.btnExportXls.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Export_ToXls_32x32;
     this.btnExportXls.Name         = "btnExportXls";
     //
     // btnExportXlsx
     //
     this.btnExportXlsx.Caption      = "Archivo XLSX";
     this.btnExportXlsx.CategoryGuid = new System.Guid("a9f1f2eb-11e3-4541-aa36-34a8926e4a97");
     this.btnExportXlsx.Glyph        = global::WinFormsApp.Properties.Resources.Action_Export_ToXLSX;
     this.btnExportXlsx.Id           = 74;
     this.btnExportXlsx.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Export_ToXLSX_32x32;
     this.btnExportXlsx.Name         = "btnExportXlsx";
     //
     // btnCerrar
     //
     this.btnCerrar.Caption      = "Salir";
     this.btnCerrar.CategoryGuid = new System.Guid("914e515b-0bf8-4995-97b2-cce8dc1d7479");
     this.btnCerrar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Close;
     this.btnCerrar.Id           = 75;
     this.btnCerrar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.btnCerrar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Close_32x32;
     this.btnCerrar.Name         = "btnCerrar";
     toolTipTitleItem6.Text      = "Salir de ventana (Ctrl + S)";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.btnCerrar.SuperTip = superToolTip6;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(934, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 305);
     this.barDockControlBottom.Size             = new System.Drawing.Size(934, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 274);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(934, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 274);
     //
     // btnListado1
     //
     this.btnListado1.Caption = "Listado";
     this.btnListado1.Id      = 65;
     this.btnListado1.Name    = "btnListado1";
     //
     // gcConsulta
     //
     this.gcConsulta.Cursor      = System.Windows.Forms.Cursors.Default;
     this.gcConsulta.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gcConsulta.Location    = new System.Drawing.Point(0, 31);
     this.gcConsulta.MainView    = this.gvConsulta;
     this.gcConsulta.MenuManager = this.bmConsulta;
     this.gcConsulta.Name        = "gcConsulta";
     this.gcConsulta.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riNumerico2
     });
     this.gcConsulta.Size     = new System.Drawing.Size(934, 274);
     this.gcConsulta.TabIndex = 0;
     this.gcConsulta.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvConsulta
     });
     this.gcConsulta.ProcessGridKey += new System.Windows.Forms.KeyEventHandler(this.gcConsulta_ProcessGridKey);
     //
     // gvConsulta
     //
     this.gvConsulta.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn3,
         this.gridColumn5,
         this.gridColumn4,
         this.gridColumn2,
         this.gridColumn7,
         this.gridColumn9,
         this.gridColumn8,
         this.gridColumn6,
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13
     });
     this.gvConsulta.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
     this.gvConsulta.GridControl    = this.gcConsulta;
     this.gvConsulta.Name           = "gvConsulta";
     this.gvConsulta.OptionsBehavior.AllowAddRows    = DevExpress.Utils.DefaultBoolean.True;
     this.gvConsulta.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
     this.gvConsulta.OptionsBehavior.ReadOnly        = true;
     this.gvConsulta.OptionsView.ColumnAutoWidth     = false;
     this.gvConsulta.OptionsView.ShowFooter          = true;
     this.gvConsulta.ShownEditor += new System.EventHandler(this.gvConsulta_ShownEditor);
     this.gvConsulta.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.gvConsulta_KeyDown);
     this.gvConsulta.MouseWheel  += new System.Windows.Forms.MouseEventHandler(this.gvConsulta_MouseWheel);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Id.";
     this.gridColumn1.FieldName = "Iddetraccioncliente";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "idordendeventa", "Nº {0}")
     });
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 67;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "Número";
     this.gridColumn3.FieldName    = "Serienumerodetraccion";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 1;
     this.gridColumn3.Width        = 51;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "Fecha y hora";
     this.gridColumn5.FieldName    = "Fechapago";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 2;
     this.gridColumn5.Width        = 93;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "Responsable";
     this.gridColumn4.FieldName    = "Nombreresponsable";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width        = 90;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Comprobante";
     this.gridColumn2.FieldName    = "Serienumerocpventa";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 4;
     this.gridColumn2.Width        = 96;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "Fecha";
     this.gridColumn7.FieldName    = "Fechaemision";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 5;
     this.gridColumn7.Width        = 45;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "Cliente";
     this.gridColumn9.FieldName    = "Nombrecliente";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 6;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "Doc. Entidad";
     this.gridColumn8.FieldName    = "Nrodocentidadcliente";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 7;
     this.gridColumn8.Width        = 71;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "Moneda";
     this.gridColumn6.FieldName    = "Simbolomoneda";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 8;
     this.gridColumn6.Width        = 73;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "Importe Cp";
     this.gridColumn10.FieldName    = "Totaldocumento";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 9;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "% Detracción";
     this.gridColumn11.FieldName    = "Porcentajedetraccion";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 10;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption      = "Importe Deposito S/.";
     this.gridColumn12.FieldName    = "Importedeposito";
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 11;
     this.gridColumn12.Width        = 79;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption      = "Anulado";
     this.gridColumn13.FieldName    = "Anulado";
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 12;
     //
     // riNumerico2
     //
     this.riNumerico2.AutoHeight    = false;
     this.riNumerico2.Mask.EditMask = "n2";
     this.riNumerico2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riNumerico2.Mask.UseMaskAsDisplayFormat = true;
     this.riNumerico2.Name = "riNumerico2";
     //
     // DetraccionclienteFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(934, 305);
     this.Controls.Add(this.gcConsulta);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "DetraccionclienteFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Detracción Cliente";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.DetraccionclienteFrm_FormClosing);
     this.Load         += new System.EventHandler(this.DetraccionclienteFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bmConsulta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcConsulta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvConsulta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico2)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem1           = new DevExpress.Utils.ToolTipItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapNavigationTools));
     DevExpress.Utils.SuperToolTip     superToolTip2          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem2           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip3          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip4          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem3           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip5          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip6          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem4           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip7          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip8          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip9          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip10         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip11         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11     = new DevExpress.Utils.ToolTipTitleItem();
     this.grpMapNav           = new DevExpress.XtraEditors.GroupControl();
     this.btnSelection        = new DevExpress.XtraEditors.SimpleButton();
     this.imageCollection_Nav = new DevExpress.Utils.ImageCollection(this.components);
     this.btnSwipe            = new DevExpress.XtraEditors.SimpleButton();
     this.btnIdentify         = new DevExpress.XtraEditors.SimpleButton();
     this.btnAreaMeasure      = new DevExpress.XtraEditors.SimpleButton();
     this.btnPan          = new DevExpress.XtraEditors.SimpleButton();
     this.btnLenMeasure   = new DevExpress.XtraEditors.SimpleButton();
     this.btnZoomOut      = new DevExpress.XtraEditors.SimpleButton();
     this.btnNextView     = new DevExpress.XtraEditors.SimpleButton();
     this.btnPreView      = new DevExpress.XtraEditors.SimpleButton();
     this.btnZoomIn       = new DevExpress.XtraEditors.SimpleButton();
     this.btnFullExtent   = new DevExpress.XtraEditors.SimpleButton();
     this.lblMeasureInfo  = new System.Windows.Forms.Label();
     this.lblSwipe        = new DevExpress.XtraEditors.LabelControl();
     this.cmbLayers       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btnMeasureClose = new DevExpress.XtraEditors.SimpleButton();
     this.lblMeasureTips  = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.grpMapNav)).BeginInit();
     this.grpMapNav.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection_Nav)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbLayers.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // grpMapNav
     //
     this.grpMapNav.Controls.Add(this.btnSelection);
     this.grpMapNav.Controls.Add(this.btnSwipe);
     this.grpMapNav.Controls.Add(this.btnIdentify);
     this.grpMapNav.Controls.Add(this.btnAreaMeasure);
     this.grpMapNav.Controls.Add(this.btnPan);
     this.grpMapNav.Controls.Add(this.btnLenMeasure);
     this.grpMapNav.Controls.Add(this.btnZoomOut);
     this.grpMapNav.Controls.Add(this.btnNextView);
     this.grpMapNav.Controls.Add(this.btnPreView);
     this.grpMapNav.Controls.Add(this.btnZoomIn);
     this.grpMapNav.Controls.Add(this.btnFullExtent);
     this.grpMapNav.Location = new System.Drawing.Point(0, 0);
     this.grpMapNav.Name     = "grpMapNav";
     this.grpMapNav.Size     = new System.Drawing.Size(268, 49);
     this.grpMapNav.TabIndex = 8;
     this.grpMapNav.Text     = "地图导航条";
     //
     // btnSelection
     //
     this.btnSelection.ImageOptions.ImageIndex = 10;
     this.btnSelection.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnSelection.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSelection.Location = new System.Drawing.Point(242, 23);
     this.btnSelection.Margin   = new System.Windows.Forms.Padding(0);
     this.btnSelection.Name     = "btnSelection";
     this.btnSelection.Size     = new System.Drawing.Size(24, 24);
     toolTipTitleItem1.Text     = "选择图斑";
     toolTipItem1.LeftIndent    = 6;
     toolTipItem1.Text          = "在地图图斑上单击,或者拖动框选图斑";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.btnSelection.SuperTip = superToolTip1;
     this.btnSelection.TabIndex = 2;
     this.btnSelection.ToolTip  = "选择图斑";
     this.btnSelection.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // imageCollection_Nav
     //
     this.imageCollection_Nav.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection_Nav.ImageStream")));
     this.imageCollection_Nav.Images.SetKeyName(0, "fullExtent.png");
     this.imageCollection_Nav.Images.SetKeyName(1, "zooIn.png");
     this.imageCollection_Nav.Images.SetKeyName(2, "suoxiao.png");
     this.imageCollection_Nav.Images.SetKeyName(3, "pan.png");
     this.imageCollection_Nav.Images.SetKeyName(4, "left.png");
     this.imageCollection_Nav.Images.SetKeyName(5, "right.png");
     this.imageCollection_Nav.Images.SetKeyName(6, "icon-ceju.png");
     this.imageCollection_Nav.Images.SetKeyName(7, "cemian.png");
     this.imageCollection_Nav.Images.SetKeyName(8, "juanlian1.png");
     this.imageCollection_Nav.Images.SetKeyName(9, "identify.png");
     this.imageCollection_Nav.Images.SetKeyName(10, "xuanze1.png");
     this.imageCollection_Nav.Images.SetKeyName(11, "close.png");
     //
     // btnSwipe
     //
     this.btnSwipe.ImageOptions.ImageIndex = 8;
     this.btnSwipe.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnSwipe.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnSwipe.Location  = new System.Drawing.Point(194, 23);
     this.btnSwipe.Margin    = new System.Windows.Forms.Padding(0);
     this.btnSwipe.Name      = "btnSwipe";
     this.btnSwipe.Size      = new System.Drawing.Size(24, 24);
     toolTipTitleItem2.Text  = "卷帘";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text       = "在图层列表选择一个图层,\r\n通过单击和拖动可查看所选图层下面的图层,\r\n按Ctrl键卷起整个画面";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.btnSwipe.SuperTip = superToolTip2;
     this.btnSwipe.TabIndex = 1;
     this.btnSwipe.ToolTip  = "卷帘";
     this.btnSwipe.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // btnIdentify
     //
     this.btnIdentify.ImageOptions.ImageIndex = 9;
     this.btnIdentify.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnIdentify.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnIdentify.Location = new System.Drawing.Point(218, 23);
     this.btnIdentify.Margin   = new System.Windows.Forms.Padding(0);
     this.btnIdentify.Name     = "btnIdentify";
     this.btnIdentify.Size     = new System.Drawing.Size(24, 24);
     toolTipTitleItem3.Text    = "识别";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnIdentify.SuperTip = superToolTip3;
     this.btnIdentify.TabIndex = 0;
     this.btnIdentify.ToolTip  = "识别";
     this.btnIdentify.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // btnAreaMeasure
     //
     this.btnAreaMeasure.ImageOptions.ImageIndex = 7;
     this.btnAreaMeasure.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnAreaMeasure.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnAreaMeasure.Location = new System.Drawing.Point(170, 23);
     this.btnAreaMeasure.Margin   = new System.Windows.Forms.Padding(0);
     this.btnAreaMeasure.Name     = "btnAreaMeasure";
     this.btnAreaMeasure.Size     = new System.Drawing.Size(24, 24);
     toolTipTitleItem4.Text       = "测量面积";
     toolTipItem3.LeftIndent      = 6;
     toolTipItem3.Text            = "提示:请点击地图,左键量算,右键结束";
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem3);
     this.btnAreaMeasure.SuperTip = superToolTip4;
     this.btnAreaMeasure.TabIndex = 0;
     this.btnAreaMeasure.ToolTip  = "测量面积";
     this.btnAreaMeasure.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // btnPan
     //
     this.btnPan.ImageOptions.ImageIndex = 3;
     this.btnPan.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnPan.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPan.Location   = new System.Drawing.Point(74, 23);
     this.btnPan.Margin     = new System.Windows.Forms.Padding(0);
     this.btnPan.Name       = "btnPan";
     this.btnPan.Size       = new System.Drawing.Size(24, 24);
     toolTipTitleItem5.Text = "平移";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.btnPan.SuperTip = superToolTip5;
     this.btnPan.TabIndex = 0;
     this.btnPan.ToolTip  = "平移";
     this.btnPan.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // btnLenMeasure
     //
     this.btnLenMeasure.ImageOptions.ImageIndex = 6;
     this.btnLenMeasure.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnLenMeasure.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnLenMeasure.Location = new System.Drawing.Point(146, 23);
     this.btnLenMeasure.Margin   = new System.Windows.Forms.Padding(0);
     this.btnLenMeasure.Name     = "btnLenMeasure";
     this.btnLenMeasure.Size     = new System.Drawing.Size(24, 24);
     toolTipTitleItem6.Text      = "测量距离";
     toolTipItem4.LeftIndent     = 6;
     toolTipItem4.Text           = "请点击地图,左键量算,右键结束。";
     superToolTip6.Items.Add(toolTipTitleItem6);
     superToolTip6.Items.Add(toolTipItem4);
     this.btnLenMeasure.SuperTip = superToolTip6;
     this.btnLenMeasure.TabIndex = 0;
     this.btnLenMeasure.ToolTip  = "测量距离";
     this.btnLenMeasure.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // btnZoomOut
     //
     this.btnZoomOut.ImageOptions.ImageIndex = 2;
     this.btnZoomOut.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnZoomOut.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnZoomOut.Location = new System.Drawing.Point(50, 23);
     this.btnZoomOut.Margin   = new System.Windows.Forms.Padding(0);
     this.btnZoomOut.Name     = "btnZoomOut";
     this.btnZoomOut.Size     = new System.Drawing.Size(24, 24);
     toolTipTitleItem7.Text   = "缩小";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.btnZoomOut.SuperTip = superToolTip7;
     this.btnZoomOut.TabIndex = 0;
     this.btnZoomOut.ToolTip  = "缩小";
     this.btnZoomOut.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // btnNextView
     //
     this.btnNextView.ImageOptions.ImageIndex = 5;
     this.btnNextView.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnNextView.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnNextView.Location = new System.Drawing.Point(122, 23);
     this.btnNextView.Margin   = new System.Windows.Forms.Padding(0);
     this.btnNextView.Name     = "btnNextView";
     this.btnNextView.Size     = new System.Drawing.Size(24, 24);
     toolTipTitleItem8.Text    = "后一视图";
     superToolTip8.Items.Add(toolTipTitleItem8);
     this.btnNextView.SuperTip = superToolTip8;
     this.btnNextView.TabIndex = 0;
     this.btnNextView.ToolTip  = "后一视图";
     this.btnNextView.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // btnPreView
     //
     this.btnPreView.ImageOptions.ImageIndex = 4;
     this.btnPreView.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnPreView.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnPreView.Location = new System.Drawing.Point(98, 23);
     this.btnPreView.Margin   = new System.Windows.Forms.Padding(0);
     this.btnPreView.Name     = "btnPreView";
     this.btnPreView.Size     = new System.Drawing.Size(24, 24);
     toolTipTitleItem9.Text   = "前一视图";
     superToolTip9.Items.Add(toolTipTitleItem9);
     this.btnPreView.SuperTip = superToolTip9;
     this.btnPreView.TabIndex = 0;
     this.btnPreView.ToolTip  = "前一视图";
     this.btnPreView.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // btnZoomIn
     //
     this.btnZoomIn.ImageOptions.ImageIndex = 1;
     this.btnZoomIn.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnZoomIn.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnZoomIn.Location = new System.Drawing.Point(26, 23);
     this.btnZoomIn.Margin   = new System.Windows.Forms.Padding(0);
     this.btnZoomIn.Name     = "btnZoomIn";
     this.btnZoomIn.Size     = new System.Drawing.Size(24, 24);
     toolTipTitleItem10.Text = "放大";
     superToolTip10.Items.Add(toolTipTitleItem10);
     this.btnZoomIn.SuperTip = superToolTip10;
     this.btnZoomIn.TabIndex = 0;
     this.btnZoomIn.ToolTip  = "放大";
     this.btnZoomIn.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // btnFullExtent
     //
     this.btnFullExtent.ImageOptions.ImageIndex = 0;
     this.btnFullExtent.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnFullExtent.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFullExtent.Location = new System.Drawing.Point(2, 23);
     this.btnFullExtent.Margin   = new System.Windows.Forms.Padding(0);
     this.btnFullExtent.Name     = "btnFullExtent";
     this.btnFullExtent.Size     = new System.Drawing.Size(24, 24);
     toolTipTitleItem11.Text     = "全图";
     superToolTip11.Items.Add(toolTipTitleItem11);
     this.btnFullExtent.SuperTip = superToolTip11;
     this.btnFullExtent.TabIndex = 0;
     this.btnFullExtent.ToolTip  = "全图";
     this.btnFullExtent.Click   += new System.EventHandler(this.navigationButton_Click);
     //
     // lblMeasureInfo
     //
     this.lblMeasureInfo.AutoSize  = true;
     this.lblMeasureInfo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.lblMeasureInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblMeasureInfo.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblMeasureInfo.Location  = new System.Drawing.Point(5, 71);
     this.lblMeasureInfo.Name      = "lblMeasureInfo";
     this.lblMeasureInfo.Size      = new System.Drawing.Size(65, 12);
     this.lblMeasureInfo.TabIndex  = 9;
     this.lblMeasureInfo.Text      = "量算结果:";
     this.lblMeasureInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblMeasureInfo.Visible   = false;
     //
     // lblSwipe
     //
     this.lblSwipe.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblSwipe.Appearance.Options.UseForeColor = true;
     this.lblSwipe.Location = new System.Drawing.Point(5, 52);
     this.lblSwipe.Name     = "lblSwipe";
     this.lblSwipe.Size     = new System.Drawing.Size(60, 14);
     this.lblSwipe.TabIndex = 11;
     this.lblSwipe.Text     = "卷帘图层:";
     this.lblSwipe.Visible  = false;
     //
     // cmbLayers
     //
     this.cmbLayers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbLayers.Location = new System.Drawing.Point(69, 50);
     this.cmbLayers.Name     = "cmbLayers";
     this.cmbLayers.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbLayers.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbLayers.Size                  = new System.Drawing.Size(200, 20);
     this.cmbLayers.TabIndex              = 12;
     this.cmbLayers.Visible               = false;
     this.cmbLayers.SelectedIndexChanged += new System.EventHandler(this.cmbLayers_SelectedIndexChanged);
     //
     // btnMeasureClose
     //
     this.btnMeasureClose.ImageOptions.ImageIndex = 11;
     this.btnMeasureClose.ImageOptions.ImageList  = this.imageCollection_Nav;
     this.btnMeasureClose.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnMeasureClose.Location = new System.Drawing.Point(252, 52);
     this.btnMeasureClose.Name     = "btnMeasureClose";
     this.btnMeasureClose.Size     = new System.Drawing.Size(16, 16);
     this.btnMeasureClose.TabIndex = 13;
     this.btnMeasureClose.Visible  = false;
     this.btnMeasureClose.Click   += new System.EventHandler(this.btnMeasureClose_Click);
     //
     // lblMeasureTips
     //
     this.lblMeasureTips.AutoSize  = true;
     this.lblMeasureTips.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblMeasureTips.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblMeasureTips.Location  = new System.Drawing.Point(3, 53);
     this.lblMeasureTips.Name      = "lblMeasureTips";
     this.lblMeasureTips.Size      = new System.Drawing.Size(221, 12);
     this.lblMeasureTips.TabIndex  = 10;
     this.lblMeasureTips.Text      = "提示:请点击地图,左键量算,右键结束";
     this.lblMeasureTips.Visible   = false;
     //
     // MapNavigationTools
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(241)))));
     this.Controls.Add(this.btnMeasureClose);
     this.Controls.Add(this.lblMeasureInfo);
     this.Controls.Add(this.lblMeasureTips);
     this.Controls.Add(this.grpMapNav);
     this.Controls.Add(this.cmbLayers);
     this.Controls.Add(this.lblSwipe);
     this.Name = "MapNavigationTools";
     this.Size = new System.Drawing.Size(270, 90);
     ((System.ComponentModel.ISupportInitialize)(this.grpMapNav)).EndInit();
     this.grpMapNav.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection_Nav)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbLayers.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContractorsItemsForm));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.Ok = new DevExpress.XtraBars.BarButtonItem();
            this.Write = new DevExpress.XtraBars.BarButtonItem();
            this.Cancel = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.RefreshMapsInfoButton = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.FillProductivity = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.WebSiteControl = new DevExpress.XtraEditors.TextEdit();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.HouseControl = new DevExpress.XtraEditors.TextEdit();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.StreetControl = new DevExpress.XtraEditors.TextEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.DescriptionControl = new DevExpress.XtraEditors.TextEdit();
            this.CutNameControl = new DevExpress.XtraEditors.TextEdit();
            this.CityControl = new Aramis.AramisSearchLookUpEdit();
            this.PhoneControl = new DevExpress.XtraEditors.TextEdit();
            this.FaxControl = new DevExpress.XtraEditors.TextEdit();
            this.OfficeControl = new DevExpress.XtraEditors.TextEdit();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.CountryControl = new DevExpress.XtraEditors.LabelControl();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.WebSiteControl.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.HouseControl.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.StreetControl.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DescriptionControl.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CutNameControl.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CityControl.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PhoneControl.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.FaxControl.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.OfficeControl.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbon
            // 
            this.ribbon.ApplicationButtonText = null;
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.ExpandCollapseItem.Name = "";
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.Ok,
            this.Write,
            this.Cancel});
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 10;
            this.ribbon.Name = "ribbon";
            this.ribbon.Size = new System.Drawing.Size(477, 54);
            this.ribbon.StatusBar = this.ribbonStatusBar;
            // 
            // Ok
            // 
            this.Ok.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.Ok.Caption = "Ок";
            this.Ok.Id = 7;
            this.Ok.ImageIndex = 0;
            this.Ok.Name = "Ok";
            this.Ok.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OK_ItemClick);
            // 
            // Write
            // 
            this.Write.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.Write.Caption = "Записати";
            this.Write.Id = 8;
            this.Write.Name = "Write";
            this.Write.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Write_ItemClick);
            // 
            // Cancel
            // 
            this.Cancel.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.Cancel.Caption = "Відміна";
            this.Cancel.Id = 9;
            this.Cancel.ImageIndex = 1;
            this.Cancel.Name = "Cancel";
            this.Cancel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Cancel_ItemClick);
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.Ok);
            this.ribbonStatusBar.ItemLinks.Add(this.Write);
            this.ribbonStatusBar.ItemLinks.Add(this.Cancel);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 275);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbon;
            this.ribbonStatusBar.Size = new System.Drawing.Size(477, 23);
            // 
            // RefreshMapsInfoButton
            // 
            this.RefreshMapsInfoButton.Caption = "constructorButton";
            this.RefreshMapsInfoButton.Glyph = ((System.Drawing.Image)(resources.GetObject("RefreshMapsInfoButton.Glyph")));
            this.RefreshMapsInfoButton.Id = 1;
            this.RefreshMapsInfoButton.Name = "RefreshMapsInfoButton";
            toolTipTitleItem1.Text = "Обновить информацию по картам";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Инициировать обновление информации по картам";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.RefreshMapsInfoButton.SuperTip = superToolTip1;
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Плановый доход";
            this.barButtonItem1.Id = 5;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // FillProductivity
            // 
            this.FillProductivity.Caption = "Заполнить урожайность";
            this.FillProductivity.Id = 6;
            this.FillProductivity.Name = "FillProductivity";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "barButtonItem2";
            this.barButtonItem2.Id = 3;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // labelControl13
            // 
            this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Gray;
            this.labelControl13.Location = new System.Drawing.Point(60, 192);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(60, 13);
            this.labelControl13.TabIndex = 29;
            this.labelControl13.Text = "http://www.";
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(10, 192);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(25, 13);
            this.labelControl11.TabIndex = 22;
            this.labelControl11.Text = "Сайт";
            // 
            // WebSiteControl
            // 
            this.WebSiteControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.WebSiteControl.Location = new System.Drawing.Point(126, 189);
            this.WebSiteControl.MenuManager = this.ribbon;
            this.WebSiteControl.Name = "WebSiteControl";
            this.WebSiteControl.Properties.Mask.EditMask = "http://www.[a-zA-Z.-?/]+";
            this.WebSiteControl.Size = new System.Drawing.Size(339, 20);
            this.WebSiteControl.TabIndex = 8;
            // 
            // labelControl10
            // 
            this.labelControl10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Gray;
            this.labelControl10.Location = new System.Drawing.Point(371, 114);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(22, 13);
            this.labelControl10.TabIndex = 20;
            this.labelControl10.Text = "офіс";
            // 
            // labelControl9
            // 
            this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Gray;
            this.labelControl9.Location = new System.Drawing.Point(278, 114);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(22, 13);
            this.labelControl9.TabIndex = 18;
            this.labelControl9.Text = "буд.";
            // 
            // HouseControl
            // 
            this.HouseControl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.HouseControl.Location = new System.Drawing.Point(307, 111);
            this.HouseControl.MenuManager = this.ribbon;
            this.HouseControl.Name = "HouseControl";
            this.HouseControl.Size = new System.Drawing.Size(57, 20);
            this.HouseControl.TabIndex = 4;
            // 
            // labelControl8
            // 
            this.labelControl8.Location = new System.Drawing.Point(10, 114);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(37, 13);
            this.labelControl8.TabIndex = 16;
            this.labelControl8.Text = "Адреса";
            // 
            // StreetControl
            // 
            this.StreetControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.StreetControl.Location = new System.Drawing.Point(88, 111);
            this.StreetControl.MenuManager = this.ribbon;
            this.StreetControl.Name = "StreetControl";
            this.StreetControl.Size = new System.Drawing.Size(184, 20);
            this.StreetControl.TabIndex = 3;
            // 
            // labelControl7
            // 
            this.labelControl7.Location = new System.Drawing.Point(10, 166);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(25, 13);
            this.labelControl7.TabIndex = 14;
            this.labelControl7.Text = "Факс";
            // 
            // labelControl6
            // 
            this.labelControl6.Location = new System.Drawing.Point(10, 140);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(44, 13);
            this.labelControl6.TabIndex = 12;
            this.labelControl6.Text = "Телефон";
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(10, 66);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(28, 13);
            this.labelControl4.TabIndex = 8;
            this.labelControl4.Text = "Місто";
            // 
            // labelControl3
            // 
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Gray;
            this.labelControl3.Location = new System.Drawing.Point(60, 92);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(38, 13);
            this.labelControl3.TabIndex = 6;
            this.labelControl3.Text = "Країна:";
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.labelControl2.Location = new System.Drawing.Point(10, 36);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(100, 13);
            this.labelControl2.TabIndex = 4;
            this.labelControl2.Text = "Скорочена назва";
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.labelControl1.Location = new System.Drawing.Point(10, 10);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(73, 13);
            this.labelControl1.TabIndex = 2;
            this.labelControl1.Text = "Повна назва";
            // 
            // DescriptionControl
            // 
            this.DescriptionControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.DescriptionControl.Location = new System.Drawing.Point(116, 6);
            this.DescriptionControl.MenuManager = this.ribbon;
            this.DescriptionControl.Name = "DescriptionControl";
            this.DescriptionControl.Size = new System.Drawing.Size(349, 20);
            this.DescriptionControl.TabIndex = 0;
            // 
            // CutNameControl
            // 
            this.CutNameControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.CutNameControl.Location = new System.Drawing.Point(116, 33);
            this.CutNameControl.MenuManager = this.ribbon;
            this.CutNameControl.Name = "CutNameControl";
            this.CutNameControl.Size = new System.Drawing.Size(349, 20);
            this.CutNameControl.TabIndex = 1;
            // 
            // CityControl
            // 
            this.CityControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.CityControl.BaseFilter = null;
            this.CityControl.Location = new System.Drawing.Point(60, 66);
            this.CityControl.MenuManager = this.ribbon;
            this.CityControl.Name = "CityControl";
            this.CityControl.Properties.BaseFilter = null;
            this.CityControl.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.CityControl.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
            this.CityControl.Properties.NullText = "";
            this.CityControl.Size = new System.Drawing.Size(405, 20);
            this.CityControl.TabIndex = 2;
            // 
            // PhoneControl
            // 
            this.PhoneControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.PhoneControl.Location = new System.Drawing.Point(60, 137);
            this.PhoneControl.MenuManager = this.ribbon;
            this.PhoneControl.Name = "PhoneControl";
            this.PhoneControl.Properties.Mask.EditMask = "+38 (000) 00-00-000";
            this.PhoneControl.Properties.Mask.IgnoreMaskBlank = false;
            this.PhoneControl.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Simple;
            this.PhoneControl.Size = new System.Drawing.Size(405, 20);
            this.PhoneControl.TabIndex = 6;
            // 
            // FaxControl
            // 
            this.FaxControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.FaxControl.Location = new System.Drawing.Point(60, 163);
            this.FaxControl.MenuManager = this.ribbon;
            this.FaxControl.Name = "FaxControl";
            this.FaxControl.Properties.Mask.EditMask = "+38 (000) 00-00-000";
            this.FaxControl.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Simple;
            this.FaxControl.Size = new System.Drawing.Size(405, 20);
            this.FaxControl.TabIndex = 7;
            // 
            // OfficeControl
            // 
            this.OfficeControl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.OfficeControl.Location = new System.Drawing.Point(398, 111);
            this.OfficeControl.MenuManager = this.ribbon;
            this.OfficeControl.Name = "OfficeControl";
            this.OfficeControl.Size = new System.Drawing.Size(67, 20);
            this.OfficeControl.TabIndex = 5;
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem3.Caption = "Ок";
            this.barButtonItem3.Id = 7;
            this.barButtonItem3.ImageIndex = 0;
            this.barButtonItem3.Name = "barButtonItem3";
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem4.Caption = "Записать";
            this.barButtonItem4.Id = 8;
            this.barButtonItem4.Name = "barButtonItem4";
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem5.Caption = "Отменить";
            this.barButtonItem5.Id = 9;
            this.barButtonItem5.ImageIndex = 1;
            this.barButtonItem5.Name = "barButtonItem5";
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem6.Caption = "Ок";
            this.barButtonItem6.Id = 7;
            this.barButtonItem6.ImageIndex = 0;
            this.barButtonItem6.Name = "barButtonItem6";
            // 
            // barButtonItem7
            // 
            this.barButtonItem7.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem7.Caption = "Записать";
            this.barButtonItem7.Id = 8;
            this.barButtonItem7.Name = "barButtonItem7";
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem8.Caption = "Отменить";
            this.barButtonItem8.Id = 9;
            this.barButtonItem8.ImageIndex = 1;
            this.barButtonItem8.Name = "barButtonItem8";
            // 
            // barButtonItem9
            // 
            this.barButtonItem9.Caption = "barButtonItem2";
            this.barButtonItem9.Id = 3;
            this.barButtonItem9.Name = "barButtonItem9";
            // 
            // barButtonItem10
            // 
            this.barButtonItem10.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem10.Caption = "OK";
            this.barButtonItem10.Id = 4;
            this.barButtonItem10.ImageIndex = 0;
            this.barButtonItem10.Name = "barButtonItem10";
            // 
            // barButtonItem11
            // 
            this.barButtonItem11.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem11.Caption = "Отмена";
            this.barButtonItem11.Id = 6;
            this.barButtonItem11.ImageIndex = 1;
            this.barButtonItem11.Name = "barButtonItem11";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.panelControl2);
            this.panelControl1.Controls.Add(this.labelControl5);
            this.panelControl1.Controls.Add(this.labelControl1);
            this.panelControl1.Controls.Add(this.OfficeControl);
            this.panelControl1.Controls.Add(this.FaxControl);
            this.panelControl1.Controls.Add(this.CountryControl);
            this.panelControl1.Controls.Add(this.PhoneControl);
            this.panelControl1.Controls.Add(this.labelControl13);
            this.panelControl1.Controls.Add(this.CityControl);
            this.panelControl1.Controls.Add(this.CutNameControl);
            this.panelControl1.Controls.Add(this.labelControl11);
            this.panelControl1.Controls.Add(this.DescriptionControl);
            this.panelControl1.Controls.Add(this.WebSiteControl);
            this.panelControl1.Controls.Add(this.labelControl2);
            this.panelControl1.Controls.Add(this.labelControl10);
            this.panelControl1.Controls.Add(this.labelControl3);
            this.panelControl1.Controls.Add(this.labelControl9);
            this.panelControl1.Controls.Add(this.labelControl4);
            this.panelControl1.Controls.Add(this.HouseControl);
            this.panelControl1.Controls.Add(this.labelControl6);
            this.panelControl1.Controls.Add(this.labelControl8);
            this.panelControl1.Controls.Add(this.labelControl7);
            this.panelControl1.Controls.Add(this.StreetControl);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl1.Location = new System.Drawing.Point(0, 54);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(477, 221);
            this.panelControl1.TabIndex = 35;
            // 
            // panelControl2
            // 
            this.panelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panelControl2.Appearance.BackColor = System.Drawing.Color.Silver;
            this.panelControl2.Appearance.Options.UseBackColor = true;
            this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl2.Location = new System.Drawing.Point(10, 59);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(455, 1);
            this.panelControl2.TabIndex = 33;
            // 
            // labelControl5
            // 
            this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Gray;
            this.labelControl5.Location = new System.Drawing.Point(60, 114);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(21, 13);
            this.labelControl5.TabIndex = 32;
            this.labelControl5.Text = "вул.";
            // 
            // CountryControl
            // 
            this.CountryControl.Location = new System.Drawing.Point(103, 92);
            this.CountryControl.Name = "CountryControl";
            this.CountryControl.Size = new System.Drawing.Size(16, 13);
            this.CountryControl.TabIndex = 31;
            this.CountryControl.Text = "{0}";
            // 
            // ContractorsItemsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(477, 298);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbon);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.Name = "ContractorsItemsForm";
            this.Ribbon = this.ribbon;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "ItemsForm";
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.WebSiteControl.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.HouseControl.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.StreetControl.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DescriptionControl.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CutNameControl.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CityControl.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PhoneControl.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.FaxControl.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.OfficeControl.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barButtonAdd = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonEdit = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonDelete = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonRefresh = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonUp = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonDown = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonPrint = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonExport = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonPdf = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonXls = new DevExpress.XtraBars.BarButtonItem();
            this.chkGridView = new DevExpress.XtraBars.BarCheckItem();
            this.chkCardView = new DevExpress.XtraBars.BarCheckItem();
            this.barButtonXlsx = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageManage = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageNav = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPagePrint = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.gridControlListaRecetas = new DevExpress.XtraGrid.GridControl();
            this.gridViewListaRecetas = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumnId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnNombre = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnCostoReceta = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlListaRecetas)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewListaRecetas)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonControl
            // 
            this.ribbonControl.ApplicationButtonText = null;
            this.ribbonControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonAdd,
            this.barButtonEdit,
            this.barButtonDelete,
            this.barButtonRefresh,
            this.barButtonUp,
            this.barButtonDown,
            this.barButtonPrint,
            this.barButtonExport,
            this.barButtonPdf,
            this.barButtonXls,
            this.chkGridView,
            this.chkCardView,
            this.barButtonXlsx});
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 134;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.PageCategoryAlignment = DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment.Right;
            this.ribbonControl.PageHeaderMinWidth = 50;
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage});
            this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl.SelectedPage = this.ribbonPage;
            this.ribbonControl.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.True;
            this.ribbonControl.Size = new System.Drawing.Size(1014, 141);
            this.ribbonControl.TransparentEditors = true;
            // 
            // barButtonAdd
            // 
            this.barButtonAdd.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.barButtonAdd.Caption = "Nuevo";
            this.barButtonAdd.Glyph = global::UIRenderers.Properties.Resources.add;
            this.barButtonAdd.Id = 0;
            this.barButtonAdd.Name = "barButtonAdd";
            this.barButtonAdd.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem1.Text = "Nuevo";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Agrega un nuevo producto.";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.barButtonAdd.SuperTip = superToolTip1;
            this.barButtonAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonAdd_ItemClick);
            // 
            // barButtonEdit
            // 
            this.barButtonEdit.Caption = "Editar";
            this.barButtonEdit.Glyph = global::UIRenderers.Properties.Resources.edit;
            this.barButtonEdit.Id = 1;
            this.barButtonEdit.Name = "barButtonEdit";
            this.barButtonEdit.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem2.Text = "Editar";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Edita el registro seleccionado.";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            this.barButtonEdit.SuperTip = superToolTip2;
            this.barButtonEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonEdit_ItemClick);
            // 
            // barButtonDelete
            // 
            this.barButtonDelete.Caption = "Borrar";
            this.barButtonDelete.Glyph = global::UIRenderers.Properties.Resources.delete;
            this.barButtonDelete.Id = 2;
            this.barButtonDelete.Name = "barButtonDelete";
            this.barButtonDelete.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem3.Text = "Borrar";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Elimina el registro seleccionado.";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            this.barButtonDelete.SuperTip = superToolTip3;
            this.barButtonDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonDelete_ItemClick);
            // 
            // barButtonRefresh
            // 
            this.barButtonRefresh.Caption = "Actualizar";
            this.barButtonRefresh.Glyph = global::UIRenderers.Properties.Resources.refresh;
            this.barButtonRefresh.Id = 3;
            this.barButtonRefresh.Name = "barButtonRefresh";
            this.barButtonRefresh.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem4.Text = "Actualizar";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Actualiza la vista actual.";
            superToolTip4.Items.Add(toolTipTitleItem4);
            superToolTip4.Items.Add(toolTipItem4);
            this.barButtonRefresh.SuperTip = superToolTip4;
            this.barButtonRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonRefresh_ItemClick);
            // 
            // barButtonUp
            // 
            this.barButtonUp.Caption = "Arriba";
            this.barButtonUp.Enabled = false;
            this.barButtonUp.Glyph = global::UIRenderers.Properties.Resources.up;
            this.barButtonUp.Id = 6;
            this.barButtonUp.Name = "barButtonUp";
            toolTipTitleItem5.Text = "Arriba";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Registro anterior.";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem5);
            this.barButtonUp.SuperTip = superToolTip5;
            this.barButtonUp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonUp_ItemClick);
            // 
            // barButtonDown
            // 
            this.barButtonDown.Caption = "Abajo";
            this.barButtonDown.Glyph = global::UIRenderers.Properties.Resources.down;
            this.barButtonDown.Id = 7;
            this.barButtonDown.Name = "barButtonDown";
            toolTipTitleItem6.Text = "Abajo";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "Siguiente registro.";
            superToolTip6.Items.Add(toolTipTitleItem6);
            superToolTip6.Items.Add(toolTipItem6);
            this.barButtonDown.SuperTip = superToolTip6;
            this.barButtonDown.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonDown_ItemClick);
            // 
            // barButtonPrint
            // 
            this.barButtonPrint.Caption = "Vista previa";
            this.barButtonPrint.Glyph = global::UIRenderers.Properties.Resources.printpreview;
            this.barButtonPrint.Id = 8;
            this.barButtonPrint.Name = "barButtonPrint";
            this.barButtonPrint.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem7.Text = "Vista previa";
            toolTipItem7.LeftIndent = 6;
            toolTipItem7.Text = "Genera una vista de impresión previa.";
            superToolTip7.Items.Add(toolTipTitleItem7);
            superToolTip7.Items.Add(toolTipItem7);
            this.barButtonPrint.SuperTip = superToolTip7;
            this.barButtonPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonPrint_ItemClick);
            // 
            // barButtonExport
            // 
            this.barButtonExport.ActAsDropDown = true;
            this.barButtonExport.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonExport.Caption = "Exportar";
            this.barButtonExport.Glyph = global::UIRenderers.Properties.Resources.export;
            this.barButtonExport.Id = 10;
            this.barButtonExport.Name = "barButtonExport";
            this.barButtonExport.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem8.Text = "Exportar";
            toolTipItem8.LeftIndent = 6;
            toolTipItem8.Text = "Genera un reporte en diferentes formatos.";
            superToolTip8.Items.Add(toolTipTitleItem8);
            superToolTip8.Items.Add(toolTipItem8);
            this.barButtonExport.SuperTip = superToolTip8;
            // 
            // barButtonPdf
            // 
            this.barButtonPdf.Caption = "Exportar a PDF";
            this.barButtonPdf.Glyph = global::UIRenderers.Properties.Resources.pdf;
            this.barButtonPdf.Id = 15;
            this.barButtonPdf.Name = "barButtonPdf";
            // 
            // barButtonXls
            // 
            this.barButtonXls.Caption = "Exportar a XLS";
            this.barButtonXls.Glyph = global::UIRenderers.Properties.Resources.xls;
            this.barButtonXls.Id = 16;
            this.barButtonXls.Name = "barButtonXls";
            // 
            // chkGridView
            // 
            this.chkGridView.Caption = "Grid";
            this.chkGridView.Checked = true;
            this.chkGridView.Id = 23;
            this.chkGridView.Name = "chkGridView";
            // 
            // chkCardView
            // 
            this.chkCardView.Caption = "Card";
            this.chkCardView.Id = 24;
            this.chkCardView.Name = "chkCardView";
            // 
            // barButtonXlsx
            // 
            this.barButtonXlsx.Caption = "Exportar a XLSX";
            this.barButtonXlsx.Glyph = global::UIRenderers.Properties.Resources.xls;
            this.barButtonXlsx.Id = 133;
            this.barButtonXlsx.Name = "barButtonXlsx";
            // 
            // ribbonPage
            // 
            this.ribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageManage,
            this.ribbonPageNav,
            this.ribbonPagePrint});
            this.ribbonPage.Name = "ribbonPage";
            this.ribbonPage.Text = "Inicio";
            // 
            // ribbonPageManage
            // 
            this.ribbonPageManage.ItemLinks.Add(this.barButtonAdd);
            this.ribbonPageManage.ItemLinks.Add(this.barButtonEdit);
            this.ribbonPageManage.ItemLinks.Add(this.barButtonDelete);
            this.ribbonPageManage.ItemLinks.Add(this.barButtonRefresh);
            this.ribbonPageManage.Name = "ribbonPageManage";
            this.ribbonPageManage.Text = "Administración de registros";
            // 
            // ribbonPageNav
            // 
            this.ribbonPageNav.AllowTextClipping = false;
            this.ribbonPageNav.ItemLinks.Add(this.barButtonUp);
            this.ribbonPageNav.ItemLinks.Add(this.barButtonDown);
            this.ribbonPageNav.Name = "ribbonPageNav";
            this.ribbonPageNav.Text = "Navegación";
            // 
            // ribbonPagePrint
            // 
            this.ribbonPagePrint.AllowTextClipping = false;
            this.ribbonPagePrint.ItemLinks.Add(this.barButtonPrint);
            this.ribbonPagePrint.ItemLinks.Add(this.barButtonExport);
            this.ribbonPagePrint.Name = "ribbonPagePrint";
            this.ribbonPagePrint.Text = "Exportar e Imprimir";
            // 
            // gridControlListaRecetas
            // 
            this.gridControlListaRecetas.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlListaRecetas.Location = new System.Drawing.Point(0, 141);
            this.gridControlListaRecetas.MainView = this.gridViewListaRecetas;
            this.gridControlListaRecetas.MenuManager = this.ribbonControl;
            this.gridControlListaRecetas.Name = "gridControlListaRecetas";
            this.gridControlListaRecetas.Size = new System.Drawing.Size(1014, 561);
            this.gridControlListaRecetas.TabIndex = 2;
            this.gridControlListaRecetas.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewListaRecetas});
            // 
            // gridViewListaRecetas
            // 
            this.gridViewListaRecetas.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumnId,
            this.gridColumnNombre,
            this.gridColumnCostoReceta});
            this.gridViewListaRecetas.GridControl = this.gridControlListaRecetas;
            this.gridViewListaRecetas.Name = "gridViewListaRecetas";
            this.gridViewListaRecetas.OptionsView.ShowAutoFilterRow = true;
            // 
            // gridColumnId
            // 
            this.gridColumnId.Caption = "Id";
            this.gridColumnId.Name = "gridColumnId";
            this.gridColumnId.OptionsColumn.AllowEdit = false;
            this.gridColumnId.Visible = true;
            this.gridColumnId.VisibleIndex = 0;
            this.gridColumnId.Width = 155;
            // 
            // gridColumnNombre
            // 
            this.gridColumnNombre.Caption = "Nombre";
            this.gridColumnNombre.Name = "gridColumnNombre";
            this.gridColumnNombre.OptionsColumn.AllowEdit = false;
            this.gridColumnNombre.Visible = true;
            this.gridColumnNombre.VisibleIndex = 1;
            this.gridColumnNombre.Width = 439;
            // 
            // gridColumnCostoReceta
            // 
            this.gridColumnCostoReceta.Caption = "Costo de la Receta";
            this.gridColumnCostoReceta.Name = "gridColumnCostoReceta";
            this.gridColumnCostoReceta.OptionsColumn.AllowEdit = false;
            this.gridColumnCostoReceta.Visible = true;
            this.gridColumnCostoReceta.VisibleIndex = 2;
            this.gridColumnCostoReceta.Width = 399;
            // 
            // PnlListaRecetas
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.gridControlListaRecetas);
            this.Controls.Add(this.ribbonControl);
            this.Name = "PnlListaRecetas";
            this.Size = new System.Drawing.Size(1014, 702);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlListaRecetas)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewListaRecetas)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SuperToolTip superToolTip14 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip15 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip17 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem17 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip16 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip18 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem18 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip19 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem19 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip21 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem21 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip26 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem26 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip20 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem20 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip22 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem22 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip23 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem23 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip24 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem24 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip25 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem25 = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_promociones));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.articid = new System.Windows.Forms.TextBox();
     this.articname = new System.Windows.Forms.TextBox();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.btn_nuevo = new DevExpress.XtraBars.BarButtonItem();
     this.btn_editar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_cancelar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_grabar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_eliminar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_imprimir = new DevExpress.XtraBars.BarButtonItem();
     this.btn_log = new DevExpress.XtraBars.BarButtonItem();
     this.btn_clave = new DevExpress.XtraBars.BarButtonItem();
     this.btn_salir = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.btnLoad = new DevExpress.XtraBars.BarButtonItem();
     this.btnInicio = new DevExpress.XtraBars.BarButtonItem();
     this.btnAnterior = new DevExpress.XtraBars.BarButtonItem();
     this.btnSiguiente = new DevExpress.XtraBars.BarButtonItem();
     this.btnUltimo = new DevExpress.XtraBars.BarButtonItem();
     this.pnl_01 = new DevExpress.XtraEditors.PanelControl();
     this.rdb_estado = new DevExpress.XtraEditors.RadioGroup();
     this.pnl_dias = new DevExpress.XtraEditors.PanelControl();
     this.chk_sab = new DevExpress.XtraEditors.CheckEdit();
     this.chk_lun = new DevExpress.XtraEditors.CheckEdit();
     this.chk_mar = new DevExpress.XtraEditors.CheckEdit();
     this.chk_dom = new DevExpress.XtraEditors.CheckEdit();
     this.chk_mie = new DevExpress.XtraEditors.CheckEdit();
     this.chk_jue = new DevExpress.XtraEditors.CheckEdit();
     this.chk_vie = new DevExpress.XtraEditors.CheckEdit();
     this.exclusivo = new System.Windows.Forms.TextBox();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.chk_solodias = new DevExpress.XtraEditors.CheckEdit();
     this.impopack = new System.Windows.Forms.TextBox();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     this.npack = new System.Windows.Forms.TextBox();
     this.aplicfin = new System.Windows.Forms.TextBox();
     this.aplicini = new System.Windows.Forms.TextBox();
     this.impodoc = new System.Windows.Forms.TextBox();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.cmb_grupopromocion = new System.Windows.Forms.ComboBox();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.perdsctocab = new System.Windows.Forms.TextBox();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.chk_aldocum = new DevExpress.XtraEditors.CheckEdit();
     this.prioridad = new System.Windows.Forms.TextBox();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.cmb_tarjgrupoid = new System.Windows.Forms.ComboBox();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.cmb_tiendalist = new System.Windows.Forms.ComboBox();
     this.fechafin = new System.Windows.Forms.DateTimePicker();
     this.fechaini = new System.Windows.Forms.DateTimePicker();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.promoname = new System.Windows.Forms.TextBox();
     this.promoid = new System.Windows.Forms.TextBox();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.pnlcontroldet = new DevExpress.XtraEditors.PanelControl();
     this.btn_update = new DevExpress.XtraEditors.SimpleButton();
     this.btn_search = new DevExpress.XtraEditors.SimpleButton();
     this.rollo_search = new System.Windows.Forms.TextBox();
     this.btn_exportar = new DevExpress.XtraEditors.SimpleButton();
     this.btn_importar = new DevExpress.XtraEditors.SimpleButton();
     this.chk_aldoc2 = new DevExpress.XtraEditors.CheckEdit();
     this.btn_del = new DevExpress.XtraEditors.SimpleButton();
     this.btn_add = new DevExpress.XtraEditors.SimpleButton();
     this.btn_save = new DevExpress.XtraEditors.SimpleButton();
     this.precunit = new System.Windows.Forms.TextBox();
     this.percdscto = new System.Windows.Forms.TextBox();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.dgb_promodet = new System.Windows.Forms.DataGridView();
     this.@__promoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._articid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._articidold = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._articname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._es_dscto = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.@__percdscto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._precunit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.@__status = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.@__feact = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._usuarip = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.Group_chks = new DevExpress.XtraEditors.RadioGroup();
     this.cmb_perianio = new System.Windows.Forms.ComboBox();
     this.cmb_grupopromocion2 = new System.Windows.Forms.ComboBox();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.Mdi_dgv_promociones = new DevExpress.XtraGrid.GridControl();
     this.dgv_promociones = new DevExpress.XtraGrid.Views.Grid.GridView();
     this._promoid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._prioridad = new DevExpress.XtraGrid.Columns.GridColumn();
     this._status = new DevExpress.XtraGrid.Columns.GridColumn();
     this._exclusivo = new DevExpress.XtraGrid.Columns.GridColumn();
     this._promoname = new DevExpress.XtraGrid.Columns.GridColumn();
     this._tiendalist = new DevExpress.XtraGrid.Columns.GridColumn();
     this._tarjgrupoid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._tarjetaid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._percdscto = new DevExpress.XtraGrid.Columns.GridColumn();
     this._al_docum = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fechaini = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fechafin = new DevExpress.XtraGrid.Columns.GridColumn();
     this._promotipoid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._grupopromoid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._campaniaid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._usuar = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fecre = new DevExpress.XtraGrid.Columns.GridColumn();
     this._feact = new DevExpress.XtraGrid.Columns.GridColumn();
     this._usuarap = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fechap = new DevExpress.XtraGrid.Columns.GridColumn();
     this._solodias = new DevExpress.XtraGrid.Columns.GridColumn();
     this._dom = new DevExpress.XtraGrid.Columns.GridColumn();
     this._lun = new DevExpress.XtraGrid.Columns.GridColumn();
     this._mar = new DevExpress.XtraGrid.Columns.GridColumn();
     this._mie = new DevExpress.XtraGrid.Columns.GridColumn();
     this._jue = new DevExpress.XtraGrid.Columns.GridColumn();
     this._vie = new DevExpress.XtraGrid.Columns.GridColumn();
     this._sab = new DevExpress.XtraGrid.Columns.GridColumn();
     this._npack = new DevExpress.XtraGrid.Columns.GridColumn();
     this._impopack = new DevExpress.XtraGrid.Columns.GridColumn();
     this._aplicini = new DevExpress.XtraGrid.Columns.GridColumn();
     this._aplicfin = new DevExpress.XtraGrid.Columns.GridColumn();
     this._impodoc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_01)).BeginInit();
     this.pnl_01.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rdb_estado.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_dias)).BeginInit();
     this.pnl_dias.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_sab.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_lun.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_mar.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_dom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_mie.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_jue.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_vie.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_solodias.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_aldocum.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlcontroldet)).BeginInit();
     this.pnlcontroldet.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_aldoc2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_promodet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Group_chks.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_promociones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_promociones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     this.SuspendLayout();
     //
     // articid
     //
     this.articid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.articid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.articid.Location = new System.Drawing.Point(76, 4);
     this.articid.MaxLength = 10;
     this.articid.Name = "articid";
     this.articid.Size = new System.Drawing.Size(66, 20);
     this.articid.TabIndex = 11;
     this.articid.Text = "00000000";
     this.articid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.articid_KeyDown);
     //
     // articname
     //
     this.articname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.articname.Location = new System.Drawing.Point(143, 4);
     this.articname.Name = "articname";
     this.articname.Size = new System.Drawing.Size(326, 21);
     this.articname.TabIndex = 12;
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(214, 135);
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_grabar,
     this.btn_cancelar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btnLoad,
     this.btn_log,
     this.btnInicio,
     this.btnAnterior,
     this.btnSiguiente,
     this.btnUltimo,
     this.btn_salir,
     this.btn_clave});
     this.barManager1.MainMenu = this.bar1;
     this.barManager1.MaxItemId = 16;
     //
     // bar1
     //
     this.bar1.BarName = "Main menu";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(214, 135);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_nuevo, DevExpress.XtraBars.BarItemPaintStyle.Standard),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_editar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_cancelar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_grabar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_eliminar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_imprimir),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_log),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_clave),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_salir)});
     this.bar1.OptionsBar.MultiLine = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Main menu";
     //
     // btn_nuevo
     //
     this.btn_nuevo.Caption = "btnNew";
     this.btn_nuevo.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Glyph")));
     this.btn_nuevo.Id = 2;
     this.btn_nuevo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.LargeGlyph")));
     this.btn_nuevo.Name = "btn_nuevo";
     toolTipTitleItem14.Text = "Nuevo";
     superToolTip14.Items.Add(toolTipTitleItem14);
     this.btn_nuevo.SuperTip = superToolTip14;
     this.btn_nuevo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_nuevo_ItemClick);
     //
     // btn_editar
     //
     this.btn_editar.Caption = "btnEdit";
     this.btn_editar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.Glyph")));
     this.btn_editar.Id = 3;
     this.btn_editar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.LargeGlyph")));
     this.btn_editar.Name = "btn_editar";
     toolTipTitleItem15.Text = "Editar";
     superToolTip15.Items.Add(toolTipTitleItem15);
     this.btn_editar.SuperTip = superToolTip15;
     this.btn_editar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_editar_ItemClick);
     //
     // btn_cancelar
     //
     this.btn_cancelar.Caption = "btnCancel";
     this.btn_cancelar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.Glyph")));
     this.btn_cancelar.Id = 5;
     this.btn_cancelar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.LargeGlyph")));
     this.btn_cancelar.Name = "btn_cancelar";
     toolTipTitleItem17.Text = "Cancelar";
     superToolTip17.Items.Add(toolTipTitleItem17);
     this.btn_cancelar.SuperTip = superToolTip17;
     this.btn_cancelar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_cancelar_ItemClick);
     //
     // btn_grabar
     //
     this.btn_grabar.Caption = "btnSave";
     this.btn_grabar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Glyph")));
     this.btn_grabar.Id = 4;
     this.btn_grabar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.LargeGlyph")));
     this.btn_grabar.Name = "btn_grabar";
     toolTipTitleItem16.Text = "Guardar";
     superToolTip16.Items.Add(toolTipTitleItem16);
     this.btn_grabar.SuperTip = superToolTip16;
     this.btn_grabar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_grabar_ItemClick);
     //
     // btn_eliminar
     //
     this.btn_eliminar.Caption = "btnDelete";
     this.btn_eliminar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Glyph")));
     this.btn_eliminar.Id = 6;
     this.btn_eliminar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.LargeGlyph")));
     this.btn_eliminar.Name = "btn_eliminar";
     toolTipTitleItem18.Text = "Elimar Registro";
     superToolTip18.Items.Add(toolTipTitleItem18);
     this.btn_eliminar.SuperTip = superToolTip18;
     this.btn_eliminar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_eliminar_ItemClick);
     //
     // btn_imprimir
     //
     this.btn_imprimir.Caption = "btnPrint";
     this.btn_imprimir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Glyph")));
     this.btn_imprimir.Id = 7;
     this.btn_imprimir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.LargeGlyph")));
     this.btn_imprimir.Name = "btn_imprimir";
     toolTipTitleItem19.Text = "Imprimir";
     superToolTip19.Items.Add(toolTipTitleItem19);
     this.btn_imprimir.SuperTip = superToolTip19;
     //
     // btn_log
     //
     this.btn_log.Caption = "btnLog";
     this.btn_log.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_log.Glyph")));
     this.btn_log.Id = 9;
     this.btn_log.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_log.LargeGlyph")));
     this.btn_log.Name = "btn_log";
     toolTipTitleItem21.Text = "Log";
     superToolTip21.Items.Add(toolTipTitleItem21);
     this.btn_log.SuperTip = superToolTip21;
     //
     // btn_clave
     //
     this.btn_clave.Caption = "btnLock";
     this.btn_clave.Glyph = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.Id = 15;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_clave_ItemClick);
     //
     // btn_salir
     //
     this.btn_salir.Caption = "btnExit";
     this.btn_salir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.Glyph")));
     this.btn_salir.Id = 14;
     this.btn_salir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.LargeGlyph")));
     this.btn_salir.Name = "btn_salir";
     toolTipTitleItem26.Text = "Salir";
     superToolTip26.Items.Add(toolTipTitleItem26);
     this.btn_salir.SuperTip = superToolTip26;
     this.btn_salir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_salir_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1038, 28);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 595);
     this.barDockControlBottom.Size = new System.Drawing.Size(1038, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 28);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 567);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1038, 28);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 567);
     //
     // btnLoad
     //
     this.btnLoad.Caption = "btnLoad";
     this.btnLoad.Glyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.Glyph")));
     this.btnLoad.Id = 8;
     this.btnLoad.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.LargeGlyph")));
     this.btnLoad.Name = "btnLoad";
     toolTipTitleItem20.Text = "Actualizar";
     superToolTip20.Items.Add(toolTipTitleItem20);
     this.btnLoad.SuperTip = superToolTip20;
     //
     // btnInicio
     //
     this.btnInicio.Caption = "btnInicio";
     this.btnInicio.Glyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.Glyph")));
     this.btnInicio.Id = 10;
     this.btnInicio.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.LargeGlyph")));
     this.btnInicio.Name = "btnInicio";
     toolTipTitleItem22.Text = "Primer Registro";
     superToolTip22.Items.Add(toolTipTitleItem22);
     this.btnInicio.SuperTip = superToolTip22;
     //
     // btnAnterior
     //
     this.btnAnterior.Caption = "btnAnterior";
     this.btnAnterior.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.Glyph")));
     this.btnAnterior.Id = 11;
     this.btnAnterior.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.LargeGlyph")));
     this.btnAnterior.Name = "btnAnterior";
     toolTipTitleItem23.Text = "Anterior Registro";
     superToolTip23.Items.Add(toolTipTitleItem23);
     this.btnAnterior.SuperTip = superToolTip23;
     //
     // btnSiguiente
     //
     this.btnSiguiente.Caption = "btnSiguiente";
     this.btnSiguiente.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.Glyph")));
     this.btnSiguiente.Id = 12;
     this.btnSiguiente.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.LargeGlyph")));
     this.btnSiguiente.Name = "btnSiguiente";
     toolTipTitleItem24.Text = "Siguiente Registro";
     superToolTip24.Items.Add(toolTipTitleItem24);
     this.btnSiguiente.SuperTip = superToolTip24;
     //
     // btnUltimo
     //
     this.btnUltimo.Caption = "btnUltimo";
     this.btnUltimo.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.Glyph")));
     this.btnUltimo.Id = 13;
     this.btnUltimo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.LargeGlyph")));
     this.btnUltimo.Name = "btnUltimo";
     toolTipTitleItem25.Text = "Ultimo Registro";
     superToolTip25.Items.Add(toolTipTitleItem25);
     this.btnUltimo.SuperTip = superToolTip25;
     //
     // pnl_01
     //
     this.pnl_01.Appearance.BackColor = System.Drawing.Color.Teal;
     this.pnl_01.Appearance.BackColor2 = System.Drawing.Color.White;
     this.pnl_01.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.pnl_01.Appearance.ForeColor = System.Drawing.Color.White;
     this.pnl_01.Appearance.Options.UseBackColor = true;
     this.pnl_01.Appearance.Options.UseFont = true;
     this.pnl_01.Appearance.Options.UseForeColor = true;
     this.pnl_01.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnl_01.Controls.Add(this.rdb_estado);
     this.pnl_01.Controls.Add(this.pnl_dias);
     this.pnl_01.Controls.Add(this.exclusivo);
     this.pnl_01.Controls.Add(this.labelControl1);
     this.pnl_01.Controls.Add(this.chk_solodias);
     this.pnl_01.Controls.Add(this.impopack);
     this.pnl_01.Controls.Add(this.labelControl19);
     this.pnl_01.Controls.Add(this.npack);
     this.pnl_01.Controls.Add(this.aplicfin);
     this.pnl_01.Controls.Add(this.aplicini);
     this.pnl_01.Controls.Add(this.impodoc);
     this.pnl_01.Controls.Add(this.labelControl18);
     this.pnl_01.Controls.Add(this.labelControl17);
     this.pnl_01.Controls.Add(this.labelControl16);
     this.pnl_01.Controls.Add(this.labelControl7);
     this.pnl_01.Controls.Add(this.cmb_grupopromocion);
     this.pnl_01.Controls.Add(this.labelControl15);
     this.pnl_01.Controls.Add(this.perdsctocab);
     this.pnl_01.Controls.Add(this.labelControl14);
     this.pnl_01.Controls.Add(this.chk_aldocum);
     this.pnl_01.Controls.Add(this.prioridad);
     this.pnl_01.Controls.Add(this.labelControl13);
     this.pnl_01.Controls.Add(this.cmb_tarjgrupoid);
     this.pnl_01.Controls.Add(this.labelControl12);
     this.pnl_01.Controls.Add(this.cmb_tiendalist);
     this.pnl_01.Controls.Add(this.fechafin);
     this.pnl_01.Controls.Add(this.fechaini);
     this.pnl_01.Controls.Add(this.labelControl6);
     this.pnl_01.Controls.Add(this.labelControl5);
     this.pnl_01.Controls.Add(this.labelControl4);
     this.pnl_01.Controls.Add(this.promoname);
     this.pnl_01.Controls.Add(this.promoid);
     this.pnl_01.Controls.Add(this.labelControl3);
     this.pnl_01.Location = new System.Drawing.Point(474, 31);
     this.pnl_01.Name = "pnl_01";
     this.pnl_01.Size = new System.Drawing.Size(873, 272);
     this.pnl_01.TabIndex = 120;
     //
     // rdb_estado
     //
     this.rdb_estado.Cursor = System.Windows.Forms.Cursors.Hand;
     this.rdb_estado.Location = new System.Drawing.Point(402, 29);
     this.rdb_estado.MenuManager = this.barManager1;
     this.rdb_estado.Name = "rdb_estado";
     this.rdb_estado.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.rdb_estado.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.rdb_estado.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.rdb_estado.Properties.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.rdb_estado.Properties.Appearance.Options.UseBackColor = true;
     this.rdb_estado.Properties.Appearance.Options.UseFont = true;
     this.rdb_estado.Properties.Appearance.Options.UseForeColor = true;
     this.rdb_estado.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.rdb_estado.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "Activo"),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(9, "Inactivo")});
     this.rdb_estado.Size = new System.Drawing.Size(81, 38);
     this.rdb_estado.TabIndex = 183;
     //
     // pnl_dias
     //
     this.pnl_dias.Appearance.BackColor = System.Drawing.Color.Teal;
     this.pnl_dias.Appearance.BackColor2 = System.Drawing.Color.White;
     this.pnl_dias.Appearance.Options.UseBackColor = true;
     this.pnl_dias.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnl_dias.Controls.Add(this.chk_sab);
     this.pnl_dias.Controls.Add(this.chk_lun);
     this.pnl_dias.Controls.Add(this.chk_mar);
     this.pnl_dias.Controls.Add(this.chk_dom);
     this.pnl_dias.Controls.Add(this.chk_mie);
     this.pnl_dias.Controls.Add(this.chk_jue);
     this.pnl_dias.Controls.Add(this.chk_vie);
     this.pnl_dias.Location = new System.Drawing.Point(120, 140);
     this.pnl_dias.Name = "pnl_dias";
     this.pnl_dias.Size = new System.Drawing.Size(139, 60);
     this.pnl_dias.TabIndex = 182;
     //
     // chk_sab
     //
     this.chk_sab.Location = new System.Drawing.Point(51, 40);
     this.chk_sab.MenuManager = this.barManager1;
     this.chk_sab.Name = "chk_sab";
     this.chk_sab.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_sab.Properties.Appearance.Options.UseForeColor = true;
     this.chk_sab.Properties.Caption = "SA";
     this.chk_sab.Size = new System.Drawing.Size(39, 19);
     this.chk_sab.TabIndex = 178;
     //
     // chk_lun
     //
     this.chk_lun.Location = new System.Drawing.Point(6, 0);
     this.chk_lun.MenuManager = this.barManager1;
     this.chk_lun.Name = "chk_lun";
     this.chk_lun.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_lun.Properties.Appearance.Options.UseForeColor = true;
     this.chk_lun.Properties.Caption = "LU";
     this.chk_lun.Size = new System.Drawing.Size(39, 19);
     this.chk_lun.TabIndex = 173;
     //
     // chk_mar
     //
     this.chk_mar.Location = new System.Drawing.Point(6, 20);
     this.chk_mar.MenuManager = this.barManager1;
     this.chk_mar.Name = "chk_mar";
     this.chk_mar.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_mar.Properties.Appearance.Options.UseForeColor = true;
     this.chk_mar.Properties.Caption = "MA";
     this.chk_mar.Size = new System.Drawing.Size(39, 19);
     this.chk_mar.TabIndex = 174;
     //
     // chk_dom
     //
     this.chk_dom.Location = new System.Drawing.Point(96, 0);
     this.chk_dom.MenuManager = this.barManager1;
     this.chk_dom.Name = "chk_dom";
     this.chk_dom.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_dom.Properties.Appearance.Options.UseForeColor = true;
     this.chk_dom.Properties.Caption = "DO";
     this.chk_dom.Size = new System.Drawing.Size(39, 19);
     this.chk_dom.TabIndex = 179;
     //
     // chk_mie
     //
     this.chk_mie.Location = new System.Drawing.Point(6, 40);
     this.chk_mie.MenuManager = this.barManager1;
     this.chk_mie.Name = "chk_mie";
     this.chk_mie.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_mie.Properties.Appearance.Options.UseForeColor = true;
     this.chk_mie.Properties.Caption = "MI";
     this.chk_mie.Size = new System.Drawing.Size(39, 19);
     this.chk_mie.TabIndex = 175;
     //
     // chk_jue
     //
     this.chk_jue.Location = new System.Drawing.Point(51, 0);
     this.chk_jue.MenuManager = this.barManager1;
     this.chk_jue.Name = "chk_jue";
     this.chk_jue.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_jue.Properties.Appearance.Options.UseForeColor = true;
     this.chk_jue.Properties.Caption = "JU";
     this.chk_jue.Size = new System.Drawing.Size(39, 19);
     this.chk_jue.TabIndex = 176;
     //
     // chk_vie
     //
     this.chk_vie.Location = new System.Drawing.Point(51, 20);
     this.chk_vie.MenuManager = this.barManager1;
     this.chk_vie.Name = "chk_vie";
     this.chk_vie.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_vie.Properties.Appearance.Options.UseForeColor = true;
     this.chk_vie.Properties.Caption = "VI";
     this.chk_vie.Size = new System.Drawing.Size(39, 19);
     this.chk_vie.TabIndex = 177;
     //
     // exclusivo
     //
     this.exclusivo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.exclusivo.Location = new System.Drawing.Point(352, 160);
     this.exclusivo.Name = "exclusivo";
     this.exclusivo.Size = new System.Drawing.Size(22, 21);
     this.exclusivo.TabIndex = 181;
     this.exclusivo.Text = "1";
     this.exclusivo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl1.Location = new System.Drawing.Point(280, 165);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(66, 13);
     this.labelControl1.TabIndex = 180;
     this.labelControl1.Text = "» Exclusivo:";
     //
     // chk_solodias
     //
     this.chk_solodias.Location = new System.Drawing.Point(45, 140);
     this.chk_solodias.MenuManager = this.barManager1;
     this.chk_solodias.Name = "chk_solodias";
     this.chk_solodias.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_solodias.Properties.Appearance.Options.UseForeColor = true;
     this.chk_solodias.Properties.Caption = "Solo Dias ?";
     this.chk_solodias.Size = new System.Drawing.Size(85, 19);
     this.chk_solodias.TabIndex = 172;
     this.chk_solodias.CheckedChanged += new System.EventHandler(this.chk_solodias_CheckedChanged);
     //
     // impopack
     //
     this.impopack.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.impopack.Location = new System.Drawing.Point(275, 206);
     this.impopack.Name = "impopack";
     this.impopack.Size = new System.Drawing.Size(72, 21);
     this.impopack.TabIndex = 171;
     this.impopack.Text = "0.00";
     this.impopack.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.impopack.KeyDown += new System.Windows.Forms.KeyEventHandler(this.impopack_KeyDown);
     //
     // labelControl19
     //
     this.labelControl19.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl19.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl19.Location = new System.Drawing.Point(159, 211);
     this.labelControl19.Name = "labelControl19";
     this.labelControl19.Size = new System.Drawing.Size(108, 13);
     this.labelControl19.TabIndex = 170;
     this.labelControl19.Text = "» Importe de Pack:";
     //
     // npack
     //
     this.npack.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.npack.Location = new System.Drawing.Point(121, 206);
     this.npack.Name = "npack";
     this.npack.Size = new System.Drawing.Size(22, 21);
     this.npack.TabIndex = 169;
     this.npack.Text = "1";
     this.npack.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.npack.KeyDown += new System.Windows.Forms.KeyEventHandler(this.npack_KeyDown);
     //
     // aplicfin
     //
     this.aplicfin.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.aplicfin.Location = new System.Drawing.Point(194, 229);
     this.aplicfin.Name = "aplicfin";
     this.aplicfin.Size = new System.Drawing.Size(25, 21);
     this.aplicfin.TabIndex = 168;
     this.aplicfin.Text = "999";
     this.aplicfin.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.aplicfin.KeyDown += new System.Windows.Forms.KeyEventHandler(this.aplicfin_KeyDown);
     //
     // aplicini
     //
     this.aplicini.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.aplicini.Location = new System.Drawing.Point(121, 229);
     this.aplicini.Name = "aplicini";
     this.aplicini.Size = new System.Drawing.Size(22, 21);
     this.aplicini.TabIndex = 167;
     this.aplicini.Text = "1";
     this.aplicini.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.aplicini.KeyDown += new System.Windows.Forms.KeyEventHandler(this.aplicini_KeyDown);
     //
     // impodoc
     //
     this.impodoc.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.impodoc.Location = new System.Drawing.Point(305, 247);
     this.impodoc.Name = "impodoc";
     this.impodoc.Size = new System.Drawing.Size(69, 21);
     this.impodoc.TabIndex = 166;
     this.impodoc.Text = "0.00";
     this.impodoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelControl18
     //
     this.labelControl18.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl18.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl18.Location = new System.Drawing.Point(11, 253);
     this.labelControl18.Name = "labelControl18";
     this.labelControl18.Size = new System.Drawing.Size(288, 13);
     this.labelControl18.TabIndex = 165;
     this.labelControl18.Text = "»» Siempre que el Importe del Documento sea >= ";
     //
     // labelControl17
     //
     this.labelControl17.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl17.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl17.Location = new System.Drawing.Point(159, 234);
     this.labelControl17.Name = "labelControl17";
     this.labelControl17.Size = new System.Drawing.Size(28, 13);
     this.labelControl17.TabIndex = 164;
     this.labelControl17.Text = "» AL:";
     //
     // labelControl16
     //
     this.labelControl16.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl16.Location = new System.Drawing.Point(12, 235);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(73, 13);
     this.labelControl16.TabIndex = 163;
     this.labelControl16.Text = "» Aplicar del:";
     //
     // labelControl7
     //
     this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl7.Location = new System.Drawing.Point(11, 211);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(58, 13);
     this.labelControl7.TabIndex = 162;
     this.labelControl7.Text = "» Pack de:";
     //
     // cmb_grupopromocion
     //
     this.cmb_grupopromocion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_grupopromocion.FormattingEnabled = true;
     this.cmb_grupopromocion.Location = new System.Drawing.Point(120, 116);
     this.cmb_grupopromocion.Name = "cmb_grupopromocion";
     this.cmb_grupopromocion.Size = new System.Drawing.Size(201, 21);
     this.cmb_grupopromocion.TabIndex = 160;
     //
     // labelControl15
     //
     this.labelControl15.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl15.Location = new System.Drawing.Point(10, 119);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(81, 13);
     this.labelControl15.TabIndex = 159;
     this.labelControl15.Text = "» Grupo Prom:";
     //
     // perdsctocab
     //
     this.perdsctocab.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.perdsctocab.Location = new System.Drawing.Point(321, 70);
     this.perdsctocab.Name = "perdsctocab";
     this.perdsctocab.Size = new System.Drawing.Size(69, 21);
     this.perdsctocab.TabIndex = 158;
     this.perdsctocab.Text = "0.00";
     this.perdsctocab.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelControl14
     //
     this.labelControl14.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl14.Location = new System.Drawing.Point(256, 74);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(59, 13);
     this.labelControl14.TabIndex = 157;
     this.labelControl14.Text = "» %Dscto:";
     //
     // chk_aldocum
     //
     this.chk_aldocum.Location = new System.Drawing.Point(155, 71);
     this.chk_aldocum.MenuManager = this.barManager1;
     this.chk_aldocum.Name = "chk_aldocum";
     this.chk_aldocum.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_aldocum.Properties.Appearance.Options.UseForeColor = true;
     this.chk_aldocum.Properties.Caption = "Al Documento ?";
     this.chk_aldocum.Size = new System.Drawing.Size(97, 19);
     this.chk_aldocum.TabIndex = 156;
     //
     // prioridad
     //
     this.prioridad.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.prioridad.Location = new System.Drawing.Point(120, 70);
     this.prioridad.Name = "prioridad";
     this.prioridad.Size = new System.Drawing.Size(22, 21);
     this.prioridad.TabIndex = 155;
     this.prioridad.Text = "2";
     this.prioridad.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelControl13
     //
     this.labelControl13.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl13.Location = new System.Drawing.Point(11, 74);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(65, 13);
     this.labelControl13.TabIndex = 154;
     this.labelControl13.Text = "» Prioridad:";
     //
     // cmb_tarjgrupoid
     //
     this.cmb_tarjgrupoid.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_tarjgrupoid.FormattingEnabled = true;
     this.cmb_tarjgrupoid.Location = new System.Drawing.Point(120, 47);
     this.cmb_tarjgrupoid.Name = "cmb_tarjgrupoid";
     this.cmb_tarjgrupoid.Size = new System.Drawing.Size(201, 21);
     this.cmb_tarjgrupoid.TabIndex = 153;
     //
     // labelControl12
     //
     this.labelControl12.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl12.Location = new System.Drawing.Point(11, 52);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(99, 13);
     this.labelControl12.TabIndex = 152;
     this.labelControl12.Text = "» Grupo Tarjetas:";
     //
     // cmb_tiendalist
     //
     this.cmb_tiendalist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_tiendalist.FormattingEnabled = true;
     this.cmb_tiendalist.Location = new System.Drawing.Point(120, 25);
     this.cmb_tiendalist.Name = "cmb_tiendalist";
     this.cmb_tiendalist.Size = new System.Drawing.Size(201, 21);
     this.cmb_tiendalist.TabIndex = 151;
     //
     // fechafin
     //
     this.fechafin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechafin.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechafin.Location = new System.Drawing.Point(321, 93);
     this.fechafin.Name = "fechafin";
     this.fechafin.Size = new System.Drawing.Size(80, 20);
     this.fechafin.TabIndex = 125;
     //
     // fechaini
     //
     this.fechaini.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechaini.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechaini.Location = new System.Drawing.Point(120, 93);
     this.fechaini.Name = "fechaini";
     this.fechaini.Size = new System.Drawing.Size(80, 20);
     this.fechaini.TabIndex = 124;
     //
     // labelControl6
     //
     this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl6.Location = new System.Drawing.Point(250, 96);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(66, 13);
     this.labelControl6.TabIndex = 135;
     this.labelControl6.Text = "» Fecha Fin:";
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl5.Location = new System.Drawing.Point(11, 96);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(81, 13);
     this.labelControl5.TabIndex = 134;
     this.labelControl5.Text = "» Fecha Inicio:";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl4.Location = new System.Drawing.Point(11, 29);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(105, 13);
     this.labelControl4.TabIndex = 131;
     this.labelControl4.Text = "» Lista de Tiendas:";
     //
     // promoname
     //
     this.promoname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.promoname.Location = new System.Drawing.Point(158, 3);
     this.promoname.Name = "promoname";
     this.promoname.Size = new System.Drawing.Size(325, 21);
     this.promoname.TabIndex = 130;
     //
     // promoid
     //
     this.promoid.AccessibleDescription = "";
     this.promoid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.promoid.Location = new System.Drawing.Point(121, 3);
     this.promoid.MaxLength = 4;
     this.promoid.Name = "promoid";
     this.promoid.Size = new System.Drawing.Size(35, 20);
     this.promoid.TabIndex = 128;
     this.promoid.Text = "0";
     this.promoid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl3.Location = new System.Drawing.Point(11, 6);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(94, 13);
     this.labelControl3.TabIndex = 123;
     this.labelControl3.Text = "» Denominación:";
     //
     // pnlcontroldet
     //
     this.pnlcontroldet.Appearance.BackColor = System.Drawing.Color.Teal;
     this.pnlcontroldet.Appearance.BackColor2 = System.Drawing.Color.White;
     this.pnlcontroldet.Appearance.ForeColor = System.Drawing.Color.White;
     this.pnlcontroldet.Appearance.Options.UseBackColor = true;
     this.pnlcontroldet.Appearance.Options.UseForeColor = true;
     this.pnlcontroldet.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlcontroldet.Controls.Add(this.btn_update);
     this.pnlcontroldet.Controls.Add(this.btn_search);
     this.pnlcontroldet.Controls.Add(this.rollo_search);
     this.pnlcontroldet.Controls.Add(this.btn_exportar);
     this.pnlcontroldet.Controls.Add(this.btn_importar);
     this.pnlcontroldet.Controls.Add(this.chk_aldoc2);
     this.pnlcontroldet.Controls.Add(this.btn_del);
     this.pnlcontroldet.Controls.Add(this.btn_add);
     this.pnlcontroldet.Controls.Add(this.btn_save);
     this.pnlcontroldet.Controls.Add(this.precunit);
     this.pnlcontroldet.Controls.Add(this.percdscto);
     this.pnlcontroldet.Controls.Add(this.labelControl9);
     this.pnlcontroldet.Controls.Add(this.labelControl8);
     this.pnlcontroldet.Controls.Add(this.dgb_promodet);
     this.pnlcontroldet.Controls.Add(this.labelControl2);
     this.pnlcontroldet.Controls.Add(this.articid);
     this.pnlcontroldet.Controls.Add(this.articname);
     this.pnlcontroldet.Location = new System.Drawing.Point(474, 304);
     this.pnlcontroldet.Name = "pnlcontroldet";
     this.pnlcontroldet.Size = new System.Drawing.Size(872, 296);
     this.pnlcontroldet.TabIndex = 121;
     //
     // btn_update
     //
     this.btn_update.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_update.Image = ((System.Drawing.Image)(resources.GetObject("btn_update.Image")));
     this.btn_update.Location = new System.Drawing.Point(494, 34);
     this.btn_update.Name = "btn_update";
     this.btn_update.Size = new System.Drawing.Size(70, 23);
     this.btn_update.TabIndex = 162;
     this.btn_update.Text = "&Modificar";
     this.btn_update.ToolTip = "Modificar";
     this.btn_update.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_update.Click += new System.EventHandler(this.btn_update_Click);
     //
     // btn_search
     //
     this.btn_search.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_search.Image = ((System.Drawing.Image)(resources.GetObject("btn_search.Image")));
     this.btn_search.Location = new System.Drawing.Point(208, 64);
     this.btn_search.Name = "btn_search";
     this.btn_search.Size = new System.Drawing.Size(25, 23);
     this.btn_search.TabIndex = 161;
     this.btn_search.ToolTip = "Buscar Codigo";
     this.btn_search.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     //
     // rollo_search
     //
     this.rollo_search.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.rollo_search.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.rollo_search.ForeColor = System.Drawing.Color.Firebrick;
     this.rollo_search.Location = new System.Drawing.Point(233, 64);
     this.rollo_search.Name = "rollo_search";
     this.rollo_search.Size = new System.Drawing.Size(76, 21);
     this.rollo_search.TabIndex = 160;
     this.rollo_search.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rollo_search_KeyDown);
     //
     // btn_exportar
     //
     this.btn_exportar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_exportar.Image = ((System.Drawing.Image)(resources.GetObject("btn_exportar.Image")));
     this.btn_exportar.Location = new System.Drawing.Point(22, 62);
     this.btn_exportar.Name = "btn_exportar";
     this.btn_exportar.Size = new System.Drawing.Size(70, 23);
     this.btn_exportar.TabIndex = 159;
     this.btn_exportar.Text = "&Exportar";
     this.btn_exportar.ToolTip = "Exportar";
     this.btn_exportar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_exportar.Click += new System.EventHandler(this.btn_exportar_Click);
     //
     // btn_importar
     //
     this.btn_importar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_importar.Image = ((System.Drawing.Image)(resources.GetObject("btn_importar.Image")));
     this.btn_importar.Location = new System.Drawing.Point(98, 62);
     this.btn_importar.Name = "btn_importar";
     this.btn_importar.Size = new System.Drawing.Size(70, 23);
     this.btn_importar.TabIndex = 158;
     this.btn_importar.Text = "&Importar";
     this.btn_importar.ToolTip = "Importar";
     this.btn_importar.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_importar.Click += new System.EventHandler(this.btn_importar_Click);
     //
     // chk_aldoc2
     //
     this.chk_aldoc2.Location = new System.Drawing.Point(10, 37);
     this.chk_aldoc2.MenuManager = this.barManager1;
     this.chk_aldoc2.Name = "chk_aldoc2";
     this.chk_aldoc2.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.chk_aldoc2.Properties.Appearance.Options.UseForeColor = true;
     this.chk_aldoc2.Properties.Caption = "Al Documento ?";
     this.chk_aldoc2.Size = new System.Drawing.Size(97, 19);
     this.chk_aldoc2.TabIndex = 157;
     this.chk_aldoc2.CheckedChanged += new System.EventHandler(this.chk_aldoc2_CheckedChanged);
     //
     // btn_del
     //
     this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_del.Image = ((System.Drawing.Image)(resources.GetObject("btn_del.Image")));
     this.btn_del.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn_del.Location = new System.Drawing.Point(494, 61);
     this.btn_del.Name = "btn_del";
     this.btn_del.Size = new System.Drawing.Size(70, 23);
     this.btn_del.TabIndex = 144;
     this.btn_del.Text = "Eliminar";
     this.btn_del.ToolTip = "Eliminar";
     this.btn_del.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
     //
     // btn_add
     //
     this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
     this.btn_add.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn_add.Location = new System.Drawing.Point(417, 61);
     this.btn_add.Name = "btn_add";
     this.btn_add.Size = new System.Drawing.Size(71, 23);
     this.btn_add.TabIndex = 143;
     this.btn_add.Text = "Adicionar";
     this.btn_add.ToolTip = "Adicionar";
     this.btn_add.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // btn_save
     //
     this.btn_save.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_save.Image = ((System.Drawing.Image)(resources.GetObject("btn_save.Image")));
     this.btn_save.Location = new System.Drawing.Point(341, 61);
     this.btn_save.Name = "btn_save";
     this.btn_save.Size = new System.Drawing.Size(70, 23);
     this.btn_save.TabIndex = 154;
     this.btn_save.Text = "&Aceptar";
     this.btn_save.ToolTip = "Grabar";
     this.btn_save.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
     //
     // precunit
     //
     this.precunit.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.precunit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.precunit.Location = new System.Drawing.Point(366, 34);
     this.precunit.Name = "precunit";
     this.precunit.Size = new System.Drawing.Size(80, 21);
     this.precunit.TabIndex = 153;
     this.precunit.Text = "0.00";
     this.precunit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // percdscto
     //
     this.percdscto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.percdscto.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.percdscto.Location = new System.Drawing.Point(173, 34);
     this.percdscto.Name = "percdscto";
     this.percdscto.Size = new System.Drawing.Size(80, 21);
     this.percdscto.TabIndex = 152;
     this.percdscto.Text = "0.00";
     this.percdscto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.percdscto.KeyDown += new System.Windows.Forms.KeyEventHandler(this.precunit1_KeyDown);
     //
     // labelControl9
     //
     this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl9.Location = new System.Drawing.Point(304, 39);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(52, 13);
     this.labelControl9.TabIndex = 151;
     this.labelControl9.Text = "» Precio :";
     //
     // labelControl8
     //
     this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl8.Location = new System.Drawing.Point(111, 39);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(56, 13);
     this.labelControl8.TabIndex = 150;
     this.labelControl8.Text = "» % Dcto:";
     //
     // dgb_promodet
     //
     this.dgb_promodet.AllowUserToAddRows = false;
     this.dgb_promodet.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgb_promodet.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.@__promoid,
     this._articid,
     this._articidold,
     this._articname,
     this._es_dscto,
     this.@__percdscto,
     this._precunit,
     this.@__status,
     this.@__feact,
     this._usuarip,
     this._cantidad});
     this.dgb_promodet.EnableHeadersVisualStyles = false;
     this.dgb_promodet.Location = new System.Drawing.Point(2, 90);
     this.dgb_promodet.Name = "dgb_promodet";
     this.dgb_promodet.ReadOnly = true;
     this.dgb_promodet.RowHeadersVisible = false;
     dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black;
     this.dgb_promodet.RowsDefaultCellStyle = dataGridViewCellStyle8;
     this.dgb_promodet.Size = new System.Drawing.Size(562, 202);
     this.dgb_promodet.TabIndex = 149;
     this.dgb_promodet.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_listaPrecios_CellClick);
     this.dgb_promodet.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_listaPrecios_CellEnter);
     this.dgb_promodet.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgb_listaPrecios_KeyUp);
     //
     // __promoid
     //
     this.@__promoid.DataPropertyName = "promoid";
     this.@__promoid.HeaderText = "promoid";
     this.@__promoid.Name = "__promoid";
     this.@__promoid.ReadOnly = true;
     this.@__promoid.Visible = false;
     //
     // _articid
     //
     this._articid.DataPropertyName = "articid";
     this._articid.HeaderText = "articid";
     this._articid.Name = "_articid";
     this._articid.ReadOnly = true;
     this._articid.Visible = false;
     //
     // _articidold
     //
     this._articidold.DataPropertyName = "articidold";
     this._articidold.HeaderText = "Codigo";
     this._articidold.Name = "_articidold";
     this._articidold.ReadOnly = true;
     this._articidold.Width = 70;
     //
     // _articname
     //
     this._articname.DataPropertyName = "articname";
     this._articname.HeaderText = "Denominación";
     this._articname.Name = "_articname";
     this._articname.ReadOnly = true;
     this._articname.Width = 250;
     //
     // _es_dscto
     //
     this._es_dscto.DataPropertyName = "es_dscto";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this._es_dscto.DefaultCellStyle = dataGridViewCellStyle5;
     this._es_dscto.HeaderText = "Desc ?";
     this._es_dscto.Name = "_es_dscto";
     this._es_dscto.ReadOnly = true;
     this._es_dscto.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this._es_dscto.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this._es_dscto.Width = 65;
     //
     // __percdscto
     //
     this.@__percdscto.DataPropertyName = "percdscto";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Format = "N2";
     dataGridViewCellStyle6.NullValue = null;
     this.@__percdscto.DefaultCellStyle = dataGridViewCellStyle6;
     this.@__percdscto.HeaderText = "%";
     this.@__percdscto.Name = "__percdscto";
     this.@__percdscto.ReadOnly = true;
     this.@__percdscto.Width = 60;
     //
     // _precunit
     //
     this._precunit.DataPropertyName = "precunit";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle7.Format = "N2";
     dataGridViewCellStyle7.NullValue = null;
     this._precunit.DefaultCellStyle = dataGridViewCellStyle7;
     this._precunit.HeaderText = "Precio";
     this._precunit.Name = "_precunit";
     this._precunit.ReadOnly = true;
     this._precunit.Width = 80;
     //
     // __status
     //
     this.@__status.DataPropertyName = "status";
     this.@__status.HeaderText = "status";
     this.@__status.Name = "__status";
     this.@__status.ReadOnly = true;
     this.@__status.Visible = false;
     //
     // __feact
     //
     this.@__feact.DataPropertyName = "feact";
     this.@__feact.HeaderText = "feact";
     this.@__feact.Name = "__feact";
     this.@__feact.ReadOnly = true;
     this.@__feact.Visible = false;
     //
     // _usuarip
     //
     this._usuarip.DataPropertyName = "usuarip";
     this._usuarip.HeaderText = "usuarip";
     this._usuarip.Name = "_usuarip";
     this._usuarip.ReadOnly = true;
     this._usuarip.Visible = false;
     //
     // _cantidad
     //
     this._cantidad.DataPropertyName = "cantidad";
     this._cantidad.HeaderText = "cantidad";
     this._cantidad.Name = "_cantidad";
     this._cantidad.ReadOnly = true;
     this._cantidad.Visible = false;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl2.Location = new System.Drawing.Point(12, 7);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(58, 13);
     this.labelControl2.TabIndex = 123;
     this.labelControl2.Text = "» Articulo:";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.Group_chks);
     this.groupControl1.Controls.Add(this.cmb_perianio);
     this.groupControl1.Controls.Add(this.cmb_grupopromocion2);
     this.groupControl1.Controls.Add(this.labelControl11);
     this.groupControl1.Controls.Add(this.labelControl10);
     this.groupControl1.Controls.Add(this.Mdi_dgv_promociones);
     this.groupControl1.Location = new System.Drawing.Point(0, 29);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(471, 571);
     this.groupControl1.TabIndex = 142;
     this.groupControl1.Text = "Promociónes";
     //
     // Group_chks
     //
     this.Group_chks.Location = new System.Drawing.Point(31, 47);
     this.Group_chks.MenuManager = this.barManager1;
     this.Group_chks.Name = "Group_chks";
     this.Group_chks.Properties.Appearance.BackColor = System.Drawing.Color.Teal;
     this.Group_chks.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Group_chks.Properties.Appearance.ForeColor = System.Drawing.Color.White;
     this.Group_chks.Properties.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("Group_chks.Properties.Appearance.Image")));
     this.Group_chks.Properties.Appearance.Options.UseBackColor = true;
     this.Group_chks.Properties.Appearance.Options.UseFont = true;
     this.Group_chks.Properties.Appearance.Options.UseForeColor = true;
     this.Group_chks.Properties.Appearance.Options.UseImage = true;
     this.Group_chks.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.Group_chks.Properties.Columns = 3;
     this.Group_chks.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "Vigentes"),
     new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "Culminados"),
     new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "Todos")});
     this.Group_chks.Size = new System.Drawing.Size(399, 21);
     this.Group_chks.TabIndex = 151;
     this.Group_chks.SelectedIndexChanged += new System.EventHandler(this.Group_chks_SelectedIndexChanged);
     //
     // cmb_perianio
     //
     this.cmb_perianio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_perianio.FormattingEnabled = true;
     this.cmb_perianio.Location = new System.Drawing.Point(52, 23);
     this.cmb_perianio.Name = "cmb_perianio";
     this.cmb_perianio.Size = new System.Drawing.Size(52, 21);
     this.cmb_perianio.TabIndex = 147;
     //
     // cmb_grupopromocion2
     //
     this.cmb_grupopromocion2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmb_grupopromocion2.FormattingEnabled = true;
     this.cmb_grupopromocion2.Location = new System.Drawing.Point(220, 23);
     this.cmb_grupopromocion2.Name = "cmb_grupopromocion2";
     this.cmb_grupopromocion2.Size = new System.Drawing.Size(201, 21);
     this.cmb_grupopromocion2.TabIndex = 146;
     //
     // labelControl11
     //
     this.labelControl11.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl11.Location = new System.Drawing.Point(133, 26);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(81, 13);
     this.labelControl11.TabIndex = 145;
     this.labelControl11.Text = "» Grupo Prom:";
     //
     // labelControl10
     //
     this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl10.Location = new System.Drawing.Point(13, 26);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(36, 13);
     this.labelControl10.TabIndex = 144;
     this.labelControl10.Text = "» Año:";
     //
     // Mdi_dgv_promociones
     //
     this.Mdi_dgv_promociones.Location = new System.Drawing.Point(5, 71);
     this.Mdi_dgv_promociones.MainView = this.dgv_promociones;
     this.Mdi_dgv_promociones.Name = "Mdi_dgv_promociones";
     this.Mdi_dgv_promociones.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1,
     this.repositoryItemCheckEdit2,
     this.repositoryItemTextEdit2,
     this.repositoryItemCheckEdit3});
     this.Mdi_dgv_promociones.Size = new System.Drawing.Size(461, 495);
     this.Mdi_dgv_promociones.TabIndex = 143;
     this.Mdi_dgv_promociones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.dgv_promociones});
     this.Mdi_dgv_promociones.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Mdi_dgv_tiendalist_KeyUp);
     //
     // dgv_promociones
     //
     this.dgv_promociones.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_promociones.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray;
     this.dgv_promociones.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217)))));
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue;
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_promociones.Appearance.Empty.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_promociones.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131)))));
     this.dgv_promociones.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_promociones.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.dgv_promociones.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41)))));
     this.dgv_promociones.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_promociones.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.dgv_promociones.Appearance.FilterPanel.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FilterPanel.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66)))));
     this.dgv_promociones.Appearance.FixedLine.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
     this.dgv_promociones.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.FocusedCell.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FocusedCell.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy;
     this.dgv_promociones.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(178)))));
     this.dgv_promociones.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.FocusedRow.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FocusedRow.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.FooterPanel.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.FooterPanel.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.GroupButton.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.GroupButton.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.GroupButton.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
     this.dgv_promociones.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
     this.dgv_promociones.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.GroupFooter.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.GroupFooter.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71)))));
     this.dgv_promociones.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dgv_promociones.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.GroupPanel.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.GroupPanel.Options.UseFont = true;
     this.dgv_promociones.Appearance.GroupPanel.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136)))));
     this.dgv_promociones.Appearance.GroupRow.ForeColor = System.Drawing.Color.Silver;
     this.dgv_promociones.Appearance.GroupRow.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.GroupRow.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dgv_promociones.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.dgv_promociones.Appearance.HeaderPanel.Options.UseFont = true;
     this.dgv_promociones.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Gray;
     this.dgv_promociones.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_promociones.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.HorzLine.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244)))));
     this.dgv_promociones.Appearance.Preview.BackColor2 = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.Preview.ForeColor = System.Drawing.Color.Navy;
     this.dgv_promociones.Appearance.Preview.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.Preview.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
     this.dgv_promociones.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.dgv_promociones.Appearance.Row.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.Row.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_promociones.Appearance.RowSeparator.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(138)))));
     this.dgv_promociones.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.dgv_promociones.Appearance.SelectedRow.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.SelectedRow.Options.UseForeColor = true;
     this.dgv_promociones.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226)))));
     this.dgv_promociones.Appearance.TopNewRow.Options.UseBackColor = true;
     this.dgv_promociones.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_promociones.Appearance.VertLine.Options.UseBackColor = true;
     this.dgv_promociones.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this._promoid,
     this._prioridad,
     this._status,
     this._exclusivo,
     this._promoname,
     this._tiendalist,
     this._tarjgrupoid,
     this._tarjetaid,
     this._percdscto,
     this._al_docum,
     this._fechaini,
     this._fechafin,
     this._promotipoid,
     this._grupopromoid,
     this._campaniaid,
     this._usuar,
     this._fecre,
     this._feact,
     this._usuarap,
     this._fechap,
     this._solodias,
     this._dom,
     this._lun,
     this._mar,
     this._mie,
     this._jue,
     this._vie,
     this._sab,
     this._npack,
     this._impopack,
     this._aplicini,
     this._aplicfin,
     this._impodoc});
     styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Teal;
     styleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression = "Len(Trim([conceptoid])) == 2";
     this.dgv_promociones.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition2});
     this.dgv_promociones.GridControl = this.Mdi_dgv_promociones;
     this.dgv_promociones.Name = "dgv_promociones";
     this.dgv_promociones.OptionsSelection.MultiSelect = true;
     this.dgv_promociones.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.dgv_promociones.OptionsView.ShowGroupPanel = false;
     this.dgv_promociones.PaintStyleName = "Web";
     this.dgv_promociones.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.dgv_tiendalist_RowCellClick);
     //
     // _promoid
     //
     this._promoid.Caption = "ID";
     this._promoid.FieldName = "promoid";
     this._promoid.Name = "_promoid";
     this._promoid.OptionsColumn.AllowEdit = false;
     this._promoid.Visible = true;
     this._promoid.VisibleIndex = 0;
     this._promoid.Width = 34;
     //
     // _prioridad
     //
     this._prioridad.Caption = "prioridad";
     this._prioridad.FieldName = "prioridad";
     this._prioridad.Name = "_prioridad";
     this._prioridad.OptionsColumn.AllowEdit = false;
     this._prioridad.Width = 281;
     //
     // _status
     //
     this._status.Caption = "status";
     this._status.FieldName = "status";
     this._status.Name = "_status";
     //
     // _exclusivo
     //
     this._exclusivo.Caption = "exclusivo";
     this._exclusivo.FieldName = "exclusivo";
     this._exclusivo.Name = "_exclusivo";
     //
     // _promoname
     //
     this._promoname.Caption = "Denominación";
     this._promoname.FieldName = "promoname";
     this._promoname.Name = "_promoname";
     this._promoname.OptionsColumn.AllowEdit = false;
     this._promoname.Visible = true;
     this._promoname.VisibleIndex = 1;
     this._promoname.Width = 252;
     //
     // _tiendalist
     //
     this._tiendalist.Caption = "tiendalist";
     this._tiendalist.FieldName = "tiendalist";
     this._tiendalist.Name = "_tiendalist";
     //
     // _tarjgrupoid
     //
     this._tarjgrupoid.Caption = "tarjgrupoid";
     this._tarjgrupoid.FieldName = "tarjgrupoid";
     this._tarjgrupoid.Name = "_tarjgrupoid";
     //
     // _tarjetaid
     //
     this._tarjetaid.Caption = "tarjetaid";
     this._tarjetaid.FieldName = "tarjetaid";
     this._tarjetaid.Name = "_tarjetaid";
     //
     // _percdscto
     //
     this._percdscto.Caption = "percdscto";
     this._percdscto.FieldName = "percdscto";
     this._percdscto.Name = "_percdscto";
     //
     // _al_docum
     //
     this._al_docum.Caption = "al_docum";
     this._al_docum.FieldName = "al_docum";
     this._al_docum.Name = "_al_docum";
     //
     // _fechaini
     //
     this._fechaini.Caption = "F.Ini";
     this._fechaini.FieldName = "fechaini";
     this._fechaini.Name = "_fechaini";
     this._fechaini.OptionsColumn.AllowEdit = false;
     this._fechaini.Visible = true;
     this._fechaini.VisibleIndex = 2;
     //
     // _fechafin
     //
     this._fechafin.Caption = "F.Fin";
     this._fechafin.FieldName = "fechafin";
     this._fechafin.Name = "_fechafin";
     this._fechafin.OptionsColumn.AllowEdit = false;
     this._fechafin.Visible = true;
     this._fechafin.VisibleIndex = 3;
     this._fechafin.Width = 85;
     //
     // _promotipoid
     //
     this._promotipoid.Caption = "promotipoid";
     this._promotipoid.FieldName = "promotipoid";
     this._promotipoid.Name = "_promotipoid";
     //
     // _grupopromoid
     //
     this._grupopromoid.Caption = "grupopromoid";
     this._grupopromoid.FieldName = "grupopromoid";
     this._grupopromoid.Name = "_grupopromoid";
     //
     // _campaniaid
     //
     this._campaniaid.Caption = "campaniaid";
     this._campaniaid.FieldName = "campaniaid";
     this._campaniaid.Name = "_campaniaid";
     //
     // _usuar
     //
     this._usuar.Caption = "usuar";
     this._usuar.FieldName = "usuar";
     this._usuar.Name = "_usuar";
     //
     // _fecre
     //
     this._fecre.Caption = "fecre";
     this._fecre.FieldName = "fecre";
     this._fecre.Name = "_fecre";
     //
     // _feact
     //
     this._feact.Caption = "feact";
     this._feact.FieldName = "feact";
     this._feact.Name = "_feact";
     //
     // _usuarap
     //
     this._usuarap.Caption = "gridColumn8";
     this._usuarap.Name = "_usuarap";
     //
     // _fechap
     //
     this._fechap.Caption = "fechap";
     this._fechap.FieldName = "fechap";
     this._fechap.Name = "_fechap";
     //
     // _solodias
     //
     this._solodias.Caption = "solodias";
     this._solodias.FieldName = "solodias";
     this._solodias.Name = "_solodias";
     //
     // _dom
     //
     this._dom.Caption = "dom";
     this._dom.FieldName = "dom";
     this._dom.Name = "_dom";
     //
     // _lun
     //
     this._lun.Caption = "lun";
     this._lun.FieldName = "lun";
     this._lun.Name = "_lun";
     //
     // _mar
     //
     this._mar.Caption = "mar";
     this._mar.FieldName = "mar";
     this._mar.Name = "_mar";
     //
     // _mie
     //
     this._mie.Caption = "mie";
     this._mie.FieldName = "mie";
     this._mie.Name = "_mie";
     //
     // _jue
     //
     this._jue.Caption = "jue";
     this._jue.FieldName = "jue";
     this._jue.Name = "_jue";
     //
     // _vie
     //
     this._vie.Caption = "vie";
     this._vie.FieldName = "vie";
     this._vie.Name = "_vie";
     //
     // _sab
     //
     this._sab.Caption = "sab";
     this._sab.FieldName = "sab";
     this._sab.Name = "_sab";
     //
     // _npack
     //
     this._npack.Caption = "npack";
     this._npack.FieldName = "npack";
     this._npack.Name = "_npack";
     //
     // _impopack
     //
     this._impopack.Caption = "impopack";
     this._impopack.FieldName = "impopack";
     this._impopack.Name = "_impopack";
     //
     // _aplicini
     //
     this._aplicini.Caption = "aplicini";
     this._aplicini.FieldName = "aplicini";
     this._aplicini.Name = "_aplicini";
     //
     // _aplicfin
     //
     this._aplicfin.Caption = "aplicfin";
     this._aplicfin.FieldName = "aplicfin";
     this._aplicfin.Name = "_aplicfin";
     //
     // _impodoc
     //
     this._impodoc.Caption = "impodoc";
     this._impodoc.FieldName = "impodoc";
     this._impodoc.Name = "_impodoc";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.DisplayFormat.FormatString = "###,##0.0000";
     this.repositoryItemTextEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.EditFormat.FormatString = "###,##0.0000";
     this.repositoryItemTextEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.Mask.EditMask = "###,##0.0000";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Caption = "Check";
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
     this.repositoryItemTextEdit2.ReadOnly = true;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Caption = "Check";
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     //
     // Frm_promociones
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(1038, 595);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.pnlcontroldet);
     this.Controls.Add(this.pnl_01);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.DoubleBuffered = true;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_promociones";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "» Lista de Promociónes";
     this.Load += new System.EventHandler(this.Frm_articulo_tiendalist_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_articulo_tiendalist_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_01)).EndInit();
     this.pnl_01.ResumeLayout(false);
     this.pnl_01.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rdb_estado.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_dias)).EndInit();
     this.pnl_dias.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chk_sab.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_lun.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_mar.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_dom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_mie.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_jue.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_vie.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_solodias.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_aldocum.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlcontroldet)).EndInit();
     this.pnlcontroldet.ResumeLayout(false);
     this.pnlcontroldet.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chk_aldoc2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_promodet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Group_chks.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_promociones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_promociones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CambiarPasswordFrm));
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     this.btnCancelar        = new DevExpress.XtraEditors.SimpleButton();
     this.btnAceptar         = new DevExpress.XtraEditors.SimpleButton();
     this.iIdusuario         = new DevExpress.XtraEditors.TextEdit();
     this.txtBeforePassword  = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4      = new DevExpress.XtraEditors.LabelControl();
     this.txtNewPassword     = new DevExpress.XtraEditors.TextEdit();
     this.txtConfirmPassword = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdusuario.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBeforePassword.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNewPassword.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmPassword.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // btnCancelar
     //
     this.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancelar.Image        = ((System.Drawing.Image)(resources.GetObject("btnCancelar.Image")));
     this.btnCancelar.Location     = new System.Drawing.Point(238, 88);
     this.btnCancelar.Name         = "btnCancelar";
     this.btnCancelar.Size         = new System.Drawing.Size(84, 23);
     this.btnCancelar.TabIndex     = 4;
     this.btnCancelar.Text         = "Cancelar";
     this.btnCancelar.Click       += new System.EventHandler(this.btnCancelar_Click);
     //
     // btnAceptar
     //
     this.btnAceptar.Image    = ((System.Drawing.Image)(resources.GetObject("btnAceptar.Image")));
     this.btnAceptar.Location = new System.Drawing.Point(148, 88);
     this.btnAceptar.Name     = "btnAceptar";
     this.btnAceptar.Size     = new System.Drawing.Size(84, 23);
     toolTipTitleItem1.Text   = "Cambiar Contraseña";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnAceptar.SuperTip = superToolTip1;
     this.btnAceptar.TabIndex = 3;
     this.btnAceptar.Text     = "Aceptar";
     this.btnAceptar.Click   += new System.EventHandler(this.btnAceptar_Click);
     //
     // iIdusuario
     //
     this.iIdusuario.EditValue = 0;
     this.iIdusuario.Location  = new System.Drawing.Point(12, 90);
     this.iIdusuario.Name      = "iIdusuario";
     this.iIdusuario.Properties.AllowFocused = false;
     this.iIdusuario.Properties.Appearance.Options.UseTextOptions = true;
     this.iIdusuario.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.iIdusuario.Properties.ReadOnly = true;
     this.iIdusuario.Size     = new System.Drawing.Size(56, 20);
     this.iIdusuario.TabIndex = 33;
     this.iIdusuario.TabStop  = false;
     this.iIdusuario.Visible  = false;
     //
     // txtBeforePassword
     //
     this.txtBeforePassword.Location                = new System.Drawing.Point(120, 12);
     this.txtBeforePassword.Name                    = "txtBeforePassword";
     this.txtBeforePassword.Properties.MaxLength    = 15;
     this.txtBeforePassword.Properties.PasswordChar = '*';
     this.txtBeforePassword.Size                    = new System.Drawing.Size(205, 20);
     this.txtBeforePassword.TabIndex                = 0;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(15, 15);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(98, 13);
     this.labelControl1.TabIndex = 38;
     this.labelControl1.Text     = "Contraseña Anterior";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(23, 40);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(90, 13);
     this.labelControl2.TabIndex = 39;
     this.labelControl2.Text     = "Nueva Contraseña";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(7, 65);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(106, 13);
     this.labelControl4.TabIndex = 40;
     this.labelControl4.Text     = "Confirmar Contraseña";
     //
     // txtNewPassword
     //
     this.txtNewPassword.Location                = new System.Drawing.Point(120, 37);
     this.txtNewPassword.Name                    = "txtNewPassword";
     this.txtNewPassword.Properties.MaxLength    = 15;
     this.txtNewPassword.Properties.PasswordChar = '*';
     this.txtNewPassword.Size                    = new System.Drawing.Size(205, 20);
     this.txtNewPassword.TabIndex                = 1;
     //
     // txtConfirmPassword
     //
     this.txtConfirmPassword.Location                = new System.Drawing.Point(120, 62);
     this.txtConfirmPassword.Name                    = "txtConfirmPassword";
     this.txtConfirmPassword.Properties.MaxLength    = 15;
     this.txtConfirmPassword.Properties.PasswordChar = '*';
     this.txtConfirmPassword.Size                    = new System.Drawing.Size(205, 20);
     this.txtConfirmPassword.TabIndex                = 2;
     //
     // CambiarPasswordFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancelar;
     this.ClientSize          = new System.Drawing.Size(332, 117);
     this.Controls.Add(this.txtConfirmPassword);
     this.Controls.Add(this.txtNewPassword);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.txtBeforePassword);
     this.Controls.Add(this.iIdusuario);
     this.Controls.Add(this.btnAceptar);
     this.Controls.Add(this.btnCancelar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CambiarPasswordFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Cambiar Contrseña";
     this.Load           += new System.EventHandler(this.CambiarPasswordFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.CambiarPasswordFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.iIdusuario.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBeforePassword.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNewPassword.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmPassword.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(usrCreateProfile));
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem1           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip2          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem2           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip3          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem3           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip4          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem4           = new DevExpress.Utils.ToolTipItem();
     DevExpress.XtraEditors.DXErrorProvider.CompareAgainstControlValidationRule compareAgainstControlValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.CompareAgainstControlValidationRule();
     this.txtPassword1            = new DevExpress.XtraEditors.TextEdit();
     this.validationProvider1     = new Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationProvider();
     this.txtUserName             = new DevExpress.XtraEditors.TextEdit();
     this.txtEmail                = new DevExpress.XtraEditors.TextEdit();
     this.dtaBornDate             = new DevExpress.XtraEditors.DateEdit();
     this.luCountries             = new DevExpress.XtraEditors.LookUpEdit();
     this.lblCountry              = new DevExpress.XtraEditors.LabelControl();
     this.lblEmail                = new DevExpress.XtraEditors.LabelControl();
     this.picUserNameAvailability = new System.Windows.Forms.PictureBox();
     this.lblVerifyPassword       = new DevExpress.XtraEditors.LabelControl();
     this.lblPassword1            = new DevExpress.XtraEditors.LabelControl();
     this.txtVerifyPassword       = new DevExpress.XtraEditors.TextEdit();
     this.lblBornDate             = new System.Windows.Forms.Label();
     this.lblUserName             = new DevExpress.XtraEditors.LabelControl();
     this.dxErrorProvider1        = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.dxValidationProvider1   = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.rbMale    = new DevExpress.XtraEditors.CheckEdit();
     this.rbFemale  = new DevExpress.XtraEditors.CheckEdit();
     this.lblGender = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaBornDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaBornDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luCountries.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picUserNameAvailability)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtVerifyPassword.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbMale.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbFemale.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // txtPassword1
     //
     resources.ApplyResources(this.txtPassword1, "txtPassword1");
     this.txtPassword1.Name = "txtPassword1";
     this.txtPassword1.Properties.UseSystemPasswordChar = true;
     this.txtPassword1.EditValueChanged += new System.EventHandler(this.txtEmail_EditValueChanged);
     //
     // validationProvider1
     //
     this.validationProvider1.ErrorProvider        = null;
     this.validationProvider1.RulesetName          = "";
     this.validationProvider1.SourceTypeName       = "BodyArchitect.Service.Model.ProfileDTO, BodyArchitect.Service.Model";
     this.validationProvider1.ValidationPerformed += new System.EventHandler <Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.ValidationPerformedEventArgs>(this.validationProvider1_ValidationPerformed);
     //
     // txtUserName
     //
     resources.ApplyResources(this.txtUserName, "txtUserName");
     this.txtUserName.Name = "txtUserName";
     this.validationProvider1.SetPerformValidation(this.txtUserName, true);
     this.txtUserName.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("txtUserName.Properties.Mask.AutoComplete")));
     this.txtUserName.Properties.Mask.EditMask     = resources.GetString("txtUserName.Properties.Mask.EditMask");
     this.txtUserName.Properties.Mask.MaskType     = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("txtUserName.Properties.Mask.MaskType")));
     this.validationProvider1.SetSourcePropertyName(this.txtUserName, "UserName");
     resources.ApplyResources(toolTipTitleItem1, "toolTipTitleItem1");
     toolTipItem1.LeftIndent = 6;
     resources.ApplyResources(toolTipItem1, "toolTipItem1");
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.txtUserName.SuperTip          = superToolTip1;
     this.txtUserName.EditValueChanged += new System.EventHandler(this.txtUserName_EditValueChanged);
     //
     // txtEmail
     //
     resources.ApplyResources(this.txtEmail, "txtEmail");
     this.txtEmail.Name = "txtEmail";
     this.validationProvider1.SetPerformValidation(this.txtEmail, true);
     this.validationProvider1.SetSourcePropertyName(this.txtEmail, "Email");
     resources.ApplyResources(toolTipTitleItem2, "toolTipTitleItem2");
     toolTipItem2.LeftIndent = 6;
     resources.ApplyResources(toolTipItem2, "toolTipItem2");
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.txtEmail.SuperTip          = superToolTip2;
     this.txtEmail.EditValueChanged += new System.EventHandler(this.txtEmail_EditValueChanged);
     //
     // dtaBornDate
     //
     resources.ApplyResources(this.dtaBornDate, "dtaBornDate");
     this.dtaBornDate.Name = "dtaBornDate";
     this.validationProvider1.SetPerformValidation(this.dtaBornDate, true);
     this.dtaBornDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("dtaBornDate.Properties.Buttons"))))
     });
     this.dtaBornDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.validationProvider1.SetSourcePropertyName(this.dtaBornDate, "Birthday");
     resources.ApplyResources(toolTipTitleItem3, "toolTipTitleItem3");
     toolTipItem3.LeftIndent = 6;
     resources.ApplyResources(toolTipItem3, "toolTipItem3");
     superToolTip3.Items.Add(toolTipTitleItem3);
     superToolTip3.Items.Add(toolTipItem3);
     this.dtaBornDate.SuperTip = superToolTip3;
     this.validationProvider1.SetValidatedProperty(this.dtaBornDate, "DateTime");
     this.dtaBornDate.EditValueChanged += new System.EventHandler(this.txtEmail_EditValueChanged);
     //
     // luCountries
     //
     resources.ApplyResources(this.luCountries, "luCountries");
     this.luCountries.Name = "luCountries";
     this.validationProvider1.SetPerformValidation(this.luCountries, true);
     this.luCountries.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("luCountries.Properties.Buttons"))))
     });
     this.luCountries.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("luCountries.Properties.Columns"), ((int)(resources.GetObject("luCountries.Properties.Columns1"))), resources.GetString("luCountries.Properties.Columns2")),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("luCountries.Properties.Columns3"), resources.GetString("luCountries.Properties.Columns4"))
     });
     this.luCountries.Properties.NullValuePrompt = resources.GetString("luCountries.Properties.NullValuePrompt");
     this.luCountries.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("luCountries.Properties.NullValuePromptShowForEmptyValue")));
     this.validationProvider1.SetSourcePropertyName(this.luCountries, "CountryId");
     resources.ApplyResources(toolTipTitleItem4, "toolTipTitleItem4");
     toolTipItem4.LeftIndent = 6;
     resources.ApplyResources(toolTipItem4, "toolTipItem4");
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem4);
     this.luCountries.SuperTip = superToolTip4;
     this.validationProvider1.SetValidatedProperty(this.luCountries, "EditValue");
     this.luCountries.EditValueChanged += new System.EventHandler(this.txtEmail_EditValueChanged);
     //
     // lblCountry
     //
     resources.ApplyResources(this.lblCountry, "lblCountry");
     this.lblCountry.Name = "lblCountry";
     //
     // lblEmail
     //
     resources.ApplyResources(this.lblEmail, "lblEmail");
     this.lblEmail.Name = "lblEmail";
     //
     // picUserNameAvailability
     //
     resources.ApplyResources(this.picUserNameAvailability, "picUserNameAvailability");
     this.picUserNameAvailability.Name    = "picUserNameAvailability";
     this.picUserNameAvailability.TabStop = false;
     //
     // lblVerifyPassword
     //
     resources.ApplyResources(this.lblVerifyPassword, "lblVerifyPassword");
     this.lblVerifyPassword.Name = "lblVerifyPassword";
     //
     // lblPassword1
     //
     resources.ApplyResources(this.lblPassword1, "lblPassword1");
     this.lblPassword1.Name = "lblPassword1";
     //
     // txtVerifyPassword
     //
     resources.ApplyResources(this.txtVerifyPassword, "txtVerifyPassword");
     this.txtVerifyPassword.Name = "txtVerifyPassword";
     this.txtVerifyPassword.Properties.UseSystemPasswordChar     = true;
     compareAgainstControlValidationRule1.CaseSensitive          = true;
     compareAgainstControlValidationRule1.CompareControlOperator = DevExpress.XtraEditors.DXErrorProvider.CompareControlOperator.Equals;
     compareAgainstControlValidationRule1.Control = this.txtPassword1;
     resources.ApplyResources(compareAgainstControlValidationRule1, "compareAgainstControlValidationRule1");
     this.dxValidationProvider1.SetValidationRule(this.txtVerifyPassword, compareAgainstControlValidationRule1);
     this.txtVerifyPassword.EditValueChanged += new System.EventHandler(this.txtEmail_EditValueChanged);
     this.txtVerifyPassword.Validating       += new System.ComponentModel.CancelEventHandler(this.txtVerifyPassword_Validating);
     //
     // lblBornDate
     //
     resources.ApplyResources(this.lblBornDate, "lblBornDate");
     this.lblBornDate.Name = "lblBornDate";
     //
     // lblUserName
     //
     resources.ApplyResources(this.lblUserName, "lblUserName");
     this.lblUserName.Name = "lblUserName";
     //
     // dxErrorProvider1
     //
     this.dxErrorProvider1.ContainerControl = this;
     //
     // dxValidationProvider1
     //
     this.dxValidationProvider1.ValidationMode = DevExpress.XtraEditors.DXErrorProvider.ValidationMode.Manual;
     //
     // rbMale
     //
     resources.ApplyResources(this.rbMale, "rbMale");
     this.rbMale.Name = "rbMale";
     this.rbMale.Properties.AutoWidth       = true;
     this.rbMale.Properties.Caption         = resources.GetString("rbMale.Properties.Caption");
     this.rbMale.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.rbMale.Properties.RadioGroupIndex = 0;
     this.rbMale.TabStop         = false;
     this.rbMale.CheckedChanged += new System.EventHandler(this.txtEmail_EditValueChanged);
     //
     // rbFemale
     //
     resources.ApplyResources(this.rbFemale, "rbFemale");
     this.rbFemale.Name = "rbFemale";
     this.rbFemale.Properties.AutoWidth       = true;
     this.rbFemale.Properties.Caption         = resources.GetString("rbFemale.Properties.Caption");
     this.rbFemale.Properties.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.rbFemale.Properties.RadioGroupIndex = 0;
     this.rbFemale.TabStop         = false;
     this.rbFemale.CheckedChanged += new System.EventHandler(this.txtEmail_EditValueChanged);
     //
     // lblGender
     //
     resources.ApplyResources(this.lblGender, "lblGender");
     this.lblGender.Name = "lblGender";
     //
     // usrCreateProfile
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblGender);
     this.Controls.Add(this.rbFemale);
     this.Controls.Add(this.rbMale);
     this.Controls.Add(this.luCountries);
     this.Controls.Add(this.lblCountry);
     this.Controls.Add(this.txtEmail);
     this.Controls.Add(this.lblEmail);
     this.Controls.Add(this.picUserNameAvailability);
     this.Controls.Add(this.lblVerifyPassword);
     this.Controls.Add(this.lblPassword1);
     this.Controls.Add(this.txtVerifyPassword);
     this.Controls.Add(this.txtPassword1);
     this.Controls.Add(this.dtaBornDate);
     this.Controls.Add(this.lblBornDate);
     this.Controls.Add(this.txtUserName);
     this.Controls.Add(this.lblUserName);
     this.Name = "usrCreateProfile";
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaBornDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaBornDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luCountries.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picUserNameAvailability)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtVerifyPassword.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbMale.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rbFemale.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SuperToolTip     superToolTip5          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5      = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrdenservicioMntImpCuadroCcFrm));
     DevExpress.Utils.SuperToolTip     superToolTip6          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip7          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip8          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8      = new DevExpress.Utils.ToolTipTitleItem();
     this.bmMntItems            = new DevExpress.XtraBars.BarManager(this.components);
     this.barMntItems           = new DevExpress.XtraBars.Bar();
     this.btnImportar           = new DevExpress.XtraBars.BarButtonItem();
     this.btnCancelarItem       = new DevExpress.XtraBars.BarButtonItem();
     this.btnConsultar          = new DevExpress.XtraBars.BarButtonItem();
     this.btnCerrar             = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop     = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom  = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight   = new DevExpress.XtraBars.BarDockControl();
     this.cboBuscarPor          = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.gcDetalleImp          = new DevExpress.XtraGrid.GridControl();
     this.gvDetalleImp          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn23          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riCantidadrequerida   = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gridColumn4           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riCantidadimportada   = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gridColumn5           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riSaldoaimportar      = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gridColumn6           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riCantidadaimportar   = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gridColumn10          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riItemseleccionado    = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.chkSeleccionarTodo    = new DevExpress.XtraEditors.CheckEdit();
     this.gcConsulta            = new DevExpress.XtraGrid.GridControl();
     this.gvConsulta            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn11          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.iNumeroreq            = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2         = new DevExpress.XtraEditors.LabelControl();
     this.rSeriereq             = new DevExpress.XtraEditors.TextEdit();
     this.iIdtipocp             = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn7           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.iIdsucursal           = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView8             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn39          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn40          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl26        = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.bmMntItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboBuscarPor.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetalleImp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetalleImp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riCantidadrequerida)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riCantidadimportada)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riSaldoaimportar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riCantidadaimportar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riItemseleccionado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkSeleccionarTodo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcConsulta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvConsulta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNumeroreq.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rSeriereq.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipocp.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdsucursal.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView8)).BeginInit();
     this.SuspendLayout();
     //
     // bmMntItems
     //
     this.bmMntItems.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barMntItems
     });
     this.bmMntItems.DockControls.Add(this.barDockControlTop);
     this.bmMntItems.DockControls.Add(this.barDockControlBottom);
     this.bmMntItems.DockControls.Add(this.barDockControlLeft);
     this.bmMntItems.DockControls.Add(this.barDockControlRight);
     this.bmMntItems.Form = this;
     this.bmMntItems.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnImportar,
         this.btnCancelarItem,
         this.btnConsultar,
         this.btnCerrar
     });
     this.bmMntItems.MaxItemId  = 5;
     this.bmMntItems.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bmMntItems_ItemClick);
     //
     // barMntItems
     //
     this.barMntItems.BarName      = "Tools";
     this.barMntItems.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
     this.barMntItems.DockCol      = 0;
     this.barMntItems.DockRow      = 0;
     this.barMntItems.DockStyle    = DevExpress.XtraBars.BarDockStyle.Top;
     this.barMntItems.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnImportar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCancelarItem, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnConsultar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCerrar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.barMntItems.OptionsBar.UseWholeRow = true;
     this.barMntItems.Text = "Tools";
     //
     // btnImportar
     //
     this.btnImportar.Caption      = "Importar";
     this.btnImportar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Save_New;
     this.btnImportar.Id           = 0;
     this.btnImportar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Enter));
     this.btnImportar.Name         = "btnImportar";
     toolTipTitleItem5.Text        = "Importar y cerrar (Ctrl + Enter)";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.btnImportar.SuperTip = superToolTip5;
     //
     // btnCancelarItem
     //
     this.btnCancelarItem.Caption      = "Cancelar";
     this.btnCancelarItem.Glyph        = ((System.Drawing.Image)(resources.GetObject("btnCancelarItem.Glyph")));
     this.btnCancelarItem.Id           = 1;
     this.btnCancelarItem.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.btnCancelarItem.Name         = "btnCancelarItem";
     toolTipTitleItem6.Text            = "Cancelar y cerrar ventana (Ctrl + S)";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.btnCancelarItem.SuperTip = superToolTip6;
     //
     // btnConsultar
     //
     this.btnConsultar.Caption      = "Consultar";
     this.btnConsultar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Search;
     this.btnConsultar.Id           = 3;
     this.btnConsultar.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F3);
     this.btnConsultar.Name         = "btnConsultar";
     toolTipTitleItem7.Text         = "Consultar (F3)";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.btnConsultar.SuperTip = superToolTip7;
     //
     // btnCerrar
     //
     this.btnCerrar.Alignment    = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.btnCerrar.Caption      = "Salir";
     this.btnCerrar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Close;
     this.btnCerrar.Id           = 4;
     this.btnCerrar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.btnCerrar.Name         = "btnCerrar";
     toolTipTitleItem8.Text      = "Salir de la venta";
     superToolTip8.Items.Add(toolTipTitleItem8);
     this.btnCerrar.SuperTip = superToolTip8;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(1075, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 484);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1075, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 453);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1075, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 453);
     //
     // cboBuscarPor
     //
     this.cboBuscarPor.Location    = new System.Drawing.Point(358, 35);
     this.cboBuscarPor.MenuManager = this.bmMntItems;
     this.cboBuscarPor.Name        = "cboBuscarPor";
     this.cboBuscarPor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cboBuscarPor.Properties.Items.AddRange(new object[] {
         "TODO",
         "N° DE CUADRO COMPARATIVO"
     });
     this.cboBuscarPor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cboBuscarPor.Size                  = new System.Drawing.Size(187, 20);
     this.cboBuscarPor.TabIndex              = 5;
     this.cboBuscarPor.SelectedIndexChanged += new System.EventHandler(this.cboBuscarPor_SelectedIndexChanged);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(301, 39);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(51, 13);
     this.labelControl1.TabIndex = 6;
     this.labelControl1.Text     = "Buscar por";
     //
     // gcDetalleImp
     //
     this.gcDetalleImp.Cursor   = System.Windows.Forms.Cursors.Default;
     this.gcDetalleImp.Location = new System.Drawing.Point(13, 247);
     this.gcDetalleImp.MainView = this.gvDetalleImp;
     this.gcDetalleImp.Name     = "gcDetalleImp";
     this.gcDetalleImp.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riCantidadaimportar,
         this.riCantidadrequerida,
         this.riCantidadimportada,
         this.riSaldoaimportar,
         this.riItemseleccionado
     });
     this.gcDetalleImp.Size     = new System.Drawing.Size(1051, 231);
     this.gcDetalleImp.TabIndex = 12;
     this.gcDetalleImp.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvDetalleImp
     });
     //
     // gvDetalleImp
     //
     this.gvDetalleImp.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn23,
         this.gridColumn1,
         this.gridColumn3,
         this.gridColumn25,
         this.gridColumn21,
         this.gridColumn9,
         this.gridColumn24,
         this.gridColumn4,
         this.gridColumn2,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn10
     });
     this.gvDetalleImp.GridControl = this.gcDetalleImp;
     this.gvDetalleImp.Name        = "gvDetalleImp";
     this.gvDetalleImp.OptionsBehavior.AllowAddRows     = DevExpress.Utils.DefaultBoolean.False;
     this.gvDetalleImp.OptionsBehavior.AllowDeleteRows  = DevExpress.Utils.DefaultBoolean.False;
     this.gvDetalleImp.OptionsCustomization.AllowFilter = false;
     this.gvDetalleImp.OptionsCustomization.AllowGroup  = false;
     this.gvDetalleImp.OptionsCustomization.AllowSort   = false;
     this.gvDetalleImp.OptionsMenu.EnableColumnMenu     = false;
     this.gvDetalleImp.OptionsView.ColumnAutoWidth      = false;
     this.gvDetalleImp.OptionsView.ShowFilterPanelMode  = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gvDetalleImp.OptionsView.ShowGroupPanel       = false;
     this.gvDetalleImp.OptionsView.ShowViewCaption      = true;
     this.gvDetalleImp.ViewCaption       = "Detalle de requerimiento de compra";
     this.gvDetalleImp.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvDetalleImp_CellValueChanged);
     //
     // gridColumn23
     //
     this.gridColumn23.Caption   = "Id.";
     this.gridColumn23.FieldName = "Idrequerimientodet";
     this.gridColumn23.Name      = "gridColumn23";
     this.gridColumn23.Width     = 43;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "N°";
     this.gridColumn1.FieldName = "Numeroitem";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.ReadOnly = true;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 52;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "Código";
     this.gridColumn3.FieldName = "Codigoarticulo";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.ReadOnly = true;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 1;
     this.gridColumn3.Width        = 65;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption      = "Cod. Proveedor";
     this.gridColumn25.FieldName    = "Codigoproveedor";
     this.gridColumn25.Name         = "gridColumn25";
     this.gridColumn25.Visible      = true;
     this.gridColumn25.VisibleIndex = 2;
     this.gridColumn25.Width        = 91;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption   = "Artículo";
     this.gridColumn21.FieldName = "Nombrearticulo";
     this.gridColumn21.Name      = "gridColumn21";
     this.gridColumn21.OptionsColumn.ReadOnly = true;
     this.gridColumn21.Visible      = true;
     this.gridColumn21.VisibleIndex = 3;
     this.gridColumn21.Width        = 52;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "Marca";
     this.gridColumn9.FieldName    = "Nombremarca";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 4;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption                = "Cant. Requerida";
     this.gridColumn24.ColumnEdit             = this.riCantidadrequerida;
     this.gridColumn24.FieldName              = "Cantidad";
     this.gridColumn24.Name                   = "gridColumn24";
     this.gridColumn24.OptionsColumn.ReadOnly = true;
     this.gridColumn24.Visible                = true;
     this.gridColumn24.VisibleIndex           = 5;
     this.gridColumn24.Width                  = 87;
     //
     // riCantidadrequerida
     //
     this.riCantidadrequerida.AutoHeight    = false;
     this.riCantidadrequerida.Mask.EditMask = "n4";
     this.riCantidadrequerida.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riCantidadrequerida.Mask.UseMaskAsDisplayFormat = true;
     this.riCantidadrequerida.Name = "riCantidadrequerida";
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "Unidad.";
     this.gridColumn4.FieldName = "Abrunidadmedida";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.ReadOnly = true;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 6;
     this.gridColumn4.Width        = 51;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption                = "Cant. Importada";
     this.gridColumn2.ColumnEdit             = this.riCantidadimportada;
     this.gridColumn2.FieldName              = "Cantidadimportada";
     this.gridColumn2.Name                   = "gridColumn2";
     this.gridColumn2.OptionsColumn.ReadOnly = true;
     this.gridColumn2.Visible                = true;
     this.gridColumn2.VisibleIndex           = 7;
     this.gridColumn2.Width                  = 89;
     //
     // riCantidadimportada
     //
     this.riCantidadimportada.AutoHeight    = false;
     this.riCantidadimportada.Mask.EditMask = "n4";
     this.riCantidadimportada.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riCantidadimportada.Mask.UseMaskAsDisplayFormat = true;
     this.riCantidadimportada.Name = "riCantidadimportada";
     //
     // gridColumn5
     //
     this.gridColumn5.Caption                = "Saldo x Importar";
     this.gridColumn5.ColumnEdit             = this.riSaldoaimportar;
     this.gridColumn5.FieldName              = "Saldoaimportar";
     this.gridColumn5.Name                   = "gridColumn5";
     this.gridColumn5.OptionsColumn.ReadOnly = true;
     this.gridColumn5.Visible                = true;
     this.gridColumn5.VisibleIndex           = 8;
     this.gridColumn5.Width                  = 85;
     //
     // riSaldoaimportar
     //
     this.riSaldoaimportar.AutoHeight    = false;
     this.riSaldoaimportar.Mask.EditMask = "n4";
     this.riSaldoaimportar.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riSaldoaimportar.Mask.UseMaskAsDisplayFormat = true;
     this.riSaldoaimportar.Name = "riSaldoaimportar";
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "Cant. a Importar";
     this.gridColumn6.ColumnEdit   = this.riCantidadaimportar;
     this.gridColumn6.FieldName    = "Cantidadaimportar";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 9;
     this.gridColumn6.Width        = 90;
     //
     // riCantidadaimportar
     //
     this.riCantidadaimportar.AutoHeight    = false;
     this.riCantidadaimportar.Mask.EditMask = "n4";
     this.riCantidadaimportar.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riCantidadaimportar.Mask.UseMaskAsDisplayFormat = true;
     this.riCantidadaimportar.Name = "riCantidadaimportar";
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "Seleccionar";
     this.gridColumn10.ColumnEdit   = this.riItemseleccionado;
     this.gridColumn10.FieldName    = "Itemseleccionado";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 10;
     this.gridColumn10.Width        = 132;
     //
     // riItemseleccionado
     //
     this.riItemseleccionado.AutoHeight        = false;
     this.riItemseleccionado.Name              = "riItemseleccionado";
     this.riItemseleccionado.EditValueChanged += new System.EventHandler(this.riItemseleccionado_EditValueChanged);
     //
     // chkSeleccionarTodo
     //
     this.chkSeleccionarTodo.Location           = new System.Drawing.Point(962, 225);
     this.chkSeleccionarTodo.MenuManager        = this.bmMntItems;
     this.chkSeleccionarTodo.Name               = "chkSeleccionarTodo";
     this.chkSeleccionarTodo.Properties.Caption = "Seleccionar todo";
     this.chkSeleccionarTodo.Size               = new System.Drawing.Size(101, 19);
     this.chkSeleccionarTodo.TabIndex           = 13;
     this.chkSeleccionarTodo.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // gcConsulta
     //
     this.gcConsulta.Cursor   = System.Windows.Forms.Cursors.Default;
     this.gcConsulta.Location = new System.Drawing.Point(12, 59);
     this.gcConsulta.MainView = this.gvConsulta;
     this.gcConsulta.Name     = "gcConsulta";
     this.gcConsulta.Size     = new System.Drawing.Size(1051, 159);
     this.gcConsulta.TabIndex = 18;
     this.gcConsulta.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvConsulta
     });
     //
     // gvConsulta
     //
     this.gvConsulta.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn11,
         this.gridColumn19,
         this.gridColumn14,
         this.gridColumn15,
         this.gridColumn16,
         this.gridColumn17,
         this.gridColumn20,
         this.gridColumn18
     });
     this.gvConsulta.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gvConsulta.GridControl    = this.gcConsulta;
     this.gvConsulta.Name           = "gvConsulta";
     this.gvConsulta.OptionsBehavior.AllowAddRows    = DevExpress.Utils.DefaultBoolean.True;
     this.gvConsulta.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
     this.gvConsulta.OptionsBehavior.ReadOnly        = true;
     this.gvConsulta.OptionsCustomization.AllowGroup = false;
     this.gvConsulta.OptionsView.ColumnAutoWidth     = false;
     this.gvConsulta.OptionsView.ShowFooter          = true;
     this.gvConsulta.OptionsView.ShowGroupPanel      = false;
     this.gvConsulta.OptionsView.ShowViewCaption     = true;
     this.gvConsulta.ViewCaption        = "Requerimientos aprobados pendientes de orden de compra";
     this.gvConsulta.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvConsulta_FocusedRowChanged);
     //
     // gridColumn11
     //
     this.gridColumn11.Caption   = "Id.";
     this.gridColumn11.FieldName = "Idcuadrocomparativo";
     this.gridColumn11.Name      = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn11.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "idecargo", "Nº {0}")
     });
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 0;
     this.gridColumn11.Width        = 43;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption      = "Sucursal";
     this.gridColumn19.FieldName    = "Nombresucursal";
     this.gridColumn19.Name         = "gridColumn19";
     this.gridColumn19.Visible      = true;
     this.gridColumn19.VisibleIndex = 1;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption      = "N° Cuadro";
     this.gridColumn14.FieldName    = "Serienumerocc";
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 2;
     this.gridColumn14.Width        = 88;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption      = "Fecha";
     this.gridColumn15.FieldName    = "Fechaemision";
     this.gridColumn15.Name         = "gridColumn15";
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 3;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption      = "Proveedor";
     this.gridColumn16.FieldName    = "Nombresocionegocio";
     this.gridColumn16.Name         = "gridColumn16";
     this.gridColumn16.Visible      = true;
     this.gridColumn16.VisibleIndex = 4;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption      = "Culminado";
     this.gridColumn17.FieldName    = "Culminado";
     this.gridColumn17.Name         = "gridColumn17";
     this.gridColumn17.Visible      = true;
     this.gridColumn17.VisibleIndex = 6;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption      = "Fec. Culminación";
     this.gridColumn20.FieldName    = "Fechaculminacion";
     this.gridColumn20.Name         = "gridColumn20";
     this.gridColumn20.Visible      = true;
     this.gridColumn20.VisibleIndex = 5;
     this.gridColumn20.Width        = 88;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption      = "N° Cotización";
     this.gridColumn18.FieldName    = "Serienumerocotizacion";
     this.gridColumn18.Name         = "gridColumn18";
     this.gridColumn18.Visible      = true;
     this.gridColumn18.VisibleIndex = 7;
     //
     // iNumeroreq
     //
     this.iNumeroreq.EditValue = "0";
     this.iNumeroreq.Location  = new System.Drawing.Point(918, 35);
     this.iNumeroreq.Name      = "iNumeroreq";
     this.iNumeroreq.Properties.Mask.EditMask = "d8";
     this.iNumeroreq.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.iNumeroreq.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.iNumeroreq.Size     = new System.Drawing.Size(66, 20);
     this.iNumeroreq.TabIndex = 41;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(793, 39);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(72, 13);
     this.labelControl3.TabIndex = 39;
     this.labelControl3.Text     = "Serie y número";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(550, 39);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(44, 13);
     this.labelControl2.TabIndex = 37;
     this.labelControl2.Text     = "Tipo doc.";
     //
     // rSeriereq
     //
     this.rSeriereq.EditValue = "0";
     this.rSeriereq.Location  = new System.Drawing.Point(871, 35);
     this.rSeriereq.Name      = "rSeriereq";
     this.rSeriereq.Properties.Appearance.Options.UseTextOptions = true;
     this.rSeriereq.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.rSeriereq.Properties.Mask.EditMask = "d4";
     this.rSeriereq.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.rSeriereq.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.rSeriereq.Properties.ReadOnly = true;
     this.rSeriereq.Size     = new System.Drawing.Size(41, 20);
     this.rSeriereq.TabIndex = 40;
     //
     // iIdtipocp
     //
     this.iIdtipocp.Location = new System.Drawing.Point(600, 35);
     this.iIdtipocp.Name     = "iIdtipocp";
     this.iIdtipocp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdtipocp.Properties.View   = this.searchLookUpEdit1View;
     this.iIdtipocp.Size              = new System.Drawing.Size(187, 20);
     this.iIdtipocp.TabIndex          = 38;
     this.iIdtipocp.Tag               = "Seleccione el tipo de documento";
     this.iIdtipocp.EditValueChanged += new System.EventHandler(this.iIdtipocp_EditValueChanged);
     //
     // searchLookUpEdit1View
     //
     this.searchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn29
     });
     this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.searchLookUpEdit1View.Name           = "searchLookUpEdit1View";
     this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.searchLookUpEdit1View.OptionsView.ColumnAutoWidth = false;
     this.searchLookUpEdit1View.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "Id.";
     this.gridColumn7.FieldName = "Idtipocp";
     this.gridColumn7.Name      = "gridColumn7";
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "Tipo doc.";
     this.gridColumn8.FieldName    = "Nombretipocp";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 0;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption      = "Serie";
     this.gridColumn29.FieldName    = "Seriecp";
     this.gridColumn29.Name         = "gridColumn29";
     this.gridColumn29.Visible      = true;
     this.gridColumn29.VisibleIndex = 1;
     //
     // iIdsucursal
     //
     this.iIdsucursal.Location = new System.Drawing.Point(108, 35);
     this.iIdsucursal.Name     = "iIdsucursal";
     this.iIdsucursal.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdsucursal.Properties.PopupFormSize = new System.Drawing.Size(500, 0);
     this.iIdsucursal.Properties.View          = this.gridView8;
     this.iIdsucursal.Size              = new System.Drawing.Size(187, 20);
     this.iIdsucursal.TabIndex          = 61;
     this.iIdsucursal.TabStop           = false;
     this.iIdsucursal.EditValueChanged += new System.EventHandler(this.iIdsucursal_EditValueChanged);
     //
     // gridView8
     //
     this.gridView8.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn39,
         this.gridColumn40,
         this.gridColumn41
     });
     this.gridView8.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView8.Name           = "gridView8";
     this.gridView8.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView8.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn39
     //
     this.gridColumn39.Caption   = "Id.";
     this.gridColumn39.FieldName = "Idsucursal";
     this.gridColumn39.Name      = "gridColumn39";
     //
     // gridColumn40
     //
     this.gridColumn40.Caption      = "Código";
     this.gridColumn40.FieldName    = "Codigosucursal";
     this.gridColumn40.Name         = "gridColumn40";
     this.gridColumn40.Visible      = true;
     this.gridColumn40.VisibleIndex = 0;
     //
     // gridColumn41
     //
     this.gridColumn41.Caption      = "Sucursal";
     this.gridColumn41.FieldName    = "Nombresucursal";
     this.gridColumn41.Name         = "gridColumn41";
     this.gridColumn41.Visible      = true;
     this.gridColumn41.VisibleIndex = 1;
     //
     // labelControl26
     //
     this.labelControl26.Location = new System.Drawing.Point(12, 39);
     this.labelControl26.Name     = "labelControl26";
     this.labelControl26.Size     = new System.Drawing.Size(90, 13);
     this.labelControl26.TabIndex = 62;
     this.labelControl26.Text     = "Filtrar por Sucursal";
     //
     // OrdenservicioMntImpCuadroCcFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1075, 484);
     this.Controls.Add(this.iIdsucursal);
     this.Controls.Add(this.labelControl26);
     this.Controls.Add(this.iNumeroreq);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.rSeriereq);
     this.Controls.Add(this.iIdtipocp);
     this.Controls.Add(this.gcConsulta);
     this.Controls.Add(this.chkSeleccionarTodo);
     this.Controls.Add(this.gcDetalleImp);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.cboBuscarPor);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "OrdenservicioMntImpCuadroCcFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Importar Cuadro Comparativo";
     this.Load           += new System.EventHandler(this.OrdenservicioMntImpCuadroCcFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.OrdenservicioMntImpCuadroCcFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.bmMntItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboBuscarPor.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetalleImp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetalleImp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riCantidadrequerida)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riCantidadimportada)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riSaldoaimportar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riCantidadaimportar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riItemseleccionado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkSeleccionarTodo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcConsulta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvConsulta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNumeroreq.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rSeriereq.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipocp.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdsucursal.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView8)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CpfCnpjControl));
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem1           = new DevExpress.Utils.ToolTipItem();
     this.maskedTxtCpfCnpj  = new System.Windows.Forms.MaskedTextBox();
     this.lbCpfCnpj         = new DevExpress.XtraEditors.LabelControl();
     this.panelControl1     = new DevExpress.XtraEditors.PanelControl();
     this.lblFlagCnpj       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13    = new DevExpress.XtraEditors.LabelControl();
     this.chValidacaoOnline = new DevExpress.XtraEditors.CheckEdit();
     this.lblValidacaoRFB   = new DevExpress.XtraEditors.LabelControl();
     this.lblFlagValidando  = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chValidacaoOnline.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // maskedTxtCpfCnpj
     //
     this.maskedTxtCpfCnpj.Font         = new System.Drawing.Font("Tahoma", 9F);
     this.maskedTxtCpfCnpj.Location     = new System.Drawing.Point(7, 31);
     this.maskedTxtCpfCnpj.Margin       = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.maskedTxtCpfCnpj.Mask         = "00\\.000\\.000\\.0000-00";
     this.maskedTxtCpfCnpj.Name         = "maskedTxtCpfCnpj";
     this.maskedTxtCpfCnpj.Size         = new System.Drawing.Size(147, 22);
     this.maskedTxtCpfCnpj.TabIndex     = 14;
     this.maskedTxtCpfCnpj.MaskChanged += new System.EventHandler(this.maskedTxtCpfCnpj_MaskChanged);
     this.maskedTxtCpfCnpj.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.maskedTxtCpfCnpj_KeyDown);
     //
     // lbCpfCnpj
     //
     this.lbCpfCnpj.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.lbCpfCnpj.Location        = new System.Drawing.Point(7, 9);
     this.lbCpfCnpj.Name            = "lbCpfCnpj";
     this.lbCpfCnpj.Size            = new System.Drawing.Size(56, 14);
     this.lbCpfCnpj.TabIndex        = 0;
     this.lbCpfCnpj.Text            = "CPF/CNPJ:";
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.lblFlagCnpj);
     this.panelControl1.Controls.Add(this.labelControl13);
     this.panelControl1.Controls.Add(this.chValidacaoOnline);
     this.panelControl1.Location = new System.Drawing.Point(68, 7);
     this.panelControl1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(141, 19);
     this.panelControl1.TabIndex = 80;
     //
     // lblFlagCnpj
     //
     this.lblFlagCnpj.Appearance.Font  = new System.Drawing.Font("Tahoma", 10F);
     this.lblFlagCnpj.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("lblFlagCnpj.Appearance.Image")));
     this.lblFlagCnpj.Location         = new System.Drawing.Point(121, 2);
     this.lblFlagCnpj.Margin           = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblFlagCnpj.Name             = "lblFlagCnpj";
     this.lblFlagCnpj.Size             = new System.Drawing.Size(16, 16);
     this.lblFlagCnpj.TabIndex         = 2;
     this.lblFlagCnpj.Visible          = false;
     //
     // labelControl13
     //
     this.labelControl13.Appearance.Image      = ((System.Drawing.Image)(resources.GetObject("labelControl13.Appearance.Image")));
     this.labelControl13.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelControl13.Location = new System.Drawing.Point(17, 3);
     this.labelControl13.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelControl13.Name     = "labelControl13";
     this.labelControl13.Size     = new System.Drawing.Size(99, 16);
     this.labelControl13.TabIndex = 1;
     this.labelControl13.Text     = " Validação Online      ";
     //
     // chValidacaoOnline
     //
     this.chValidacaoOnline.Dock                      = System.Windows.Forms.DockStyle.Left;
     this.chValidacaoOnline.EditValue                 = true;
     this.chValidacaoOnline.Location                  = new System.Drawing.Point(0, 0);
     this.chValidacaoOnline.Margin                    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.chValidacaoOnline.Name                      = "chValidacaoOnline";
     this.chValidacaoOnline.Properties.Caption        = "";
     this.chValidacaoOnline.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.chValidacaoOnline.Size                      = new System.Drawing.Size(15, 19);
     this.chValidacaoOnline.TabIndex                  = 8;
     this.chValidacaoOnline.CheckedChanged           += new System.EventHandler(this.chValidacaoOnline_CheckedChanged);
     //
     // lblValidacaoRFB
     //
     this.lblValidacaoRFB.Appearance.Font  = new System.Drawing.Font("Tahoma", 10F);
     this.lblValidacaoRFB.Appearance.Image = global::ITSolution.Framework.Properties.Resources.rfb32x32;
     this.lblValidacaoRFB.Location         = new System.Drawing.Point(159, 28);
     this.lblValidacaoRFB.Name             = "lblValidacaoRFB";
     this.lblValidacaoRFB.Size             = new System.Drawing.Size(32, 32);
     toolTipTitleItem1.Text  = "Receita Federal Brasileira";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "Todas as informações fornecidas são da base da RFB";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.lblValidacaoRFB.SuperTip = superToolTip1;
     this.lblValidacaoRFB.TabIndex = 81;
     this.lblValidacaoRFB.Click   += new System.EventHandler(this.lblValidacaoRFB_Click);
     //
     // lblFlagValidando
     //
     this.lblFlagValidando.Appearance.Font      = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Bold);
     this.lblFlagValidando.Appearance.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblFlagValidando.Location             = new System.Drawing.Point(7, 52);
     this.lblFlagValidando.Name     = "lblFlagValidando";
     this.lblFlagValidando.Size     = new System.Drawing.Size(61, 11);
     this.lblFlagValidando.TabIndex = 82;
     this.lblFlagValidando.Text     = "Validando ...";
     this.lblFlagValidando.Visible  = false;
     //
     // CpfCnpjControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblFlagValidando);
     this.Controls.Add(this.lblValidacaoRFB);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.maskedTxtCpfCnpj);
     this.Controls.Add(this.lbCpfCnpj);
     this.Name  = "CpfCnpjControl";
     this.Size  = new System.Drawing.Size(212, 64);
     this.Load += new System.EventHandler(this.CNPJControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chValidacaoOnline.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAccesslevelCodingHesabdari));
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip2          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2      = new DevExpress.Utils.ToolTipTitleItem();
     this.treeListCodingHesabdari            = new DevExpress.XtraTreeList.TreeList();
     this.colLevelName2                      = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.EpAllCodingHesabdarisBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.barManager1               = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                      = new DevExpress.XtraBars.Bar();
     this.barStaticItem1            = new DevExpress.XtraBars.BarStaticItem();
     this.cmbUsersList              = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.msUserBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.btnSave                   = new DevExpress.XtraBars.BarButtonItem();
     this.chkSelectAll              = new DevExpress.XtraBars.BarCheckItem();
     this.chkOpenClose              = new DevExpress.XtraBars.BarCheckItem();
     this.btnPrintPreview           = new DevExpress.XtraBars.BarButtonItem();
     this.btnReloadList             = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop         = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom      = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft        = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight       = new DevExpress.XtraBars.BarDockControl();
     this.repositoryItemTextEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemRadioGroup1 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.repositoryItemCheckEdit2  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTextEdit2   = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit3  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.barEditItem1              = new DevExpress.XtraBars.BarEditItem();
     this.lblUserId                 = new DevExpress.XtraEditors.LabelControl();
     this.lblUserName               = new DevExpress.XtraEditors.LabelControl();
     this.colId                     = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colLevelNumber            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colIsActive               = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn1           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.lblSalMali                = new DevExpress.XtraEditors.LabelControl();
     this.lblSalId                  = new DevExpress.XtraEditors.LabelControl();
     this.colKeyCode                = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     ((System.ComponentModel.ISupportInitialize)(this.treeListCodingHesabdari)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EpAllCodingHesabdarisBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.msUserBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     this.SuspendLayout();
     //
     // treeListCodingHesabdari
     //
     this.treeListCodingHesabdari.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colLevelName2,
         this.colLevelNumber,
         this.colIsActive,
         this.treeListColumn1,
         this.colId,
         this.colKeyCode
     });
     this.treeListCodingHesabdari.Cursor                   = System.Windows.Forms.Cursors.Default;
     this.treeListCodingHesabdari.DataSource               = this.EpAllCodingHesabdarisBindingSource;
     this.treeListCodingHesabdari.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.treeListCodingHesabdari.KeyFieldName             = "KeyCode";
     this.treeListCodingHesabdari.Location                 = new System.Drawing.Point(0, 60);
     this.treeListCodingHesabdari.Margin                   = new System.Windows.Forms.Padding(4);
     this.treeListCodingHesabdari.MinWidth                 = 22;
     this.treeListCodingHesabdari.Name                     = "treeListCodingHesabdari";
     this.treeListCodingHesabdari.OptionsBehavior.Editable = false;
     this.treeListCodingHesabdari.OptionsBehavior.PopulateServiceColumns = true;
     this.treeListCodingHesabdari.OptionsFilter.ExpandNodesOnFiltering   = true;
     this.treeListCodingHesabdari.OptionsSelection.MultiSelect           = true;
     this.treeListCodingHesabdari.OptionsView.CheckBoxStyle     = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check;
     this.treeListCodingHesabdari.OptionsView.ShowAutoFilterRow = true;
     this.treeListCodingHesabdari.OptionsView.ShowHorzLines     = false;
     this.treeListCodingHesabdari.OptionsView.ShowIndicator     = false;
     this.treeListCodingHesabdari.ParentFieldName = "ParentCode";
     this.treeListCodingHesabdari.ShowButtonMode  = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowAlways;
     this.treeListCodingHesabdari.Size            = new System.Drawing.Size(1359, 516);
     this.treeListCodingHesabdari.TabIndex        = 37;
     this.treeListCodingHesabdari.TreeLevelWidth  = 28;
     this.treeListCodingHesabdari.ViewStyle       = DevExpress.XtraTreeList.TreeListViewStyle.TreeList;
     this.treeListCodingHesabdari.AfterCheckNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeListCodingHesabdari_AfterCheckNode);
     //
     // colLevelName2
     //
     this.colLevelName2.AppearanceCell.Options.UseTextOptions   = true;
     this.colLevelName2.AppearanceCell.TextOptions.VAlignment   = DevExpress.Utils.VertAlignment.Center;
     this.colLevelName2.AppearanceHeader.Options.UseTextOptions = true;
     this.colLevelName2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colLevelName2.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colLevelName2.Caption      = "نام سطوح کدینگ حسابداری (طبقه ،گروه ،کل ،معین) ";
     this.colLevelName2.FieldName    = "LevelName";
     this.colLevelName2.MaxWidth     = 550;
     this.colLevelName2.MinWidth     = 550;
     this.colLevelName2.Name         = "colLevelName2";
     this.colLevelName2.Visible      = true;
     this.colLevelName2.VisibleIndex = 0;
     this.colLevelName2.Width        = 550;
     //
     // EpAllCodingHesabdarisBindingSource
     //
     this.EpAllCodingHesabdarisBindingSource.DataSource = typeof(DBHesabdari_PG.Models.EP.CodingHesabdari.EpAllCodingHesabdari);
     //
     // barManager1
     //
     this.barManager1.AllowCustomization      = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     this.barManager1.CloseButtonAffectAllTabs = false;
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.cmbUsersList,
         this.barStaticItem1,
         this.btnPrintPreview,
         this.btnSave,
         this.chkSelectAll,
         this.chkOpenClose,
         this.btnReloadList
     });
     this.barManager1.MaxItemId = 40;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemTextEdit1,
         this.repositoryItemCheckEdit1,
         this.repositoryItemRadioGroup1,
         this.repositoryItemCheckEdit2,
         this.repositoryItemTextEdit2,
         this.repositoryItemCheckEdit3
     });
     this.barManager1.RightToLeft = DevExpress.Utils.DefaultBoolean.True;
     //
     // bar1
     //
     this.bar1.BarName       = "Tools";
     this.bar1.CanDockStyle  = DevExpress.XtraBars.BarCanDockStyle.Top;
     this.bar1.DockCol       = 0;
     this.bar1.DockRow       = 0;
     this.bar1.DockStyle     = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(88, 153);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.cmbUsersList),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnSave, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(this.chkSelectAll, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.chkOpenClose, true),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnPrintPreview, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnReloadList, true)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DisableClose            = true;
     this.bar1.OptionsBar.DisableCustomization    = true;
     this.bar1.OptionsBar.MinHeight   = 60;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Tools";
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "نام کاربر";
     this.barStaticItem1.Id      = 17;
     this.barStaticItem1.Name    = "barStaticItem1";
     //
     // cmbUsersList
     //
     this.cmbUsersList.Edit              = this.repositoryItemLookUpEdit1;
     this.cmbUsersList.EditWidth         = 250;
     this.cmbUsersList.Id                = 9;
     this.cmbUsersList.Name              = "cmbUsersList";
     this.cmbUsersList.EditValueChanged += new System.EventHandler(this.cmbUsersList_EditValueChanged);
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("MsUserId", "آیدی", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "نام کاربر", 250, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)
     });
     this.repositoryItemLookUpEdit1.DataSource    = this.msUserBindingSource;
     this.repositoryItemLookUpEdit1.DisplayMember = "Name";
     this.repositoryItemLookUpEdit1.DropDownRows  = 10;
     this.repositoryItemLookUpEdit1.Name          = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.NullText      = "";
     this.repositoryItemLookUpEdit1.ValueMember   = "MsUserId";
     //
     // msUserBindingSource
     //
     this.msUserBindingSource.DataSource = typeof(DBHesabdari_PG.Models.Ms.SystemUsers.MsUser);
     //
     // btnSave
     //
     this.btnSave.Caption            = "ذخیره کردن";
     this.btnSave.Id                 = 34;
     this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
     this.btnSave.ItemShortcut       = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F2);
     this.btnSave.Name               = "btnSave";
     toolTipTitleItem1.Text          = "F2";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnSave.SuperTip   = superToolTip1;
     this.btnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSave_ItemClick);
     //
     // chkSelectAll
     //
     this.chkSelectAll.Caption            = "انتخاب  همه گزینه ها";
     this.chkSelectAll.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.AfterText;
     this.chkSelectAll.Id              = 37;
     this.chkSelectAll.Name            = "chkSelectAll";
     this.chkSelectAll.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.chkSelectAll_CheckedChanged);
     //
     // chkOpenClose
     //
     this.chkOpenClose.Caption            = "گسترش همه گزینه ها";
     this.chkOpenClose.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.AfterText;
     this.chkOpenClose.Id              = 38;
     this.chkOpenClose.Name            = "chkOpenClose";
     this.chkOpenClose.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.chkOpenClose_CheckedChanged);
     //
     // btnPrintPreview
     //
     this.btnPrintPreview.Caption            = "پیش نمایش چاپ";
     this.btnPrintPreview.Id                 = 31;
     this.btnPrintPreview.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrintPreview.ImageOptions.Image")));
     this.btnPrintPreview.ItemShortcut       = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F9);
     this.btnPrintPreview.Name               = "btnPrintPreview";
     toolTipTitleItem2.Text = "F9";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnPrintPreview.SuperTip   = superToolTip2;
     this.btnPrintPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPrintPreview_ItemClick);
     //
     // btnReloadList
     //
     this.btnReloadList.Caption = "دوباره سازی";
     this.btnReloadList.Id      = 39;
     this.btnReloadList.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnReloadList.ImageOptions.SvgImage")));
     this.btnReloadList.Name       = "btnReloadList";
     this.btnReloadList.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnReloadList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnReloadList_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager1;
     this.barDockControlTop.Margin           = new System.Windows.Forms.Padding(5, 6, 5, 6);
     this.barDockControlTop.Size             = new System.Drawing.Size(1359, 60);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 576);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Margin           = new System.Windows.Forms.Padding(5, 6, 5, 6);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1359, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 60);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Margin           = new System.Windows.Forms.Padding(5, 6, 5, 6);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 516);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1359, 60);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Margin           = new System.Windows.Forms.Padding(5, 6, 5, 6);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 516);
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name       = "repositoryItemTextEdit1";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // repositoryItemRadioGroup1
     //
     this.repositoryItemRadioGroup1.Name = "repositoryItemRadioGroup1";
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name       = "repositoryItemCheckEdit2";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name       = "repositoryItemTextEdit2";
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Name       = "repositoryItemCheckEdit3";
     //
     // barEditItem1
     //
     this.barEditItem1.Edit      = this.repositoryItemLookUpEdit1;
     this.barEditItem1.EditWidth = 250;
     this.barEditItem1.Id        = 9;
     this.barEditItem1.Name      = "barEditItem1";
     //
     // lblUserId
     //
     this.lblUserId.Location = new System.Drawing.Point(13, 157);
     this.lblUserId.Margin   = new System.Windows.Forms.Padding(4);
     this.lblUserId.Name     = "lblUserId";
     this.lblUserId.Size     = new System.Drawing.Size(72, 27);
     this.lblUserId.TabIndex = 30;
     this.lblUserId.Text     = "آیدی  کاربر";
     this.lblUserId.Visible  = false;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(13, 192);
     this.lblUserName.Margin   = new System.Windows.Forms.Padding(4);
     this.lblUserName.Name     = "lblUserName";
     this.lblUserName.Size     = new System.Drawing.Size(53, 27);
     this.lblUserName.TabIndex = 31;
     this.lblUserName.Text     = "نام کاربر";
     this.lblUserName.Visible  = false;
     //
     // colId
     //
     this.colId.AppearanceCell.Options.UseTextOptions   = true;
     this.colId.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.colId.AppearanceCell.TextOptions.VAlignment   = DevExpress.Utils.VertAlignment.Center;
     this.colId.AppearanceHeader.Options.UseTextOptions = true;
     this.colId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colId.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colId.FieldName = "Id";
     this.colId.Name      = "colId";
     //
     // colLevelNumber
     //
     this.colLevelNumber.AppearanceCell.Options.UseTextOptions   = true;
     this.colLevelNumber.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.colLevelNumber.AppearanceCell.TextOptions.VAlignment   = DevExpress.Utils.VertAlignment.Center;
     this.colLevelNumber.AppearanceHeader.Options.UseTextOptions = true;
     this.colLevelNumber.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colLevelNumber.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colLevelNumber.Caption      = "سطح";
     this.colLevelNumber.FieldName    = "LevelNumber";
     this.colLevelNumber.MaxWidth     = 80;
     this.colLevelNumber.MinWidth     = 80;
     this.colLevelNumber.Name         = "colLevelNumber";
     this.colLevelNumber.Visible      = true;
     this.colLevelNumber.VisibleIndex = 1;
     this.colLevelNumber.Width        = 80;
     //
     // colIsActive
     //
     this.colIsActive.AppearanceCell.Options.UseTextOptions   = true;
     this.colIsActive.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.colIsActive.AppearanceCell.TextOptions.VAlignment   = DevExpress.Utils.VertAlignment.Center;
     this.colIsActive.AppearanceHeader.Options.UseTextOptions = true;
     this.colIsActive.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colIsActive.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colIsActive.Caption      = "فعال";
     this.colIsActive.FieldName    = "IsActive";
     this.colIsActive.MaxWidth     = 80;
     this.colIsActive.MinWidth     = 80;
     this.colIsActive.Name         = "colIsActive";
     this.colIsActive.Visible      = true;
     this.colIsActive.VisibleIndex = 2;
     this.colIsActive.Width        = 80;
     //
     // treeListColumn1
     //
     this.treeListColumn1.AppearanceCell.Options.UseTextOptions   = true;
     this.treeListColumn1.AppearanceCell.TextOptions.VAlignment   = DevExpress.Utils.VertAlignment.Center;
     this.treeListColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.treeListColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeListColumn1.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.treeListColumn1.Caption      = "تشریح یا توضیح حساب";
     this.treeListColumn1.MinWidth     = 550;
     this.treeListColumn1.Name         = "treeListColumn1";
     this.treeListColumn1.Visible      = true;
     this.treeListColumn1.VisibleIndex = 3;
     this.treeListColumn1.Width        = 707;
     //
     // lblSalMali
     //
     this.lblSalMali.Location = new System.Drawing.Point(12, 302);
     this.lblSalMali.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.lblSalMali.Name     = "lblSalMali";
     this.lblSalMali.Size     = new System.Drawing.Size(64, 27);
     this.lblSalMali.TabIndex = 48;
     this.lblSalMali.Text     = "سال مالی";
     this.lblSalMali.Visible  = false;
     //
     // lblSalId
     //
     this.lblSalId.Location = new System.Drawing.Point(12, 251);
     this.lblSalId.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.lblSalId.Name     = "lblSalId";
     this.lblSalId.Size     = new System.Drawing.Size(66, 27);
     this.lblSalId.TabIndex = 47;
     this.lblSalId.Text     = "آیدی سال";
     this.lblSalId.Visible  = false;
     //
     // colKeyCode
     //
     this.colKeyCode.FieldName = "KeyCode";
     this.colKeyCode.Name      = "colKeyCode";
     //
     // FrmAccesslevelCodingHesabdari
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 27F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1359, 576);
     this.Controls.Add(this.treeListCodingHesabdari);
     this.Controls.Add(this.lblSalMali);
     this.Controls.Add(this.lblSalId);
     this.Controls.Add(this.lblUserId);
     this.Controls.Add(this.lblUserName);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("FrmAccesslevelCodingHesabdari.IconOptions.Icon")));
     this.Margin           = new System.Windows.Forms.Padding(4);
     this.Name             = "FrmAccesslevelCodingHesabdari";
     this.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text             = "دسترسی کاربران به کدینگ حسابداری (طبقه،گروه،کل،معین)";
     this.Load            += new System.EventHandler(this.FrmAccesslevelCodingHesabdari_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeListCodingHesabdari)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EpAllCodingHesabdarisBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.msUserBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1  = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2  = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3  = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule4  = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions       editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupAgrupacionXtraForm));
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip         superToolTip1         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem1     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem1          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem2     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule5 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     this.layoutControl1                = new DevExpress.XtraLayout.LayoutControl();
     this.AbreCargo_textEdit            = new DevExpress.XtraEditors.TextEdit();
     this.Cargo_lookUpEdit              = new DevExpress.XtraEditors.LookUpEdit();
     this.nomencladorCargoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.TipoVinculo_lookUpEdit        = new DevExpress.XtraEditors.LookUpEdit();
     this.FechaAlta_dateEdit            = new DevExpress.XtraEditors.DateEdit();
     this.simpleButton2           = new DevExpress.XtraEditors.SimpleButton();
     this.OK_simpleButton         = new DevExpress.XtraEditors.SimpleButton();
     this.checkedComboBoxEdit1    = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.agrupacionBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.layoutControlGroup1     = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3      = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2         = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem1         = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem4      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5      = new DevExpress.XtraLayout.LayoutControlItem();
     this.dxValidationProvider1   = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.defaultLookAndFeel1     = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.AbreCargo_textEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Cargo_lookUpEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nomencladorCargoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TipoVinculo_lookUpEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FechaAlta_dateEdit.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FechaAlta_dateEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.agrupacionBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.AbreCargo_textEdit);
     this.layoutControl1.Controls.Add(this.Cargo_lookUpEdit);
     this.layoutControl1.Controls.Add(this.TipoVinculo_lookUpEdit);
     this.layoutControl1.Controls.Add(this.FechaAlta_dateEdit);
     this.layoutControl1.Controls.Add(this.simpleButton2);
     this.layoutControl1.Controls.Add(this.OK_simpleButton);
     this.layoutControl1.Controls.Add(this.checkedComboBoxEdit1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(339, 199);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // AbreCargo_textEdit
     //
     this.AbreCargo_textEdit.Location           = new System.Drawing.Point(119, 86);
     this.AbreCargo_textEdit.Name               = "AbreCargo_textEdit";
     this.AbreCargo_textEdit.Size               = new System.Drawing.Size(208, 20);
     this.AbreCargo_textEdit.StyleController    = this.layoutControl1;
     this.AbreCargo_textEdit.TabIndex           = 10;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText         = "Obligatorio";
     this.dxValidationProvider1.SetValidationRule(this.AbreCargo_textEdit, conditionValidationRule1);
     //
     // Cargo_lookUpEdit
     //
     this.Cargo_lookUpEdit.Location = new System.Drawing.Point(119, 62);
     this.Cargo_lookUpEdit.Name     = "Cargo_lookUpEdit";
     this.Cargo_lookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.Cargo_lookUpEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Descripcion", "Descripcion", 64, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)
     });
     this.Cargo_lookUpEdit.Properties.DataSource    = this.nomencladorCargoBindingSource;
     this.Cargo_lookUpEdit.Properties.DisplayMember = "Descripcion";
     this.Cargo_lookUpEdit.Properties.NullText      = "-Seleccione-";
     this.Cargo_lookUpEdit.Properties.ValueMember   = "NomencladorCargoID";
     this.Cargo_lookUpEdit.Size                 = new System.Drawing.Size(208, 20);
     this.Cargo_lookUpEdit.StyleController      = this.layoutControl1;
     this.Cargo_lookUpEdit.TabIndex             = 9;
     conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule2.ErrorText         = "Obligatorio";
     this.dxValidationProvider1.SetValidationRule(this.Cargo_lookUpEdit, conditionValidationRule2);
     this.Cargo_lookUpEdit.EditValueChanged += new System.EventHandler(this.Cargo_lookUpEdit_EditValueChanged);
     //
     // nomencladorCargoBindingSource
     //
     this.nomencladorCargoBindingSource.AllowNew   = false;
     this.nomencladorCargoBindingSource.DataSource = typeof(DXApplication9.NomencladorCargo);
     //
     // TipoVinculo_lookUpEdit
     //
     this.TipoVinculo_lookUpEdit.Location = new System.Drawing.Point(119, 110);
     this.TipoVinculo_lookUpEdit.Name     = "TipoVinculo_lookUpEdit";
     this.TipoVinculo_lookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.TipoVinculo_lookUpEdit.Properties.NullText = "-Seleccione-";
     this.TipoVinculo_lookUpEdit.Size            = new System.Drawing.Size(208, 20);
     this.TipoVinculo_lookUpEdit.StyleController = this.layoutControl1;
     this.TipoVinculo_lookUpEdit.TabIndex        = 8;
     conditionValidationRule3.ConditionOperator  = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule3.ErrorText          = "Obligatorio";
     this.dxValidationProvider1.SetValidationRule(this.TipoVinculo_lookUpEdit, conditionValidationRule3);
     //
     // FechaAlta_dateEdit
     //
     this.FechaAlta_dateEdit.EditValue = null;
     this.FechaAlta_dateEdit.Location  = new System.Drawing.Point(119, 38);
     this.FechaAlta_dateEdit.Name      = "FechaAlta_dateEdit";
     this.FechaAlta_dateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.FechaAlta_dateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.FechaAlta_dateEdit.Size               = new System.Drawing.Size(208, 20);
     this.FechaAlta_dateEdit.StyleController    = this.layoutControl1;
     this.FechaAlta_dateEdit.TabIndex           = 7;
     conditionValidationRule4.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.GreaterOrEqual;
     conditionValidationRule4.ErrorText         = "This value is not valid";
     conditionValidationRule4.Value1            = new System.DateTime(2000, 10, 1, 16, 6, 29, 0);
     this.dxValidationProvider1.SetValidationRule(this.FechaAlta_dateEdit, conditionValidationRule4);
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult       = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.ImageOptions.Image = global::DXApplication9.Properties.Resources.cancel_32x32;
     this.simpleButton2.Location           = new System.Drawing.Point(217, 134);
     this.simpleButton2.Name            = "simpleButton2";
     this.simpleButton2.Size            = new System.Drawing.Size(110, 36);
     this.simpleButton2.StyleController = this.layoutControl1;
     this.simpleButton2.TabIndex        = 6;
     this.simpleButton2.Text            = "Cancelar";
     this.simpleButton2.Click          += new System.EventHandler(this.simpleButton2_Click);
     //
     // OK_simpleButton
     //
     this.OK_simpleButton.ImageOptions.Image = global::DXApplication9.Properties.Resources.apply_32x32;
     this.OK_simpleButton.Location           = new System.Drawing.Point(115, 134);
     this.OK_simpleButton.Name            = "OK_simpleButton";
     this.OK_simpleButton.Size            = new System.Drawing.Size(98, 36);
     this.OK_simpleButton.StyleController = this.layoutControl1;
     this.OK_simpleButton.TabIndex        = 5;
     this.OK_simpleButton.Text            = "OK";
     this.OK_simpleButton.Click          += new System.EventHandler(this.OK_simpleButton_Click);
     //
     // checkedComboBoxEdit1
     //
     this.checkedComboBoxEdit1.EditValue = "";
     this.checkedComboBoxEdit1.Location  = new System.Drawing.Point(119, 12);
     this.checkedComboBoxEdit1.Name      = "checkedComboBoxEdit1";
     editorButtonImageOptions1.Image     = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions1.Image")));
     superToolTip1.AllowHtmlText         = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem1.Text  = "Mostrar Todas las Unidades Artísticas";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "Muestra todas las agrupaciones <i><b>incluyendo las que trabajan ocasionalmente y" +
                               " no son del catálogo de la Agencia,";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "Para actividades y contratos ocasionales";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.checkedComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, true, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, superToolTip1)
     });
     this.checkedComboBoxEdit1.Properties.DataSource      = this.agrupacionBindingSource;
     this.checkedComboBoxEdit1.Properties.DisplayMember   = "Nombre";
     this.checkedComboBoxEdit1.Properties.NullText        = "-Seleccione-";
     this.checkedComboBoxEdit1.Properties.NullValuePrompt = "-Seleccione-";
     this.checkedComboBoxEdit1.Properties.NullValuePromptShowForEmptyValue = true;
     this.checkedComboBoxEdit1.Properties.ValueMember = "AgrupacionID";
     this.checkedComboBoxEdit1.Size             = new System.Drawing.Size(208, 22);
     this.checkedComboBoxEdit1.StyleController  = this.layoutControl1;
     this.checkedComboBoxEdit1.TabIndex         = 4;
     conditionValidationRule5.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule5.ErrorText         = "This value is not valid";
     this.dxValidationProvider1.SetValidationRule(this.checkedComboBoxEdit1, conditionValidationRule5);
     this.checkedComboBoxEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.checkedComboBoxEdit1_ButtonClick);
     //
     // agrupacionBindingSource
     //
     this.agrupacionBindingSource.DataSource = typeof(DXApplication9.Agrupacion);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.emptySpaceItem2,
         this.emptySpaceItem1,
         this.layoutControlItem4,
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem5
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(339, 199);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control  = this.checkedComboBoxEdit1;
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(319, 26);
     this.layoutControlItem1.Text     = "Agrupacion";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(104, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.OK_simpleButton;
     this.layoutControlItem2.Location    = new System.Drawing.Point(103, 122);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(102, 40);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.simpleButton2;
     this.layoutControlItem3.Location    = new System.Drawing.Point(205, 122);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(114, 40);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(0, 162);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(319, 17);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(0, 122);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(103, 40);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control  = this.FechaAlta_dateEdit;
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(319, 24);
     this.layoutControlItem4.Text     = "Fecha de Alta";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(104, 13);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control  = this.Cargo_lookUpEdit;
     this.layoutControlItem6.Location = new System.Drawing.Point(0, 50);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Size     = new System.Drawing.Size(319, 24);
     this.layoutControlItem6.Text     = "Cargo";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(104, 13);
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control  = this.AbreCargo_textEdit;
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 74);
     this.layoutControlItem7.Name     = "layoutControlItem7";
     this.layoutControlItem7.Size     = new System.Drawing.Size(319, 24);
     this.layoutControlItem7.Text     = "Abreviatura de Cargo";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(104, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control  = this.TipoVinculo_lookUpEdit;
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 98);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(319, 24);
     this.layoutControlItem5.Text     = "Tipo de Vinculo";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(104, 13);
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Visual Studio 2013 Light";
     //
     // PopupAgrupacionXtraForm
     //
     this.AcceptButton        = this.OK_simpleButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.simpleButton2;
     this.ClientSize          = new System.Drawing.Size(339, 199);
     this.Controls.Add(this.layoutControl1);
     this.Name = "PopupAgrupacionXtraForm";
     this.Text = "Asignado Unidad Artística";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.AbreCargo_textEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Cargo_lookUpEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nomencladorCargoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TipoVinculo_lookUpEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FechaAlta_dateEdit.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FechaAlta_dateEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.agrupacionBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
			this.components = new System.ComponentModel.Container();
			DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
			this.checkEditFlightDates = new DevExpress.XtraEditors.CheckEdit();
			this.pnItems = new System.Windows.Forms.Panel();
			this.xtraScrollableControl = new DevExpress.XtraEditors.XtraScrollableControl();
			this.pnSections = new System.Windows.Forms.Panel();
			this.checkEditSections = new DevExpress.XtraEditors.CheckEdit();
			this.labelControlSections = new DevExpress.XtraEditors.LabelControl();
			this.checkEditMechanicals = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditDiscounts = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditAvgFinalCost = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditAvgAdCost = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditAvgPCI = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditColor = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditPercentOfPage = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditPageSize = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditDimensions = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditSquare = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditTotalSquare = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditTotalAds = new DevExpress.XtraEditors.CheckEdit();
			this.laAdItems = new System.Windows.Forms.Label();
			this.checkEditComments = new DevExpress.XtraEditors.CheckEdit();
			this.memoEditComments = new DevExpress.XtraEditors.MemoEdit();
			this.styleController = new DevExpress.XtraEditors.StyleController(this.components);
			this.checkEditDates = new DevExpress.XtraEditors.CheckEdit();
			this.memoEditDates = new DevExpress.XtraEditors.MemoEdit();
			this.laInvestment = new System.Windows.Forms.Label();
			this.comboBoxEditInvestment = new DevExpress.XtraEditors.ComboBoxEdit();
			this.checkEditInvestment = new DevExpress.XtraEditors.CheckEdit();
			this.laDates = new System.Windows.Forms.Label();
			this.pictureBoxDates = new System.Windows.Forms.PictureBox();
			this.checkEditLogo = new DevExpress.XtraEditors.CheckEdit();
			this.pnMain = new System.Windows.Forms.Panel();
			this.laFlightDates = new System.Windows.Forms.Label();
			this.checkEditTwoPerSlide = new DevExpress.XtraEditors.CheckEdit();
			this.hyperLinkEditReset = new DevExpress.XtraEditors.HyperLinkEdit();
			this.pbComments = new System.Windows.Forms.PictureBox();
			this.laComments = new System.Windows.Forms.Label();
			this.pbLogo = new System.Windows.Forms.PictureBox();
			((System.ComponentModel.ISupportInitialize)(this.checkEditFlightDates.Properties)).BeginInit();
			this.pnItems.SuspendLayout();
			this.xtraScrollableControl.SuspendLayout();
			this.pnSections.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.checkEditSections.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditMechanicals.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditDiscounts.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditAvgFinalCost.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditAvgAdCost.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditAvgPCI.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditColor.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditPercentOfPage.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditPageSize.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditDimensions.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditSquare.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditTotalSquare.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditTotalAds.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditComments.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.memoEditComments.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.styleController)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditDates.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.memoEditDates.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEditInvestment.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditInvestment.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxDates)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditLogo.Properties)).BeginInit();
			this.pnMain.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.checkEditTwoPerSlide.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.hyperLinkEditReset.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.pbComments)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
			this.SuspendLayout();
			// 
			// checkEditFlightDates
			// 
			this.checkEditFlightDates.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.checkEditFlightDates.EditValue = true;
			this.checkEditFlightDates.Location = new System.Drawing.Point(499, 21);
			this.checkEditFlightDates.Name = "checkEditFlightDates";
			this.checkEditFlightDates.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditFlightDates.Properties.Appearance.Options.UseFont = true;
			this.checkEditFlightDates.Properties.AutoWidth = true;
			this.checkEditFlightDates.Properties.Caption = "";
			this.checkEditFlightDates.Size = new System.Drawing.Size(19, 19);
			this.checkEditFlightDates.TabIndex = 52;
			this.checkEditFlightDates.CheckedChanged += new System.EventHandler(this.checkEditFlightDates_CheckedChanged);
			this.checkEditFlightDates.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// pnItems
			// 
			this.pnItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.pnItems.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.pnItems.Controls.Add(this.xtraScrollableControl);
			this.pnItems.Location = new System.Drawing.Point(31, 128);
			this.pnItems.Name = "pnItems";
			this.pnItems.Size = new System.Drawing.Size(261, 259);
			this.pnItems.TabIndex = 51;
			// 
			// xtraScrollableControl
			// 
			this.xtraScrollableControl.Appearance.BorderColor = System.Drawing.Color.Black;
			this.xtraScrollableControl.Appearance.Options.UseBorderColor = true;
			this.xtraScrollableControl.Controls.Add(this.pnSections);
			this.xtraScrollableControl.Controls.Add(this.checkEditMechanicals);
			this.xtraScrollableControl.Controls.Add(this.checkEditDiscounts);
			this.xtraScrollableControl.Controls.Add(this.checkEditAvgFinalCost);
			this.xtraScrollableControl.Controls.Add(this.checkEditAvgAdCost);
			this.xtraScrollableControl.Controls.Add(this.checkEditAvgPCI);
			this.xtraScrollableControl.Controls.Add(this.checkEditColor);
			this.xtraScrollableControl.Controls.Add(this.checkEditPercentOfPage);
			this.xtraScrollableControl.Controls.Add(this.checkEditPageSize);
			this.xtraScrollableControl.Controls.Add(this.checkEditDimensions);
			this.xtraScrollableControl.Controls.Add(this.checkEditSquare);
			this.xtraScrollableControl.Controls.Add(this.checkEditTotalSquare);
			this.xtraScrollableControl.Controls.Add(this.checkEditTotalAds);
			this.xtraScrollableControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.xtraScrollableControl.Location = new System.Drawing.Point(0, 0);
			this.xtraScrollableControl.Name = "xtraScrollableControl";
			this.xtraScrollableControl.Size = new System.Drawing.Size(259, 257);
			this.xtraScrollableControl.TabIndex = 47;
			// 
			// pnSections
			// 
			this.pnSections.Controls.Add(this.checkEditSections);
			this.pnSections.Controls.Add(this.labelControlSections);
			this.pnSections.Dock = System.Windows.Forms.DockStyle.Top;
			this.pnSections.Location = new System.Drawing.Point(0, 360);
			this.pnSections.Name = "pnSections";
			this.pnSections.Size = new System.Drawing.Size(242, 106);
			this.pnSections.TabIndex = 56;
			// 
			// checkEditSections
			// 
			this.checkEditSections.Location = new System.Drawing.Point(0, 6);
			this.checkEditSections.Name = "checkEditSections";
			this.checkEditSections.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditSections.Properties.Appearance.Options.UseFont = true;
			this.checkEditSections.Properties.Appearance.Options.UseTextOptions = true;
			this.checkEditSections.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
			this.checkEditSections.Properties.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
			this.checkEditSections.Properties.AppearanceFocused.Options.UseTextOptions = true;
			this.checkEditSections.Properties.AppearanceFocused.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
			this.checkEditSections.Properties.AppearanceFocused.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
			this.checkEditSections.Properties.AutoHeight = false;
			this.checkEditSections.Properties.Caption = "Sections tag";
			this.checkEditSections.Size = new System.Drawing.Size(19, 18);
			this.checkEditSections.TabIndex = 54;
			this.checkEditSections.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditSections.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditSections.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// labelControlSections
			// 
			this.labelControlSections.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.labelControlSections.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
			this.labelControlSections.Location = new System.Drawing.Point(21, 8);
			this.labelControlSections.Name = "labelControlSections";
			this.labelControlSections.Size = new System.Drawing.Size(218, 16);
			this.labelControlSections.TabIndex = 55;
			this.labelControlSections.Text = "Sections Tag";
			this.labelControlSections.UseMnemonic = false;
			// 
			// checkEditMechanicals
			// 
			this.checkEditMechanicals.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditMechanicals.Location = new System.Drawing.Point(0, 330);
			this.checkEditMechanicals.Name = "checkEditMechanicals";
			this.checkEditMechanicals.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditMechanicals.Properties.Appearance.Options.UseFont = true;
			this.checkEditMechanicals.Properties.AutoHeight = false;
			this.checkEditMechanicals.Properties.Caption = "Mechanicals Tag";
			this.checkEditMechanicals.Size = new System.Drawing.Size(242, 30);
			this.checkEditMechanicals.TabIndex = 53;
			this.checkEditMechanicals.Visible = false;
			this.checkEditMechanicals.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditMechanicals.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditMechanicals.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// checkEditDiscounts
			// 
			this.checkEditDiscounts.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditDiscounts.Location = new System.Drawing.Point(0, 300);
			this.checkEditDiscounts.Name = "checkEditDiscounts";
			this.checkEditDiscounts.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditDiscounts.Properties.Appearance.Options.UseFont = true;
			this.checkEditDiscounts.Properties.AutoHeight = false;
			this.checkEditDiscounts.Properties.Caption = "Discounts Tag";
			this.checkEditDiscounts.Size = new System.Drawing.Size(242, 30);
			this.checkEditDiscounts.TabIndex = 52;
			this.checkEditDiscounts.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditDiscounts.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditDiscounts.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// checkEditAvgFinalCost
			// 
			this.checkEditAvgFinalCost.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditAvgFinalCost.Location = new System.Drawing.Point(0, 270);
			this.checkEditAvgFinalCost.Name = "checkEditAvgFinalCost";
			this.checkEditAvgFinalCost.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditAvgFinalCost.Properties.Appearance.Options.UseFont = true;
			this.checkEditAvgFinalCost.Properties.AutoHeight = false;
			this.checkEditAvgFinalCost.Properties.Caption = "Avg Final Cost Tag";
			this.checkEditAvgFinalCost.Size = new System.Drawing.Size(242, 30);
			this.checkEditAvgFinalCost.TabIndex = 51;
			this.checkEditAvgFinalCost.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditAvgFinalCost.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditAvgFinalCost.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// checkEditAvgAdCost
			// 
			this.checkEditAvgAdCost.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditAvgAdCost.Location = new System.Drawing.Point(0, 240);
			this.checkEditAvgAdCost.Name = "checkEditAvgAdCost";
			this.checkEditAvgAdCost.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditAvgAdCost.Properties.Appearance.Options.UseFont = true;
			this.checkEditAvgAdCost.Properties.Appearance.Options.UseTextOptions = true;
			this.checkEditAvgAdCost.Properties.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Hide;
			this.checkEditAvgAdCost.Properties.AppearanceDisabled.Options.UseTextOptions = true;
			this.checkEditAvgAdCost.Properties.AppearanceDisabled.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Hide;
			this.checkEditAvgAdCost.Properties.AppearanceFocused.Options.UseTextOptions = true;
			this.checkEditAvgAdCost.Properties.AppearanceFocused.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Hide;
			this.checkEditAvgAdCost.Properties.AppearanceReadOnly.Options.UseTextOptions = true;
			this.checkEditAvgAdCost.Properties.AppearanceReadOnly.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Hide;
			this.checkEditAvgAdCost.Properties.AutoHeight = false;
			this.checkEditAvgAdCost.Properties.Caption = "Avg Ad Cost Tag";
			this.checkEditAvgAdCost.Size = new System.Drawing.Size(242, 30);
			this.checkEditAvgAdCost.TabIndex = 50;
			this.checkEditAvgAdCost.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditAvgAdCost.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditAvgAdCost.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// checkEditAvgPCI
			// 
			this.checkEditAvgPCI.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditAvgPCI.Location = new System.Drawing.Point(0, 210);
			this.checkEditAvgPCI.Name = "checkEditAvgPCI";
			this.checkEditAvgPCI.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditAvgPCI.Properties.Appearance.Options.UseFont = true;
			this.checkEditAvgPCI.Properties.AutoHeight = false;
			this.checkEditAvgPCI.Properties.Caption = "Avg PCI Tag";
			this.checkEditAvgPCI.Size = new System.Drawing.Size(242, 30);
			this.checkEditAvgPCI.TabIndex = 49;
			this.checkEditAvgPCI.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditAvgPCI.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditAvgPCI.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// checkEditColor
			// 
			this.checkEditColor.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditColor.EditValue = true;
			this.checkEditColor.Location = new System.Drawing.Point(0, 180);
			this.checkEditColor.Name = "checkEditColor";
			this.checkEditColor.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditColor.Properties.Appearance.Options.UseFont = true;
			this.checkEditColor.Properties.AutoHeight = false;
			this.checkEditColor.Properties.Caption = "Color Tag";
			this.checkEditColor.Size = new System.Drawing.Size(242, 30);
			this.checkEditColor.TabIndex = 46;
			this.checkEditColor.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditColor.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditColor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// checkEditPercentOfPage
			// 
			this.checkEditPercentOfPage.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditPercentOfPage.EditValue = true;
			this.checkEditPercentOfPage.Location = new System.Drawing.Point(0, 150);
			this.checkEditPercentOfPage.Name = "checkEditPercentOfPage";
			this.checkEditPercentOfPage.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditPercentOfPage.Properties.Appearance.Options.UseFont = true;
			this.checkEditPercentOfPage.Properties.AutoHeight = false;
			this.checkEditPercentOfPage.Properties.Caption = "Percent of PageTag";
			this.checkEditPercentOfPage.Size = new System.Drawing.Size(242, 30);
			this.checkEditPercentOfPage.TabIndex = 57;
			this.checkEditPercentOfPage.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			// 
			// checkEditPageSize
			// 
			this.checkEditPageSize.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditPageSize.EditValue = true;
			this.checkEditPageSize.Location = new System.Drawing.Point(0, 120);
			this.checkEditPageSize.Name = "checkEditPageSize";
			this.checkEditPageSize.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditPageSize.Properties.Appearance.Options.UseFont = true;
			this.checkEditPageSize.Properties.AutoHeight = false;
			this.checkEditPageSize.Properties.Caption = "Page Size Tag";
			this.checkEditPageSize.Size = new System.Drawing.Size(242, 30);
			this.checkEditPageSize.TabIndex = 45;
			this.checkEditPageSize.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditPageSize.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditPageSize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// checkEditDimensions
			// 
			this.checkEditDimensions.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditDimensions.EditValue = true;
			this.checkEditDimensions.Location = new System.Drawing.Point(0, 90);
			this.checkEditDimensions.Name = "checkEditDimensions";
			this.checkEditDimensions.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditDimensions.Properties.Appearance.Options.UseFont = true;
			this.checkEditDimensions.Properties.AutoHeight = false;
			this.checkEditDimensions.Properties.Caption = "Dimensions Tag";
			this.checkEditDimensions.Size = new System.Drawing.Size(242, 30);
			this.checkEditDimensions.TabIndex = 48;
			this.checkEditDimensions.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditDimensions.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditDimensions.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// checkEditSquare
			// 
			this.checkEditSquare.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditSquare.EditValue = true;
			this.checkEditSquare.Location = new System.Drawing.Point(0, 60);
			this.checkEditSquare.Name = "checkEditSquare";
			this.checkEditSquare.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditSquare.Properties.Appearance.Options.UseFont = true;
			this.checkEditSquare.Properties.AutoHeight = false;
			this.checkEditSquare.Properties.Caption = "Column Inches Tag";
			this.checkEditSquare.Size = new System.Drawing.Size(242, 30);
			this.checkEditSquare.TabIndex = 47;
			this.checkEditSquare.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditSquare.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditSquare.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// checkEditTotalSquare
			// 
			this.checkEditTotalSquare.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditTotalSquare.EditValue = true;
			this.checkEditTotalSquare.Location = new System.Drawing.Point(0, 30);
			this.checkEditTotalSquare.Name = "checkEditTotalSquare";
			this.checkEditTotalSquare.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditTotalSquare.Properties.Appearance.Options.UseFont = true;
			this.checkEditTotalSquare.Properties.AutoHeight = false;
			this.checkEditTotalSquare.Properties.Caption = "Total Square Tag";
			this.checkEditTotalSquare.Size = new System.Drawing.Size(242, 30);
			this.checkEditTotalSquare.TabIndex = 44;
			this.checkEditTotalSquare.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditTotalSquare.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditTotalSquare.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// checkEditTotalAds
			// 
			this.checkEditTotalAds.Dock = System.Windows.Forms.DockStyle.Top;
			this.checkEditTotalAds.EditValue = true;
			this.checkEditTotalAds.Location = new System.Drawing.Point(0, 0);
			this.checkEditTotalAds.Name = "checkEditTotalAds";
			this.checkEditTotalAds.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditTotalAds.Properties.Appearance.Options.UseFont = true;
			this.checkEditTotalAds.Properties.AutoHeight = false;
			this.checkEditTotalAds.Properties.Caption = "Total Ads Tag";
			this.checkEditTotalAds.Size = new System.Drawing.Size(242, 30);
			this.checkEditTotalAds.TabIndex = 43;
			this.checkEditTotalAds.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditTotalAds.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.checkEditAdItems_EditValueChanging);
			this.checkEditTotalAds.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// laAdItems
			// 
			this.laAdItems.AutoSize = true;
			this.laAdItems.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.laAdItems.Location = new System.Drawing.Point(28, 95);
			this.laAdItems.Name = "laAdItems";
			this.laAdItems.Size = new System.Drawing.Size(177, 19);
			this.laAdItems.TabIndex = 48;
			this.laAdItems.Text = "Select up to 6 Ad-Items:";
			// 
			// checkEditComments
			// 
			this.checkEditComments.AutoSizeInLayoutControl = true;
			this.checkEditComments.Location = new System.Drawing.Point(313, 247);
			this.checkEditComments.Name = "checkEditComments";
			this.checkEditComments.Properties.Caption = "";
			this.checkEditComments.Size = new System.Drawing.Size(19, 19);
			this.checkEditComments.TabIndex = 42;
			this.checkEditComments.CheckedChanged += new System.EventHandler(this.checkEditComments_CheckedChanged);
			this.checkEditComments.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// memoEditComments
			// 
			this.memoEditComments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.memoEditComments.Enabled = false;
			this.memoEditComments.Location = new System.Drawing.Point(338, 247);
			this.memoEditComments.Name = "memoEditComments";
			this.memoEditComments.Properties.NullText = "Type Comments Here";
			this.memoEditComments.Size = new System.Drawing.Size(606, 62);
			this.memoEditComments.StyleController = this.styleController;
			this.memoEditComments.TabIndex = 41;
			this.memoEditComments.UseOptimizedRendering = true;
			this.memoEditComments.EditValueChanged += new System.EventHandler(this.memoEditComments_EditValueChanged);
			// 
			// styleController
			// 
			this.styleController.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.styleController.Appearance.Options.UseFont = true;
			this.styleController.AppearanceDisabled.Font = new System.Drawing.Font("Arial", 9.75F);
			this.styleController.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
			this.styleController.AppearanceDisabled.Options.UseFont = true;
			this.styleController.AppearanceDisabled.Options.UseForeColor = true;
			this.styleController.AppearanceDropDown.Font = new System.Drawing.Font("Arial", 9.75F);
			this.styleController.AppearanceDropDown.Options.UseFont = true;
			this.styleController.AppearanceDropDownHeader.Font = new System.Drawing.Font("Arial", 9.75F);
			this.styleController.AppearanceDropDownHeader.Options.UseFont = true;
			this.styleController.AppearanceFocused.Font = new System.Drawing.Font("Arial", 9.75F);
			this.styleController.AppearanceFocused.Options.UseFont = true;
			this.styleController.AppearanceReadOnly.Font = new System.Drawing.Font("Arial", 9.75F);
			this.styleController.AppearanceReadOnly.ForeColor = System.Drawing.Color.Black;
			this.styleController.AppearanceReadOnly.Options.UseFont = true;
			this.styleController.AppearanceReadOnly.Options.UseForeColor = true;
			// 
			// checkEditDates
			// 
			this.checkEditDates.AutoSizeInLayoutControl = true;
			this.checkEditDates.EditValue = true;
			this.checkEditDates.Location = new System.Drawing.Point(313, 64);
			this.checkEditDates.Name = "checkEditDates";
			this.checkEditDates.Properties.Caption = "";
			this.checkEditDates.Size = new System.Drawing.Size(19, 19);
			this.checkEditDates.TabIndex = 40;
			this.checkEditDates.CheckedChanged += new System.EventHandler(this.checkEditDates_CheckedChanged);
			this.checkEditDates.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// memoEditDates
			// 
			this.memoEditDates.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.memoEditDates.Location = new System.Drawing.Point(338, 64);
			this.memoEditDates.Name = "memoEditDates";
			this.memoEditDates.Size = new System.Drawing.Size(606, 62);
			this.memoEditDates.StyleController = this.styleController;
			this.memoEditDates.TabIndex = 39;
			this.memoEditDates.UseOptimizedRendering = true;
			// 
			// laInvestment
			// 
			this.laInvestment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.laInvestment.AutoSize = true;
			this.laInvestment.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.laInvestment.Location = new System.Drawing.Point(412, 366);
			this.laInvestment.Name = "laInvestment";
			this.laInvestment.Size = new System.Drawing.Size(123, 18);
			this.laInvestment.TabIndex = 38;
			this.laInvestment.Text = "Investment: $Tag";
			// 
			// comboBoxEditInvestment
			// 
			this.comboBoxEditInvestment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.comboBoxEditInvestment.EditValue = "Total";
			this.comboBoxEditInvestment.Location = new System.Drawing.Point(338, 365);
			this.comboBoxEditInvestment.Name = "comboBoxEditInvestment";
			this.comboBoxEditInvestment.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.comboBoxEditInvestment.Properties.Items.AddRange(new object[] {
            "Total",
            "Monthly"});
			this.comboBoxEditInvestment.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.comboBoxEditInvestment.Size = new System.Drawing.Size(71, 22);
			this.comboBoxEditInvestment.StyleController = this.styleController;
			this.comboBoxEditInvestment.TabIndex = 37;
			this.comboBoxEditInvestment.EditValueChanged += new System.EventHandler(this.comboBoxEditInvestment_EditValueChanged);
			// 
			// checkEditInvestment
			// 
			this.checkEditInvestment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.checkEditInvestment.AutoSizeInLayoutControl = true;
			this.checkEditInvestment.EditValue = true;
			this.checkEditInvestment.Location = new System.Drawing.Point(313, 367);
			this.checkEditInvestment.Name = "checkEditInvestment";
			this.checkEditInvestment.Properties.Caption = "";
			this.checkEditInvestment.Size = new System.Drawing.Size(19, 19);
			this.checkEditInvestment.TabIndex = 36;
			this.checkEditInvestment.CheckedChanged += new System.EventHandler(this.checkEditInvestment_CheckedChanged);
			this.checkEditInvestment.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// laDates
			// 
			this.laDates.AutoSize = true;
			this.laDates.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.laDates.Location = new System.Drawing.Point(386, 21);
			this.laDates.Name = "laDates";
			this.laDates.Size = new System.Drawing.Size(95, 19);
			this.laDates.TabIndex = 35;
			this.laDates.Text = "Run Dates:";
			// 
			// pictureBoxDates
			// 
			this.pictureBoxDates.Image = global::Asa.AdSchedule.Controls.Properties.Resources.Calendar;
			this.pictureBoxDates.Location = new System.Drawing.Point(338, 11);
			this.pictureBoxDates.Name = "pictureBoxDates";
			this.pictureBoxDates.Size = new System.Drawing.Size(41, 41);
			this.pictureBoxDates.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
			this.pictureBoxDates.TabIndex = 32;
			this.pictureBoxDates.TabStop = false;
			// 
			// checkEditLogo
			// 
			this.checkEditLogo.AutoSizeInLayoutControl = true;
			this.checkEditLogo.EditValue = true;
			this.checkEditLogo.Location = new System.Drawing.Point(6, 14);
			this.checkEditLogo.Name = "checkEditLogo";
			this.checkEditLogo.Properties.Caption = "";
			this.checkEditLogo.Size = new System.Drawing.Size(19, 19);
			this.checkEditLogo.TabIndex = 10;
			this.checkEditLogo.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditLogo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// pnMain
			// 
			this.pnMain.Controls.Add(this.laFlightDates);
			this.pnMain.Controls.Add(this.checkEditTwoPerSlide);
			this.pnMain.Controls.Add(this.hyperLinkEditReset);
			this.pnMain.Controls.Add(this.pbComments);
			this.pnMain.Controls.Add(this.laComments);
			this.pnMain.Controls.Add(this.pbLogo);
			this.pnMain.Controls.Add(this.checkEditFlightDates);
			this.pnMain.Controls.Add(this.pnItems);
			this.pnMain.Controls.Add(this.checkEditLogo);
			this.pnMain.Controls.Add(this.laAdItems);
			this.pnMain.Controls.Add(this.pictureBoxDates);
			this.pnMain.Controls.Add(this.checkEditComments);
			this.pnMain.Controls.Add(this.memoEditComments);
			this.pnMain.Controls.Add(this.laDates);
			this.pnMain.Controls.Add(this.checkEditDates);
			this.pnMain.Controls.Add(this.checkEditInvestment);
			this.pnMain.Controls.Add(this.memoEditDates);
			this.pnMain.Controls.Add(this.comboBoxEditInvestment);
			this.pnMain.Controls.Add(this.laInvestment);
			this.pnMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pnMain.Location = new System.Drawing.Point(0, 0);
			this.pnMain.Name = "pnMain";
			this.pnMain.Size = new System.Drawing.Size(949, 420);
			this.pnMain.TabIndex = 53;
			// 
			// laFlightDates
			// 
			this.laFlightDates.AutoSize = true;
			this.laFlightDates.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.laFlightDates.Location = new System.Drawing.Point(519, 23);
			this.laFlightDates.Name = "laFlightDates";
			this.laFlightDates.Size = new System.Drawing.Size(78, 16);
			this.laFlightDates.TabIndex = 106;
			this.laFlightDates.Text = "Flight Dates";
			// 
			// checkEditTwoPerSlide
			// 
			this.checkEditTwoPerSlide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.checkEditTwoPerSlide.Location = new System.Drawing.Point(758, 366);
			this.checkEditTwoPerSlide.Name = "checkEditTwoPerSlide";
			this.checkEditTwoPerSlide.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditTwoPerSlide.Properties.Appearance.Options.UseFont = true;
			this.checkEditTwoPerSlide.Properties.Appearance.Options.UseTextOptions = true;
			this.checkEditTwoPerSlide.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
			this.checkEditTwoPerSlide.Properties.AutoWidth = true;
			this.checkEditTwoPerSlide.Properties.Caption = "Output 2 Products Per Slide";
			this.checkEditTwoPerSlide.Size = new System.Drawing.Size(185, 20);
			this.checkEditTwoPerSlide.TabIndex = 105;
			this.checkEditTwoPerSlide.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			this.checkEditTwoPerSlide.MouseDown += new System.Windows.Forms.MouseEventHandler(this.checkEdit_MouseDown);
			// 
			// hyperLinkEditReset
			// 
			this.hyperLinkEditReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.hyperLinkEditReset.EditValue = "Reset Defaults";
			this.hyperLinkEditReset.Location = new System.Drawing.Point(8, 397);
			this.hyperLinkEditReset.Name = "hyperLinkEditReset";
			this.hyperLinkEditReset.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
			this.hyperLinkEditReset.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.hyperLinkEditReset.Properties.Appearance.ForeColor = System.Drawing.Color.DarkBlue;
			this.hyperLinkEditReset.Properties.Appearance.Options.UseBackColor = true;
			this.hyperLinkEditReset.Properties.Appearance.Options.UseFont = true;
			this.hyperLinkEditReset.Properties.Appearance.Options.UseForeColor = true;
			this.hyperLinkEditReset.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
			this.hyperLinkEditReset.Size = new System.Drawing.Size(101, 20);
			toolTipItem1.Text = "Reset original default data";
			superToolTip1.Items.Add(toolTipItem1);
			this.hyperLinkEditReset.SuperTip = superToolTip1;
			this.hyperLinkEditReset.TabIndex = 104;
			this.hyperLinkEditReset.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.hyperLinkEditReset_OpenLink);
			// 
			// pbComments
			// 
			this.pbComments.Image = global::Asa.AdSchedule.Controls.Properties.Resources.Notes;
			this.pbComments.Location = new System.Drawing.Point(338, 195);
			this.pbComments.Name = "pbComments";
			this.pbComments.Size = new System.Drawing.Size(41, 41);
			this.pbComments.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
			this.pbComments.TabIndex = 54;
			this.pbComments.TabStop = false;
			// 
			// laComments
			// 
			this.laComments.AutoSize = true;
			this.laComments.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.laComments.Location = new System.Drawing.Point(386, 205);
			this.laComments.Name = "laComments";
			this.laComments.Size = new System.Drawing.Size(136, 19);
			this.laComments.TabIndex = 55;
			this.laComments.Text = "Schedule Notes:";
			// 
			// pbLogo
			// 
			this.pbLogo.Location = new System.Drawing.Point(31, 11);
			this.pbLogo.Name = "pbLogo";
			this.pbLogo.Size = new System.Drawing.Size(165, 75);
			this.pbLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
			this.pbLogo.TabIndex = 53;
			this.pbLogo.TabStop = false;
			// 
			// PublicationMultiSummaryControl
			// 
			this.Controls.Add(this.pnMain);
			this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.Name = "PublicationMultiSummaryControl";
			this.Size = new System.Drawing.Size(949, 420);
			((System.ComponentModel.ISupportInitialize)(this.checkEditFlightDates.Properties)).EndInit();
			this.pnItems.ResumeLayout(false);
			this.xtraScrollableControl.ResumeLayout(false);
			this.pnSections.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.checkEditSections.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditMechanicals.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditDiscounts.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditAvgFinalCost.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditAvgAdCost.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditAvgPCI.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditColor.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditPercentOfPage.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditPageSize.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditDimensions.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditSquare.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditTotalSquare.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditTotalAds.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditComments.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.memoEditComments.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.styleController)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditDates.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.memoEditDates.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEditInvestment.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditInvestment.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxDates)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditLogo.Properties)).EndInit();
			this.pnMain.ResumeLayout(false);
			this.pnMain.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.checkEditTwoPerSlide.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.hyperLinkEditReset.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.pbComments)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
			this.ResumeLayout(false);

        }
Esempio n. 16
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition4 = new DevExpress.XtraGrid.StyleFormatCondition();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreOrderForm));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.grid = new DevExpress.XtraGrid.GridControl();
            this.goodsBalanceObjBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colReqQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.colid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colGroup = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colQuantityInPack = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colOrdered = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMeasure = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSupplier = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
            this.colBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colReserved = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFreeBalance = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMinOrder = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colRreqAssort = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colForOrder = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAvgSell = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colShopBalance = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colQuota = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colIsQuoted = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSelfImport = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFactQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.ilState = new System.Windows.Forms.ImageList(this.components);
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.actionContainerBarItem4 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem3 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem10 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem5 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.mainMenuItem2 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.actionContainerBarItem8 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem6 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem11 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem7 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem1 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.actionContainerBarItem2 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.mainMenuItem1 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.mainMenuItem3 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.actionContainerMenuBarItem7 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.actionContainerBarItem13 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerMenuBarItem3 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.actionContainerBarItem12 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem17 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem9 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem18 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem14 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem16 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem15 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerMenuBarItem1 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.actionContainerMenuBarItem4 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.actionContainerMenuBarItem5 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.mainMenuItem5 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.actionContainerMenuBarItem6 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.actionContainerMenuBarItem2 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerMenuBarItem();
            this.mainMenuItem6 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.xafBarLinkContainerItem1 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.XafBarLinkContainerItem();
            this.barMdiChildrenListItem1 = new DevExpress.XtraBars.BarMdiChildrenListItem();
            this.actionContainerBarItem20 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.actionContainerBarItem19 = new DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem();
            this.mainMenuItem4 = new DevExpress.ExpressApp.Win.Templates.MainMenuItem();
            this.bеForOrder = new DevExpress.XtraBars.BarSubItem();
            this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.treeList = new DevExpress.XtraTreeList.TreeList();
            this.cdDateFilterItem = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.cdDateFilter = new DevExpress.XtraBars.BarEditItem();
            this.btNewOrder = new DevExpress.XtraBars.BarButtonItem();
            this.xafBar3 = new DevExpress.ExpressApp.Win.Templates.Controls.XafBar();
            this.btCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barCheckNts = new DevExpress.XtraBars.BarCheckItem();
            this.barCheck = new DevExpress.XtraBars.BarCheckItem();
            this.barCheckCold = new DevExpress.XtraBars.BarCheckItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.btRefresh = new DevExpress.XtraBars.BarButtonItem();
            this.xafBar2 = new DevExpress.ExpressApp.Win.Templates.Controls.XafBar();
            this.BarManager = new DevExpress.ExpressApp.Win.Templates.Controls.XafBarManager(this.components);
            this.vGoodsBalanceOrderBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.goodsBalanceObjBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BarManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.vGoodsBalanceOrderBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // gridView1
            // 
            this.gridView1.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
            this.gridView1.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.ColumnFilterButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridView1.Appearance.ColumnFilterButton.Options.UseBackColor = true;
            this.gridView1.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
            this.gridView1.Appearance.ColumnFilterButton.Options.UseForeColor = true;
            this.gridView1.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(215)))));
            this.gridView1.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.White;
            this.gridView1.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.ColumnFilterButtonActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
            this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
            this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
            this.gridView1.Appearance.Empty.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.Empty.Options.UseBackColor = true;
            this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridView1.Appearance.EvenRow.Options.UseForeColor = true;
            this.gridView1.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
            this.gridView1.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridView1.Appearance.FilterCloseButton.Options.UseBackColor = true;
            this.gridView1.Appearance.FilterCloseButton.Options.UseBorderColor = true;
            this.gridView1.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(131)))), ((int)(((byte)(161)))));
            this.gridView1.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
            this.gridView1.Appearance.FilterPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.FilterPanel.Options.UseForeColor = true;
            this.gridView1.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(124)))), ((int)(((byte)(148)))));
            this.gridView1.Appearance.FixedLine.Options.UseBackColor = true;
            this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(180)))), ((int)(((byte)(191)))));
            this.gridView1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridView1.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridView1.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.FooterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
            this.gridView1.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.FooterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridView1.Appearance.FooterPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.FooterPanel.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.GroupButton.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupButton.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupButton.Options.UseForeColor = true;
            this.gridView1.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.GroupFooter.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupFooter.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupFooter.Options.UseForeColor = true;
            this.gridView1.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(131)))), ((int)(((byte)(161)))));
            this.gridView1.Appearance.GroupPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.GroupPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridView1.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.gridView1.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.GroupRow.Options.UseBackColor = true;
            this.gridView1.Appearance.GroupRow.Options.UseBorderColor = true;
            this.gridView1.Appearance.GroupRow.Options.UseFont = true;
            this.gridView1.Appearance.GroupRow.Options.UseForeColor = true;
            this.gridView1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.HeaderPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(182)))));
            this.gridView1.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));
            this.gridView1.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.HeaderPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gridView1.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseBorderColor = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseForeColor = true;
            this.gridView1.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(219)))), ((int)(((byte)(226)))));
            this.gridView1.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(131)))), ((int)(((byte)(161)))));
            this.gridView1.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridView1.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gridView1.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(164)))), ((int)(((byte)(188)))));
            this.gridView1.Appearance.HorzLine.Options.UseBackColor = true;
            this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
            this.gridView1.Appearance.OddRow.Options.UseForeColor = true;
            this.gridView1.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(253)))));
            this.gridView1.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(165)))), ((int)(((byte)(177)))));
            this.gridView1.Appearance.Preview.Options.UseBackColor = true;
            this.gridView1.Appearance.Preview.Options.UseForeColor = true;
            this.gridView1.Appearance.Row.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.Row.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.Row.Options.UseBackColor = true;
            this.gridView1.Appearance.Row.Options.UseForeColor = true;
            this.gridView1.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.RowSeparator.Options.UseBackColor = true;
            this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(197)))), ((int)(((byte)(205)))));
            this.gridView1.Appearance.SelectedRow.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridView1.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gridView1.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(164)))), ((int)(((byte)(188)))));
            this.gridView1.Appearance.VertLine.Options.UseBackColor = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn21,
            this.gridColumn22,
            this.gridColumn23,
            this.gridColumn24,
            this.gridColumn25,
            this.gridColumn26,
            this.gridColumn27,
            this.gridColumn29,
            this.gridColumn30,
            this.gridColumn31,
            this.gridColumn32,
            this.gridColumn35,
            this.gridColumn36});
            this.gridView1.GridControl = this.grid;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AutoPopulateColumns = false;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
            this.gridView1.OptionsView.EnableAppearanceOddRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn21
            // 
            this.gridColumn21.FieldName = "id";
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.OptionsColumn.AllowEdit = false;
            this.gridColumn21.OptionsColumn.AllowFocus = false;
            this.gridColumn21.OptionsColumn.ReadOnly = true;
            this.gridColumn21.Width = 27;
            // 
            // gridColumn22
            // 
            this.gridColumn22.Caption = "Группа товара";
            this.gridColumn22.FieldName = "Group";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.OptionsColumn.AllowEdit = false;
            this.gridColumn22.OptionsColumn.AllowFocus = false;
            this.gridColumn22.OptionsColumn.ReadOnly = true;
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 3;
            this.gridColumn22.Width = 72;
            // 
            // gridColumn23
            // 
            this.gridColumn23.Caption = "Название";
            this.gridColumn23.FieldName = "Name";
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.OptionsColumn.AllowEdit = false;
            this.gridColumn23.OptionsColumn.AllowFocus = false;
            this.gridColumn23.OptionsColumn.ReadOnly = true;
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 2;
            this.gridColumn23.Width = 87;
            // 
            // gridColumn24
            // 
            this.gridColumn24.Caption = "Цена";
            this.gridColumn24.FieldName = "Price";
            this.gridColumn24.Name = "gridColumn24";
            this.gridColumn24.OptionsColumn.AllowEdit = false;
            this.gridColumn24.OptionsColumn.AllowFocus = false;
            this.gridColumn24.OptionsColumn.ReadOnly = true;
            this.gridColumn24.Visible = true;
            this.gridColumn24.VisibleIndex = 4;
            this.gridColumn24.Width = 35;
            // 
            // gridColumn25
            // 
            this.gridColumn25.Caption = "Кол. в упаковке";
            this.gridColumn25.FieldName = "QuantityInPack";
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.OptionsColumn.AllowEdit = false;
            this.gridColumn25.OptionsColumn.AllowFocus = false;
            this.gridColumn25.OptionsColumn.ReadOnly = true;
            this.gridColumn25.Width = 89;
            // 
            // gridColumn26
            // 
            this.gridColumn26.AppearanceCell.BackColor = System.Drawing.Color.PaleGoldenrod;
            this.gridColumn26.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn26.Caption = "Фактический заказ";
            this.gridColumn26.DisplayFormat.FormatString = "{0:0.00}";
            this.gridColumn26.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn26.FieldName = "Quantity";
            this.gridColumn26.MaxWidth = 100;
            this.gridColumn26.MinWidth = 50;
            this.gridColumn26.Name = "gridColumn26";
            this.gridColumn26.OptionsColumn.AllowEdit = false;
            this.gridColumn26.OptionsColumn.AllowFocus = false;
            this.gridColumn26.OptionsColumn.ReadOnly = true;
            this.gridColumn26.SummaryItem.FieldName = "Ordered";
            this.gridColumn26.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
            this.gridColumn26.Visible = true;
            this.gridColumn26.VisibleIndex = 0;
            this.gridColumn26.Width = 50;
            // 
            // gridColumn27
            // 
            this.gridColumn27.Caption = "Ед. изм. (шт/упак.)";
            this.gridColumn27.FieldName = "Measure";
            this.gridColumn27.Name = "gridColumn27";
            this.gridColumn27.OptionsColumn.AllowEdit = false;
            this.gridColumn27.OptionsColumn.AllowFocus = false;
            this.gridColumn27.OptionsColumn.ReadOnly = true;
            this.gridColumn27.Visible = true;
            this.gridColumn27.VisibleIndex = 5;
            this.gridColumn27.Width = 77;
            // 
            // gridColumn29
            // 
            this.gridColumn29.Caption = "Поставщик";
            this.gridColumn29.FieldName = "Supplier";
            this.gridColumn29.Name = "gridColumn29";
            this.gridColumn29.OptionsColumn.AllowEdit = false;
            this.gridColumn29.OptionsColumn.AllowFocus = false;
            this.gridColumn29.OptionsColumn.ReadOnly = true;
            this.gridColumn29.Visible = true;
            this.gridColumn29.VisibleIndex = 6;
            this.gridColumn29.Width = 48;
            // 
            // gridColumn30
            // 
            this.gridColumn30.Caption = "Код товара";
            this.gridColumn30.FieldName = "Code";
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.OptionsColumn.AllowEdit = false;
            this.gridColumn30.OptionsColumn.AllowFocus = false;
            this.gridColumn30.OptionsColumn.ReadOnly = true;
            this.gridColumn30.Width = 68;
            // 
            // gridColumn31
            // 
            this.gridColumn31.Caption = "Время создания";
            this.gridColumn31.FieldName = "Date";
            this.gridColumn31.Name = "gridColumn31";
            this.gridColumn31.OptionsColumn.AllowEdit = false;
            this.gridColumn31.OptionsColumn.AllowFocus = false;
            this.gridColumn31.OptionsColumn.ReadOnly = true;
            this.gridColumn31.Width = 60;
            // 
            // gridColumn32
            // 
            this.gridColumn32.Caption = "Штрихкод";
            this.gridColumn32.FieldName = "Barcode";
            this.gridColumn32.Name = "gridColumn32";
            this.gridColumn32.OptionsColumn.AllowEdit = false;
            this.gridColumn32.OptionsColumn.AllowFocus = false;
            this.gridColumn32.OptionsColumn.ReadOnly = true;
            this.gridColumn32.Visible = true;
            this.gridColumn32.VisibleIndex = 7;
            this.gridColumn32.Width = 42;
            // 
            // gridColumn35
            // 
            this.gridColumn35.AppearanceCell.BackColor = System.Drawing.Color.CornflowerBlue;
            this.gridColumn35.AppearanceCell.Options.UseBackColor = true;
            this.gridColumn35.Caption = "Минимальный заказ";
            this.gridColumn35.FieldName = "MinOrder";
            this.gridColumn35.MaxWidth = 100;
            this.gridColumn35.MinWidth = 50;
            this.gridColumn35.Name = "gridColumn35";
            this.gridColumn35.OptionsColumn.AllowEdit = false;
            this.gridColumn35.OptionsColumn.AllowFocus = false;
            this.gridColumn35.OptionsColumn.ReadOnly = true;
            this.gridColumn35.Visible = true;
            this.gridColumn35.VisibleIndex = 1;
            this.gridColumn35.Width = 58;
            // 
            // gridColumn36
            // 
            this.gridColumn36.Caption = "Собственный импорт";
            this.gridColumn36.FieldName = "SelfImport";
            this.gridColumn36.Name = "gridColumn36";
            this.gridColumn36.OptionsColumn.AllowEdit = false;
            this.gridColumn36.OptionsColumn.AllowFocus = false;
            this.gridColumn36.OptionsColumn.ReadOnly = true;
            this.gridColumn36.Visible = true;
            this.gridColumn36.VisibleIndex = 8;
            // 
            // grid
            // 
            this.grid.DataSource = this.goodsBalanceObjBindingSource;
            this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.LevelTemplate = this.gridView1;
            gridLevelNode1.RelationName = "CommitList";
            this.grid.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.grid.Location = new System.Drawing.Point(0, 0);
            this.grid.MainView = this.gridView;
            this.grid.Name = "grid";
            this.grid.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemSpinEdit1,
            this.repositoryItemTextEdit1,
            this.repositoryItemTimeEdit2,
            this.repositoryItemImageComboBox1});
            this.grid.Size = new System.Drawing.Size(790, 428);
            this.grid.TabIndex = 0;
            this.grid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView,
            this.gridView1});
            // 
            // gridView
            // 
            this.gridView.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.gridView.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colReqQuantity,
            this.colid,
            this.colGroup,
            this.colName,
            this.colPrice,
            this.colQuantityInPack,
            this.colOrdered,
            this.colMeasure,
            this.colQuantity,
            this.colSupplier,
            this.colCode,
            this.colDate,
            this.colBarcode,
            this.colReserved,
            this.colFreeBalance,
            this.colMinOrder,
            this.colRreqAssort,
            this.colForOrder,
            this.colAvgSell,
            this.colShopBalance,
            this.colQuota,
            this.colIsQuoted,
            this.colSelfImport,
            this.colFactQuantity,
            this.gridColumn1});
            styleFormatCondition1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            styleFormatCondition1.Appearance.Options.UseFont = true;
            styleFormatCondition1.ApplyToRow = true;
            styleFormatCondition1.Column = this.colRreqAssort;
            styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition1.Value1 = true;
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.Column = this.colQuota;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition2.Expression = "[IsQuoted] == True";
            styleFormatCondition3.Appearance.ForeColor = System.Drawing.Color.Silver;
            styleFormatCondition3.Appearance.Options.UseForeColor = true;
            styleFormatCondition3.Column = this.colQuota;
            styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition3.Expression = "[IsQuoted] == False";
            styleFormatCondition4.Appearance.ForeColor = System.Drawing.Color.Blue;
            styleFormatCondition4.Appearance.Options.UseForeColor = true;
            styleFormatCondition4.ApplyToRow = true;
            styleFormatCondition4.Column = this.colSelfImport;
            styleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
            styleFormatCondition4.Expression = "[SelfImport]==True";
            this.gridView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition1,
            styleFormatCondition2,
            styleFormatCondition3,
            styleFormatCondition4});
            this.gridView.GridControl = this.grid;
            this.gridView.Name = "gridView";
            this.gridView.OptionsDetail.AllowZoomDetail = false;
            this.gridView.OptionsDetail.ShowDetailTabs = false;
            this.gridView.OptionsView.ShowAutoFilterRow = true;
            this.gridView.OptionsView.ShowFooter = true;
            this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colRreqAssort, DevExpress.Data.ColumnSortOrder.Descending)});
            // 
            // colReqQuantity
            // 
            this.colReqQuantity.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.colReqQuantity.AppearanceCell.Options.UseBackColor = true;
            this.colReqQuantity.Caption = "Заказ";
            this.colReqQuantity.ColumnEdit = this.repositoryItemSpinEdit1;
            this.colReqQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colReqQuantity.FieldName = "ReqQuantity";
            this.colReqQuantity.MaxWidth = 100;
            this.colReqQuantity.MinWidth = 50;
            this.colReqQuantity.Name = "colReqQuantity";
            this.colReqQuantity.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
            this.colReqQuantity.Visible = true;
            this.colReqQuantity.VisibleIndex = 1;
            this.colReqQuantity.Width = 52;
            // 
            // repositoryItemSpinEdit1
            // 
            this.repositoryItemSpinEdit1.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            this.repositoryItemSpinEdit1.AutoHeight = false;
            this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
            this.repositoryItemSpinEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.repositoryItemSpinEdit1.HideSelection = false;
            this.repositoryItemSpinEdit1.IsFloatValue = false;
            this.repositoryItemSpinEdit1.Mask.EditMask = "n";
            this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
            // 
            // colid
            // 
            this.colid.FieldName = "id";
            this.colid.Name = "colid";
            this.colid.OptionsColumn.AllowEdit = false;
            this.colid.OptionsColumn.AllowFocus = false;
            this.colid.OptionsColumn.ReadOnly = true;
            this.colid.Width = 27;
            // 
            // colGroup
            // 
            this.colGroup.Caption = "Группа товара";
            this.colGroup.FieldName = "Group";
            this.colGroup.Name = "colGroup";
            this.colGroup.OptionsColumn.AllowEdit = false;
            this.colGroup.OptionsColumn.AllowFocus = false;
            this.colGroup.OptionsColumn.ReadOnly = true;
            this.colGroup.Visible = true;
            this.colGroup.VisibleIndex = 9;
            this.colGroup.Width = 48;
            // 
            // colName
            // 
            this.colName.Caption = "Название";
            this.colName.FieldName = "Name";
            this.colName.Name = "colName";
            this.colName.OptionsColumn.AllowEdit = false;
            this.colName.OptionsColumn.AllowFocus = false;
            this.colName.OptionsColumn.ReadOnly = true;
            this.colName.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Count;
            this.colName.Visible = true;
            this.colName.VisibleIndex = 8;
            this.colName.Width = 46;
            // 
            // colPrice
            // 
            this.colPrice.Caption = "Цена";
            this.colPrice.FieldName = "Price";
            this.colPrice.Name = "colPrice";
            this.colPrice.OptionsColumn.AllowEdit = false;
            this.colPrice.OptionsColumn.AllowFocus = false;
            this.colPrice.OptionsColumn.ReadOnly = true;
            this.colPrice.Visible = true;
            this.colPrice.VisibleIndex = 10;
            this.colPrice.Width = 22;
            // 
            // colQuantityInPack
            // 
            this.colQuantityInPack.Caption = "Кол. в упаковке";
            this.colQuantityInPack.FieldName = "QuantityInPack";
            this.colQuantityInPack.Name = "colQuantityInPack";
            this.colQuantityInPack.OptionsColumn.AllowEdit = false;
            this.colQuantityInPack.OptionsColumn.AllowFocus = false;
            this.colQuantityInPack.OptionsColumn.ReadOnly = true;
            this.colQuantityInPack.Width = 27;
            // 
            // colOrdered
            // 
            this.colOrdered.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.colOrdered.AppearanceCell.Options.UseBackColor = true;
            this.colOrdered.Caption = "Резерв";
            this.colOrdered.FieldName = "Ordered";
            this.colOrdered.MaxWidth = 100;
            this.colOrdered.MinWidth = 50;
            this.colOrdered.Name = "colOrdered";
            this.colOrdered.OptionsColumn.AllowEdit = false;
            this.colOrdered.OptionsColumn.AllowFocus = false;
            this.colOrdered.OptionsColumn.ReadOnly = true;
            this.colOrdered.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
            this.colOrdered.Visible = true;
            this.colOrdered.VisibleIndex = 2;
            this.colOrdered.Width = 52;
            // 
            // colMeasure
            // 
            this.colMeasure.Caption = "Ед. изм. (шт/упак.)";
            this.colMeasure.FieldName = "Measure";
            this.colMeasure.Name = "colMeasure";
            this.colMeasure.OptionsColumn.AllowEdit = false;
            this.colMeasure.OptionsColumn.AllowFocus = false;
            this.colMeasure.OptionsColumn.ReadOnly = true;
            this.colMeasure.Visible = true;
            this.colMeasure.VisibleIndex = 11;
            this.colMeasure.Width = 22;
            // 
            // colQuantity
            // 
            this.colQuantity.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.colQuantity.AppearanceCell.Options.UseBackColor = true;
            this.colQuantity.Caption = "Остаток";
            this.colQuantity.FieldName = "Quantity";
            this.colQuantity.MaxWidth = 100;
            this.colQuantity.MinWidth = 50;
            this.colQuantity.Name = "colQuantity";
            this.colQuantity.OptionsColumn.AllowEdit = false;
            this.colQuantity.OptionsColumn.AllowFocus = false;
            this.colQuantity.OptionsColumn.ReadOnly = true;
            this.colQuantity.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
            this.colQuantity.Width = 50;
            // 
            // colSupplier
            // 
            this.colSupplier.Caption = "Поставщик";
            this.colSupplier.FieldName = "Supplier";
            this.colSupplier.Name = "colSupplier";
            this.colSupplier.OptionsColumn.AllowEdit = false;
            this.colSupplier.OptionsColumn.AllowFocus = false;
            this.colSupplier.OptionsColumn.ReadOnly = true;
            this.colSupplier.Visible = true;
            this.colSupplier.VisibleIndex = 12;
            this.colSupplier.Width = 22;
            // 
            // colCode
            // 
            this.colCode.Caption = "Код товара";
            this.colCode.FieldName = "Code";
            this.colCode.Name = "colCode";
            this.colCode.OptionsColumn.AllowEdit = false;
            this.colCode.OptionsColumn.AllowFocus = false;
            this.colCode.OptionsColumn.ReadOnly = true;
            this.colCode.Width = 27;
            // 
            // colDate
            // 
            this.colDate.Caption = "Время";
            this.colDate.ColumnEdit = this.repositoryItemTimeEdit2;
            this.colDate.FieldName = "Date";
            this.colDate.Name = "colDate";
            this.colDate.OptionsColumn.AllowEdit = false;
            this.colDate.OptionsColumn.AllowFocus = false;
            this.colDate.OptionsColumn.ReadOnly = true;
            this.colDate.Visible = true;
            this.colDate.VisibleIndex = 13;
            this.colDate.Width = 22;
            // 
            // repositoryItemTimeEdit2
            // 
            this.repositoryItemTimeEdit2.AutoHeight = false;
            this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
            // 
            // colBarcode
            // 
            this.colBarcode.Caption = "Штрихкод";
            this.colBarcode.FieldName = "Barcode";
            this.colBarcode.Name = "colBarcode";
            this.colBarcode.OptionsColumn.AllowEdit = false;
            this.colBarcode.OptionsColumn.AllowFocus = false;
            this.colBarcode.OptionsColumn.ReadOnly = true;
            this.colBarcode.Visible = true;
            this.colBarcode.VisibleIndex = 14;
            this.colBarcode.Width = 78;
            // 
            // colReserved
            // 
            this.colReserved.FieldName = "Reserved";
            this.colReserved.Name = "colReserved";
            this.colReserved.OptionsColumn.AllowEdit = false;
            this.colReserved.OptionsColumn.AllowFocus = false;
            this.colReserved.OptionsColumn.ReadOnly = true;
            this.colReserved.Width = 27;
            // 
            // colFreeBalance
            // 
            this.colFreeBalance.FieldName = "FreeBalance";
            this.colFreeBalance.Name = "colFreeBalance";
            this.colFreeBalance.OptionsColumn.AllowEdit = false;
            this.colFreeBalance.OptionsColumn.AllowFocus = false;
            this.colFreeBalance.OptionsColumn.ReadOnly = true;
            this.colFreeBalance.Width = 33;
            // 
            // colMinOrder
            // 
            this.colMinOrder.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(160)))), ((int)(((byte)(240)))));
            this.colMinOrder.AppearanceCell.Options.UseBackColor = true;
            this.colMinOrder.Caption = "Минимальный заказ";
            this.colMinOrder.FieldName = "MinOrder";
            this.colMinOrder.MaxWidth = 100;
            this.colMinOrder.MinWidth = 50;
            this.colMinOrder.Name = "colMinOrder";
            this.colMinOrder.OptionsColumn.AllowEdit = false;
            this.colMinOrder.OptionsColumn.AllowFocus = false;
            this.colMinOrder.OptionsColumn.ReadOnly = true;
            this.colMinOrder.Visible = true;
            this.colMinOrder.VisibleIndex = 5;
            this.colMinOrder.Width = 52;
            // 
            // colRreqAssort
            // 
            this.colRreqAssort.Caption = "Обязательный ассортимент";
            this.colRreqAssort.FieldName = "RreqAssort";
            this.colRreqAssort.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
            this.colRreqAssort.MaxWidth = 60;
            this.colRreqAssort.Name = "colRreqAssort";
            this.colRreqAssort.OptionsColumn.AllowEdit = false;
            this.colRreqAssort.OptionsColumn.AllowFocus = false;
            this.colRreqAssort.OptionsColumn.ReadOnly = true;
            this.colRreqAssort.Visible = true;
            this.colRreqAssort.VisibleIndex = 15;
            this.colRreqAssort.Width = 20;
            // 
            // colForOrder
            // 
            this.colForOrder.Caption = "Рекомендовано";
            this.colForOrder.DisplayFormat.FormatString = "N00";
            this.colForOrder.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colForOrder.FieldName = "ForOrder";
            this.colForOrder.MaxWidth = 100;
            this.colForOrder.MinWidth = 50;
            this.colForOrder.Name = "colForOrder";
            this.colForOrder.OptionsColumn.AllowEdit = false;
            this.colForOrder.OptionsColumn.AllowFocus = false;
            this.colForOrder.OptionsColumn.ReadOnly = true;
            this.colForOrder.Visible = true;
            this.colForOrder.VisibleIndex = 4;
            this.colForOrder.Width = 52;
            // 
            // colAvgSell
            // 
            this.colAvgSell.Caption = "Средние продажи";
            this.colAvgSell.DisplayFormat.FormatString = "N00";
            this.colAvgSell.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colAvgSell.FieldName = "AvgSell";
            this.colAvgSell.Name = "colAvgSell";
            this.colAvgSell.OptionsColumn.AllowEdit = false;
            this.colAvgSell.OptionsColumn.AllowFocus = false;
            this.colAvgSell.OptionsColumn.ReadOnly = true;
            this.colAvgSell.Visible = true;
            this.colAvgSell.VisibleIndex = 7;
            this.colAvgSell.Width = 28;
            // 
            // colShopBalance
            // 
            this.colShopBalance.Caption = "Остатки магазина";
            this.colShopBalance.DisplayFormat.FormatString = "N00";
            this.colShopBalance.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colShopBalance.FieldName = "ShopBalance";
            this.colShopBalance.Name = "colShopBalance";
            this.colShopBalance.OptionsColumn.AllowEdit = false;
            this.colShopBalance.OptionsColumn.AllowFocus = false;
            this.colShopBalance.OptionsColumn.ReadOnly = true;
            this.colShopBalance.Visible = true;
            this.colShopBalance.VisibleIndex = 6;
            this.colShopBalance.Width = 28;
            // 
            // colQuota
            // 
            this.colQuota.Caption = "Квота заказа";
            this.colQuota.FieldName = "Quota";
            this.colQuota.Name = "colQuota";
            this.colQuota.OptionsColumn.AllowEdit = false;
            this.colQuota.OptionsColumn.AllowFocus = false;
            this.colQuota.OptionsColumn.ReadOnly = true;
            this.colQuota.Visible = true;
            this.colQuota.VisibleIndex = 16;
            this.colQuota.Width = 36;
            // 
            // colIsQuoted
            // 
            this.colIsQuoted.Caption = "Квота активна";
            this.colIsQuoted.FieldName = "IsQuoted";
            this.colIsQuoted.Name = "colIsQuoted";
            this.colIsQuoted.OptionsColumn.AllowEdit = false;
            this.colIsQuoted.OptionsColumn.AllowFocus = false;
            this.colIsQuoted.OptionsColumn.ReadOnly = true;
            this.colIsQuoted.Visible = true;
            this.colIsQuoted.VisibleIndex = 17;
            this.colIsQuoted.Width = 20;
            // 
            // colSelfImport
            // 
            this.colSelfImport.Caption = "Собственный импорт";
            this.colSelfImport.FieldName = "SelfImport";
            this.colSelfImport.Name = "colSelfImport";
            this.colSelfImport.OptionsColumn.AllowEdit = false;
            this.colSelfImport.OptionsColumn.AllowFocus = false;
            this.colSelfImport.OptionsColumn.ReadOnly = true;
            this.colSelfImport.Visible = true;
            this.colSelfImport.VisibleIndex = 18;
            this.colSelfImport.Width = 45;
            // 
            // colFactQuantity
            // 
            this.colFactQuantity.Caption = "Фактический заказ";
            this.colFactQuantity.DisplayFormat.FormatString = "{0:0.00}";
            this.colFactQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colFactQuantity.FieldName = "FactOrder";
            this.colFactQuantity.MaxWidth = 100;
            this.colFactQuantity.MinWidth = 50;
            this.colFactQuantity.Name = "colFactQuantity";
            this.colFactQuantity.OptionsColumn.AllowEdit = false;
            this.colFactQuantity.OptionsColumn.AllowFocus = false;
            this.colFactQuantity.OptionsColumn.ReadOnly = true;
            this.colFactQuantity.Visible = true;
            this.colFactQuantity.VisibleIndex = 3;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "Статус";
            this.gridColumn1.ColumnEdit = this.repositoryItemImageComboBox1;
            this.gridColumn1.FieldName = "StateRow";
            this.gridColumn1.MaxWidth = 50;
            this.gridColumn1.MinWidth = 50;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowEdit = false;
            this.gridColumn1.OptionsColumn.AllowFocus = false;
            this.gridColumn1.OptionsColumn.ReadOnly = true;
            this.gridColumn1.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 50;
            // 
            // repositoryItemImageComboBox1
            // 
            this.repositoryItemImageComboBox1.AutoHeight = false;
            this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 0, 0),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 2)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            this.repositoryItemImageComboBox1.SmallImages = this.ilState;
            // 
            // ilState
            // 
            this.ilState.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilState.ImageStream")));
            this.ilState.TransparentColor = System.Drawing.Color.Transparent;
            this.ilState.Images.SetKeyName(0, "check_7519.png");
            this.ilState.Images.SetKeyName(1, "add_5224.png");
            this.ilState.Images.SetKeyName(2, "delete_4774.png");
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // actionContainerBarItem4
            // 
            this.actionContainerBarItem4.ApplicationMenuIndex = 10;
            this.actionContainerBarItem4.ApplicationMenuItem = true;
            this.actionContainerBarItem4.Caption = "Export";
            this.actionContainerBarItem4.ContainerId = "Export";
            this.actionContainerBarItem4.Id = 7;
            this.actionContainerBarItem4.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem4.Name = "actionContainerBarItem4";
            this.actionContainerBarItem4.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem4.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem3
            // 
            this.actionContainerBarItem3.ApplicationMenuIndex = 11;
            this.actionContainerBarItem3.ApplicationMenuItem = true;
            this.actionContainerBarItem3.Caption = "Print";
            this.actionContainerBarItem3.ContainerId = "Print";
            this.actionContainerBarItem3.Id = 6;
            this.actionContainerBarItem3.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem3.Name = "actionContainerBarItem3";
            this.actionContainerBarItem3.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem3.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem10
            // 
            this.actionContainerBarItem10.ApplicationMenuIndex = 900;
            this.actionContainerBarItem10.ApplicationMenuItem = true;
            this.actionContainerBarItem10.Caption = "Exit";
            this.actionContainerBarItem10.ContainerId = "Exit";
            this.actionContainerBarItem10.Id = 8;
            this.actionContainerBarItem10.MergeOrder = 900;
            this.actionContainerBarItem10.Name = "actionContainerBarItem10";
            this.actionContainerBarItem10.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem10.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem5
            // 
            this.actionContainerBarItem5.ApplicationMenuIndex = 7;
            this.actionContainerBarItem5.ApplicationMenuItem = true;
            this.actionContainerBarItem5.Caption = "Save";
            this.actionContainerBarItem5.ContainerId = "Save";
            this.actionContainerBarItem5.Id = 8;
            this.actionContainerBarItem5.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem5.Name = "actionContainerBarItem5";
            this.actionContainerBarItem5.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem5.TargetPageGroupCaption = null;
            // 
            // mainMenuItem2
            // 
            this.mainMenuItem2.Caption = "Edit";
            this.mainMenuItem2.Id = 1;
            this.mainMenuItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem8, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem6, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem11, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem7, true)});
            this.mainMenuItem2.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem2.Name = "mainMenuItem2";
            this.mainMenuItem2.VisibleInRibbon = false;
            // 
            // actionContainerBarItem8
            // 
            this.actionContainerBarItem8.Caption = "UndoRedo";
            this.actionContainerBarItem8.ContainerId = "UndoRedo";
            this.actionContainerBarItem8.Id = 10;
            this.actionContainerBarItem8.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem8.Name = "actionContainerBarItem8";
            this.actionContainerBarItem8.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem8.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem6
            // 
            this.actionContainerBarItem6.Caption = "Edit";
            this.actionContainerBarItem6.ContainerId = "Edit";
            this.actionContainerBarItem6.Id = 9;
            this.actionContainerBarItem6.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem6.Name = "actionContainerBarItem6";
            this.actionContainerBarItem6.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem6.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem11
            // 
            this.actionContainerBarItem11.Caption = "Record Edit";
            this.actionContainerBarItem11.ContainerId = "RecordEdit";
            this.actionContainerBarItem11.Id = 9;
            this.actionContainerBarItem11.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem11.Name = "actionContainerBarItem11";
            this.actionContainerBarItem11.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem11.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem7
            // 
            this.actionContainerBarItem7.Caption = "Open Object";
            this.actionContainerBarItem7.ContainerId = "OpenObject";
            this.actionContainerBarItem7.Id = 9;
            this.actionContainerBarItem7.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem7.Name = "actionContainerBarItem7";
            this.actionContainerBarItem7.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem7.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem1
            // 
            this.actionContainerBarItem1.ApplicationMenuIndex = 2;
            this.actionContainerBarItem1.ApplicationMenuItem = true;
            this.actionContainerBarItem1.Caption = "File";
            this.actionContainerBarItem1.ContainerId = "File";
            this.actionContainerBarItem1.Id = 5;
            this.actionContainerBarItem1.MergeOrder = 2;
            this.actionContainerBarItem1.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem1.Name = "actionContainerBarItem1";
            this.actionContainerBarItem1.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem1.TargetPageGroupCaption = null;
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "Всему ассортименту";
            this.barButtonItem4.Enabled = false;
            this.barButtonItem4.Id = 17;
            this.barButtonItem4.Name = "barButtonItem4";
            // 
            // actionContainerBarItem2
            // 
            this.actionContainerBarItem2.ApplicationMenuIndex = 1;
            this.actionContainerBarItem2.ApplicationMenuItem = true;
            this.actionContainerBarItem2.Caption = "Objects Creation";
            this.actionContainerBarItem2.ContainerId = "ObjectsCreation";
            this.actionContainerBarItem2.Id = 18;
            this.actionContainerBarItem2.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem2.Name = "actionContainerBarItem2";
            this.actionContainerBarItem2.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem2.TargetPageGroupCaption = null;
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 47);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 428);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Обязательному ассортименту";
            this.barButtonItem1.Enabled = false;
            this.barButtonItem1.Id = 16;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // mainMenuItem1
            // 
            this.mainMenuItem1.Caption = "File";
            this.mainMenuItem1.Id = 0;
            this.mainMenuItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem2, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem5, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem3, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem4, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem10, true)});
            this.mainMenuItem1.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem1.Name = "mainMenuItem1";
            this.mainMenuItem1.VisibleInRibbon = false;
            // 
            // repositoryItemTimeEdit1
            // 
            this.repositoryItemTimeEdit1.AutoHeight = false;
            this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1020, 47);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 428);
            // 
            // mainMenuItem3
            // 
            this.mainMenuItem3.Caption = "View";
            this.mainMenuItem3.Id = 2;
            this.mainMenuItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem13, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem3, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem12, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem17, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem9, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem18, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem14, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem16, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem15, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem1, true)});
            this.mainMenuItem3.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem3.Name = "mainMenuItem3";
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "Panels";
            this.barSubItem1.Id = 35;
            this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem7, true)});
            this.barSubItem1.Name = "barSubItem1";
            // 
            // actionContainerMenuBarItem7
            // 
            this.actionContainerMenuBarItem7.Caption = "Panels";
            this.actionContainerMenuBarItem7.ContainerId = "Panels";
            this.actionContainerMenuBarItem7.Id = 16;
            this.actionContainerMenuBarItem7.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem7.Name = "actionContainerMenuBarItem7";
            this.actionContainerMenuBarItem7.TargetPageCaption = "View";
            this.actionContainerMenuBarItem7.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem7.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem13
            // 
            this.actionContainerBarItem13.Caption = "Views History Navigation";
            this.actionContainerBarItem13.ContainerId = "ViewsHistoryNavigation";
            this.actionContainerBarItem13.Id = 35;
            this.actionContainerBarItem13.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem13.Name = "actionContainerBarItem13";
            this.actionContainerBarItem13.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem13.TargetPageGroupCaption = null;
            // 
            // actionContainerMenuBarItem3
            // 
            this.actionContainerMenuBarItem3.Caption = "Navigation";
            this.actionContainerMenuBarItem3.ContainerId = "ViewsNavigation";
            this.actionContainerMenuBarItem3.Id = 14;
            this.actionContainerMenuBarItem3.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem3.Name = "actionContainerMenuBarItem3";
            this.actionContainerMenuBarItem3.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem3.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem12
            // 
            this.actionContainerBarItem12.Caption = "Records Navigation";
            this.actionContainerBarItem12.ContainerId = "RecordsNavigation";
            this.actionContainerBarItem12.Id = 10;
            this.actionContainerBarItem12.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem12.Name = "actionContainerBarItem12";
            this.actionContainerBarItem12.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem12.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem17
            // 
            this.actionContainerBarItem17.Caption = "View";
            this.actionContainerBarItem17.ContainerId = "View";
            this.actionContainerBarItem17.Id = 12;
            this.actionContainerBarItem17.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem17.Name = "actionContainerBarItem17";
            this.actionContainerBarItem17.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem17.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem9
            // 
            this.actionContainerBarItem9.ApplicationMenuIndex = 12;
            this.actionContainerBarItem9.ApplicationMenuItem = true;
            this.actionContainerBarItem9.Caption = "Reports";
            this.actionContainerBarItem9.ContainerId = "Reports";
            this.actionContainerBarItem9.Id = 11;
            this.actionContainerBarItem9.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem9.Name = "actionContainerBarItem9";
            this.actionContainerBarItem9.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem9.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem18
            // 
            this.actionContainerBarItem18.Caption = "Default";
            this.actionContainerBarItem18.ContainerId = "Default";
            this.actionContainerBarItem18.Id = 50;
            this.actionContainerBarItem18.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem18.Name = "actionContainerBarItem18";
            this.actionContainerBarItem18.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem18.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem14
            // 
            this.actionContainerBarItem14.Caption = "Search";
            this.actionContainerBarItem14.ContainerId = "Search";
            this.actionContainerBarItem14.Id = 11;
            this.actionContainerBarItem14.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem14.Name = "actionContainerBarItem14";
            this.actionContainerBarItem14.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem14.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem16
            // 
            this.actionContainerBarItem16.Caption = "Filters";
            this.actionContainerBarItem16.ContainerId = "Filters";
            this.actionContainerBarItem16.Id = 26;
            this.actionContainerBarItem16.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem16.Name = "actionContainerBarItem16";
            this.actionContainerBarItem16.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem16.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem15
            // 
            this.actionContainerBarItem15.Caption = "Full Text Search";
            this.actionContainerBarItem15.ContainerId = "FullTextSearch";
            this.actionContainerBarItem15.Id = 12;
            this.actionContainerBarItem15.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem15.Name = "actionContainerBarItem15";
            this.actionContainerBarItem15.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem15.TargetPageGroupCaption = null;
            // 
            // actionContainerMenuBarItem1
            // 
            this.actionContainerMenuBarItem1.Caption = "Appearance";
            this.actionContainerMenuBarItem1.ContainerId = "Appearance";
            this.actionContainerMenuBarItem1.Id = 9;
            this.actionContainerMenuBarItem1.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem1.Name = "actionContainerMenuBarItem1";
            this.actionContainerMenuBarItem1.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem1.TargetPageGroupCaption = null;
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 475);
            this.barDockControlBottom.Size = new System.Drawing.Size(1020, 26);
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1020, 47);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "Склад НТС";
            this.barButtonItem2.Glyph = global::ShopOrderCustom.Properties.Resources.package__3_;
            this.barButtonItem2.GroupIndex = 1;
            this.barButtonItem2.Id = 6;
            this.barButtonItem2.Name = "barButtonItem2";
            toolTipTitleItem1.Appearance.Image = global::ShopOrderCustom.Properties.Resources.filter;
            toolTipTitleItem1.Appearance.Options.UseImage = true;
            toolTipTitleItem1.Image = global::ShopOrderCustom.Properties.Resources.filter;
            toolTipTitleItem1.Text = "Фильтр склад НТС";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Показыват товарные позиции НТС";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.barButtonItem2.SuperTip = superToolTip1;
            // 
            // actionContainerMenuBarItem4
            // 
            this.actionContainerMenuBarItem4.Caption = "Diagnostic";
            this.actionContainerMenuBarItem4.ContainerId = "Diagnostic";
            this.actionContainerMenuBarItem4.Id = 16;
            this.actionContainerMenuBarItem4.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem4.Name = "actionContainerMenuBarItem4";
            this.actionContainerMenuBarItem4.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem4.TargetPageGroupCaption = null;
            // 
            // actionContainerMenuBarItem5
            // 
            this.actionContainerMenuBarItem5.Caption = "Options";
            this.actionContainerMenuBarItem5.ContainerId = "Options";
            this.actionContainerMenuBarItem5.Id = 14;
            this.actionContainerMenuBarItem5.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem5.Name = "actionContainerMenuBarItem5";
            this.actionContainerMenuBarItem5.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem5.TargetPageGroupCaption = null;
            // 
            // mainMenuItem5
            // 
            this.mainMenuItem5.Caption = "Help";
            this.mainMenuItem5.Id = 4;
            this.mainMenuItem5.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem6, true)});
            this.mainMenuItem5.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem5.Name = "mainMenuItem5";
            this.mainMenuItem5.VisibleInRibbon = false;
            // 
            // actionContainerMenuBarItem6
            // 
            this.actionContainerMenuBarItem6.ApplicationMenuIndex = 15;
            this.actionContainerMenuBarItem6.ApplicationMenuItem = true;
            this.actionContainerMenuBarItem6.Caption = "About";
            this.actionContainerMenuBarItem6.ContainerId = "About";
            this.actionContainerMenuBarItem6.Id = 15;
            this.actionContainerMenuBarItem6.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem6.Name = "actionContainerMenuBarItem6";
            this.actionContainerMenuBarItem6.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem6.TargetPageGroupCaption = null;
            // 
            // actionContainerMenuBarItem2
            // 
            this.actionContainerMenuBarItem2.Caption = "Tools";
            this.actionContainerMenuBarItem2.ContainerId = "Tools";
            this.actionContainerMenuBarItem2.Id = 13;
            this.actionContainerMenuBarItem2.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerMenuBarItem2.Name = "actionContainerMenuBarItem2";
            this.actionContainerMenuBarItem2.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerMenuBarItem2.TargetPageGroupCaption = null;
            // 
            // mainMenuItem6
            // 
            this.mainMenuItem6.Caption = "Window";
            this.mainMenuItem6.Id = 32;
            this.mainMenuItem6.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.xafBarLinkContainerItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerBarItem20, true)});
            this.mainMenuItem6.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem6.Name = "mainMenuItem6";
            // 
            // xafBarLinkContainerItem1
            // 
            this.xafBarLinkContainerItem1.Caption = "Windows";
            this.xafBarLinkContainerItem1.Id = 16;
            this.xafBarLinkContainerItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barMdiChildrenListItem1)});
            this.xafBarLinkContainerItem1.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.xafBarLinkContainerItem1.Name = "xafBarLinkContainerItem1";
            this.xafBarLinkContainerItem1.TargetPageCaption = "View";
            this.xafBarLinkContainerItem1.TargetPageCategoryCaption = "";
            this.xafBarLinkContainerItem1.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.xafBarLinkContainerItem1.TargetPageGroupCaption = null;
            // 
            // barMdiChildrenListItem1
            // 
            this.barMdiChildrenListItem1.Caption = "Window List";
            this.barMdiChildrenListItem1.Id = 37;
            this.barMdiChildrenListItem1.Name = "barMdiChildrenListItem1";
            // 
            // actionContainerBarItem20
            // 
            this.actionContainerBarItem20.Caption = "Window";
            this.actionContainerBarItem20.ContainerId = "Windows";
            this.actionContainerBarItem20.Id = 34;
            this.actionContainerBarItem20.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.actionContainerBarItem20.Name = "actionContainerBarItem20";
            this.actionContainerBarItem20.TargetPageCaption = "View";
            this.actionContainerBarItem20.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem20.TargetPageGroupCaption = null;
            // 
            // actionContainerBarItem19
            // 
            this.actionContainerBarItem19.Caption = "Menu";
            this.actionContainerBarItem19.ContainerId = "Menu";
            this.actionContainerBarItem19.Id = 7;
            this.actionContainerBarItem19.Name = "actionContainerBarItem19";
            this.actionContainerBarItem19.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.actionContainerBarItem19.TargetPageGroupCaption = null;
            // 
            // mainMenuItem4
            // 
            this.mainMenuItem4.Caption = "Tools";
            this.mainMenuItem4.Id = 3;
            this.mainMenuItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem2, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem5, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.actionContainerMenuBarItem4, true)});
            this.mainMenuItem4.MergeType = DevExpress.XtraBars.BarMenuMerge.MergeItems;
            this.mainMenuItem4.Name = "mainMenuItem4";
            // 
            // bеForOrder
            // 
            this.bеForOrder.Caption = "Рекомендованный заказ";
            this.bеForOrder.Enabled = false;
            this.bеForOrder.Glyph = global::ShopOrderCustom.Properties.Resources.Order;
            this.bеForOrder.Id = 15;
            this.bеForOrder.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.None, false, this.barButtonItem4, false)});
            this.bеForOrder.Name = "bеForOrder";
            // 
            // treeListColumn1
            // 
            this.treeListColumn1.Caption = "Заказы";
            this.treeListColumn1.FieldName = "Name";
            this.treeListColumn1.Name = "treeListColumn1";
            this.treeListColumn1.Visible = true;
            this.treeListColumn1.VisibleIndex = 0;
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 47);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.treeList);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.grid);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1020, 428);
            this.splitContainerControl1.SplitterPosition = 225;
            this.splitContainerControl1.TabIndex = 4;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // treeList
            // 
            this.treeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.treeListColumn1});
            this.treeList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeList.Location = new System.Drawing.Point(0, 0);
            this.treeList.Name = "treeList";
            this.treeList.OptionsBehavior.Editable = false;
            this.treeList.OptionsSelection.UseIndicatorForSelection = true;
            this.treeList.OptionsView.ShowHorzLines = false;
            this.treeList.OptionsView.ShowVertLines = false;
            this.treeList.Size = new System.Drawing.Size(225, 428);
            this.treeList.TabIndex = 0;
            this.treeList.AfterFocusNode += new DevExpress.XtraTreeList.NodeEventHandler(this.TreeListAfterFocusNode);
            this.treeList.CustomDrawNodeCell += new DevExpress.XtraTreeList.CustomDrawNodeCellEventHandler(this.TreeListCustomDrawNodeCell);
            // 
            // cdDateFilterItem
            // 
            this.cdDateFilterItem.AutoHeight = false;
            this.cdDateFilterItem.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cdDateFilterItem.Name = "cdDateFilterItem";
            this.cdDateFilterItem.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            // 
            // cdDateFilter
            // 
            this.cdDateFilter.Caption = "Дата";
            this.cdDateFilter.Edit = this.cdDateFilterItem;
            this.cdDateFilter.EditValue = new System.DateTime(2011, 8, 17, 0, 0, 0, 0);
            this.cdDateFilter.Id = 14;
            this.cdDateFilter.Name = "cdDateFilter";
            this.cdDateFilter.Width = 89;
            this.cdDateFilter.EditValueChanged += new System.EventHandler(this.DateFilterChange);
            // 
            // btNewOrder
            // 
            this.btNewOrder.Caption = "Новый заказ";
            this.btNewOrder.CategoryGuid = new System.Guid("f4698afc-915d-46b6-b4ad-e497d23d7378");
            this.btNewOrder.Glyph = global::ShopOrderCustom.Properties.Resources.basket_put;
            this.btNewOrder.Id = 0;
            this.btNewOrder.Name = "btNewOrder";
            toolTipTitleItem2.Text = "Создание нового заказа";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Создание нового заказа автоматически закроет все предыдущие заказы и их нельзя бу" +
                "дет редактировать";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            this.btNewOrder.SuperTip = superToolTip2;
            this.btNewOrder.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.NewOrderClick);
            // 
            // xafBar3
            // 
            this.xafBar3.BarName = "Main Toolbar";
            this.xafBar3.DockCol = 0;
            this.xafBar3.DockRow = 0;
            this.xafBar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.xafBar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.cdDateFilter, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btNewOrder, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btCommit, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barCheckNts, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barCheck, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.barCheckCold),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btRefresh, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.xafBar3.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.xafBar3.Text = "Main Toolbar";
            // 
            // btCommit
            // 
            this.btCommit.Caption = "Подтвердить";
            this.btCommit.Enabled = false;
            this.btCommit.Glyph = global::ShopOrderCustom.Properties.Resources.check;
            this.btCommit.Id = 8;
            this.btCommit.Name = "btCommit";
            toolTipTitleItem3.Text = "Подтвердить заказ";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Подтверждение заказа закроет доступ для рдактирования заказа";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            this.btCommit.SuperTip = superToolTip3;
            this.btCommit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.CommitOrderClick);
            // 
            // barCheckNts
            // 
            this.barCheckNts.Caption = "Склад НТС";
            this.barCheckNts.Glyph = global::ShopOrderCustom.Properties.Resources.package__3_;
            this.barCheckNts.GroupIndex = 1;
            this.barCheckNts.Id = 9;
            this.barCheckNts.Name = "barCheckNts";
            toolTipTitleItem4.Appearance.Image = global::ShopOrderCustom.Properties.Resources.package__3_;
            toolTipTitleItem4.Appearance.Options.UseImage = true;
            toolTipTitleItem4.Image = global::ShopOrderCustom.Properties.Resources.package__3_;
            toolTipTitleItem4.Text = "Фильтр склад НТС";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Показывает товарные позиции НТС";
            superToolTip4.Items.Add(toolTipTitleItem4);
            superToolTip4.Items.Add(toolTipItem4);
            this.barCheckNts.SuperTip = superToolTip4;
            this.barCheckNts.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barCheckNts.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCheckNtsCheckedChanged);
            // 
            // barCheck
            // 
            this.barCheck.Caption = "Склад аренды";
            this.barCheck.Glyph = global::ShopOrderCustom.Properties.Resources.drink_empty;
            this.barCheck.GroupIndex = 1;
            this.barCheck.Id = 10;
            this.barCheck.Name = "barCheck";
            toolTipTitleItem5.Appearance.Image = global::ShopOrderCustom.Properties.Resources.drink_empty;
            toolTipTitleItem5.Appearance.Options.UseImage = true;
            toolTipTitleItem5.Image = global::ShopOrderCustom.Properties.Resources.drink_empty;
            toolTipTitleItem5.Text = "Фильтр склад аренды";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Показывает товарные позиции других поставщиков";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem5);
            this.barCheck.SuperTip = superToolTip5;
            this.barCheck.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barCheck.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCheckCheckedChanged);
            // 
            // barCheckCold
            // 
            this.barCheckCold.Caption = "Холодный склад";
            this.barCheckCold.Checked = true;
            this.barCheckCold.Glyph = global::ShopOrderCustom.Properties.Resources.snow;
            this.barCheckCold.GroupIndex = 1;
            this.barCheckCold.Id = 19;
            this.barCheckCold.Name = "barCheckCold";
            this.barCheckCold.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            toolTipTitleItem6.Text = "Фильтр холодный склад НТС";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "Показывает товарные позиции холодного склада НТС";
            superToolTip6.Items.Add(toolTipTitleItem6);
            superToolTip6.Items.Add(toolTipItem6);
            this.barCheckCold.SuperTip = superToolTip6;
            this.barCheckCold.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.BarCheckColdCheckedChanged);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "Экспорт";
            this.barButtonItem3.Glyph = global::ShopOrderCustom.Properties.Resources.Excel_icon;
            this.barButtonItem3.Id = 12;
            this.barButtonItem3.Name = "barButtonItem3";
            toolTipTitleItem7.Appearance.Image = global::ShopOrderCustom.Properties.Resources.Excel_icon;
            toolTipTitleItem7.Appearance.Options.UseImage = true;
            toolTipTitleItem7.Image = global::ShopOrderCustom.Properties.Resources.Excel_icon;
            toolTipTitleItem7.Text = "Экспорт в Excel";
            toolTipItem7.LeftIndent = 6;
            toolTipItem7.Text = "Экспортировать текущий набор позиций в Excel";
            superToolTip7.Items.Add(toolTipTitleItem7);
            superToolTip7.Items.Add(toolTipItem7);
            this.barButtonItem3.SuperTip = superToolTip7;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ExportExcelClick);
            // 
            // btRefresh
            // 
            this.btRefresh.Caption = "Обновить";
            this.btRefresh.Glyph = global::ShopOrderCustom.Properties.Resources.reload_all_tabs;
            this.btRefresh.Id = 11;
            this.btRefresh.Name = "btRefresh";
            this.btRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtRefreshItemClick);
            // 
            // xafBar2
            // 
            this.xafBar2.BarName = "StatusBar";
            this.xafBar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
            this.xafBar2.DockCol = 0;
            this.xafBar2.DockRow = 0;
            this.xafBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
            this.xafBar2.OptionsBar.AllowQuickCustomization = false;
            this.xafBar2.OptionsBar.DrawDragBorder = false;
            this.xafBar2.OptionsBar.UseWholeRow = true;
            this.xafBar2.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.xafBar2.Text = "StatusBar";
            // 
            // BarManager
            // 
            this.BarManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.xafBar2,
            this.xafBar3});
            this.BarManager.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
            new DevExpress.XtraBars.BarManagerCategory("Заказы", new System.Guid("f4698afc-915d-46b6-b4ad-e497d23d7378"))});
            this.BarManager.DockControls.Add(this.barDockControlTop);
            this.BarManager.DockControls.Add(this.barDockControlBottom);
            this.BarManager.DockControls.Add(this.barDockControlLeft);
            this.BarManager.DockControls.Add(this.barDockControlRight);
            this.BarManager.Form = this;
            this.BarManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.btNewOrder,
            this.barButtonItem2,
            this.btCommit,
            this.barCheckNts,
            this.barCheck,
            this.btRefresh,
            this.barButtonItem3,
            this.cdDateFilter,
            this.bеForOrder,
            this.barButtonItem1,
            this.barButtonItem4,
            this.barCheckCold});
            this.BarManager.MaxItemId = 20;
            this.BarManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTimeEdit1,
            this.cdDateFilterItem});
            this.BarManager.StatusBar = this.xafBar2;
            // 
            // PreOrderForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1020, 501);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "PreOrderForm";
            this.Text = "Создание кроссдокингового заказов";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CrossDocOrderFormClosed);
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.goodsBalanceObjBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BarManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.vGoodsBalanceOrderBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SuperToolTip     superToolTip19     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem19 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem19      = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip1      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem1       = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip2      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem2       = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip3      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem3       = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip4      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem4       = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip5      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem5       = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip6      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem6       = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip7      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem7       = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip8      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem8       = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip9      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem9       = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip10     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem10      = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip11     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem11      = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip12     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem12      = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip13     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem13      = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip14     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem14      = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip15     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem15      = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip16     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem16      = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip18     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem18 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem18      = new DevExpress.Utils.ToolTipItem();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.checkEdit11   = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
     this.checkEdit15   = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.checkEdit20   = new DevExpress.XtraEditors.CheckEdit();
     this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
     this.checkEdit14   = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit12   = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit10   = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit9    = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit8    = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit7    = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit5    = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit4    = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2    = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit1    = new DevExpress.XtraEditors.CheckEdit();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.buttonEdit1   = new DevExpress.XtraEditors.ButtonEdit();
     this.checkEdit31   = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit6    = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit3    = new DevExpress.XtraEditors.CheckEdit();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.checkEdit17   = new DevExpress.XtraEditors.CheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit15.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit20.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit31.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit17.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.checkEdit17);
     this.groupControl1.Controls.Add(this.checkEdit11);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.comboBoxEdit2);
     this.groupControl1.Controls.Add(this.checkEdit15);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Controls.Add(this.checkEdit20);
     this.groupControl1.Controls.Add(this.comboBoxEdit1);
     this.groupControl1.Controls.Add(this.checkEdit14);
     this.groupControl1.Controls.Add(this.checkEdit12);
     this.groupControl1.Controls.Add(this.checkEdit10);
     this.groupControl1.Controls.Add(this.checkEdit9);
     this.groupControl1.Controls.Add(this.checkEdit8);
     this.groupControl1.Controls.Add(this.checkEdit7);
     this.groupControl1.Controls.Add(this.checkEdit5);
     this.groupControl1.Controls.Add(this.checkEdit4);
     this.groupControl1.Controls.Add(this.checkEdit2);
     this.groupControl1.Controls.Add(this.checkEdit1);
     this.groupControl1.Location = new System.Drawing.Point(10, 12);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(704, 185);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text     = "User interface settings";
     this.groupControl1.Paint   += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint);
     //
     // checkEdit11
     //
     this.checkEdit11.Location           = new System.Drawing.Point(242, 77);
     this.checkEdit11.Name               = "checkEdit11";
     this.checkEdit11.Properties.Caption = "Always synchronize mapviewers";
     this.checkEdit11.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem19.Text             = "Always synchronize mapviewers";
     toolTipItem19.LeftIndent            = 6;
     toolTipItem19.Text = "When checked, ALL the mapviewers will react to changes made in one of the viewers" +
                          ". E.g. changing viewtype";
     superToolTip19.Items.Add(toolTipTitleItem19);
     superToolTip19.Items.Add(toolTipItem19);
     this.checkEdit11.SuperTip = superToolTip19;
     this.checkEdit11.TabIndex = 18;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(16, 130);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(126, 13);
     this.labelControl2.TabIndex = 17;
     this.labelControl2.Text     = "Default view size for maps";
     //
     // comboBoxEdit2
     //
     this.comboBoxEdit2.EditValue = "Normal resolution screen (1280 * 1024)";
     this.comboBoxEdit2.Location  = new System.Drawing.Point(244, 127);
     this.comboBoxEdit2.Name      = "comboBoxEdit2";
     this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
         "High resolution screen (1600 * 1200)",
         "Normal resolution screen (1280 * 1024)",
         "Low resolution screen (1024 * 768)"
     });
     this.comboBoxEdit2.Size     = new System.Drawing.Size(210, 20);
     this.comboBoxEdit2.TabIndex = 16;
     //
     // checkEdit15
     //
     this.checkEdit15.EditValue          = true;
     this.checkEdit15.Location           = new System.Drawing.Point(242, 52);
     this.checkEdit15.Name               = "checkEdit15";
     this.checkEdit15.Properties.Caption = "Synchronize equal mapviewers";
     this.checkEdit15.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem1.Text              = "Synchronize mapviewers";
     toolTipItem1.LeftIndent             = 6;
     toolTipItem1.Text = "When checked, all the mapviewers with the same symbol will react to changes made " +
                         "in one of the viewers. E.g. changing viewtype";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.checkEdit15.SuperTip = superToolTip1;
     this.checkEdit15.TabIndex = 15;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(16, 156);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(130, 13);
     this.labelControl1.TabIndex = 14;
     this.labelControl1.Text     = "Default view type for maps";
     //
     // checkEdit20
     //
     this.checkEdit20.Location           = new System.Drawing.Point(487, 102);
     this.checkEdit20.Name               = "checkEdit20";
     this.checkEdit20.Properties.Caption = "Show addresses and lengths in Hex";
     this.checkEdit20.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem2.Text              = "Show addresses and length in Hex";
     toolTipItem2.LeftIndent             = 6;
     toolTipItem2.Text = "When checked, the address and length data for all the symbols will be shown in he" +
                         "xadecimal format, otherwise in decimal.";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.checkEdit20.SuperTip = superToolTip2;
     this.checkEdit20.TabIndex = 3;
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.EditValue = "Easy view";
     this.comboBoxEdit1.Location  = new System.Drawing.Point(244, 153);
     this.comboBoxEdit1.Name      = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
         "Hexadecimal view",
         "Decimal view",
         "Easy view"
     });
     this.comboBoxEdit1.Size     = new System.Drawing.Size(210, 20);
     this.comboBoxEdit1.TabIndex = 13;
     //
     // checkEdit14
     //
     this.checkEdit14.EditValue          = true;
     this.checkEdit14.Location           = new System.Drawing.Point(242, 28);
     this.checkEdit14.Name               = "checkEdit14";
     this.checkEdit14.Properties.Caption = "Auto load last file on startup";
     this.checkEdit14.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem3.Text              = "Auto load last file on startup";
     toolTipItem3.LeftIndent             = 6;
     toolTipItem3.Text = "Lets you decide whether or not the last used file should be automatically loaded " +
                         "when the program starts up.";
     superToolTip3.Items.Add(toolTipTitleItem3);
     superToolTip3.Items.Add(toolTipItem3);
     this.checkEdit14.SuperTip = superToolTip3;
     this.checkEdit14.TabIndex = 12;
     //
     // checkEdit12
     //
     this.checkEdit12.Location           = new System.Drawing.Point(487, 77);
     this.checkEdit12.Name               = "checkEdit12";
     this.checkEdit12.Properties.Caption = "New panels are floating";
     this.checkEdit12.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem4.Text              = "New panels are floating";
     toolTipItem4.LeftIndent             = 6;
     toolTipItem4.Text = "When checked makes new viewer float inside the application window in stead of doc" +
                         "king them to the right side of the screen.";
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem4);
     this.checkEdit12.SuperTip = superToolTip4;
     this.checkEdit12.TabIndex = 10;
     //
     // checkEdit10
     //
     this.checkEdit10.Location           = new System.Drawing.Point(487, 53);
     this.checkEdit10.Name               = "checkEdit10";
     this.checkEdit10.Properties.Caption = "Auto dock maps with same name";
     this.checkEdit10.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem5.Text              = "Auto dock maps with same name";
     toolTipItem5.LeftIndent             = 6;
     toolTipItem5.Text = "When checked EDCSuite will dock newly started mapviewers to eachother whenever th" +
                         "ey display the same symbol.";
     superToolTip5.Items.Add(toolTipTitleItem5);
     superToolTip5.Items.Add(toolTipItem5);
     this.checkEdit10.SuperTip = superToolTip5;
     this.checkEdit10.TabIndex = 8;
     //
     // checkEdit9
     //
     this.checkEdit9.Location           = new System.Drawing.Point(487, 28);
     this.checkEdit9.Name               = "checkEdit9";
     this.checkEdit9.Properties.Caption = "Auto dock maps from same file";
     this.checkEdit9.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem6.Text             = "Auto dock maps from same file";
     toolTipItem6.LeftIndent            = 6;
     toolTipItem6.Text = "When checked EDCSuite will dock newly started mapviewers to eachother whenever th" +
                         "ey are from the same binary file.";
     superToolTip6.Items.Add(toolTipTitleItem6);
     superToolTip6.Items.Add(toolTipItem6);
     this.checkEdit9.SuperTip = superToolTip6;
     this.checkEdit9.TabIndex = 7;
     //
     // checkEdit8
     //
     this.checkEdit8.Location           = new System.Drawing.Point(10, 103);
     this.checkEdit8.Name               = "checkEdit8";
     this.checkEdit8.Properties.Caption = "Don\'t display colors in mapviewer";
     this.checkEdit8.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem7.Text             = "Don\'t display colors in mapviewer";
     toolTipItem7.LeftIndent            = 6;
     toolTipItem7.Text = "To improve performance you can check this item and coloring of the mapviewer cell" +
                         "s will be disabled.";
     superToolTip7.Items.Add(toolTipTitleItem7);
     superToolTip7.Items.Add(toolTipItem7);
     this.checkEdit8.SuperTip = superToolTip7;
     this.checkEdit8.TabIndex = 6;
     //
     // checkEdit7
     //
     this.checkEdit7.Location           = new System.Drawing.Point(10, 53);
     this.checkEdit7.Name               = "checkEdit7";
     this.checkEdit7.Properties.Caption = "Auto size columns in mapviewer";
     this.checkEdit7.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem8.Text             = "Auto size columns in mapviewer";
     toolTipItem8.LeftIndent            = 6;
     superToolTip8.Items.Add(toolTipTitleItem8);
     superToolTip8.Items.Add(toolTipItem8);
     this.checkEdit7.SuperTip = superToolTip8;
     this.checkEdit7.TabIndex = 5;
     //
     // checkEdit5
     //
     this.checkEdit5.Location           = new System.Drawing.Point(242, 102);
     this.checkEdit5.Name               = "checkEdit5";
     this.checkEdit5.Properties.Caption = "Show graphs in mapviewer";
     this.checkEdit5.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem9.Text             = "Show graphs in mapviewer";
     toolTipItem9.LeftIndent            = 6;
     toolTipItem9.Text = "When checked the graphical representation of the selected map will also be displa" +
                         "yed. This consumes more system memory en cpu time.";
     superToolTip9.Items.Add(toolTipTitleItem9);
     superToolTip9.Items.Add(toolTipItem9);
     this.checkEdit5.SuperTip = superToolTip9;
     this.checkEdit5.TabIndex = 3;
     //
     // checkEdit4
     //
     this.checkEdit4.Location           = new System.Drawing.Point(487, 128);
     this.checkEdit4.Name               = "checkEdit4";
     this.checkEdit4.Properties.Caption = "View tables in hexadecimal values";
     this.checkEdit4.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem10.Text            = "View tables in hexadecimal values";
     toolTipItem10.LeftIndent           = 6;
     toolTipItem10.Text = "When checked, tables will be shown in hexadecimal values as default. \r\nOtherwise " +
                          "maps will  be displayed in easy mode when they are opened.";
     superToolTip10.Items.Add(toolTipTitleItem10);
     superToolTip10.Items.Add(toolTipItem10);
     this.checkEdit4.SuperTip = superToolTip10;
     this.checkEdit4.TabIndex = 2;
     //
     // checkEdit2
     //
     this.checkEdit2.Location           = new System.Drawing.Point(10, 78);
     this.checkEdit2.Name               = "checkEdit2";
     this.checkEdit2.Properties.Caption = "Use red and white maps";
     this.checkEdit2.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem11.Text            = "Use red and white maps";
     toolTipItem11.LeftIndent           = 6;
     toolTipItem11.Text = "When checked, displays maps in red and transparent only. Normally green is used t" +
                          "o display low values and red for higher values.";
     superToolTip11.Items.Add(toolTipTitleItem11);
     superToolTip11.Items.Add(toolTipItem11);
     this.checkEdit2.SuperTip = superToolTip11;
     this.checkEdit2.TabIndex = 1;
     //
     // checkEdit1
     //
     this.checkEdit1.Location           = new System.Drawing.Point(10, 28);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "Auto size new mapwindows";
     this.checkEdit1.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem12.Text            = "Auto size new mapwindows";
     toolTipItem12.LeftIndent           = 6;
     toolTipItem12.Text = "When checked, new mapwindows will try to autosize to fit the displayed table.";
     superToolTip12.Items.Add(toolTipTitleItem12);
     superToolTip12.Items.Add(toolTipItem12);
     this.checkEdit1.SuperTip = superToolTip12;
     this.checkEdit1.TabIndex = 0;
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.labelControl4);
     this.groupControl2.Controls.Add(this.buttonEdit1);
     this.groupControl2.Controls.Add(this.checkEdit31);
     this.groupControl2.Controls.Add(this.checkEdit6);
     this.groupControl2.Controls.Add(this.checkEdit3);
     this.groupControl2.Location = new System.Drawing.Point(10, 203);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(704, 92);
     this.groupControl2.TabIndex = 1;
     this.groupControl2.Text     = "General settings";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(245, 58);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(65, 13);
     this.labelControl4.TabIndex = 11;
     this.labelControl4.Text     = "Project folder";
     //
     // buttonEdit1
     //
     this.buttonEdit1.Location = new System.Drawing.Point(328, 57);
     this.buttonEdit1.Name     = "buttonEdit1";
     this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.buttonEdit1.Size    = new System.Drawing.Size(343, 20);
     toolTipTitleItem13.Text  = "Project folder";
     toolTipItem13.LeftIndent = 6;
     toolTipItem13.Text       = "Allows you to change the default project folder.";
     superToolTip13.Items.Add(toolTipTitleItem13);
     superToolTip13.Items.Add(toolTipItem13);
     this.buttonEdit1.SuperTip = superToolTip13;
     this.buttonEdit1.TabIndex = 10;
     //
     // checkEdit31
     //
     this.checkEdit31.Location           = new System.Drawing.Point(5, 57);
     this.checkEdit31.Name               = "checkEdit31";
     this.checkEdit31.Properties.Caption = "Request project notes";
     this.checkEdit31.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem14.Text             = "Request project notes";
     toolTipItem14.LeftIndent            = 6;
     toolTipItem14.Text = "When you are working in a project and want to keep track of what you have done, y" +
                          "ou can have the software ask you for a remark every time you make a change to on" +
                          "e of the maps or axis.";
     superToolTip14.Items.Add(toolTipTitleItem14);
     superToolTip14.Items.Add(toolTipItem14);
     this.checkEdit31.SuperTip = superToolTip14;
     this.checkEdit31.TabIndex = 9;
     //
     // checkEdit6
     //
     this.checkEdit6.Location           = new System.Drawing.Point(487, 32);
     this.checkEdit6.Name               = "checkEdit6";
     this.checkEdit6.Properties.Caption = "Use code block synchroniser";
     this.checkEdit6.Size               = new System.Drawing.Size(184, 19);
     toolTipTitleItem15.Text            = "Use code block synchronizer";
     toolTipItem15.LeftIndent           = 6;
     toolTipItem15.Text = "Allows the software to keep all codeblocks in the file synchronized. If data is w" +
                          "ritten to a map in codeblock 1, the same maps in the other codeblocks will be ov" +
                          "erwritten as well.";
     superToolTip15.Items.Add(toolTipTitleItem15);
     superToolTip15.Items.Add(toolTipItem15);
     this.checkEdit6.SuperTip = superToolTip15;
     this.checkEdit6.TabIndex = 4;
     //
     // checkEdit3
     //
     this.checkEdit3.Location           = new System.Drawing.Point(5, 32);
     this.checkEdit3.Name               = "checkEdit3";
     this.checkEdit3.Properties.Caption = "Auto update checksum";
     this.checkEdit3.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem16.Text            = "Auto update checksum";
     toolTipItem16.LeftIndent           = 6;
     toolTipItem16.Text = "... not yet implemented ... ";
     superToolTip16.Items.Add(toolTipTitleItem16);
     superToolTip16.Items.Add(toolTipItem16);
     this.checkEdit3.SuperTip = superToolTip16;
     this.checkEdit3.TabIndex = 2;
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(639, 309);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 2;
     this.simpleButton1.Text     = "Ok";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location     = new System.Drawing.Point(558, 309);
     this.simpleButton2.Name         = "simpleButton2";
     this.simpleButton2.Size         = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex     = 3;
     this.simpleButton2.Text         = "Cancel";
     this.simpleButton2.Click       += new System.EventHandler(this.simpleButton2_Click);
     //
     // checkEdit17
     //
     this.checkEdit17.EditValue          = true;
     this.checkEdit17.Location           = new System.Drawing.Point(487, 153);
     this.checkEdit17.Name               = "checkEdit17";
     this.checkEdit17.Properties.Caption = "Show table upside down";
     this.checkEdit17.Size               = new System.Drawing.Size(212, 19);
     toolTipTitleItem18.Text             = "Show tables upside down";
     toolTipItem18.LeftIndent            = 6;
     toolTipItem18.Text = "Allows you to display all tables upside down.";
     superToolTip18.Items.Add(toolTipTitleItem18);
     superToolTip18.Items.Add(toolTipItem18);
     this.checkEdit17.SuperTip = superToolTip18;
     this.checkEdit17.TabIndex = 20;
     //
     // frmSettings
     //
     this.AcceptButton        = this.simpleButton1;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.simpleButton2;
     this.ClientSize          = new System.Drawing.Size(726, 345);
     this.ControlBox          = false;
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmSettings";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Settings";
     this.Load           += new System.EventHandler(this.frmSettings_Load);
     this.Shown          += new System.EventHandler(this.frmSettings_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit15.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit20.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit31.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit17.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 18
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
            this.chkIsDiscontinue = new DevExpress.XtraEditors.CheckEdit();
            this.txtGroupName = new DevExpress.XtraEditors.TextEdit();
            this.txtGroupID = new DevExpress.XtraEditors.TextEdit();
            this.btnPickListGroup = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
            this.txtTeamDescription = new DevExpress.XtraEditors.TextEdit();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.txtTeamName = new DevExpress.XtraEditors.TextEdit();
            this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
            this.txtTeamID = new DevExpress.XtraEditors.TextEdit();
            this.btnPickListTeam = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
            this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
            this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
            this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
            this.groupControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkIsDiscontinue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtGroupName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtGroupID.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTeamDescription.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTeamName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTeamID.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
            this.groupControl4.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupControl3
            // 
            this.groupControl3.Controls.Add(this.chkIsDiscontinue);
            this.groupControl3.Controls.Add(this.txtGroupName);
            this.groupControl3.Controls.Add(this.txtGroupID);
            this.groupControl3.Controls.Add(this.btnPickListGroup);
            this.groupControl3.Controls.Add(this.labelControl19);
            this.groupControl3.Controls.Add(this.txtTeamDescription);
            this.groupControl3.Controls.Add(this.labelControl14);
            this.groupControl3.Controls.Add(this.txtTeamName);
            this.groupControl3.Controls.Add(this.labelControl15);
            this.groupControl3.Controls.Add(this.txtTeamID);
            this.groupControl3.Controls.Add(this.btnPickListTeam);
            this.groupControl3.Controls.Add(this.labelControl16);
            this.groupControl3.Controls.Add(this.labelControl18);
            this.groupControl3.Controls.Add(this.groupControl4);
            this.groupControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl3.Location = new System.Drawing.Point(0, 0);
            this.groupControl3.Name = "groupControl3";
            this.groupControl3.Size = new System.Drawing.Size(327, 167);
            this.groupControl3.TabIndex = 99;
            // 
            // chkIsDiscontinue
            // 
            this.chkIsDiscontinue.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.chkIsDiscontinue.EnterMoveNextControl = true;
            this.chkIsDiscontinue.Location = new System.Drawing.Point(82, 97);
            this.chkIsDiscontinue.Name = "chkIsDiscontinue";
            this.chkIsDiscontinue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkIsDiscontinue.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
            this.chkIsDiscontinue.Properties.Appearance.Options.UseFont = true;
            this.chkIsDiscontinue.Properties.Appearance.Options.UseForeColor = true;
            this.chkIsDiscontinue.Properties.Caption = "In Active";
            this.chkIsDiscontinue.Size = new System.Drawing.Size(75, 19);
            this.chkIsDiscontinue.TabIndex = 4;
            this.chkIsDiscontinue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.chkIsDiscontinue_KeyPress);
            // 
            // txtGroupName
            // 
            this.txtGroupName.Enabled = false;
            this.txtGroupName.Location = new System.Drawing.Point(192, 71);
            this.txtGroupName.Name = "txtGroupName";
            this.txtGroupName.Properties.MaxLength = 50;
            this.txtGroupName.Size = new System.Drawing.Size(119, 20);
            this.txtGroupName.TabIndex = 135;
            this.txtGroupName.TabStop = false;
            // 
            // txtGroupID
            // 
            this.txtGroupID.Location = new System.Drawing.Point(82, 71);
            this.txtGroupID.Name = "txtGroupID";
            this.txtGroupID.Properties.MaxLength = 4;
            this.txtGroupID.Size = new System.Drawing.Size(52, 20);
            this.txtGroupID.TabIndex = 3;
            this.txtGroupID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGroupID_KeyPress);
            this.txtGroupID.Leave += new System.EventHandler(this.txtGroupID_Leave);
            this.txtGroupID.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtGroupID_PreviewKeyDown);
            // 
            // btnPickListGroup
            // 
            this.btnPickListGroup.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.btnPickListGroup.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
            this.btnPickListGroup.Appearance.Options.UseFont = true;
            this.btnPickListGroup.Image = global::ERPGUI.Properties.Resources.find_16x16;
            this.btnPickListGroup.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
            this.btnPickListGroup.Location = new System.Drawing.Point(135, 71);
            this.btnPickListGroup.Name = "btnPickListGroup";
            this.btnPickListGroup.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
            this.btnPickListGroup.Size = new System.Drawing.Size(22, 20);
            toolTipTitleItem1.Text = "Add New Entry";
            superToolTip1.Items.Add(toolTipTitleItem1);
            this.btnPickListGroup.SuperTip = superToolTip1;
            this.btnPickListGroup.TabIndex = 132;
            this.btnPickListGroup.TabStop = false;
            this.btnPickListGroup.Click += new System.EventHandler(this.btnPickListGroup_Click);
            // 
            // labelControl19
            // 
            this.labelControl19.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl19.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
            this.labelControl19.LineVisible = true;
            this.labelControl19.Location = new System.Drawing.Point(19, 71);
            this.labelControl19.Name = "labelControl19";
            this.labelControl19.Size = new System.Drawing.Size(74, 20);
            this.labelControl19.TabIndex = 133;
            this.labelControl19.Text = "Group ID";
            // 
            // txtTeamDescription
            // 
            this.txtTeamDescription.Location = new System.Drawing.Point(82, 52);
            this.txtTeamDescription.Name = "txtTeamDescription";
            this.txtTeamDescription.Properties.MaxLength = 100;
            this.txtTeamDescription.Size = new System.Drawing.Size(229, 20);
            this.txtTeamDescription.TabIndex = 2;
            this.txtTeamDescription.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTeamDescription_KeyPress);
            // 
            // labelControl14
            // 
            this.labelControl14.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl14.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
            this.labelControl14.LineVisible = true;
            this.labelControl14.Location = new System.Drawing.Point(19, 52);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(74, 20);
            this.labelControl14.TabIndex = 129;
            this.labelControl14.Text = "Description";
            // 
            // txtTeamName
            // 
            this.txtTeamName.Location = new System.Drawing.Point(192, 33);
            this.txtTeamName.Name = "txtTeamName";
            this.txtTeamName.Properties.MaxLength = 50;
            this.txtTeamName.Size = new System.Drawing.Size(119, 20);
            this.txtTeamName.TabIndex = 1;
            this.txtTeamName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTeamName_KeyPress);
            // 
            // labelControl15
            // 
            this.labelControl15.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl15.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
            this.labelControl15.Location = new System.Drawing.Point(160, 33);
            this.labelControl15.Name = "labelControl15";
            this.labelControl15.Size = new System.Drawing.Size(40, 20);
            this.labelControl15.TabIndex = 130;
            this.labelControl15.Text = "Name";
            // 
            // txtTeamID
            // 
            this.txtTeamID.Location = new System.Drawing.Point(82, 33);
            this.txtTeamID.Name = "txtTeamID";
            this.txtTeamID.Properties.MaxLength = 4;
            this.txtTeamID.Size = new System.Drawing.Size(52, 20);
            this.txtTeamID.TabIndex = 0;
            this.txtTeamID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTeamID_KeyPress);
            this.txtTeamID.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtTeamID_PreviewKeyDown);
            // 
            // btnPickListTeam
            // 
            this.btnPickListTeam.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.btnPickListTeam.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
            this.btnPickListTeam.Appearance.Options.UseFont = true;
            this.btnPickListTeam.Image = global::ERPGUI.Properties.Resources.find_16x16;
            this.btnPickListTeam.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
            this.btnPickListTeam.Location = new System.Drawing.Point(135, 33);
            this.btnPickListTeam.Name = "btnPickListTeam";
            this.btnPickListTeam.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
            this.btnPickListTeam.Size = new System.Drawing.Size(22, 20);
            toolTipTitleItem2.Text = "Add New Entry";
            superToolTip2.Items.Add(toolTipTitleItem2);
            this.btnPickListTeam.SuperTip = superToolTip2;
            this.btnPickListTeam.TabIndex = 125;
            this.btnPickListTeam.TabStop = false;
            this.btnPickListTeam.Click += new System.EventHandler(this.btnPickListTeam_Click);
            // 
            // labelControl16
            // 
            this.labelControl16.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl16.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
            this.labelControl16.LineVisible = true;
            this.labelControl16.Location = new System.Drawing.Point(19, 33);
            this.labelControl16.Name = "labelControl16";
            this.labelControl16.Size = new System.Drawing.Size(74, 20);
            this.labelControl16.TabIndex = 126;
            this.labelControl16.Text = "Team ID";
            // 
            // labelControl18
            // 
            this.labelControl18.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl18.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
            this.labelControl18.Location = new System.Drawing.Point(160, 71);
            this.labelControl18.Name = "labelControl18";
            this.labelControl18.Size = new System.Drawing.Size(40, 20);
            this.labelControl18.TabIndex = 137;
            this.labelControl18.Text = "Name";
            // 
            // groupControl4
            // 
            this.groupControl4.Controls.Add(this.btnAdd);
            this.groupControl4.Controls.Add(this.btnCancel);
            this.groupControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.groupControl4.Location = new System.Drawing.Point(2, 130);
            this.groupControl4.Name = "groupControl4";
            this.groupControl4.ShowCaption = false;
            this.groupControl4.Size = new System.Drawing.Size(323, 35);
            this.groupControl4.TabIndex = 109;
            this.groupControl4.Text = "User Signature";
            // 
            // btnAdd
            // 
            this.btnAdd.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.btnAdd.Image = global::ERPGUI.Properties.Resources.addfooter_16x16;
            this.btnAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
            this.btnAdd.Location = new System.Drawing.Point(5, 7);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(70, 23);
            toolTipTitleItem3.Text = "Add New Entry";
            superToolTip3.Items.Add(toolTipTitleItem3);
            this.btnAdd.SuperTip = superToolTip3;
            this.btnAdd.TabIndex = 5;
            this.btnAdd.Text = "&Add";
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.btnCancel.Image = global::ERPGUI.Properties.Resources.deletedatasource_16x16;
            this.btnCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
            this.btnCancel.Location = new System.Drawing.Point(81, 7);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(70, 23);
            toolTipTitleItem4.Text = "Add New Entry";
            superToolTip4.Items.Add(toolTipTitleItem4);
            this.btnCancel.SuperTip = superToolTip4;
            this.btnCancel.TabIndex = 6;
            this.btnCancel.Text = "&Cancel";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // frmTeam
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(327, 167);
            this.Controls.Add(this.groupControl3);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "frmTeam";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Team";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTeam_FormClosing);
            this.Load += new System.EventHandler(this.frmTeam_Load);
            this.Enter += new System.EventHandler(this.frmTeam_Enter);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
            this.groupControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chkIsDiscontinue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtGroupName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtGroupID.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTeamDescription.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTeamName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTeamID.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
            this.groupControl4.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Esempio n. 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DetailPetForm));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem1  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem2  = new DevExpress.Utils.ToolTipItem();
     this.btnChangeImage   = new DevExpress.XtraEditors.SimpleButton();
     this.lctBox           = new DevExpress.XtraLayout.LayoutControl();
     this.txt_pStatus      = new DevExpress.XtraEditors.TextEdit();
     this.ribbon           = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.btnClose         = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage1      = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rbbPageGroup     = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar  = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.txt_Type         = new DevExpress.XtraEditors.TextEdit();
     this.txt_pPriceSale   = new DevExpress.XtraEditors.TextEdit();
     this.txt_pOriginPrice = new DevExpress.XtraEditors.TextEdit();
     this.txt_pName        = new DevExpress.XtraEditors.TextEdit();
     this.txt_pID          = new DevExpress.XtraEditors.TextEdit();
     this.Root             = new DevExpress.XtraLayout.LayoutControlGroup();
     this.PFID             = new DevExpress.XtraLayout.LayoutControlItem();
     this.PFName           = new DevExpress.XtraLayout.LayoutControlItem();
     this.PFPrice          = new DevExpress.XtraLayout.LayoutControlItem();
     this.PFPriceSale      = new DevExpress.XtraLayout.LayoutControlItem();
     this.PFType           = new DevExpress.XtraLayout.LayoutControlItem();
     this.PFStatus         = new DevExpress.XtraLayout.LayoutControlItem();
     this.lblDetail        = new System.Windows.Forms.Label();
     this.ptbImage         = new System.Windows.Forms.PictureBox();
     this.lblTitle         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.lctBox)).BeginInit();
     this.lctBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txt_pStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_Type.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_pPriceSale.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_pOriginPrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_pName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_pID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFPrice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFPriceSale)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFStatus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbImage)).BeginInit();
     this.SuspendLayout();
     //
     // btnChangeImage
     //
     this.btnChangeImage.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.btnChangeImage.Appearance.Options.UseFont = true;
     this.btnChangeImage.AutoSize           = true;
     this.btnChangeImage.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnChangeImage.ImageOptions.Image")));
     this.btnChangeImage.Location           = new System.Drawing.Point(467, 594);
     this.btnChangeImage.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnChangeImage.Name       = "btnChangeImage";
     this.btnChangeImage.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
     this.btnChangeImage.Size       = new System.Drawing.Size(53, 47);
     toolTipItem1.Text = "Change Image of Pet\'s food";
     superToolTip1.Items.Add(toolTipItem1);
     this.btnChangeImage.SuperTip = superToolTip1;
     this.btnChangeImage.TabIndex = 13;
     //
     // lctBox
     //
     this.lctBox.Controls.Add(this.txt_pStatus);
     this.lctBox.Controls.Add(this.txt_Type);
     this.lctBox.Controls.Add(this.txt_pPriceSale);
     this.lctBox.Controls.Add(this.txt_pOriginPrice);
     this.lctBox.Controls.Add(this.txt_pName);
     this.lctBox.Controls.Add(this.txt_pID);
     this.lctBox.Location = new System.Drawing.Point(467, 283);
     this.lctBox.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lctBox.Name     = "lctBox";
     this.lctBox.Root     = this.Root;
     this.lctBox.Size     = new System.Drawing.Size(457, 271);
     this.lctBox.TabIndex = 12;
     this.lctBox.Text     = "layoutControl1";
     //
     // txt_pStatus
     //
     this.txt_pStatus.Location    = new System.Drawing.Point(122, 184);
     this.txt_pStatus.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txt_pStatus.MenuManager = this.ribbon;
     this.txt_pStatus.Name        = "txt_pStatus";
     this.txt_pStatus.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.txt_pStatus.Properties.Appearance.Options.UseFont = true;
     this.txt_pStatus.Properties.ReadOnly = true;
     this.txt_pStatus.Size            = new System.Drawing.Size(319, 30);
     this.txt_pStatus.StyleController = this.lctBox;
     this.txt_pStatus.TabIndex        = 10;
     //
     // ribbon
     //
     this.ribbon.ExpandCollapseItem.Id = 0;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.ribbon.SearchEditItem,
         this.btnClose
     });
     this.ribbon.Location  = new System.Drawing.Point(0, 0);
     this.ribbon.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ribbon.MaxItemId = 2;
     this.ribbon.Name      = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbon.Size      = new System.Drawing.Size(979, 176);
     this.ribbon.StatusBar = this.ribbonStatusBar;
     //
     // btnClose
     //
     this.btnClose.Caption = "Close";
     this.btnClose.Id      = 1;
     this.btnClose.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnClose.ImageOptions.SvgImage")));
     this.btnClose.LargeWidth            = 70;
     this.btnClose.Name = "btnClose";
     toolTipItem2.Text  = "Close view Pet\'s food detail";
     superToolTip2.Items.Add(toolTipItem2);
     this.btnClose.SuperTip   = superToolTip2;
     this.btnClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClose_ItemClick);
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.rbbPageGroup
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Tool";
     //
     // rbbPageGroup
     //
     this.rbbPageGroup.AllowTextClipping = false;
     this.rbbPageGroup.ItemLinks.Add(this.btnClose);
     this.rbbPageGroup.Name = "rbbPageGroup";
     this.rbbPageGroup.Text = "Detail Pet Food";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 649);
     this.ribbonStatusBar.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbon;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(979, 34);
     //
     // txt_Type
     //
     this.txt_Type.Location    = new System.Drawing.Point(122, 150);
     this.txt_Type.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txt_Type.MenuManager = this.ribbon;
     this.txt_Type.Name        = "txt_Type";
     this.txt_Type.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.txt_Type.Properties.Appearance.Options.UseFont = true;
     this.txt_Type.Properties.ReadOnly = true;
     this.txt_Type.Size            = new System.Drawing.Size(319, 30);
     this.txt_Type.StyleController = this.lctBox;
     this.txt_Type.TabIndex        = 9;
     //
     // txt_pPriceSale
     //
     this.txt_pPriceSale.Location    = new System.Drawing.Point(122, 116);
     this.txt_pPriceSale.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txt_pPriceSale.MenuManager = this.ribbon;
     this.txt_pPriceSale.Name        = "txt_pPriceSale";
     this.txt_pPriceSale.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.txt_pPriceSale.Properties.Appearance.Options.UseFont = true;
     this.txt_pPriceSale.Properties.ReadOnly = true;
     this.txt_pPriceSale.Size            = new System.Drawing.Size(319, 30);
     this.txt_pPriceSale.StyleController = this.lctBox;
     this.txt_pPriceSale.TabIndex        = 7;
     //
     // txt_pOriginPrice
     //
     this.txt_pOriginPrice.Location    = new System.Drawing.Point(122, 82);
     this.txt_pOriginPrice.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txt_pOriginPrice.MenuManager = this.ribbon;
     this.txt_pOriginPrice.Name        = "txt_pOriginPrice";
     this.txt_pOriginPrice.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.txt_pOriginPrice.Properties.Appearance.Options.UseFont = true;
     this.txt_pOriginPrice.Properties.ReadOnly = true;
     this.txt_pOriginPrice.Size            = new System.Drawing.Size(319, 30);
     this.txt_pOriginPrice.StyleController = this.lctBox;
     this.txt_pOriginPrice.TabIndex        = 6;
     //
     // txt_pName
     //
     this.txt_pName.Location    = new System.Drawing.Point(122, 48);
     this.txt_pName.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txt_pName.MenuManager = this.ribbon;
     this.txt_pName.Name        = "txt_pName";
     this.txt_pName.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.txt_pName.Properties.Appearance.Options.UseFont = true;
     this.txt_pName.Properties.ReadOnly = true;
     this.txt_pName.Size            = new System.Drawing.Size(319, 30);
     this.txt_pName.StyleController = this.lctBox;
     this.txt_pName.TabIndex        = 5;
     //
     // txt_pID
     //
     this.txt_pID.Location    = new System.Drawing.Point(122, 14);
     this.txt_pID.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txt_pID.MenuManager = this.ribbon;
     this.txt_pID.Name        = "txt_pID";
     this.txt_pID.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.txt_pID.Properties.Appearance.Options.UseFont = true;
     this.txt_pID.Properties.ReadOnly = true;
     this.txt_pID.Size            = new System.Drawing.Size(319, 30);
     this.txt_pID.StyleController = this.lctBox;
     this.txt_pID.TabIndex        = 4;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.PFID,
         this.PFName,
         this.PFPrice,
         this.PFPriceSale,
         this.PFType,
         this.PFStatus
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(457, 271);
     this.Root.TextVisible = false;
     //
     // PFID
     //
     this.PFID.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFID.AppearanceItemCaption.Options.UseFont = true;
     this.PFID.Control  = this.txt_pID;
     this.PFID.Location = new System.Drawing.Point(0, 0);
     this.PFID.Name     = "PFID";
     this.PFID.Size     = new System.Drawing.Size(431, 34);
     this.PFID.Text     = "ID";
     this.PFID.TextSize = new System.Drawing.Size(102, 24);
     //
     // PFName
     //
     this.PFName.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFName.AppearanceItemCaption.Options.UseFont = true;
     this.PFName.Control  = this.txt_pName;
     this.PFName.Location = new System.Drawing.Point(0, 34);
     this.PFName.Name     = "PFName";
     this.PFName.Size     = new System.Drawing.Size(431, 34);
     this.PFName.Text     = "Name";
     this.PFName.TextSize = new System.Drawing.Size(102, 24);
     //
     // PFPrice
     //
     this.PFPrice.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFPrice.AppearanceItemCaption.Options.UseFont = true;
     this.PFPrice.Control  = this.txt_pOriginPrice;
     this.PFPrice.Location = new System.Drawing.Point(0, 68);
     this.PFPrice.Name     = "PFPrice";
     this.PFPrice.Size     = new System.Drawing.Size(431, 34);
     this.PFPrice.Text     = "Origin price";
     this.PFPrice.TextSize = new System.Drawing.Size(102, 24);
     //
     // PFPriceSale
     //
     this.PFPriceSale.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFPriceSale.AppearanceItemCaption.Options.UseFont = true;
     this.PFPriceSale.Control  = this.txt_pPriceSale;
     this.PFPriceSale.Location = new System.Drawing.Point(0, 102);
     this.PFPriceSale.Name     = "PFPriceSale";
     this.PFPriceSale.Size     = new System.Drawing.Size(431, 34);
     this.PFPriceSale.Text     = "Sell price";
     this.PFPriceSale.TextSize = new System.Drawing.Size(102, 24);
     //
     // PFType
     //
     this.PFType.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFType.AppearanceItemCaption.Options.UseFont = true;
     this.PFType.Control  = this.txt_Type;
     this.PFType.Location = new System.Drawing.Point(0, 136);
     this.PFType.Name     = "PFType";
     this.PFType.Size     = new System.Drawing.Size(431, 34);
     this.PFType.Text     = "Type";
     this.PFType.TextSize = new System.Drawing.Size(102, 24);
     //
     // PFStatus
     //
     this.PFStatus.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFStatus.AppearanceItemCaption.Options.UseFont = true;
     this.PFStatus.Control  = this.txt_pStatus;
     this.PFStatus.Location = new System.Drawing.Point(0, 170);
     this.PFStatus.Name     = "PFStatus";
     this.PFStatus.Size     = new System.Drawing.Size(431, 77);
     this.PFStatus.Text     = "Status";
     this.PFStatus.TextSize = new System.Drawing.Size(102, 24);
     //
     // lblDetail
     //
     this.lblDetail.AutoSize = true;
     this.lblDetail.Font     = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDetail.Location = new System.Drawing.Point(469, 193);
     this.lblDetail.Name     = "lblDetail";
     this.lblDetail.Size     = new System.Drawing.Size(139, 48);
     this.lblDetail.TabIndex = 11;
     this.lblDetail.Text     = "Detail";
     //
     // ptbImage
     //
     this.ptbImage.Location = new System.Drawing.Point(3, 180);
     this.ptbImage.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ptbImage.Name     = "ptbImage";
     this.ptbImage.Size     = new System.Drawing.Size(440, 440);
     this.ptbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.ptbImage.TabIndex = 10;
     this.ptbImage.TabStop  = false;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize = true;
     this.lblTitle.Font     = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold);
     this.lblTitle.Location = new System.Drawing.Point(473, 250);
     this.lblTitle.Name     = "lblTitle";
     this.lblTitle.Size     = new System.Drawing.Size(86, 30);
     this.lblTitle.TabIndex = 11;
     this.lblTitle.Text     = "Name";
     //
     // DetailPetForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(979, 683);
     this.Controls.Add(this.btnChangeImage);
     this.Controls.Add(this.lctBox);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.lblDetail);
     this.Controls.Add(this.ptbImage);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbon);
     this.Icon   = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name   = "DetailPetForm";
     this.Text   = "Pet Detail";
     ((System.ComponentModel.ISupportInitialize)(this.lctBox)).EndInit();
     this.lctBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txt_pStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_Type.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_pPriceSale.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_pOriginPrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_pName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_pID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFPrice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFPriceSale)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFStatus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbImage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
     this.rbcMain = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.imgCollection = new DevExpress.Utils.ImageCollection(this.components);
     this.bbiKhachHang = new DevExpress.XtraBars.BarButtonItem();
     this.bbiHangHoa = new DevExpress.XtraBars.BarButtonItem();
     this.bbiNhomHang = new DevExpress.XtraBars.BarButtonItem();
     this.bbiKho = new DevExpress.XtraBars.BarButtonItem();
     this.bbiAuthor = new DevExpress.XtraBars.BarButtonItem();
     this.bbiKhuVuc = new DevExpress.XtraBars.BarButtonItem();
     this.bbiNhapKho = new DevExpress.XtraBars.BarButtonItem();
     this.bbiXuatKho = new DevExpress.XtraBars.BarButtonItem();
     this.bbiTonKho = new DevExpress.XtraBars.BarButtonItem();
     this.lblServer = new DevExpress.XtraBars.BarStaticItem();
     this.lblDatabase = new DevExpress.XtraBars.BarStaticItem();
     this.ISystem = new DevExpress.XtraBars.BarButtonItem();
     this.IInit = new DevExpress.XtraBars.BarButtonItem();
     this.IInward = new DevExpress.XtraBars.BarButtonItem();
     this.IOutward = new DevExpress.XtraBars.BarButtonItem();
     this.ITransfer = new DevExpress.XtraBars.BarButtonItem();
     this.IAdjustment = new DevExpress.XtraBars.BarButtonItem();
     this.IInventory = new DevExpress.XtraBars.BarButtonItem();
     this.IPacket = new DevExpress.XtraBars.BarButtonItem();
     this.bbiClose = new DevExpress.XtraBars.BarButtonItem();
     this.bbiUserGroup = new DevExpress.XtraBars.BarButtonItem();
     this.bbiUsers = new DevExpress.XtraBars.BarButtonItem();
     this.bbiUpdateOnline = new DevExpress.XtraBars.BarButtonItem();
     this.bbiUpdateOffline = new DevExpress.XtraBars.BarButtonItem();
     this.biiHelpNormal = new DevExpress.XtraBars.BarButtonItem();
     this.biiHelpVideo = new DevExpress.XtraBars.BarButtonItem();
     this.bbiSaoLuu = new DevExpress.XtraBars.BarButtonItem();
     this.bbiPhucHoi = new DevExpress.XtraBars.BarButtonItem();
     this.bbiXuatNhapTon = new DevExpress.XtraBars.BarButtonItem();
     this.bbiLichSu = new DevExpress.XtraBars.BarButtonItem();
     this.bbiTheKho = new DevExpress.XtraBars.BarButtonItem();
     this.bbiNhanVien = new DevExpress.XtraBars.BarButtonItem();
     this.bbiCuaHang = new DevExpress.XtraBars.BarButtonItem();
     this.bbiThuChi = new DevExpress.XtraBars.BarButtonItem();
     this.bbiCongNo = new DevExpress.XtraBars.BarButtonItem();
     this.bbiTheNo = new DevExpress.XtraBars.BarButtonItem();
     this.bbiDoanhThu = new DevExpress.XtraBars.BarButtonItem();
     this.bbiCongNoChungTu = new DevExpress.XtraBars.BarButtonItem();
     this.rbpHeThong = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rbpgDong = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rbpDanhMuc = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rbpgDoiTac = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rbpgKhoHang = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rbpgThongTinCuaHang = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rbpKhoHang = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rbpgQuanLyKho = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rbpgBaoCao = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rpbgCongNo = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rpbgDoanhThu = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.rbsMain = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.tabMdi = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
     this.ImgSmall = new DevExpress.Utils.ImageCollection(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.rbcMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabMdi)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgSmall)).BeginInit();
     this.SuspendLayout();
     //
     // rbcMain
     //
     this.rbcMain.ApplicationCaption = "Phần Mềm Quản Lý Kho";
     this.rbcMain.ApplicationIcon = global::Do_An_Quan_Ly_Kho.Properties.Resources._1438776525_deliverables;
     this.rbcMain.AutoSizeItems = true;
     this.rbcMain.ExpandCollapseItem.Id = 0;
     this.rbcMain.Images = this.imgCollection;
     this.rbcMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.rbcMain.ExpandCollapseItem,
     this.bbiKhachHang,
     this.bbiHangHoa,
     this.bbiNhomHang,
     this.bbiKho,
     this.bbiAuthor,
     this.bbiKhuVuc,
     this.bbiNhapKho,
     this.bbiXuatKho,
     this.bbiTonKho,
     this.lblServer,
     this.lblDatabase,
     this.ISystem,
     this.IInit,
     this.IInward,
     this.IOutward,
     this.ITransfer,
     this.IAdjustment,
     this.IInventory,
     this.IPacket,
     this.bbiClose,
     this.bbiUserGroup,
     this.bbiUsers,
     this.bbiUpdateOnline,
     this.bbiUpdateOffline,
     this.biiHelpNormal,
     this.biiHelpVideo,
     this.bbiSaoLuu,
     this.bbiPhucHoi,
     this.bbiXuatNhapTon,
     this.bbiLichSu,
     this.bbiTheKho,
     this.bbiNhanVien,
     this.bbiCuaHang,
     this.bbiThuChi,
     this.bbiCongNo,
     this.bbiTheNo,
     this.bbiDoanhThu,
     this.bbiCongNoChungTu});
     this.rbcMain.LargeImages = this.imgCollection;
     this.rbcMain.Location = new System.Drawing.Point(0, 0);
     this.rbcMain.MaxItemId = 330;
     this.rbcMain.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always;
     this.rbcMain.Name = "rbcMain";
     this.rbcMain.PageHeaderItemLinks.Add(this.lblServer);
     this.rbcMain.PageHeaderItemLinks.Add(this.lblDatabase);
     this.rbcMain.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.rbpHeThong,
     this.rbpDanhMuc,
     this.rbpKhoHang});
     this.rbcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     this.rbcMain.ShowCategoryInCaption = false;
     this.rbcMain.Size = new System.Drawing.Size(1016, 144);
     this.rbcMain.StatusBar = this.rbsMain;
     this.rbcMain.TransparentEditors = true;
     //
     // imgCollection
     //
     this.imgCollection.ImageSize = new System.Drawing.Size(32, 32);
     this.imgCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imgCollection.ImageStream")));
     this.imgCollection.Images.SetKeyName(0, "Ket Thuc.png");
     this.imgCollection.Images.SetKeyName(1, "Nguoi Dung.png");
     this.imgCollection.Images.SetKeyName(2, "Phan Quyen.png");
     this.imgCollection.Images.SetKeyName(3, "Thay Doi Mat Khau.png");
     this.imgCollection.Images.SetKeyName(4, "Thong Tin.png");
     this.imgCollection.Images.SetKeyName(5, "Ton Kho.png");
     this.imgCollection.Images.SetKeyName(6, "Tuy Chon.png");
     this.imgCollection.Images.SetKeyName(7, "Import.png");
     this.imgCollection.Images.SetKeyName(8, "Khoa So.png");
     this.imgCollection.Images.SetKeyName(9, "Bo Phan.png");
     this.imgCollection.Images.SetKeyName(10, "Dinh Muc.png");
     this.imgCollection.Images.SetKeyName(11, "Don Vi Tinh.png");
     this.imgCollection.Images.SetKeyName(12, "Hang Hoa.png");
     this.imgCollection.Images.SetKeyName(13, "Khach Hang.png");
     this.imgCollection.Images.SetKeyName(14, "Kho.png");
     this.imgCollection.Images.SetKeyName(15, "Nha Phan Phoi.png");
     this.imgCollection.Images.SetKeyName(16, "Nhan Vien.png");
     this.imgCollection.Images.SetKeyName(17, "Nhom Hang.png");
     this.imgCollection.Images.SetKeyName(18, "Loai Doi Tac.png");
     this.imgCollection.Images.SetKeyName(19, "Nhom Doi Tac.png");
     this.imgCollection.Images.SetKeyName(20, "Bang Ke Chuyen Kho.png");
     this.imgCollection.Images.SetKeyName(21, "Bang Ke Kiem Ke.png");
     this.imgCollection.Images.SetKeyName(22, "Bang Ke Xuat Kho.png");
     this.imgCollection.Images.SetKeyName(23, "Bang KeNhap Kho.png");
     this.imgCollection.Images.SetKeyName(24, "Canh Bao Ton Kho.png");
     this.imgCollection.Images.SetKeyName(25, "Chuyen Kho.png");
     this.imgCollection.Images.SetKeyName(26, "Dong Goi BTP.png");
     this.imgCollection.Images.SetKeyName(27, "Kiem Ke.png");
     this.imgCollection.Images.SetKeyName(28, "Nhap Kho.png");
     this.imgCollection.Images.SetKeyName(29, "ReportWithChart256.png");
     this.imgCollection.Images.SetKeyName(30, "Ton Kho.png");
     this.imgCollection.Images.SetKeyName(31, "Xuat Kho.png");
     this.imgCollection.Images.SetKeyName(32, "Xuat Va Dong Goi.png");
     this.imgCollection.Images.SetKeyName(33, "Yeu Cau Dat Hang.png");
     this.imgCollection.Images.SetKeyName(34, "Yeu Cau Dat Hang.png");
     this.imgCollection.Images.SetKeyName(35, "Bang Ke Lap Rap.png");
     this.imgCollection.Images.SetKeyName(36, "Bang Len Ke Hoach.png");
     this.imgCollection.Images.SetKeyName(37, "Ke Hoach.png");
     this.imgCollection.Images.SetKeyName(38, "Lap Rap.png");
     this.imgCollection.Images.SetKeyName(39, "Tinh Gia Ban.png");
     this.imgCollection.Images.SetKeyName(40, "Bao Cao The Kho.png");
     this.imgCollection.Images.SetKeyName(41, "Bao Cao Ton Kho.png");
     this.imgCollection.Images.SetKeyName(42, "Duoi Dinh Muc.png");
     this.imgCollection.Images.SetKeyName(43, "Khac.png");
     this.imgCollection.Images.SetKeyName(44, "So Chi Tiet.png");
     this.imgCollection.Images.SetKeyName(45, "Vuot Dinh Muc.png");
     this.imgCollection.Images.SetKeyName(46, "Han Su Dung.png");
     this.imgCollection.Images.SetKeyName(47, "Dong Goi Thanh Pham.png");
     this.imgCollection.Images.SetKeyName(48, "Cap Nhat.png");
     this.imgCollection.Images.SetKeyName(49, "Dang Ky.png");
     this.imgCollection.Images.SetKeyName(50, "Huong Dan Su Dung.png");
     this.imgCollection.Images.SetKeyName(51, "Lien He.png");
     this.imgCollection.Images.SetKeyName(52, "Thong Tin.png");
     this.imgCollection.Images.SetKeyName(53, "Trang Chu.png");
     this.imgCollection.Images.SetKeyName(54, "Dang Ky.png");
     this.imgCollection.Images.SetKeyName(55, "databasebackup.png");
     this.imgCollection.Images.SetKeyName(56, "databaserestore.png");
     this.imgCollection.Images.SetKeyName(57, "Ban Ke Xuat Kho.png");
     this.imgCollection.Images.SetKeyName(58, "Bang Ke Nhap Kho.png");
     this.imgCollection.Images.SetKeyName(59, "Bang Ke Chuyen kho1.png");
     this.imgCollection.Images.SetKeyName(60, "Trang Chu.ico");
     this.imgCollection.Images.SetKeyName(61, "Cap Nhap Truc Tuyen.ico");
     this.imgCollection.Images.SetKeyName(62, "Huong Dan Su Dung.ico");
     this.imgCollection.Images.SetKeyName(63, "Lien He.ico");
     this.imgCollection.Images.SetKeyName(64, "Dang Xuat.png");
     this.imgCollection.Images.SetKeyName(65, "Copy of Stop.png");
     this.imgCollection.Images.SetKeyName(66, "Copy of Sync.png");
     this.imgCollection.Images.SetKeyName(67, "SuaChua.png");
     this.imgCollection.Images.SetKeyName(68, "NhatKyHeThong.png");
     this.imgCollection.Images.SetKeyName(69, "TimKiemChungTu.png");
     this.imgCollection.Images.SetKeyName(70, "16.ico");
     this.imgCollection.Images.SetKeyName(71, "database.ico");
     this.imgCollection.Images.SetKeyName(72, "StockPNG.png");
     this.imgCollection.Images.SetKeyName(73, "RibbonPrintPreview_DocumentMapLarge.png");
     this.imgCollection.Images.SetKeyName(74, "RibbonPrintPreview_CustomizeLarge.png");
     this.imgCollection.Images.SetKeyName(75, "plugin.ico");
     this.imgCollection.Images.SetKeyName(76, "Cau Hinh.png");
     this.imgCollection.Images.SetKeyName(77, "Sua Chua.png");
     this.imgCollection.Images.SetKeyName(78, "System868632.png");
     this.imgCollection.Images.SetKeyName(79, "Dossier fichier compressé32.png");
     this.imgCollection.Images.SetKeyName(80, "Barcode32.png");
     this.imgCollection.Images.SetKeyName(81, "PhanQuyen.png");
     this.imgCollection.Images.SetKeyName(82, "PhanQuyen.png");
     this.imgCollection.Images.SetKeyName(83, "1285643018_gnutella.png");
     this.imgCollection.Images.SetKeyName(84, "1285643049_network-offline.png");
     this.imgCollection.Images.SetKeyName(85, "1285643131_network-offline.png");
     this.imgCollection.Images.SetKeyName(86, "1285643150_gnutella.png");
     this.imgCollection.Images.SetKeyName(87, "1284429314_import.png");
     this.imgCollection.Images.SetKeyName(88, "1287538982_help-contents.png");
     this.imgCollection.Images.SetKeyName(89, "1287539858_page_white_world.png");
     this.imgCollection.Images.SetKeyName(90, "1287540090_video.png");
     this.imgCollection.Images.SetKeyName(91, "Lap Rap.png");
     this.imgCollection.Images.SetKeyName(92, "Yeu Cau Dat Hang.png");
     this.imgCollection.Images.SetKeyName(93, "Noi Ha.png");
     this.imgCollection.Images.SetKeyName(94, "1316226941_currencyexchange.png");
     this.imgCollection.Images.SetKeyName(95, "1323220185_home_page.png");
     this.imgCollection.Images.SetKeyName(96, "1323224048_home.png");
     this.imgCollection.Images.SetKeyName(97, "1323224110_1 - Home.png");
     this.imgCollection.Images.SetKeyName(98, "6_barcode_box.gif");
     this.imgCollection.Images.SetKeyName(99, "20-512.png");
     this.imgCollection.Images.SetKeyName(100, "1438422363_receipt.png");
     this.imgCollection.Images.SetKeyName(101, "1438776229_product.png");
     this.imgCollection.Images.SetKeyName(102, "1438776525_deliverables.png");
     this.imgCollection.Images.SetKeyName(103, "1438776535_Box_Empty.png");
     this.imgCollection.Images.SetKeyName(104, "1438776543_package-x-generic.png");
     this.imgCollection.Images.SetKeyName(105, "Address_Book.png");
     this.imgCollection.Images.SetKeyName(106, "barcode_icon (1).jpg");
     this.imgCollection.Images.SetKeyName(107, "barcode_icon.jpg");
     this.imgCollection.Images.SetKeyName(108, "connect_creating.png");
     this.imgCollection.Images.SetKeyName(109, "connect_no (1).png");
     this.imgCollection.Images.SetKeyName(110, "connect_no (2).png");
     this.imgCollection.Images.SetKeyName(111, "connect_no.png");
     this.imgCollection.Images.SetKeyName(112, "default_logo.png");
     this.imgCollection.Images.SetKeyName(113, "document-excel-icon - Copy - Copy - Copy.png");
     this.imgCollection.Images.SetKeyName(114, "document-excel-icon - Copy - Copy (2).png");
     this.imgCollection.Images.SetKeyName(115, "document-excel-icon - Copy - Copy.png");
     this.imgCollection.Images.SetKeyName(116, "document-excel-icon - Copy (2) - Copy.png");
     this.imgCollection.Images.SetKeyName(117, "document-excel-icon - Copy (2).png");
     this.imgCollection.Images.SetKeyName(118, "document-excel-icon - Copy (3).png");
     this.imgCollection.Images.SetKeyName(119, "document-excel-icon - Copy.png");
     this.imgCollection.Images.SetKeyName(120, "document-excel-icon.png");
     this.imgCollection.Images.SetKeyName(121, "Dust_factory_gas_industry_oil_plant_pollution_building_company_production_smoke-5" +
     "12 - Copy.png");
     this.imgCollection.Images.SetKeyName(122, "Dust_factory_gas_industry_oil_plant_pollution_building_company_production_smoke-5" +
     "12.png");
     this.imgCollection.Images.SetKeyName(123, "Excel-icon (1) - Copy - Copy - Copy.png");
     this.imgCollection.Images.SetKeyName(124, "Excel-icon (1) - Copy - Copy.png");
     this.imgCollection.Images.SetKeyName(125, "Excel-icon (1) - Copy.png");
     this.imgCollection.Images.SetKeyName(126, "Excel-icon (1).png");
     this.imgCollection.Images.SetKeyName(127, "Excel-icon (2) - Copy - Copy.png");
     this.imgCollection.Images.SetKeyName(128, "Excel-icon (2) - Copy.png");
     this.imgCollection.Images.SetKeyName(129, "Excel-icon (2).png");
     this.imgCollection.Images.SetKeyName(130, "Excel-icon.png");
     this.imgCollection.Images.SetKeyName(131, "file-complete-icon.png");
     this.imgCollection.Images.SetKeyName(132, "general_options.png");
     this.imgCollection.Images.SetKeyName(133, "Group-icon.png");
     this.imgCollection.Images.SetKeyName(134, "icon_company.png");
     this.imgCollection.Images.SetKeyName(135, "icon-companies.png");
     this.imgCollection.Images.SetKeyName(136, "icon-company-incorporation.png");
     this.imgCollection.Images.SetKeyName(137, "Icon-Printer.png");
     this.imgCollection.Images.SetKeyName(138, "Icon-Printer02-Black.png");
     this.imgCollection.Images.SetKeyName(139, "images.jpg");
     this.imgCollection.Images.SetKeyName(140, "location-icon-map-map-pin-icon.png");
     this.imgCollection.Images.SetKeyName(141, "map.png");
     this.imgCollection.Images.SetKeyName(142, "Multimedia_communication_flat_mobile_Technology-08-31-512.png");
     this.imgCollection.Images.SetKeyName(143, "point-512.png");
     this.imgCollection.Images.SetKeyName(144, "printer (1).png");
     this.imgCollection.Images.SetKeyName(145, "printer.png");
     this.imgCollection.Images.SetKeyName(146, "printer-icon-clip-art.jpg");
     this.imgCollection.Images.SetKeyName(147, "Receipt-2-icon.png");
     this.imgCollection.Images.SetKeyName(148, "Receipt-4-icon.png");
     this.imgCollection.Images.SetKeyName(149, "Receipt-icon.png");
     this.imgCollection.Images.SetKeyName(150, "redlaser-icon.png");
     this.imgCollection.Images.SetKeyName(151, "unnamed.png");
     this.imgCollection.Images.SetKeyName(152, "usb_port_2-512.png");
     this.imgCollection.Images.SetKeyName(153, "users-icon.png");
     this.imgCollection.Images.SetKeyName(154, "vector-printer-icon-14574274.jpg");
     this.imgCollection.Images.SetKeyName(155, "vspc-icon-256.png");
     this.imgCollection.Images.SetKeyName(156, "24-7.png");
     this.imgCollection.Images.SetKeyName(157, "A-baby-cot.png");
     this.imgCollection.Images.SetKeyName(158, "Account.png");
     this.imgCollection.Images.SetKeyName(159, "Add Event.png");
     this.imgCollection.Images.SetKeyName(160, "Alarm-clock.png");
     this.imgCollection.Images.SetKeyName(161, "A-rollaway-bed.png");
     this.imgCollection.Images.SetKeyName(162, "Autoship.png");
     this.imgCollection.Images.SetKeyName(163, "Baby.png");
     this.imgCollection.Images.SetKeyName(164, "Binary-tree.png");
     this.imgCollection.Images.SetKeyName(165, "Breakfast.png");
     this.imgCollection.Images.SetKeyName(166, "Business-info.png");
     this.imgCollection.Images.SetKeyName(167, "Calendar-selection-all.png");
     this.imgCollection.Images.SetKeyName(168, "Calendar-selection-day.png");
     this.imgCollection.Images.SetKeyName(169, "calendar-selection-month.png");
     this.imgCollection.Images.SetKeyName(170, "Calendar-selection-week.png");
     this.imgCollection.Images.SetKeyName(171, "Contact.png");
     this.imgCollection.Images.SetKeyName(172, "Couple.png");
     this.imgCollection.Images.SetKeyName(173, "Create-ticket.png");
     this.imgCollection.Images.SetKeyName(174, "Direct-walkway.png");
     this.imgCollection.Images.SetKeyName(175, "Distributor-report.png");
     this.imgCollection.Images.SetKeyName(176, "Download.png");
     this.imgCollection.Images.SetKeyName(177, "Drive.png");
     this.imgCollection.Images.SetKeyName(178, "Earning-statement.png");
     this.imgCollection.Images.SetKeyName(179, "Event-search.png");
     this.imgCollection.Images.SetKeyName(180, "Female-user-accept.png");
     this.imgCollection.Images.SetKeyName(181, "Female-user-add.png");
     this.imgCollection.Images.SetKeyName(182, "Female-user-edit.png");
     this.imgCollection.Images.SetKeyName(183, "Female-user-help.png");
     this.imgCollection.Images.SetKeyName(184, "Female-user-info.png");
     this.imgCollection.Images.SetKeyName(185, "Female-user-remove.png");
     this.imgCollection.Images.SetKeyName(186, "Female-user-search.png");
     this.imgCollection.Images.SetKeyName(187, "Female-user-warning.png");
     this.imgCollection.Images.SetKeyName(188, "Geology-view.png");
     this.imgCollection.Images.SetKeyName(189, "Globe-download.png");
     this.imgCollection.Images.SetKeyName(190, "Globe-warning.png");
     this.imgCollection.Images.SetKeyName(191, "Gift.png");
     this.imgCollection.Images.SetKeyName(192, "Insert-hyperlink.png");
     this.imgCollection.Images.SetKeyName(193, "Library.png");
     this.imgCollection.Images.SetKeyName(194, "Library2.png");
     this.imgCollection.Images.SetKeyName(195, "Link.png");
     this.imgCollection.Images.SetKeyName(196, "Mail-search.png");
     this.imgCollection.Images.SetKeyName(197, "Message-already-read.png");
     this.imgCollection.Images.SetKeyName(198, "My-tickets.png");
     this.imgCollection.Images.SetKeyName(199, "Order-history.png");
     this.imgCollection.Images.SetKeyName(200, "Ordering.png");
     this.imgCollection.Images.SetKeyName(201, "Packing1.png");
     this.imgCollection.Images.SetKeyName(202, "Payment-card.png");
     this.imgCollection.Images.SetKeyName(203, "Product-sale-report.png");
     this.imgCollection.Images.SetKeyName(204, "Rank History.png");
     this.imgCollection.Images.SetKeyName(205, "Reports.png");
     this.imgCollection.Images.SetKeyName(206, "Sales-by-payment-method.png");
     this.imgCollection.Images.SetKeyName(207, "Sales-report.png");
     this.imgCollection.Images.SetKeyName(208, "Search-globe.png");
     this.imgCollection.Images.SetKeyName(209, "Select-language.png");
     this.imgCollection.Images.SetKeyName(210, "Upline.png");
     this.imgCollection.Images.SetKeyName(211, "Upload.png");
     this.imgCollection.Images.SetKeyName(212, "Web-management.png");
     this.imgCollection.Images.SetKeyName(213, "Woman.png");
     this.imgCollection.Images.SetKeyName(214, "Zoom-in.png");
     this.imgCollection.Images.SetKeyName(215, "Zoom-out.png");
     this.imgCollection.Images.SetKeyName(216, "addons256.png");
     this.imgCollection.Images.SetKeyName(217, "analysis256.png");
     this.imgCollection.Images.SetKeyName(218, "announcements256.png");
     this.imgCollection.Images.SetKeyName(219, "attachment256.png");
     this.imgCollection.Images.SetKeyName(220, "Autocomplete256.png");
     this.imgCollection.Images.SetKeyName(221, "billboard256.png");
     this.imgCollection.Images.SetKeyName(222, "calendar-selection-all256.png");
     this.imgCollection.Images.SetKeyName(223, "calendar-selection-day256.png");
     this.imgCollection.Images.SetKeyName(224, "calendar-selection-month256.png");
     this.imgCollection.Images.SetKeyName(225, "calendar-selection-week256.png");
     this.imgCollection.Images.SetKeyName(226, "catalog256.png");
     this.imgCollection.Images.SetKeyName(227, "content256.png");
     this.imgCollection.Images.SetKeyName(228, "content-reorder256.png");
     this.imgCollection.Images.SetKeyName(229, "content-tree256.png");
     this.imgCollection.Images.SetKeyName(230, "continue256.png");
     this.imgCollection.Images.SetKeyName(231, "examples256.png");
     this.imgCollection.Images.SetKeyName(232, "file-explorer256.png");
     this.imgCollection.Images.SetKeyName(233, "Folder-Accept256.png");
     this.imgCollection.Images.SetKeyName(234, "Folder-Add256.png");
     this.imgCollection.Images.SetKeyName(235, "Folder-Delete256.png");
     this.imgCollection.Images.SetKeyName(236, "Folder-Info256.png");
     this.imgCollection.Images.SetKeyName(237, "Folder-Warning256.png");
     this.imgCollection.Images.SetKeyName(238, "glossary256.png");
     this.imgCollection.Images.SetKeyName(239, "go-into256.png");
     this.imgCollection.Images.SetKeyName(240, "hide-left256.png");
     this.imgCollection.Images.SetKeyName(241, "hide-right256.png");
     this.imgCollection.Images.SetKeyName(242, "key256.png");
     this.imgCollection.Images.SetKeyName(243, "keys256.png");
     this.imgCollection.Images.SetKeyName(244, "layout256.png");
     this.imgCollection.Images.SetKeyName(245, "locked256.png");
     this.imgCollection.Images.SetKeyName(246, "mailbox256.png");
     this.imgCollection.Images.SetKeyName(247, "maintenance256.png");
     this.imgCollection.Images.SetKeyName(248, "navigate-down256.png");
     this.imgCollection.Images.SetKeyName(249, "navigate-left256.png");
     this.imgCollection.Images.SetKeyName(250, "navigate-right256.png");
     this.imgCollection.Images.SetKeyName(251, "navigate-up256.png");
     this.imgCollection.Images.SetKeyName(252, "options256.png");
     this.imgCollection.Images.SetKeyName(253, "1438776229_product.png");
     this.imgCollection.Images.SetKeyName(254, "1438776525_deliverables.png");
     this.imgCollection.Images.SetKeyName(255, "1438776535_Box_Empty.png");
     this.imgCollection.Images.SetKeyName(256, "1438776543_package-x-generic.png");
     this.imgCollection.Images.SetKeyName(257, "1438862627_vector_65_04.png");
     this.imgCollection.Images.SetKeyName(258, "1438862630_atm-money-machine.png");
     this.imgCollection.Images.SetKeyName(259, "1438862633_atm-machine.png");
     this.imgCollection.Images.SetKeyName(260, "1438862635_Emblem-Money-64.png");
     this.imgCollection.Images.SetKeyName(261, "1438862637_safe.png");
     this.imgCollection.Images.SetKeyName(262, "1438862639_money_bag.png");
     this.imgCollection.Images.SetKeyName(263, "1438862738_7.png");
     this.imgCollection.Images.SetKeyName(264, "1438862746_list.png");
     this.imgCollection.Images.SetKeyName(265, "1438862750_download box seule.png");
     this.imgCollection.Images.SetKeyName(266, "1438862755_inventory-maintenance.png");
     this.imgCollection.Images.SetKeyName(267, "1438862762_Box.png");
     this.imgCollection.Images.SetKeyName(268, "1438862828_floppy-disk.png");
     this.imgCollection.Images.SetKeyName(269, "1438862828_vector_66_12.png");
     this.imgCollection.Images.SetKeyName(270, "1438862829_Black-Drive-Backup.png");
     this.imgCollection.Images.SetKeyName(271, "1438862831_backup.png");
     this.imgCollection.Images.SetKeyName(272, "1438862832__Drive_Restore.png");
     this.imgCollection.Images.SetKeyName(273, "1438862834_restore.png");
     this.imgCollection.Images.SetKeyName(274, "1438862836_restore_window.png");
     this.imgCollection.Images.SetKeyName(275, "Address_Book.png");
     this.imgCollection.Images.SetKeyName(276, "1438863911_box-in.png");
     this.imgCollection.Images.SetKeyName(277, "1438863913_03_In.png");
     this.imgCollection.Images.SetKeyName(278, "1438863914_open_in_browser.png");
     this.imgCollection.Images.SetKeyName(279, "1438863917_sign-out.png");
     this.imgCollection.Images.SetKeyName(280, "1438863919_sign-out.png");
     this.imgCollection.Images.SetKeyName(281, "1438863921_box-out.png");
     this.imgCollection.Images.SetKeyName(282, "1438863924_02_Out.png");
     //
     // bbiKhachHang
     //
     this.bbiKhachHang.Caption = "Khách Hàng";
     this.bbiKhachHang.Id = 25;
     this.bbiKhachHang.ImageIndex = 13;
     this.bbiKhachHang.LargeImageIndex = 198;
     this.bbiKhachHang.Name = "bbiKhachHang";
     toolTipItem1.Text = "Quản lý khách hàng";
     superToolTip1.Items.Add(toolTipItem1);
     this.bbiKhachHang.SuperTip = superToolTip1;
     this.bbiKhachHang.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiKhachHang_ItemClick);
     //
     // bbiHangHoa
     //
     this.bbiHangHoa.Caption = "Hàng Hoá";
     this.bbiHangHoa.Id = 27;
     this.bbiHangHoa.ImageIndex = 47;
     this.bbiHangHoa.LargeImageIndex = 158;
     this.bbiHangHoa.Name = "bbiHangHoa";
     toolTipItem2.Text = "Quản lý hàng hoá, dịch vụ";
     superToolTip2.Items.Add(toolTipItem2);
     this.bbiHangHoa.SuperTip = superToolTip2;
     this.bbiHangHoa.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiHangHoa_ItemClick);
     //
     // bbiNhomHang
     //
     this.bbiNhomHang.Caption = "Nhóm Hàng";
     this.bbiNhomHang.Id = 29;
     this.bbiNhomHang.ImageIndex = 75;
     this.bbiNhomHang.LargeImageIndex = 188;
     this.bbiNhomHang.Name = "bbiNhomHang";
     toolTipItem3.Text = "Nhóm sản phẩm";
     superToolTip3.Items.Add(toolTipItem3);
     this.bbiNhomHang.SuperTip = superToolTip3;
     this.bbiNhomHang.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiNhomHang_ItemClick);
     //
     // bbiKho
     //
     this.bbiKho.Caption = "Kho";
     this.bbiKho.Id = 30;
     this.bbiKho.ImageIndex = 14;
     this.bbiKho.LargeImageIndex = 201;
     this.bbiKho.Name = "bbiKho";
     toolTipItem4.Text = "Quản lý kho hàng";
     superToolTip4.Items.Add(toolTipItem4);
     this.bbiKho.SuperTip = superToolTip4;
     this.bbiKho.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiKho_ItemClick);
     //
     // bbiAuthor
     //
     this.bbiAuthor.Caption = "Tác giả";
     this.bbiAuthor.Id = 38;
     this.bbiAuthor.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbiAuthor.LargeGlyph")));
     this.bbiAuthor.Name = "bbiAuthor";
     //
     // bbiKhuVuc
     //
     this.bbiKhuVuc.Caption = "Khu Vực";
     this.bbiKhuVuc.Id = 133;
     this.bbiKhuVuc.ImageIndex = 19;
     this.bbiKhuVuc.LargeImageIndex = 172;
     this.bbiKhuVuc.Name = "bbiKhuVuc";
     this.bbiKhuVuc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiKhuVuc_ItemClick);
     //
     // bbiNhapKho
     //
     this.bbiNhapKho.Caption = "Nhập";
     this.bbiNhapKho.Description = "Quản lý nhập kho";
     this.bbiNhapKho.Glyph = ((System.Drawing.Image)(resources.GetObject("bbiNhapKho.Glyph")));
     this.bbiNhapKho.Hint = "Quản lý nhập kho";
     this.bbiNhapKho.Id = 136;
     this.bbiNhapKho.LargeImageIndex = 276;
     this.bbiNhapKho.Name = "bbiNhapKho";
     toolTipItem5.Text = "Quản lý nhập kho";
     superToolTip5.Items.Add(toolTipItem5);
     this.bbiNhapKho.SuperTip = superToolTip5;
     this.bbiNhapKho.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiNhapKho_ItemClick);
     //
     // bbiXuatKho
     //
     this.bbiXuatKho.Caption = "Xuất";
     this.bbiXuatKho.Description = "Quản lý xuất kho";
     this.bbiXuatKho.Glyph = ((System.Drawing.Image)(resources.GetObject("bbiXuatKho.Glyph")));
     this.bbiXuatKho.Hint = "Quản lý xuất kho";
     this.bbiXuatKho.Id = 138;
     this.bbiXuatKho.LargeImageIndex = 281;
     this.bbiXuatKho.Name = "bbiXuatKho";
     toolTipItem6.Text = "Quản lý xuất kho\r\n";
     superToolTip6.Items.Add(toolTipItem6);
     this.bbiXuatKho.SuperTip = superToolTip6;
     this.bbiXuatKho.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXuatKho_ItemClick);
     //
     // bbiTonKho
     //
     this.bbiTonKho.Caption = "Tồn Kho";
     this.bbiTonKho.Id = 187;
     this.bbiTonKho.ImageIndex = 30;
     this.bbiTonKho.LargeImageIndex = 267;
     this.bbiTonKho.Name = "bbiTonKho";
     this.bbiTonKho.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiTonKho_ItemClick);
     //
     // lblServer
     //
     this.lblServer.Caption = "Máy Chủ: ";
     this.lblServer.Id = 227;
     this.lblServer.ImageIndex = 233;
     this.lblServer.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblServer.ItemAppearance.Normal.Options.UseFont = true;
     this.lblServer.Name = "lblServer";
     toolTipTitleItem1.Text = "Nhấn đúp chuột vào để mở phần mềm quản lý cơ sở dữ liệu";
     toolTipItem7.LeftIndent = 6;
     toolTipItem7.Text = "Chú ý: mọi thao tác trên trên phần mềm quản lý cơ sở dữ liệu đều phải sao lưu dữ " +
     "liệu trước, phòng trường hợp thao tác nhằm, hoặc lỗi do sự cố ngoài ý muốn...";
     superToolTip7.Items.Add(toolTipTitleItem1);
     superToolTip7.Items.Add(toolTipItem7);
     this.lblServer.SuperTip = superToolTip7;
     this.lblServer.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblDatabase
     //
     this.lblDatabase.Caption = "CSDL:";
     this.lblDatabase.Id = 237;
     this.lblDatabase.ImageIndex = 273;
     this.lblDatabase.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblDatabase.ItemAppearance.Normal.Options.UseFont = true;
     this.lblDatabase.Name = "lblDatabase";
     toolTipTitleItem2.Text = "Nhấn đúp chuột vào đây để sử dụng một cơ sở dữ liệu khác.";
     toolTipItem8.LeftIndent = 6;
     toolTipItem8.Text = "Chú ý: Sau khi cấu hình thành công, khởi động lại phần mềm để nạp cấu hình mới.";
     superToolTip8.Items.Add(toolTipTitleItem2);
     superToolTip8.Items.Add(toolTipItem8);
     this.lblDatabase.SuperTip = superToolTip8;
     this.lblDatabase.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // ISystem
     //
     this.ISystem.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.ISystem.Caption = "Hệ Thống";
     this.ISystem.Id = 255;
     this.ISystem.ImageIndex = 78;
     this.ISystem.LargeImageIndex = 78;
     this.ISystem.Name = "ISystem";
     this.ISystem.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     //
     // IInit
     //
     this.IInit.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.IInit.Caption = "Nhập Số Dư Ban Đầu";
     this.IInit.Id = 256;
     this.IInit.ImageIndex = 79;
     this.IInit.LargeImageIndex = 79;
     this.IInit.Name = "IInit";
     this.IInit.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     //
     // IInward
     //
     this.IInward.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.IInward.Caption = "Nhập Kho";
     this.IInward.Id = 257;
     this.IInward.ImageIndex = 28;
     this.IInward.LargeImageIndex = 28;
     this.IInward.Name = "IInward";
     this.IInward.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     //
     // IOutward
     //
     this.IOutward.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.IOutward.Caption = "Xuất Kho";
     this.IOutward.Id = 258;
     this.IOutward.ImageIndex = 31;
     this.IOutward.LargeImageIndex = 31;
     this.IOutward.Name = "IOutward";
     this.IOutward.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     //
     // ITransfer
     //
     this.ITransfer.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.ITransfer.Caption = "Chuyển Kho";
     this.ITransfer.Id = 259;
     this.ITransfer.ImageIndex = 25;
     this.ITransfer.LargeImageIndex = 25;
     this.ITransfer.Name = "ITransfer";
     this.ITransfer.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     //
     // IAdjustment
     //
     this.IAdjustment.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.IAdjustment.Caption = "Kiểm Kê";
     this.IAdjustment.Id = 260;
     this.IAdjustment.ImageIndex = 27;
     this.IAdjustment.LargeImageIndex = 27;
     this.IAdjustment.Name = "IAdjustment";
     this.IAdjustment.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     //
     // IInventory
     //
     this.IInventory.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.IInventory.Caption = "Tồn Kho";
     this.IInventory.Id = 261;
     this.IInventory.ImageIndex = 30;
     this.IInventory.LargeImageIndex = 30;
     this.IInventory.Name = "IInventory";
     this.IInventory.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     //
     // IPacket
     //
     this.IPacket.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.IPacket.Caption = "Đóng Gói";
     this.IPacket.Id = 264;
     this.IPacket.ImageIndex = 26;
     this.IPacket.LargeImageIndex = 26;
     this.IPacket.Name = "IPacket";
     //
     // bbiClose
     //
     this.bbiClose.Caption = "Kết Thúc";
     this.bbiClose.Description = "Kết thúc";
     this.bbiClose.Hint = "Kết thúc";
     this.bbiClose.Id = 132;
     this.bbiClose.ImageIndex = 0;
     this.bbiClose.LargeImageIndex = 239;
     this.bbiClose.Name = "bbiClose";
     this.bbiClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BbiCloseItemClick);
     //
     // bbiUserGroup
     //
     this.bbiUserGroup.Caption = "Vai Trò && Quyền Hạn";
     this.bbiUserGroup.Id = 295;
     this.bbiUserGroup.ImageIndex = 2;
     this.bbiUserGroup.LargeImageIndex = 2;
     this.bbiUserGroup.Name = "bbiUserGroup";
     this.bbiUserGroup.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // bbiUsers
     //
     this.bbiUsers.Caption = "Người Dùng";
     this.bbiUsers.Id = 296;
     this.bbiUsers.ImageIndex = 1;
     this.bbiUsers.LargeImageIndex = 1;
     this.bbiUsers.Name = "bbiUsers";
     this.bbiUsers.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // bbiUpdateOnline
     //
     this.bbiUpdateOnline.Caption = "Cập Nhật Trực Tuyến";
     this.bbiUpdateOnline.Id = 300;
     this.bbiUpdateOnline.ImageIndex = 86;
     this.bbiUpdateOnline.Name = "bbiUpdateOnline";
     //
     // bbiUpdateOffline
     //
     this.bbiUpdateOffline.Caption = "Cập Nhật Thông Thường";
     this.bbiUpdateOffline.Id = 301;
     this.bbiUpdateOffline.ImageIndex = 85;
     this.bbiUpdateOffline.Name = "bbiUpdateOffline";
     //
     // biiHelpNormal
     //
     this.biiHelpNormal.Caption = "Tài Liệu Hướng Dẫn";
     this.biiHelpNormal.Id = 306;
     this.biiHelpNormal.ImageIndex = 89;
     this.biiHelpNormal.LargeImageIndex = 89;
     this.biiHelpNormal.Name = "biiHelpNormal";
     //
     // biiHelpVideo
     //
     this.biiHelpVideo.Caption = "Video Hướng Dẫn";
     this.biiHelpVideo.Id = 307;
     this.biiHelpVideo.ImageIndex = 90;
     this.biiHelpVideo.LargeImageIndex = 90;
     this.biiHelpVideo.Name = "biiHelpVideo";
     //
     // bbiSaoLuu
     //
     this.bbiSaoLuu.Caption = "Sao Lưu";
     this.bbiSaoLuu.Id = 315;
     this.bbiSaoLuu.ImageIndex = 55;
     this.bbiSaoLuu.LargeImageIndex = 177;
     this.bbiSaoLuu.Name = "bbiSaoLuu";
     this.bbiSaoLuu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiBackUp_ItemClick);
     //
     // bbiPhucHoi
     //
     this.bbiPhucHoi.Caption = "Phục Hồi";
     this.bbiPhucHoi.Id = 316;
     this.bbiPhucHoi.ImageIndex = 56;
     this.bbiPhucHoi.LargeImageIndex = 271;
     this.bbiPhucHoi.Name = "bbiPhucHoi";
     this.bbiPhucHoi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiPhucHoi_ItemClick);
     //
     // bbiXuatNhapTon
     //
     this.bbiXuatNhapTon.Caption = "Xuất Nhập Tồn";
     this.bbiXuatNhapTon.Id = 318;
     this.bbiXuatNhapTon.ImageIndex = 33;
     this.bbiXuatNhapTon.LargeImageIndex = 103;
     this.bbiXuatNhapTon.Name = "bbiXuatNhapTon";
     this.bbiXuatNhapTon.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXuatNhapTon_ItemClick);
     //
     // bbiLichSu
     //
     this.bbiLichSu.Caption = "Lịch Sử";
     this.bbiLichSu.Id = 319;
     this.bbiLichSu.ImageIndex = 68;
     this.bbiLichSu.LargeImageIndex = 238;
     this.bbiLichSu.Name = "bbiLichSu";
     this.bbiLichSu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiLichSu_ItemClick);
     //
     // bbiTheKho
     //
     this.bbiTheKho.Caption = "Thẻ Kho";
     this.bbiTheKho.Id = 320;
     this.bbiTheKho.ImageIndex = 26;
     this.bbiTheKho.LargeImageIndex = 218;
     this.bbiTheKho.Name = "bbiTheKho";
     this.bbiTheKho.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiTheKho_ItemClick);
     //
     // bbiNhanVien
     //
     this.bbiNhanVien.Caption = "Nhân Viên";
     this.bbiNhanVien.Id = 322;
     this.bbiNhanVien.LargeImageIndex = 163;
     this.bbiNhanVien.Name = "bbiNhanVien";
     this.bbiNhanVien.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiNhanVien_ItemClick);
     //
     // bbiCuaHang
     //
     this.bbiCuaHang.Caption = "Cửa Hàng";
     this.bbiCuaHang.Id = 323;
     this.bbiCuaHang.LargeImageIndex = 246;
     this.bbiCuaHang.Name = "bbiCuaHang";
     this.bbiCuaHang.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiCuaHang_ItemClick);
     //
     // bbiThuChi
     //
     this.bbiThuChi.Caption = "Thu Chi";
     this.bbiThuChi.Id = 324;
     this.bbiThuChi.ImageIndex = 39;
     this.bbiThuChi.LargeImageIndex = 147;
     this.bbiThuChi.Name = "bbiThuChi";
     this.bbiThuChi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiThuChi_ItemClick);
     //
     // bbiCongNo
     //
     this.bbiCongNo.Caption = "Công Nợ";
     this.bbiCongNo.Id = 325;
     this.bbiCongNo.LargeImageIndex = 262;
     this.bbiCongNo.Name = "bbiCongNo";
     this.bbiCongNo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiCongNo_ItemClick);
     //
     // bbiTheNo
     //
     this.bbiTheNo.Caption = "Thẻ Nợ";
     this.bbiTheNo.Id = 326;
     this.bbiTheNo.LargeImageIndex = 257;
     this.bbiTheNo.Name = "bbiTheNo";
     this.bbiTheNo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiTheNo_ItemClick);
     //
     // bbiDoanhThu
     //
     this.bbiDoanhThu.Caption = "Doanh Thu";
     this.bbiDoanhThu.Id = 328;
     this.bbiDoanhThu.LargeImageIndex = 263;
     this.bbiDoanhThu.Name = "bbiDoanhThu";
     this.bbiDoanhThu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiDoanhThu_ItemClick);
     //
     // bbiCongNoChungTu
     //
     this.bbiCongNoChungTu.Caption = "Công Nợ Chứng Từ";
     this.bbiCongNoChungTu.Id = 329;
     this.bbiCongNoChungTu.LargeImageIndex = 93;
     this.bbiCongNoChungTu.Name = "bbiCongNoChungTu";
     this.bbiCongNoChungTu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiCongNoChungTu_ItemClick);
     //
     // rbpHeThong
     //
     this.rbpHeThong.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.rbpgDong});
     this.rbpHeThong.Name = "rbpHeThong";
     this.rbpHeThong.Text = "Hệ Thống";
     //
     // rbpgDong
     //
     this.rbpgDong.ItemLinks.Add(this.bbiClose);
     this.rbpgDong.ItemLinks.Add(this.bbiSaoLuu);
     this.rbpgDong.ItemLinks.Add(this.bbiPhucHoi);
     this.rbpgDong.KeyTip = "KE";
     this.rbpgDong.Name = "rbpgDong";
     this.rbpgDong.ShowCaptionButton = false;
     this.rbpgDong.Text = "Hệ Thống";
     //
     // rbpDanhMuc
     //
     this.rbpDanhMuc.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.rbpgDoiTac,
     this.rbpgKhoHang,
     this.rbpgThongTinCuaHang});
     this.rbpDanhMuc.Name = "rbpDanhMuc";
     this.rbpDanhMuc.Text = "Danh Mục";
     //
     // rbpgDoiTac
     //
     this.rbpgDoiTac.ItemLinks.Add(this.bbiKhuVuc);
     this.rbpgDoiTac.ItemLinks.Add(this.bbiKhachHang);
     this.rbpgDoiTac.Name = "rbpgDoiTac";
     this.rbpgDoiTac.ShowCaptionButton = false;
     this.rbpgDoiTac.Text = "Đối Tác";
     //
     // rbpgKhoHang
     //
     this.rbpgKhoHang.ItemLinks.Add(this.bbiKho);
     this.rbpgKhoHang.ItemLinks.Add(this.bbiNhomHang);
     this.rbpgKhoHang.ItemLinks.Add(this.bbiHangHoa);
     this.rbpgKhoHang.Name = "rbpgKhoHang";
     this.rbpgKhoHang.ShowCaptionButton = false;
     this.rbpgKhoHang.Text = "Kho Hàng";
     //
     // rbpgThongTinCuaHang
     //
     this.rbpgThongTinCuaHang.ItemLinks.Add(this.bbiNhanVien);
     this.rbpgThongTinCuaHang.ItemLinks.Add(this.bbiCuaHang);
     this.rbpgThongTinCuaHang.Name = "rbpgThongTinCuaHang";
     this.rbpgThongTinCuaHang.Text = "Thông Tin Cửa Hàng";
     //
     // rbpKhoHang
     //
     this.rbpKhoHang.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.rbpgQuanLyKho,
     this.rbpgBaoCao,
     this.rpbgCongNo,
     this.rpbgDoanhThu});
     this.rbpKhoHang.Name = "rbpKhoHang";
     this.rbpKhoHang.Text = "Kho Hàng";
     //
     // rbpgQuanLyKho
     //
     this.rbpgQuanLyKho.ItemLinks.Add(this.bbiNhapKho);
     this.rbpgQuanLyKho.ItemLinks.Add(this.bbiXuatKho);
     this.rbpgQuanLyKho.Name = "rbpgQuanLyKho";
     this.rbpgQuanLyKho.ShowCaptionButton = false;
     this.rbpgQuanLyKho.Text = "Quản Lý Kho";
     //
     // rbpgBaoCao
     //
     this.rbpgBaoCao.ItemLinks.Add(this.bbiTonKho);
     this.rbpgBaoCao.ItemLinks.Add(this.bbiXuatNhapTon);
     this.rbpgBaoCao.ItemLinks.Add(this.bbiTheKho);
     this.rbpgBaoCao.ItemLinks.Add(this.bbiLichSu);
     this.rbpgBaoCao.Name = "rbpgBaoCao";
     this.rbpgBaoCao.Text = "Báo Cáo";
     //
     // rpbgCongNo
     //
     this.rpbgCongNo.ItemLinks.Add(this.bbiThuChi);
     this.rpbgCongNo.ItemLinks.Add(this.bbiCongNo);
     this.rpbgCongNo.ItemLinks.Add(this.bbiTheNo);
     this.rpbgCongNo.ItemLinks.Add(this.bbiCongNoChungTu);
     this.rpbgCongNo.Name = "rpbgCongNo";
     this.rpbgCongNo.Text = "Công Nợ";
     //
     // rpbgDoanhThu
     //
     this.rpbgDoanhThu.ItemLinks.Add(this.bbiDoanhThu);
     this.rpbgDoanhThu.Name = "rpbgDoanhThu";
     this.rpbgDoanhThu.Text = "Doanh Thu";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // rbsMain
     //
     this.rbsMain.Location = new System.Drawing.Point(0, 736);
     this.rbsMain.Name = "rbsMain";
     this.rbsMain.Ribbon = this.rbcMain;
     this.rbsMain.Size = new System.Drawing.Size(1016, 31);
     //
     // tabMdi
     //
     this.tabMdi.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPagesAndTabControlHeader;
     this.tabMdi.HeaderButtons = ((DevExpress.XtraTab.TabButtons)((((DevExpress.XtraTab.TabButtons.Prev | DevExpress.XtraTab.TabButtons.Next)
     | DevExpress.XtraTab.TabButtons.Close)
     | DevExpress.XtraTab.TabButtons.Default)));
     this.tabMdi.HeaderButtonsShowMode = DevExpress.XtraTab.TabButtonShowMode.Always;
     this.tabMdi.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Horizontal;
     this.tabMdi.MdiParent = this;
     this.tabMdi.SetNextMdiChildMode = DevExpress.XtraTabbedMdi.SetNextMdiChildMode.Windows;
     this.tabMdi.ShowHeaderFocus = DevExpress.Utils.DefaultBoolean.True;
     this.tabMdi.ShowToolTips = DevExpress.Utils.DefaultBoolean.True;
     //
     // ImgSmall
     //
     this.ImgSmall.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImgSmall.ImageStream")));
     this.ImgSmall.Images.SetKeyName(0, "Ket Thuc.png");
     this.ImgSmall.Images.SetKeyName(1, "1285643018_gnutella.png");
     this.ImgSmall.Images.SetKeyName(2, "1285643049_network-offline.png");
     this.ImgSmall.Images.SetKeyName(3, "1284429314_import.png");
     this.ImgSmall.Images.SetKeyName(4, "1287538982_help-contents.png");
     //
     // FrmMain
     //
     this.ClientSize = new System.Drawing.Size(1016, 767);
     this.Controls.Add(this.rbsMain);
     this.Controls.Add(this.rbcMain);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name = "FrmMain";
     this.Ribbon = this.rbcMain;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.StatusBar = this.rbsMain;
     this.Text = "Phần Mềm Quản Lý Kho";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.rbcMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabMdi)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgSmall)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PRO007RViewFE));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem1  = new DevExpress.Utils.ToolTipItem();
     this.pdfViewerDocs                      = new DevExpress.XtraPdfViewer.PdfViewer();
     this.ribbonControl1                     = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.pdfFileOpenBarItem1                = new DevExpress.XtraPdfViewer.Bars.PdfFileOpenBarItem();
     this.pdfFilePrintBarItem1               = new DevExpress.XtraPdfViewer.Bars.PdfFilePrintBarItem();
     this.pdfPreviousPageBarItem1            = new DevExpress.XtraPdfViewer.Bars.PdfPreviousPageBarItem();
     this.pdfNextPageBarItem1                = new DevExpress.XtraPdfViewer.Bars.PdfNextPageBarItem();
     this.pdfZoomOutBarItem1                 = new DevExpress.XtraPdfViewer.Bars.PdfZoomOutBarItem();
     this.pdfZoomInBarItem1                  = new DevExpress.XtraPdfViewer.Bars.PdfZoomInBarItem();
     this.pdfExactZoomListBarSubItem1        = new DevExpress.XtraPdfViewer.Bars.PdfExactZoomListBarSubItem();
     this.pdfZoom10CheckItem1                = new DevExpress.XtraPdfViewer.Bars.PdfZoom10CheckItem();
     this.pdfZoom25CheckItem1                = new DevExpress.XtraPdfViewer.Bars.PdfZoom25CheckItem();
     this.pdfZoom50CheckItem1                = new DevExpress.XtraPdfViewer.Bars.PdfZoom50CheckItem();
     this.pdfZoom75CheckItem1                = new DevExpress.XtraPdfViewer.Bars.PdfZoom75CheckItem();
     this.pdfZoom100CheckItem1               = new DevExpress.XtraPdfViewer.Bars.PdfZoom100CheckItem();
     this.pdfZoom125CheckItem1               = new DevExpress.XtraPdfViewer.Bars.PdfZoom125CheckItem();
     this.pdfZoom150CheckItem1               = new DevExpress.XtraPdfViewer.Bars.PdfZoom150CheckItem();
     this.pdfZoom200CheckItem1               = new DevExpress.XtraPdfViewer.Bars.PdfZoom200CheckItem();
     this.pdfZoom400CheckItem1               = new DevExpress.XtraPdfViewer.Bars.PdfZoom400CheckItem();
     this.pdfZoom500CheckItem1               = new DevExpress.XtraPdfViewer.Bars.PdfZoom500CheckItem();
     this.pdfSetActualSizeZoomModeCheckItem1 = new DevExpress.XtraPdfViewer.Bars.PdfSetActualSizeZoomModeCheckItem();
     this.pdfSetPageLevelZoomModeCheckItem1  = new DevExpress.XtraPdfViewer.Bars.PdfSetPageLevelZoomModeCheckItem();
     this.pdfSetFitWidthZoomModeCheckItem1   = new DevExpress.XtraPdfViewer.Bars.PdfSetFitWidthZoomModeCheckItem();
     this.pdfSetFitVisibleZoomModeCheckItem1 = new DevExpress.XtraPdfViewer.Bars.PdfSetFitVisibleZoomModeCheckItem();
     this.pdfFileSaveBarItem1                = new DevExpress.XtraBars.BarButtonItem();
     this.pdfRibbonPage1                     = new DevExpress.XtraPdfViewer.Bars.PdfRibbonPage();
     this.pdfFileRibbonPageGroup1            = new DevExpress.XtraPdfViewer.Bars.PdfFileRibbonPageGroup();
     this.pdfNavigationRibbonPageGroup1      = new DevExpress.XtraPdfViewer.Bars.PdfNavigationRibbonPageGroup();
     this.pdfZoomRibbonPageGroup1            = new DevExpress.XtraPdfViewer.Bars.PdfZoomRibbonPageGroup();
     this.pdfBarController1                  = new DevExpress.XtraPdfViewer.Bars.PdfBarController(this.components);
     this.saveFileDialog1                    = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pdfBarController1)).BeginInit();
     this.SuspendLayout();
     //
     // pdfViewerDocs
     //
     this.pdfViewerDocs.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pdfViewerDocs.Location = new System.Drawing.Point(0, 141);
     this.pdfViewerDocs.Name     = "pdfViewerDocs";
     this.pdfViewerDocs.Size     = new System.Drawing.Size(984, 370);
     this.pdfViewerDocs.TabIndex = 0;
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem,
         this.pdfFileOpenBarItem1,
         this.pdfFilePrintBarItem1,
         this.pdfPreviousPageBarItem1,
         this.pdfNextPageBarItem1,
         this.pdfZoomOutBarItem1,
         this.pdfZoomInBarItem1,
         this.pdfExactZoomListBarSubItem1,
         this.pdfZoom10CheckItem1,
         this.pdfZoom25CheckItem1,
         this.pdfZoom50CheckItem1,
         this.pdfZoom75CheckItem1,
         this.pdfZoom100CheckItem1,
         this.pdfZoom125CheckItem1,
         this.pdfZoom150CheckItem1,
         this.pdfZoom200CheckItem1,
         this.pdfZoom400CheckItem1,
         this.pdfZoom500CheckItem1,
         this.pdfSetActualSizeZoomModeCheckItem1,
         this.pdfSetPageLevelZoomModeCheckItem1,
         this.pdfSetFitWidthZoomModeCheckItem1,
         this.pdfSetFitVisibleZoomModeCheckItem1,
         this.pdfFileSaveBarItem1
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 23;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.pdfRibbonPage1
     });
     this.ribbonControl1.RibbonStyle     = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
     this.ribbonControl1.Size            = new System.Drawing.Size(984, 141);
     this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Above;
     //
     // pdfFileOpenBarItem1
     //
     this.pdfFileOpenBarItem1.Id           = 1;
     this.pdfFileOpenBarItem1.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
     this.pdfFileOpenBarItem1.Name         = "pdfFileOpenBarItem1";
     this.pdfFileOpenBarItem1.Visibility   = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // pdfFilePrintBarItem1
     //
     this.pdfFilePrintBarItem1.Id = 2;
     this.pdfFilePrintBarItem1.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("pdfFilePrintBarItem1.ImageOptions.Image")));
     this.pdfFilePrintBarItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("pdfFilePrintBarItem1.ImageOptions.LargeImage")));
     this.pdfFilePrintBarItem1.ItemShortcut            = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this.pdfFilePrintBarItem1.Name = "pdfFilePrintBarItem1";
     //
     // pdfPreviousPageBarItem1
     //
     this.pdfPreviousPageBarItem1.Id           = 3;
     this.pdfPreviousPageBarItem1.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.PageUp);
     this.pdfPreviousPageBarItem1.Name         = "pdfPreviousPageBarItem1";
     //
     // pdfNextPageBarItem1
     //
     this.pdfNextPageBarItem1.Id           = 4;
     this.pdfNextPageBarItem1.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.PageDown);
     this.pdfNextPageBarItem1.Name         = "pdfNextPageBarItem1";
     //
     // pdfZoomOutBarItem1
     //
     this.pdfZoomOutBarItem1.Id   = 5;
     this.pdfZoomOutBarItem1.Name = "pdfZoomOutBarItem1";
     //
     // pdfZoomInBarItem1
     //
     this.pdfZoomInBarItem1.Id   = 6;
     this.pdfZoomInBarItem1.Name = "pdfZoomInBarItem1";
     //
     // pdfExactZoomListBarSubItem1
     //
     this.pdfExactZoomListBarSubItem1.Id = 7;
     this.pdfExactZoomListBarSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfZoom10CheckItem1, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfZoom25CheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfZoom50CheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfZoom75CheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfZoom100CheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfZoom125CheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfZoom150CheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfZoom200CheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfZoom400CheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfZoom500CheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfSetActualSizeZoomModeCheckItem1, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfSetPageLevelZoomModeCheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfSetFitWidthZoomModeCheckItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.pdfSetFitVisibleZoomModeCheckItem1)
     });
     this.pdfExactZoomListBarSubItem1.Name       = "pdfExactZoomListBarSubItem1";
     this.pdfExactZoomListBarSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
     //
     // pdfZoom10CheckItem1
     //
     this.pdfZoom10CheckItem1.Id   = 8;
     this.pdfZoom10CheckItem1.Name = "pdfZoom10CheckItem1";
     //
     // pdfZoom25CheckItem1
     //
     this.pdfZoom25CheckItem1.Id   = 9;
     this.pdfZoom25CheckItem1.Name = "pdfZoom25CheckItem1";
     //
     // pdfZoom50CheckItem1
     //
     this.pdfZoom50CheckItem1.Id   = 10;
     this.pdfZoom50CheckItem1.Name = "pdfZoom50CheckItem1";
     //
     // pdfZoom75CheckItem1
     //
     this.pdfZoom75CheckItem1.Id   = 11;
     this.pdfZoom75CheckItem1.Name = "pdfZoom75CheckItem1";
     //
     // pdfZoom100CheckItem1
     //
     this.pdfZoom100CheckItem1.Id   = 12;
     this.pdfZoom100CheckItem1.Name = "pdfZoom100CheckItem1";
     //
     // pdfZoom125CheckItem1
     //
     this.pdfZoom125CheckItem1.Id   = 13;
     this.pdfZoom125CheckItem1.Name = "pdfZoom125CheckItem1";
     //
     // pdfZoom150CheckItem1
     //
     this.pdfZoom150CheckItem1.Id   = 14;
     this.pdfZoom150CheckItem1.Name = "pdfZoom150CheckItem1";
     //
     // pdfZoom200CheckItem1
     //
     this.pdfZoom200CheckItem1.Id   = 15;
     this.pdfZoom200CheckItem1.Name = "pdfZoom200CheckItem1";
     //
     // pdfZoom400CheckItem1
     //
     this.pdfZoom400CheckItem1.Id   = 16;
     this.pdfZoom400CheckItem1.Name = "pdfZoom400CheckItem1";
     //
     // pdfZoom500CheckItem1
     //
     this.pdfZoom500CheckItem1.Id   = 17;
     this.pdfZoom500CheckItem1.Name = "pdfZoom500CheckItem1";
     //
     // pdfSetActualSizeZoomModeCheckItem1
     //
     this.pdfSetActualSizeZoomModeCheckItem1.Id   = 18;
     this.pdfSetActualSizeZoomModeCheckItem1.Name = "pdfSetActualSizeZoomModeCheckItem1";
     //
     // pdfSetPageLevelZoomModeCheckItem1
     //
     this.pdfSetPageLevelZoomModeCheckItem1.Id   = 19;
     this.pdfSetPageLevelZoomModeCheckItem1.Name = "pdfSetPageLevelZoomModeCheckItem1";
     //
     // pdfSetFitWidthZoomModeCheckItem1
     //
     this.pdfSetFitWidthZoomModeCheckItem1.Id   = 20;
     this.pdfSetFitWidthZoomModeCheckItem1.Name = "pdfSetFitWidthZoomModeCheckItem1";
     //
     // pdfSetFitVisibleZoomModeCheckItem1
     //
     this.pdfSetFitVisibleZoomModeCheckItem1.Id   = 21;
     this.pdfSetFitVisibleZoomModeCheckItem1.Name = "pdfSetFitVisibleZoomModeCheckItem1";
     //
     // pdfFileSaveBarItem1
     //
     this.pdfFileSaveBarItem1.Caption                 = "Guardar";
     this.pdfFileSaveBarItem1.CategoryGuid            = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.pdfFileSaveBarItem1.Id                      = 22;
     this.pdfFileSaveBarItem1.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("pdfFileSaveBarItem1.ImageOptions.Image")));
     this.pdfFileSaveBarItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("pdfFileSaveBarItem1.ImageOptions.LargeImage")));
     this.pdfFileSaveBarItem1.ItemShortcut            = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.pdfFileSaveBarItem1.Name                    = "pdfFileSaveBarItem1";
     toolTipItem1.Text = "Guardar (Ctrl+S)/Guardar un archivo PDF.";
     superToolTip1.Items.Add(toolTipItem1);
     this.pdfFileSaveBarItem1.SuperTip   = superToolTip1;
     this.pdfFileSaveBarItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pdfFileSaveBarItem1_ItemClick);
     //
     // pdfRibbonPage1
     //
     this.pdfRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.pdfFileRibbonPageGroup1,
         this.pdfNavigationRibbonPageGroup1,
         this.pdfZoomRibbonPageGroup1
     });
     this.pdfRibbonPage1.Name = "pdfRibbonPage1";
     //
     // pdfFileRibbonPageGroup1
     //
     this.pdfFileRibbonPageGroup1.ItemLinks.Add(this.pdfFileSaveBarItem1);
     this.pdfFileRibbonPageGroup1.ItemLinks.Add(this.pdfFileOpenBarItem1);
     this.pdfFileRibbonPageGroup1.ItemLinks.Add(this.pdfFilePrintBarItem1);
     this.pdfFileRibbonPageGroup1.Name = "pdfFileRibbonPageGroup1";
     //
     // pdfNavigationRibbonPageGroup1
     //
     this.pdfNavigationRibbonPageGroup1.ItemLinks.Add(this.pdfPreviousPageBarItem1);
     this.pdfNavigationRibbonPageGroup1.ItemLinks.Add(this.pdfNextPageBarItem1);
     this.pdfNavigationRibbonPageGroup1.Name = "pdfNavigationRibbonPageGroup1";
     //
     // pdfZoomRibbonPageGroup1
     //
     this.pdfZoomRibbonPageGroup1.ItemLinks.Add(this.pdfZoomOutBarItem1);
     this.pdfZoomRibbonPageGroup1.ItemLinks.Add(this.pdfZoomInBarItem1);
     this.pdfZoomRibbonPageGroup1.ItemLinks.Add(this.pdfExactZoomListBarSubItem1);
     this.pdfZoomRibbonPageGroup1.Name = "pdfZoomRibbonPageGroup1";
     //
     // pdfBarController1
     //
     this.pdfBarController1.BarItems.Add(this.pdfFileOpenBarItem1);
     this.pdfBarController1.BarItems.Add(this.pdfFilePrintBarItem1);
     this.pdfBarController1.BarItems.Add(this.pdfPreviousPageBarItem1);
     this.pdfBarController1.BarItems.Add(this.pdfNextPageBarItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoomOutBarItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoomInBarItem1);
     this.pdfBarController1.BarItems.Add(this.pdfExactZoomListBarSubItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoom10CheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoom25CheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoom50CheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoom75CheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoom100CheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoom125CheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoom150CheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoom200CheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoom400CheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfZoom500CheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfSetActualSizeZoomModeCheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfSetPageLevelZoomModeCheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfSetFitWidthZoomModeCheckItem1);
     this.pdfBarController1.BarItems.Add(this.pdfSetFitVisibleZoomModeCheckItem1);
     this.pdfBarController1.Control = this.pdfViewerDocs;
     //
     // PRO007RViewFE
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(984, 511);
     this.Controls.Add(this.pdfViewerDocs);
     this.Controls.Add(this.ribbonControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MinimizeBox     = false;
     this.Name            = "PRO007RViewFE";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Visor de Factura Electrónica";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.PRO007RViewFE_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pdfBarController1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTsk_SendReport));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            this.windowsUIButtonPanel1 = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // windowsUIButtonPanel1
            // 
            toolTipTitleItem1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
            toolTipTitleItem1.Appearance.Options.UseImage = true;
            toolTipTitleItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem1.Image")));
            toolTipTitleItem1.Text = "sssssssssssssss";
            toolTipItem1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
            toolTipItem1.Appearance.Options.UseImage = true;
            toolTipItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolTipItem1.Image")));
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "ddddddddddd";
            toolTipTitleItem2.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
            toolTipTitleItem2.Appearance.Options.UseImage = true;
            toolTipTitleItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem2.Image")));
            toolTipTitleItem2.LeftIndent = 6;
            toolTipTitleItem2.Text = "sssssssss";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipSeparatorItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            this.windowsUIButtonPanel1.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("Buttonss", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons"))), -1, DevExpress.XtraBars.Docking2010.ImageLocation.Default, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", true, -1, true, null, true, true, true, null, null, -1, false, false),
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("Button", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons1"))), 1, DevExpress.XtraBars.Docking2010.ImageLocation.Default, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", false, -1, true, superToolTip1, true, false, true, null, null, -1, false, true),
            new DevExpress.XtraBars.Docking2010.WindowsUIButton()});
            this.windowsUIButtonPanel1.Location = new System.Drawing.Point(12, 12);
            this.windowsUIButtonPanel1.Name = "windowsUIButtonPanel1";
            this.windowsUIButtonPanel1.Size = new System.Drawing.Size(295, 60);
            this.windowsUIButtonPanel1.TabIndex = 0;
            this.windowsUIButtonPanel1.Text = "windowsUIButtonPanel1";
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
            // 
            // simpleButton1
            // 
            this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
            this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
            this.simpleButton1.Location = new System.Drawing.Point(356, 49);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(106, 23);
            this.simpleButton1.TabIndex = 1;
            this.simpleButton1.Text = "simpleButton1";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // gridControl1
            // 
            this.gridControl1.Location = new System.Drawing.Point(2, 122);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(919, 355);
            this.gridControl1.TabIndex = 2;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            // 
            // frmTsk_SendReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(923, 504);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.gridControl1);
            this.Controls.Add(this.windowsUIButtonPanel1);
            this.Name = "frmTsk_SendReport";
            this.Text = "frmTsk_SendReport";
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Category));
     DevExpress.Utils.SuperToolTip         superToolTip1         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem1     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem1          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem2     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip2         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem3     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem2          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem2 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem4     = new DevExpress.Utils.ToolTipTitleItem();
     this.barManager1              = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                     = new DevExpress.XtraBars.Bar();
     this.barButtonItem1           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2           = new DevExpress.XtraBars.BarButtonItem();
     this.bar3                     = new DevExpress.XtraBars.Bar();
     this.barDockControlTop        = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom     = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight      = new DevExpress.XtraBars.BarDockControl();
     this.gridControl1             = new DevExpress.XtraGrid.GridControl();
     this.gridView1                = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.layoutControl1           = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControlGroup1      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1       = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2,
         this.bar3
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barButtonItem1,
         this.barButtonItem2
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 2;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawBorder  = false;
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption                  = "New";
     this.barButtonItem1.Glyph                    = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id                       = 0;
     this.barButtonItem1.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
     this.barButtonItem1.LargeGlyph               = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
     this.barButtonItem1.Name                     = "barButtonItem1";
     this.barButtonItem1.ShortcutKeyDisplayString = "Ctrl+N";
     this.barButtonItem1.ShowItemShortcut         = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem1.Text                       = "              Ctrl+N";
     toolTipItem1.LeftIndent                      = 6;
     toolTipItem1.Text            = "New Category Create ";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "          Short Key";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.barButtonItem1.SuperTip   = superToolTip1;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption      = "Exit";
     this.barButtonItem2.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
     this.barButtonItem2.Id           = 1;
     this.barButtonItem2.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.barButtonItem2.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
     this.barButtonItem2.Name         = "barButtonItem2";
     toolTipTitleItem3.Text           = "    Ctrl+E";
     toolTipItem2.LeftIndent          = 6;
     toolTipItem2.Text            = "Close Form";
     toolTipTitleItem4.LeftIndent = 6;
     toolTipTitleItem4.Text       = "  Short Key";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.barButtonItem2.SuperTip   = superToolTip2;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // bar3
     //
     this.bar3.BarName      = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol      = 0;
     this.bar3.DockRow      = 0;
     this.bar3.DockStyle    = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder          = false;
     this.bar3.OptionsBar.UseWholeRow             = true;
     this.bar3.Text = "Status bar";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(660, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 473);
     this.barDockControlBottom.Size             = new System.Drawing.Size(660, 23);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 449);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(660, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 449);
     //
     // gridControl1
     //
     this.gridControl1.Location    = new System.Drawing.Point(12, 12);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.gridControl1.Size     = new System.Drawing.Size(636, 425);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsFind.AlwaysVisible  = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn1.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption   = "Sl No";
     this.gridColumn1.FieldName = "slno";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.OptionsColumn.AllowMove  = false;
     this.gridColumn1.OptionsColumn.AllowSize  = false;
     this.gridColumn1.OptionsColumn.FixedWidth = true;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 20;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn2.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.Caption   = "Category ";
     this.gridColumn2.FieldName = "category";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowFocus = false;
     this.gridColumn2.OptionsColumn.AllowMove  = false;
     this.gridColumn2.OptionsColumn.AllowSize  = false;
     this.gridColumn2.OptionsColumn.FixedWidth = true;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 400;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn3.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.Caption    = "Edit";
     this.gridColumn3.ColumnEdit = this.repositoryItemCheckEdit1;
     this.gridColumn3.FieldName  = "delete";
     this.gridColumn3.Name       = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowMove  = false;
     this.gridColumn3.OptionsColumn.AllowSize  = false;
     this.gridColumn3.OptionsColumn.FixedWidth = true;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 25;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight      = false;
     this.repositoryItemCheckEdit1.Name            = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.CheckedChanged += new System.EventHandler(this.repositoryItemCheckEdit1_CheckedChanged);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 24);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(660, 449);
     this.layoutControl1.TabIndex = 9;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(660, 449);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.gridControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(640, 429);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // Category
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(660, 496);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "Category";
     this.Text  = "Category";
     this.Load += new System.EventHandler(this.Category_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip2          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip3          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip4          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip5          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip6          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip7          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7      = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TipocondicionMntFrm));
     this.bmMantenimiento      = new DevExpress.XtraBars.BarManager(this.components);
     this.BarMnt               = new DevExpress.XtraBars.Bar();
     this.btnGrabar            = new DevExpress.XtraBars.BarButtonItem();
     this.btnNuevo             = new DevExpress.XtraBars.BarButtonItem();
     this.btnGrabarCerrar      = new DevExpress.XtraBars.BarButtonItem();
     this.btnGrabarNuevo       = new DevExpress.XtraBars.BarButtonItem();
     this.btnEliminar          = new DevExpress.XtraBars.BarButtonItem();
     this.btnLimpiarCampos     = new DevExpress.XtraBars.BarButtonItem();
     this.btnActualizar        = new DevExpress.XtraBars.BarButtonItem();
     this.btnCerrar            = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.labelControl8        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5        = new DevExpress.XtraEditors.LabelControl();
     this.iNombrecondicion     = new DevExpress.XtraEditors.TextEdit();
     this.pkIdEntidad          = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.iEssunat             = new DevExpress.XtraEditors.CheckEdit();
     this.rCodigocondicion     = new DevExpress.XtraEditors.TextEdit();
     this.eDiascondicion       = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombrecondicion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iEssunat.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rCodigocondicion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.eDiascondicion.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // bmMantenimiento
     //
     this.bmMantenimiento.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.BarMnt
     });
     this.bmMantenimiento.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
         new DevExpress.XtraBars.BarManagerCategory("Mantenimiento", new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5")),
         new DevExpress.XtraBars.BarManagerCategory("Navegación", new System.Guid("914e515b-0bf8-4995-97b2-cce8dc1d7479"))
     });
     this.bmMantenimiento.DockControls.Add(this.barDockControlTop);
     this.bmMantenimiento.DockControls.Add(this.barDockControlBottom);
     this.bmMantenimiento.DockControls.Add(this.barDockControlLeft);
     this.bmMantenimiento.DockControls.Add(this.barDockControlRight);
     this.bmMantenimiento.Form = this;
     this.bmMantenimiento.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnNuevo,
         this.btnGrabar,
         this.btnGrabarCerrar,
         this.btnGrabarNuevo,
         this.btnLimpiarCampos,
         this.btnEliminar,
         this.btnCerrar,
         this.btnActualizar
     });
     this.bmMantenimiento.MaxItemId  = 84;
     this.bmMantenimiento.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bmMantenimiento_ItemClick);
     //
     // BarMnt
     //
     this.BarMnt.BarName      = "Tools Mantenimiento";
     this.BarMnt.CanDockStyle = ((DevExpress.XtraBars.BarCanDockStyle)(((((DevExpress.XtraBars.BarCanDockStyle.Left | DevExpress.XtraBars.BarCanDockStyle.Top)
                                                                          | DevExpress.XtraBars.BarCanDockStyle.Right)
                                                                         | DevExpress.XtraBars.BarCanDockStyle.Bottom)
                                                                        | DevExpress.XtraBars.BarCanDockStyle.Standalone)));
     this.BarMnt.DockCol       = 0;
     this.BarMnt.DockRow       = 0;
     this.BarMnt.DockStyle     = DevExpress.XtraBars.BarDockStyle.Top;
     this.BarMnt.FloatLocation = new System.Drawing.Point(376, 165);
     this.BarMnt.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGrabar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnNuevo, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGrabarCerrar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGrabarNuevo, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnEliminar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnLimpiarCampos, true),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnActualizar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCerrar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.BarMnt.OptionsBar.UseWholeRow = true;
     this.BarMnt.Text = "Barra de herramientas";
     //
     // btnGrabar
     //
     this.btnGrabar.Caption      = "Grabar";
     this.btnGrabar.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnGrabar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Save;
     this.btnGrabar.Id           = 78;
     this.btnGrabar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G));
     this.btnGrabar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Save_32x32;
     this.btnGrabar.Name         = "btnGrabar";
     toolTipTitleItem1.Text      = "Grabar (Ctrl + G)";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnGrabar.SuperTip = superToolTip1;
     //
     // btnNuevo
     //
     this.btnNuevo.Caption                  = "Nuevo";
     this.btnNuevo.CategoryGuid             = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnNuevo.Glyph                    = global::WinFormsApp.Properties.Resources.Action_New;
     this.btnNuevo.Id                       = 55;
     this.btnNuevo.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
     this.btnNuevo.LargeGlyph               = global::WinFormsApp.Properties.Resources.Action_New_32x32;
     this.btnNuevo.Name                     = "btnNuevo";
     this.btnNuevo.ShortcutKeyDisplayString = "Ctrl +N";
     toolTipTitleItem2.Text                 = "Nuevo (Ctrl + N)";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnNuevo.SuperTip = superToolTip2;
     //
     // btnGrabarCerrar
     //
     this.btnGrabarCerrar.Caption      = "Grabar y cerrar";
     this.btnGrabarCerrar.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnGrabarCerrar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Save_Close;
     this.btnGrabarCerrar.Id           = 79;
     this.btnGrabarCerrar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Enter));
     this.btnGrabarCerrar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Save_Close_32x32;
     this.btnGrabarCerrar.Name         = "btnGrabarCerrar";
     toolTipTitleItem3.Text            = "Grabar y cerrar (Ctrl + Enter)";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnGrabarCerrar.SuperTip = superToolTip3;
     //
     // btnGrabarNuevo
     //
     this.btnGrabarNuevo.Caption      = "Grabar y nuevo";
     this.btnGrabarNuevo.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnGrabarNuevo.Glyph        = global::WinFormsApp.Properties.Resources.Action_Save_New;
     this.btnGrabarNuevo.Id           = 80;
     this.btnGrabarNuevo.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Insert));
     this.btnGrabarNuevo.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Save_New_32x32;
     this.btnGrabarNuevo.Name         = "btnGrabarNuevo";
     toolTipTitleItem4.Text           = "Grabar y Nuevo (Ctrl + Ins)";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.btnGrabarNuevo.SuperTip = superToolTip4;
     //
     // btnEliminar
     //
     this.btnEliminar.Caption                  = "Eliminar";
     this.btnEliminar.CategoryGuid             = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnEliminar.Glyph                    = global::WinFormsApp.Properties.Resources.Action_Delete;
     this.btnEliminar.Id                       = 57;
     this.btnEliminar.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.btnEliminar.LargeGlyph               = global::WinFormsApp.Properties.Resources.Action_Delete_32x32;
     this.btnEliminar.Name                     = "btnEliminar";
     this.btnEliminar.ShortcutKeyDisplayString = "Ctrl + E";
     toolTipTitleItem5.Text                    = "Eliminar (Ctrl + E)\r\n";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.btnEliminar.SuperTip = superToolTip5;
     //
     // btnLimpiarCampos
     //
     this.btnLimpiarCampos.Caption      = "Limpiar campos";
     this.btnLimpiarCampos.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnLimpiarCampos.Id           = 82;
     this.btnLimpiarCampos.Name         = "btnLimpiarCampos";
     //
     // btnActualizar
     //
     this.btnActualizar.Caption      = "Actualizar";
     this.btnActualizar.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnActualizar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Refresh;
     this.btnActualizar.Id           = 77;
     this.btnActualizar.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
     this.btnActualizar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Refresh_32x32;
     this.btnActualizar.Name         = "btnActualizar";
     toolTipTitleItem6.Text          = "Actualizar (F5)";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.btnActualizar.SuperTip = superToolTip6;
     //
     // btnCerrar
     //
     this.btnCerrar.Caption      = "Salir";
     this.btnCerrar.CategoryGuid = new System.Guid("914e515b-0bf8-4995-97b2-cce8dc1d7479");
     this.btnCerrar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Close;
     this.btnCerrar.Id           = 75;
     this.btnCerrar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.btnCerrar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Close_32x32;
     this.btnCerrar.Name         = "btnCerrar";
     toolTipTitleItem7.Text      = "Salir de ventana (Ctrl + S)";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.btnCerrar.SuperTip = superToolTip7;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(729, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 163);
     this.barDockControlBottom.Size             = new System.Drawing.Size(729, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 132);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(729, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 132);
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(12, 116);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(20, 13);
     this.labelControl8.TabIndex = 30;
     this.labelControl8.Text     = "Dias";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(11, 92);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(54, 13);
     this.labelControl6.TabIndex = 26;
     this.labelControl6.Text     = "Descripcion";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(11, 68);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(33, 13);
     this.labelControl5.TabIndex = 24;
     this.labelControl5.Text     = "Codigo";
     //
     // iNombrecondicion
     //
     this.iNombrecondicion.Location    = new System.Drawing.Point(103, 89);
     this.iNombrecondicion.MenuManager = this.bmMantenimiento;
     this.iNombrecondicion.Name        = "iNombrecondicion";
     this.iNombrecondicion.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.iNombrecondicion.Properties.MaxLength       = 50;
     this.iNombrecondicion.Size     = new System.Drawing.Size(278, 20);
     this.iNombrecondicion.TabIndex = 2;
     this.iNombrecondicion.Tag      = "Ingrese Descripción";
     //
     // pkIdEntidad
     //
     this.pkIdEntidad.EditValue               = "0";
     this.pkIdEntidad.Location                = new System.Drawing.Point(103, 39);
     this.pkIdEntidad.MenuManager             = this.bmMantenimiento;
     this.pkIdEntidad.Name                    = "pkIdEntidad";
     this.pkIdEntidad.Properties.AllowFocused = false;
     this.pkIdEntidad.Properties.Appearance.Options.UseTextOptions = true;
     this.pkIdEntidad.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.pkIdEntidad.Properties.ReadOnly = true;
     this.pkIdEntidad.Size     = new System.Drawing.Size(59, 20);
     this.pkIdEntidad.TabIndex = 0;
     this.pkIdEntidad.TabStop  = false;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(11, 42);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(14, 13);
     this.labelControl1.TabIndex = 20;
     this.labelControl1.Text     = "Id.";
     //
     // iEssunat
     //
     this.iEssunat.Location             = new System.Drawing.Point(104, 139);
     this.iEssunat.MenuManager          = this.bmMantenimiento;
     this.iEssunat.Name                 = "iEssunat";
     this.iEssunat.Properties.AutoWidth = true;
     this.iEssunat.Properties.Caption   = "Sunat";
     this.iEssunat.Size                 = new System.Drawing.Size(50, 19);
     this.iEssunat.TabIndex             = 4;
     this.iEssunat.CheckedChanged      += new System.EventHandler(this.iNumeracionauto_CheckedChanged);
     //
     // rCodigocondicion
     //
     this.rCodigocondicion.Location    = new System.Drawing.Point(103, 64);
     this.rCodigocondicion.MenuManager = this.bmMantenimiento;
     this.rCodigocondicion.Name        = "rCodigocondicion";
     this.rCodigocondicion.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.rCodigocondicion.Properties.MaxLength       = 2;
     this.rCodigocondicion.Size     = new System.Drawing.Size(59, 20);
     this.rCodigocondicion.TabIndex = 1;
     this.rCodigocondicion.TabStop  = false;
     this.rCodigocondicion.Tag      = "Ingrese el código";
     //
     // eDiascondicion
     //
     this.eDiascondicion.EditValue   = 0;
     this.eDiascondicion.Location    = new System.Drawing.Point(103, 113);
     this.eDiascondicion.MenuManager = this.bmMantenimiento;
     this.eDiascondicion.Name        = "eDiascondicion";
     this.eDiascondicion.Properties.Appearance.Options.UseTextOptions = true;
     this.eDiascondicion.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.eDiascondicion.Properties.CharacterCasing             = System.Windows.Forms.CharacterCasing.Upper;
     this.eDiascondicion.Properties.Mask.EditMask               = "n0";
     this.eDiascondicion.Properties.Mask.MaskType               = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.eDiascondicion.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.eDiascondicion.Size     = new System.Drawing.Size(55, 20);
     this.eDiascondicion.TabIndex = 3;
     //
     // TipocondicionMntFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(729, 163);
     this.Controls.Add(this.eDiascondicion);
     this.Controls.Add(this.iEssunat);
     this.Controls.Add(this.rCodigocondicion);
     this.Controls.Add(this.labelControl8);
     this.Controls.Add(this.labelControl6);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.iNombrecondicion);
     this.Controls.Add(this.pkIdEntidad);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "TipocondicionMntFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Mantenimiento de Tipo Condicion de Pago";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.TipocondicionMntFrm_FormClosing);
     this.Load           += new System.EventHandler(this.TipocondicionMntFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.TipocondicionMntFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombrecondicion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iEssunat.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rCodigocondicion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.eDiascondicion.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources                    = new System.ComponentModel.ComponentResourceManager(typeof(KardexFisicoPorArticuloFrm));
     DevExpress.Utils.SuperToolTip                 superToolTip3                 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem3             = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip                 superToolTip4                 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem4             = new DevExpress.Utils.ToolTipTitleItem();
     this.btnClose            = new DevExpress.XtraEditors.SimpleButton();
     this.btnConsultar        = new DevExpress.XtraEditors.SimpleButton();
     this.iIdalmacen          = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView4           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn7         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl10      = new DevExpress.XtraEditors.LabelControl();
     this.iFechaInicio        = new DevExpress.XtraEditors.DateEdit();
     this.iFechaFinal         = new DevExpress.XtraEditors.DateEdit();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.iIdarticulo         = new DevExpress.XtraEditors.TextEdit();
     this.beArticulo          = new DevExpress.XtraEditors.ButtonEdit();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.iCodigoarticulo     = new DevExpress.XtraEditors.TextEdit();
     this.labelControl8       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4       = new DevExpress.XtraEditors.LabelControl();
     this.iUnidadmedida       = new DevExpress.XtraEditors.TextEdit();
     this.tcInventarios       = new DevExpress.XtraTab.XtraTabControl();
     this.tpKardexAlmacen     = new DevExpress.XtraTab.XtraTabPage();
     this.gcKardex            = new DevExpress.XtraGrid.GridControl();
     this.bgvKardex           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcFechaMov          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDocumento         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcOperación         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcPersona           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcReferencia        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcFechaReferencia   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcOtrasReferencias  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcInicial           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcEntrada           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcSalida            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcStock             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riNumerico4         = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.riNumerico6         = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.riNumerico2         = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.tpSaldosAlmacen     = new DevExpress.XtraTab.XtraTabPage();
     this.gcInventarioAlmacen = new DevExpress.XtraGrid.GridControl();
     this.gvInventarioAlmacen = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn13        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ri1Numerico4        = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdalmacen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechaInicio.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechaInicio.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechaFinal.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechaFinal.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdarticulo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.beArticulo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iCodigoarticulo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iUnidadmedida.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tcInventarios)).BeginInit();
     this.tcInventarios.SuspendLayout();
     this.tpKardexAlmacen.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcKardex)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvKardex)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico2)).BeginInit();
     this.tpSaldosAlmacen.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcInventarioAlmacen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInventarioAlmacen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ri1Numerico4)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Image        = global::WinFormsApp.Properties.Resources.Action_Close;
     this.btnClose.Location     = new System.Drawing.Point(1039, 485);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(84, 23);
     this.btnClose.TabIndex     = 15;
     this.btnClose.Text         = "Cerrar";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // btnConsultar
     //
     this.btnConsultar.Image    = ((System.Drawing.Image)(resources.GetObject("btnConsultar.Image")));
     this.btnConsultar.Location = new System.Drawing.Point(822, 5);
     this.btnConsultar.Name     = "btnConsultar";
     this.btnConsultar.Size     = new System.Drawing.Size(84, 23);
     toolTipTitleItem3.Text     = "Seleccionar registro";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnConsultar.SuperTip = superToolTip3;
     this.btnConsultar.TabIndex = 6;
     this.btnConsultar.Text     = "Procesar";
     this.btnConsultar.Click   += new System.EventHandler(this.btnProcesar_Click);
     //
     // iIdalmacen
     //
     this.iIdalmacen.Location = new System.Drawing.Point(58, 31);
     this.iIdalmacen.Name     = "iIdalmacen";
     this.iIdalmacen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdalmacen.Properties.PopupFormSize = new System.Drawing.Size(500, 0);
     this.iIdalmacen.Properties.View          = this.gridView4;
     this.iIdalmacen.Size     = new System.Drawing.Size(214, 20);
     this.iIdalmacen.TabIndex = 8;
     this.iIdalmacen.Tag      = "Seleccione el tipo de moneda";
     //
     // gridView4
     //
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn7,
         this.gridColumn8
     });
     this.gridView4.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView4.Name           = "gridView4";
     this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView4.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "Id.";
     this.gridColumn7.FieldName = "Idalmacen";
     this.gridColumn7.Name      = "gridColumn7";
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "Moneda";
     this.gridColumn8.FieldName    = "Nombrealmacen";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 0;
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(12, 35);
     this.labelControl10.Name     = "labelControl10";
     this.labelControl10.Size     = new System.Drawing.Size(40, 13);
     this.labelControl10.TabIndex = 7;
     this.labelControl10.Text     = "Almacen";
     //
     // iFechaInicio
     //
     this.iFechaInicio.EditValue = null;
     this.iFechaInicio.Location  = new System.Drawing.Point(309, 31);
     this.iFechaInicio.Name      = "iFechaInicio";
     this.iFechaInicio.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iFechaInicio.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iFechaInicio.Size     = new System.Drawing.Size(100, 20);
     this.iFechaInicio.TabIndex = 10;
     //
     // iFechaFinal
     //
     this.iFechaFinal.EditValue = null;
     this.iFechaFinal.Location  = new System.Drawing.Point(443, 31);
     this.iFechaFinal.Name      = "iFechaFinal";
     this.iFechaFinal.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iFechaFinal.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iFechaFinal.Size     = new System.Drawing.Size(100, 20);
     this.iFechaFinal.TabIndex = 12;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(278, 35);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(25, 13);
     this.labelControl1.TabIndex = 9;
     this.labelControl1.Text     = "Inicio";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(415, 35);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(22, 13);
     this.labelControl2.TabIndex = 11;
     this.labelControl2.Text     = "Final";
     //
     // iIdarticulo
     //
     this.iIdarticulo.EditValue = 0;
     this.iIdarticulo.Location  = new System.Drawing.Point(12, 487);
     this.iIdarticulo.Name      = "iIdarticulo";
     this.iIdarticulo.Properties.AllowFocused = false;
     this.iIdarticulo.Properties.Appearance.Options.UseTextOptions = true;
     this.iIdarticulo.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.iIdarticulo.Properties.ReadOnly = true;
     this.iIdarticulo.Size              = new System.Drawing.Size(56, 20);
     this.iIdarticulo.TabIndex          = 14;
     this.iIdarticulo.TabStop           = false;
     this.iIdarticulo.Visible           = false;
     this.iIdarticulo.EditValueChanged += new System.EventHandler(this.iIdarticulo_EditValueChanged);
     //
     // beArticulo
     //
     this.beArticulo.EditValue = "";
     this.beArticulo.Location  = new System.Drawing.Point(205, 5);
     this.beArticulo.Name      = "beArticulo";
     toolTipTitleItem4.Text    = "Buscar Registro (F3)";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.beArticulo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, global::WinFormsApp.Properties.Resources.Action_Search, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F3), serializableAppearanceObject2, "", null, superToolTip4, true)
     });
     this.beArticulo.Properties.ReadOnly = true;
     this.beArticulo.Size         = new System.Drawing.Size(488, 22);
     this.beArticulo.TabIndex     = 3;
     this.beArticulo.Tag          = "Seleccione el Articulo";
     this.beArticulo.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.beArticulo_ButtonClick);
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(12, 10);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(33, 13);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "Código";
     //
     // iCodigoarticulo
     //
     this.iCodigoarticulo.Location = new System.Drawing.Point(58, 6);
     this.iCodigoarticulo.Name     = "iCodigoarticulo";
     this.iCodigoarticulo.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.iCodigoarticulo.Properties.MaxLength       = 10;
     this.iCodigoarticulo.Properties.ReadOnly        = true;
     this.iCodigoarticulo.Size     = new System.Drawing.Size(99, 20);
     this.iCodigoarticulo.TabIndex = 1;
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(163, 10);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(36, 13);
     this.labelControl8.TabIndex = 2;
     this.labelControl8.Text     = "Artículo";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(699, 11);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(33, 13);
     this.labelControl4.TabIndex = 4;
     this.labelControl4.Text     = "Unidad";
     //
     // iUnidadmedida
     //
     this.iUnidadmedida.EditValue           = "";
     this.iUnidadmedida.Location            = new System.Drawing.Point(738, 7);
     this.iUnidadmedida.Name                = "iUnidadmedida";
     this.iUnidadmedida.Properties.NullText = "[EditValue is null]";
     this.iUnidadmedida.Properties.ReadOnly = true;
     this.iUnidadmedida.Size                = new System.Drawing.Size(78, 20);
     this.iUnidadmedida.TabIndex            = 5;
     this.iUnidadmedida.TabStop             = false;
     //
     // tcInventarios
     //
     this.tcInventarios.Location        = new System.Drawing.Point(3, 54);
     this.tcInventarios.Name            = "tcInventarios";
     this.tcInventarios.SelectedTabPage = this.tpKardexAlmacen;
     this.tcInventarios.Size            = new System.Drawing.Size(1123, 428);
     this.tcInventarios.TabIndex        = 16;
     this.tcInventarios.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.tpKardexAlmacen,
         this.tpSaldosAlmacen
     });
     //
     // tpKardexAlmacen
     //
     this.tpKardexAlmacen.Controls.Add(this.gcKardex);
     this.tpKardexAlmacen.Name = "tpKardexAlmacen";
     this.tpKardexAlmacen.Size = new System.Drawing.Size(1117, 400);
     this.tpKardexAlmacen.Text = "Kardex fisico por Almacen";
     //
     // gcKardex
     //
     this.gcKardex.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcKardex.Location = new System.Drawing.Point(0, 0);
     this.gcKardex.MainView = this.bgvKardex;
     this.gcKardex.Name     = "gcKardex";
     this.gcKardex.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riNumerico4,
         this.riNumerico6,
         this.riNumerico2
     });
     this.gcKardex.Size     = new System.Drawing.Size(1117, 400);
     this.gcKardex.TabIndex = 19;
     this.gcKardex.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.bgvKardex
     });
     //
     // bgvKardex
     //
     this.bgvKardex.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gcFechaMov,
         this.gcDocumento,
         this.gcOperación,
         this.gcPersona,
         this.gcReferencia,
         this.gcFechaReferencia,
         this.gcOtrasReferencias,
         this.gcInicial,
         this.gcEntrada,
         this.gcSalida,
         this.gcStock
     });
     this.bgvKardex.FocusRectStyle       = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
     this.bgvKardex.GridControl          = this.gcKardex;
     this.bgvKardex.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.bgvKardex.Name = "bgvKardex";
     this.bgvKardex.OptionsBehavior.ReadOnly = true;
     this.bgvKardex.OptionsCustomization.AllowColumnMoving = false;
     this.bgvKardex.OptionsCustomization.AllowFilter       = false;
     this.bgvKardex.OptionsCustomization.AllowSort         = false;
     this.bgvKardex.OptionsMenu.EnableColumnMenu           = false;
     this.bgvKardex.OptionsView.ColumnAutoWidth            = false;
     this.bgvKardex.OptionsView.ShowFooter     = true;
     this.bgvKardex.OptionsView.ShowGroupPanel = false;
     this.bgvKardex.VertScrollVisibility       = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     //
     // gcFechaMov
     //
     this.gcFechaMov.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.gcFechaMov.AppearanceCell.Options.UseFont   = true;
     this.gcFechaMov.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.gcFechaMov.AppearanceHeader.Options.UseFont = true;
     this.gcFechaMov.Caption      = "Fecha";
     this.gcFechaMov.FieldName    = "fechamov";
     this.gcFechaMov.Name         = "gcFechaMov";
     this.gcFechaMov.Visible      = true;
     this.gcFechaMov.VisibleIndex = 0;
     this.gcFechaMov.Width        = 66;
     //
     // gcDocumento
     //
     this.gcDocumento.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.gcDocumento.AppearanceCell.Options.UseFont   = true;
     this.gcDocumento.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.gcDocumento.AppearanceHeader.Options.UseFont = true;
     this.gcDocumento.Caption      = "Documento";
     this.gcDocumento.FieldName    = "numerodocmov";
     this.gcDocumento.Name         = "gcDocumento";
     this.gcDocumento.Visible      = true;
     this.gcDocumento.VisibleIndex = 1;
     this.gcDocumento.Width        = 113;
     //
     // gcOperación
     //
     this.gcOperación.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.gcOperación.AppearanceCell.Options.UseFont   = true;
     this.gcOperación.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.gcOperación.AppearanceHeader.Options.UseFont = true;
     this.gcOperación.Caption      = "Operación";
     this.gcOperación.FieldName    = "nombrecptooperacion";
     this.gcOperación.Name         = "gcOperación";
     this.gcOperación.Visible      = true;
     this.gcOperación.VisibleIndex = 2;
     this.gcOperación.Width        = 167;
     //
     // gcPersona
     //
     this.gcPersona.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.gcPersona.AppearanceCell.Options.UseFont   = true;
     this.gcPersona.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.gcPersona.AppearanceHeader.Options.UseFont = true;
     this.gcPersona.Caption      = "Persona";
     this.gcPersona.FieldName    = "nombrepersona";
     this.gcPersona.Name         = "gcPersona";
     this.gcPersona.Visible      = true;
     this.gcPersona.VisibleIndex = 3;
     this.gcPersona.Width        = 169;
     //
     // gcReferencia
     //
     this.gcReferencia.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.gcReferencia.AppearanceCell.Options.UseFont   = true;
     this.gcReferencia.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.gcReferencia.AppearanceHeader.Options.UseFont = true;
     this.gcReferencia.Caption      = "Referencia";
     this.gcReferencia.FieldName    = "numerodocref";
     this.gcReferencia.Name         = "gcReferencia";
     this.gcReferencia.Visible      = true;
     this.gcReferencia.VisibleIndex = 4;
     this.gcReferencia.Width        = 106;
     //
     // gcFechaReferencia
     //
     this.gcFechaReferencia.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.gcFechaReferencia.AppearanceCell.Options.UseFont   = true;
     this.gcFechaReferencia.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.gcFechaReferencia.AppearanceHeader.Options.UseFont = true;
     this.gcFechaReferencia.Caption      = "Fecha Ref.";
     this.gcFechaReferencia.FieldName    = "fechadocref";
     this.gcFechaReferencia.Name         = "gcFechaReferencia";
     this.gcFechaReferencia.Visible      = true;
     this.gcFechaReferencia.VisibleIndex = 5;
     this.gcFechaReferencia.Width        = 69;
     //
     // gcOtrasReferencias
     //
     this.gcOtrasReferencias.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.gcOtrasReferencias.AppearanceCell.Options.UseFont   = true;
     this.gcOtrasReferencias.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.gcOtrasReferencias.AppearanceHeader.Options.UseFont = true;
     this.gcOtrasReferencias.Caption      = "Otras Ref.";
     this.gcOtrasReferencias.FieldName    = "otrasreferencias";
     this.gcOtrasReferencias.Name         = "gcOtrasReferencias";
     this.gcOtrasReferencias.Visible      = true;
     this.gcOtrasReferencias.VisibleIndex = 6;
     this.gcOtrasReferencias.Width        = 95;
     //
     // gcInicial
     //
     this.gcInicial.Caption      = "Inicial";
     this.gcInicial.FieldName    = "inicial";
     this.gcInicial.Name         = "gcInicial";
     this.gcInicial.Visible      = true;
     this.gcInicial.VisibleIndex = 7;
     //
     // gcEntrada
     //
     this.gcEntrada.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.gcEntrada.AppearanceCell.Options.UseFont   = true;
     this.gcEntrada.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.gcEntrada.AppearanceHeader.Options.UseFont = true;
     this.gcEntrada.Caption      = "Entrada";
     this.gcEntrada.FieldName    = "entrada";
     this.gcEntrada.Name         = "gcEntrada";
     this.gcEntrada.Visible      = true;
     this.gcEntrada.VisibleIndex = 8;
     this.gcEntrada.Width        = 73;
     //
     // gcSalida
     //
     this.gcSalida.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.gcSalida.AppearanceCell.Options.UseFont   = true;
     this.gcSalida.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.gcSalida.AppearanceHeader.Options.UseFont = true;
     this.gcSalida.Caption      = "Salida";
     this.gcSalida.FieldName    = "salida";
     this.gcSalida.Name         = "gcSalida";
     this.gcSalida.Visible      = true;
     this.gcSalida.VisibleIndex = 9;
     this.gcSalida.Width        = 73;
     //
     // gcStock
     //
     this.gcStock.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 8F);
     this.gcStock.AppearanceCell.Options.UseFont   = true;
     this.gcStock.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.gcStock.AppearanceHeader.Options.UseFont = true;
     this.gcStock.Caption      = "Stock";
     this.gcStock.FieldName    = "stock";
     this.gcStock.Name         = "gcStock";
     this.gcStock.Visible      = true;
     this.gcStock.VisibleIndex = 10;
     this.gcStock.Width        = 73;
     //
     // riNumerico4
     //
     this.riNumerico4.AutoHeight    = false;
     this.riNumerico4.Mask.EditMask = "n4";
     this.riNumerico4.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riNumerico4.Mask.UseMaskAsDisplayFormat = true;
     this.riNumerico4.Name = "riNumerico4";
     //
     // riNumerico6
     //
     this.riNumerico6.AutoHeight = false;
     this.riNumerico6.DisplayFormat.FormatString = "n6";
     this.riNumerico6.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.riNumerico6.EditFormat.FormatString    = "n6";
     this.riNumerico6.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.riNumerico6.Mask.EditMask = "n6";
     this.riNumerico6.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riNumerico6.Mask.UseMaskAsDisplayFormat = true;
     this.riNumerico6.Name = "riNumerico6";
     //
     // riNumerico2
     //
     this.riNumerico2.AutoHeight = false;
     this.riNumerico2.DisplayFormat.FormatString = "n2";
     this.riNumerico2.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.riNumerico2.EditFormat.FormatString    = "n2";
     this.riNumerico2.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.riNumerico2.Mask.EditMask = "n2";
     this.riNumerico2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riNumerico2.Mask.UseMaskAsDisplayFormat = true;
     this.riNumerico2.Name = "riNumerico2";
     //
     // tpSaldosAlmacen
     //
     this.tpSaldosAlmacen.Controls.Add(this.gcInventarioAlmacen);
     this.tpSaldosAlmacen.Name = "tpSaldosAlmacen";
     this.tpSaldosAlmacen.Size = new System.Drawing.Size(1117, 400);
     this.tpSaldosAlmacen.Text = "Saldos por Almacen";
     //
     // gcInventarioAlmacen
     //
     this.gcInventarioAlmacen.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcInventarioAlmacen.Location = new System.Drawing.Point(0, 0);
     this.gcInventarioAlmacen.MainView = this.gvInventarioAlmacen;
     this.gcInventarioAlmacen.Name     = "gcInventarioAlmacen";
     this.gcInventarioAlmacen.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.ri1Numerico4
     });
     this.gcInventarioAlmacen.Size     = new System.Drawing.Size(1117, 400);
     this.gcInventarioAlmacen.TabIndex = 15;
     this.gcInventarioAlmacen.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvInventarioAlmacen
     });
     //
     // gvInventarioAlmacen
     //
     this.gvInventarioAlmacen.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn13,
         this.gridColumn14,
         this.gridColumn22
     });
     this.gvInventarioAlmacen.FocusRectStyle       = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
     this.gvInventarioAlmacen.GridControl          = this.gcInventarioAlmacen;
     this.gvInventarioAlmacen.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gvInventarioAlmacen.Name = "gvInventarioAlmacen";
     this.gvInventarioAlmacen.OptionsBehavior.Editable    = false;
     this.gvInventarioAlmacen.OptionsBehavior.ReadOnly    = true;
     this.gvInventarioAlmacen.OptionsView.ColumnAutoWidth = false;
     this.gvInventarioAlmacen.OptionsView.ShowFooter      = true;
     this.gvInventarioAlmacen.OptionsView.ShowGroupPanel  = false;
     this.gvInventarioAlmacen.OptionsView.ShowViewCaption = true;
     this.gvInventarioAlmacen.VertScrollVisibility        = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gvInventarioAlmacen.ViewCaption = "Inventario por Almacen";
     //
     // gridColumn13
     //
     this.gridColumn13.Caption      = "Código";
     this.gridColumn13.FieldName    = "codigoalmacen";
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 0;
     this.gridColumn13.Width        = 64;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption      = "Nombre almacen";
     this.gridColumn14.FieldName    = "nombrealmacen";
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 1;
     this.gridColumn14.Width        = 126;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption    = "Stock";
     this.gridColumn22.ColumnEdit = this.ri1Numerico4;
     this.gridColumn22.FieldName  = "stock";
     this.gridColumn22.Name       = "gridColumn22";
     this.gridColumn22.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)
     });
     this.gridColumn22.Visible      = true;
     this.gridColumn22.VisibleIndex = 2;
     this.gridColumn22.Width        = 74;
     //
     // ri1Numerico4
     //
     this.ri1Numerico4.AutoHeight    = false;
     this.ri1Numerico4.Mask.EditMask = "n4";
     this.ri1Numerico4.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ri1Numerico4.Mask.UseMaskAsDisplayFormat = true;
     this.ri1Numerico4.Name = "ri1Numerico4";
     //
     // KardexFisicoPorArticuloFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnClose;
     this.ClientSize          = new System.Drawing.Size(1129, 512);
     this.Controls.Add(this.tcInventarios);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.iUnidadmedida);
     this.Controls.Add(this.iIdarticulo);
     this.Controls.Add(this.beArticulo);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.iCodigoarticulo);
     this.Controls.Add(this.labelControl8);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.iFechaFinal);
     this.Controls.Add(this.iFechaInicio);
     this.Controls.Add(this.iIdalmacen);
     this.Controls.Add(this.labelControl10);
     this.Controls.Add(this.btnConsultar);
     this.Controls.Add(this.btnClose);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KardexFisicoPorArticuloFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Kardex por articulo";
     this.Load           += new System.EventHandler(this.KardexFisicoPorArticuloFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.iIdalmacen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechaInicio.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechaInicio.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechaFinal.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechaFinal.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdarticulo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.beArticulo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iCodigoarticulo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iUnidadmedida.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tcInventarios)).EndInit();
     this.tcInventarios.ResumeLayout(false);
     this.tpKardexAlmacen.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcKardex)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bgvKardex)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico2)).EndInit();
     this.tpSaldosAlmacen.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcInventarioAlmacen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInventarioAlmacen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ri1Numerico4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 26
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoleFunctionView));
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem1  = new DevExpress.Utils.ToolTipItem();
     this.pnlRoleFun         = new CJia.Controls.CJiaPanel();
     this.cJiaPanel1         = new CJia.Controls.CJiaPanel();
     this.cboUserType        = new CJia.Controls.CJiaComboBox2();
     this.cJiaComboBox21View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cJiaLabel2         = new CJia.Controls.CJiaLabel();
     this.cJiaLabel3         = new CJia.Controls.CJiaLabel();
     this.txtFounctionName   = new CJia.Controls.CJiaTextBox();
     this.DocSearch          = new CJia.Controls.CJiaTextSearch();
     this.btnAdd             = new CJia.Controls.BtnAdd();
     this.cJiaLabel5         = new CJia.Controls.CJiaLabel();
     this.gridRole           = new CJia.Controls.CJiaGrid();
     this.gridView1          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnDelete          = new CJia.Controls.BtnDelete();
     this.btnUpdate          = new CJia.Controls.CJiaButton();
     this.cJiaLabel1         = new CJia.Controls.CJiaLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pnlRoleFun)).BeginInit();
     this.pnlRoleFun.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel1)).BeginInit();
     this.cJiaPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboUserType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaComboBox21View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFounctionName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocSearch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRole)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlRoleFun
     //
     this.pnlRoleFun.Controls.Add(this.cJiaPanel1);
     this.pnlRoleFun.Controls.Add(this.DocSearch);
     this.pnlRoleFun.Controls.Add(this.btnAdd);
     this.pnlRoleFun.Controls.Add(this.cJiaLabel5);
     this.pnlRoleFun.Controls.Add(this.gridRole);
     this.pnlRoleFun.Controls.Add(this.btnDelete);
     this.pnlRoleFun.Controls.Add(this.btnUpdate);
     this.pnlRoleFun.Controls.Add(this.cJiaLabel1);
     this.pnlRoleFun.Location             = new System.Drawing.Point(250, 6);
     this.pnlRoleFun.LookAndFeel.SkinName = "Office 2010 Silver";
     this.pnlRoleFun.LookAndFeel.UseDefaultLookAndFeel = false;
     this.pnlRoleFun.Name     = "pnlRoleFun";
     this.pnlRoleFun.Size     = new System.Drawing.Size(892, 580);
     this.pnlRoleFun.TabIndex = 12;
     //
     // cJiaPanel1
     //
     this.cJiaPanel1.Controls.Add(this.cboUserType);
     this.cJiaPanel1.Controls.Add(this.cJiaLabel2);
     this.cJiaPanel1.Controls.Add(this.cJiaLabel3);
     this.cJiaPanel1.Controls.Add(this.txtFounctionName);
     this.cJiaPanel1.Location             = new System.Drawing.Point(5, 49);
     this.cJiaPanel1.LookAndFeel.SkinName = "Office 2010 Silver";
     this.cJiaPanel1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaPanel1.Name     = "cJiaPanel1";
     this.cJiaPanel1.Size     = new System.Drawing.Size(882, 41);
     this.cJiaPanel1.TabIndex = 101;
     //
     // cboUserType
     //
     this.cboUserType.EditValue = "";
     this.cboUserType.Location  = new System.Drawing.Point(256, 9);
     this.cboUserType.Name      = "cboUserType";
     this.cboUserType.Properties.AllowNullInput             = DevExpress.Utils.DefaultBoolean.True;
     this.cboUserType.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.cboUserType.Properties.Appearance.Options.UseFont = true;
     this.cboUserType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)
     });
     this.cboUserType.Properties.ImmediatePopup       = true;
     this.cboUserType.Properties.LookAndFeel.SkinName = "Office 2010 Blue";
     this.cboUserType.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cboUserType.Properties.NullText         = "";
     this.cboUserType.Properties.PopupFilterMode  = DevExpress.XtraEditors.PopupFilterMode.Contains;
     this.cboUserType.Properties.PopupFormMinSize = new System.Drawing.Size(150, 150);
     this.cboUserType.Properties.PopupFormSize    = new System.Drawing.Size(68, 68);
     this.cboUserType.Properties.ShowFooter       = false;
     this.cboUserType.Properties.View             = this.cJiaComboBox21View;
     this.cboUserType.Size     = new System.Drawing.Size(150, 22);
     this.cboUserType.TabIndex = 15;
     this.cboUserType.Tag      = "";
     //
     // cJiaComboBox21View
     //
     this.cJiaComboBox21View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn3
     });
     this.cJiaComboBox21View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.cJiaComboBox21View.Name           = "cJiaComboBox21View";
     this.cJiaComboBox21View.OptionsBehavior.AutoPopulateColumns          = false;
     this.cJiaComboBox21View.OptionsCustomization.AllowFilter             = false;
     this.cJiaComboBox21View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.cJiaComboBox21View.OptionsView.ShowColumnHeaders = false;
     this.cJiaComboBox21View.OptionsView.ShowGroupPanel    = false;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "名称";
     this.gridColumn3.FieldName    = "NAME";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 0;
     //
     // cJiaLabel2
     //
     this.cJiaLabel2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.cJiaLabel2.Location        = new System.Drawing.Point(220, 13);
     this.cJiaLabel2.Name            = "cJiaLabel2";
     this.cJiaLabel2.Size            = new System.Drawing.Size(30, 16);
     this.cJiaLabel2.TabIndex        = 4;
     this.cJiaLabel2.Text            = "类型";
     //
     // cJiaLabel3
     //
     this.cJiaLabel3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.cJiaLabel3.Location        = new System.Drawing.Point(6, 12);
     this.cJiaLabel3.Name            = "cJiaLabel3";
     this.cJiaLabel3.Size            = new System.Drawing.Size(30, 16);
     this.cJiaLabel3.TabIndex        = 2;
     this.cJiaLabel3.Text            = "名称";
     //
     // txtFounctionName
     //
     this.txtFounctionName.Location = new System.Drawing.Point(42, 9);
     this.txtFounctionName.Name     = "txtFounctionName";
     this.txtFounctionName.Properties.Appearance.BackColor              = System.Drawing.Color.White;
     this.txtFounctionName.Properties.Appearance.Font                   = new System.Drawing.Font("Tahoma", 10F);
     this.txtFounctionName.Properties.Appearance.Options.UseBackColor   = true;
     this.txtFounctionName.Properties.Appearance.Options.UseFont        = true;
     this.txtFounctionName.Properties.LookAndFeel.SkinName              = "Office 2010 Blue";
     this.txtFounctionName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtFounctionName.Size     = new System.Drawing.Size(157, 22);
     this.txtFounctionName.TabIndex = 3;
     //
     // DocSearch
     //
     this.DocSearch.EditValue = "";
     this.DocSearch.Location  = new System.Drawing.Point(63, 541);
     this.DocSearch.Name      = "DocSearch";
     this.DocSearch.PointText = "";
     this.DocSearch.Properties.Appearance.BorderColor            = System.Drawing.Color.Salmon;
     this.DocSearch.Properties.Appearance.Font                   = new System.Drawing.Font("Tahoma", 14F);
     this.DocSearch.Properties.Appearance.ForeColor              = System.Drawing.Color.Black;
     this.DocSearch.Properties.Appearance.Options.UseBorderColor = true;
     this.DocSearch.Properties.Appearance.Options.UseFont        = true;
     this.DocSearch.Properties.Appearance.Options.UseForeColor   = true;
     toolTipItem1.Text = "查询";
     superToolTip1.Items.Add(toolTipItem1);
     this.DocSearch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("DocSearch.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, superToolTip1, true)
     });
     this.DocSearch.Properties.LookAndFeel.SkinName = "Office 2010 Blue";
     this.DocSearch.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.DocSearch.Size     = new System.Drawing.Size(300, 32);
     this.DocSearch.TabIndex = 1;
     //
     // btnAdd
     //
     this.btnAdd.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnAdd.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.btnAdd.Appearance.Options.UseFont      = true;
     this.btnAdd.Appearance.Options.UseForeColor = true;
     this.btnAdd.CustomText           = "添加(F1)";
     this.btnAdd.Image                = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.Location             = new System.Drawing.Point(635, 545);
     this.btnAdd.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnAdd.Name       = "btnAdd";
     this.btnAdd.Selectable = false;
     this.btnAdd.Size       = new System.Drawing.Size(80, 28);
     this.btnAdd.TabIndex   = 7;
     this.btnAdd.Text       = "添加(F1)";
     this.btnAdd.Click     += new System.EventHandler(this.btnAdd_Click);
     //
     // cJiaLabel5
     //
     this.cJiaLabel5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.cJiaLabel5.Location        = new System.Drawing.Point(8, 552);
     this.cJiaLabel5.Name            = "cJiaLabel5";
     this.cJiaLabel5.Size            = new System.Drawing.Size(45, 16);
     this.cJiaLabel5.TabIndex        = 1;
     this.cJiaLabel5.Text            = "关键字";
     //
     // gridRole
     //
     this.gridRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.gridRole.Font                 = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gridRole.IndicatorWidth       = 30;
     this.gridRole.Location             = new System.Drawing.Point(5, 97);
     this.gridRole.LookAndFeel.SkinName = "Office 2010 Blue";
     this.gridRole.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridRole.MainView      = this.gridView1;
     this.gridRole.Margin        = new System.Windows.Forms.Padding(27);
     this.gridRole.Name          = "gridRole";
     this.gridRole.ShowRowNumber = true;
     this.gridRole.Size          = new System.Drawing.Size(882, 435);
     this.gridRole.TabIndex      = 100;
     this.gridRole.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Appearance.ColumnFilterButton.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.gridView1.Appearance.ColumnFilterButton.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.gridView1.Appearance.ColumnFilterButton.ForeColor                    = System.Drawing.Color.White;
     this.gridView1.Appearance.ColumnFilterButton.Options.UseBackColor         = true;
     this.gridView1.Appearance.ColumnFilterButton.Options.UseBorderColor       = true;
     this.gridView1.Appearance.ColumnFilterButton.Options.UseForeColor         = true;
     this.gridView1.Appearance.ColumnFilterButtonActive.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.ColumnFilterButtonActive.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.ColumnFilterButtonActive.ForeColor              = System.Drawing.Color.Black;
     this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBackColor   = true;
     this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseForeColor   = true;
     this.gridView1.Appearance.Empty.BackColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.Empty.BackColor2                         = System.Drawing.Color.White;
     this.gridView1.Appearance.Empty.Options.UseBackColor               = true;
     this.gridView1.Appearance.EvenRow.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.EvenRow.BorderColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.EvenRow.ForeColor                        = System.Drawing.Color.Black;
     this.gridView1.Appearance.EvenRow.Options.UseBackColor             = true;
     this.gridView1.Appearance.EvenRow.Options.UseBorderColor           = true;
     this.gridView1.Appearance.EvenRow.Options.UseForeColor             = true;
     this.gridView1.Appearance.FilterCloseButton.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.gridView1.Appearance.FilterCloseButton.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.gridView1.Appearance.FilterCloseButton.ForeColor              = System.Drawing.Color.White;
     this.gridView1.Appearance.FilterCloseButton.Options.UseBackColor   = true;
     this.gridView1.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gridView1.Appearance.FilterCloseButton.Options.UseForeColor   = true;
     this.gridView1.Appearance.FilterPanel.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.FilterPanel.BackColor2                   = System.Drawing.Color.White;
     this.gridView1.Appearance.FilterPanel.ForeColor                    = System.Drawing.Color.Black;
     this.gridView1.Appearance.FilterPanel.Options.UseBackColor         = true;
     this.gridView1.Appearance.FilterPanel.Options.UseForeColor         = true;
     this.gridView1.Appearance.FixedLine.BackColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.FixedLine.BorderColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.FixedLine.Options.UseBackColor           = true;
     this.gridView1.Appearance.FixedLine.Options.UseBorderColor         = true;
     this.gridView1.Appearance.FocusedCell.BackColor                    = System.Drawing.Color.White;
     this.gridView1.Appearance.FocusedCell.ForeColor                    = System.Drawing.Color.Black;
     this.gridView1.Appearance.FocusedCell.Options.UseBackColor         = true;
     this.gridView1.Appearance.FocusedCell.Options.UseForeColor         = true;
     this.gridView1.Appearance.FocusedRow.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(175)))), ((int)(((byte)(223)))));
     this.gridView1.Appearance.FocusedRow.BorderColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(175)))), ((int)(((byte)(223)))));
     this.gridView1.Appearance.FocusedRow.ForeColor                     = System.Drawing.Color.White;
     this.gridView1.Appearance.FocusedRow.Options.UseBackColor          = true;
     this.gridView1.Appearance.FocusedRow.Options.UseBorderColor        = true;
     this.gridView1.Appearance.FocusedRow.Options.UseFont               = true;
     this.gridView1.Appearance.FocusedRow.Options.UseForeColor          = true;
     this.gridView1.Appearance.FooterPanel.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.gridView1.Appearance.FooterPanel.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.gridView1.Appearance.FooterPanel.ForeColor                    = System.Drawing.Color.Black;
     this.gridView1.Appearance.FooterPanel.Options.UseBackColor         = true;
     this.gridView1.Appearance.FooterPanel.Options.UseBorderColor       = true;
     this.gridView1.Appearance.FooterPanel.Options.UseForeColor         = true;
     this.gridView1.Appearance.GroupButton.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.gridView1.Appearance.GroupButton.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.gridView1.Appearance.GroupButton.Options.UseBackColor         = true;
     this.gridView1.Appearance.GroupButton.Options.UseBorderColor       = true;
     this.gridView1.Appearance.GroupFooter.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.GroupFooter.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.GroupFooter.ForeColor                    = System.Drawing.Color.Black;
     this.gridView1.Appearance.GroupFooter.Options.UseBackColor         = true;
     this.gridView1.Appearance.GroupFooter.Options.UseBorderColor       = true;
     this.gridView1.Appearance.GroupFooter.Options.UseForeColor         = true;
     this.gridView1.Appearance.GroupPanel.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.GroupPanel.BackColor2                    = System.Drawing.Color.White;
     this.gridView1.Appearance.GroupPanel.ForeColor                     = System.Drawing.Color.Black;
     this.gridView1.Appearance.GroupPanel.Options.UseBackColor          = true;
     this.gridView1.Appearance.GroupPanel.Options.UseForeColor          = true;
     this.gridView1.Appearance.GroupRow.BackColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.GroupRow.BorderColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.GroupRow.ForeColor                       = System.Drawing.Color.Black;
     this.gridView1.Appearance.GroupRow.Options.UseBackColor            = true;
     this.gridView1.Appearance.GroupRow.Options.UseBorderColor          = true;
     this.gridView1.Appearance.GroupRow.Options.UseForeColor            = true;
     this.gridView1.Appearance.HeaderPanel.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.HeaderPanel.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
     this.gridView1.Appearance.HeaderPanel.Options.UseBackColor         = true;
     this.gridView1.Appearance.HeaderPanel.Options.UseBorderColor       = true;
     this.gridView1.Appearance.HideSelectionRow.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(170)))), ((int)(((byte)(225)))));
     this.gridView1.Appearance.HideSelectionRow.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
     this.gridView1.Appearance.HideSelectionRow.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.HideSelectionRow.Options.UseBackColor    = true;
     this.gridView1.Appearance.HideSelectionRow.Options.UseBorderColor  = true;
     this.gridView1.Appearance.HideSelectionRow.Options.UseForeColor    = true;
     this.gridView1.Appearance.HorzLine.BackColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.gridView1.Appearance.HorzLine.Options.UseBackColor            = true;
     this.gridView1.Appearance.OddRow.BackColor                         = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.OddRow.BorderColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.OddRow.ForeColor                         = System.Drawing.Color.Black;
     this.gridView1.Appearance.OddRow.Options.UseBackColor              = true;
     this.gridView1.Appearance.OddRow.Options.UseBorderColor            = true;
     this.gridView1.Appearance.OddRow.Options.UseForeColor              = true;
     this.gridView1.Appearance.Preview.Font                      = new System.Drawing.Font("Verdana", 7.5F);
     this.gridView1.Appearance.Preview.ForeColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
     this.gridView1.Appearance.Preview.Options.UseFont           = true;
     this.gridView1.Appearance.Preview.Options.UseForeColor      = true;
     this.gridView1.Appearance.Row.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.Row.ForeColor                     = System.Drawing.Color.Black;
     this.gridView1.Appearance.Row.Options.UseBackColor          = true;
     this.gridView1.Appearance.Row.Options.UseForeColor          = true;
     this.gridView1.Appearance.RowSeparator.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
     this.gridView1.Appearance.RowSeparator.BackColor2           = System.Drawing.Color.White;
     this.gridView1.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gridView1.Appearance.SelectedRow.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
     this.gridView1.Appearance.SelectedRow.ForeColor             = System.Drawing.Color.White;
     this.gridView1.Appearance.SelectedRow.Options.UseBackColor  = true;
     this.gridView1.Appearance.SelectedRow.Options.UseForeColor  = true;
     this.gridView1.Appearance.TopNewRow.BackColor               = System.Drawing.Color.White;
     this.gridView1.Appearance.TopNewRow.Options.UseBackColor    = true;
     this.gridView1.Appearance.VertLine.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
     this.gridView1.Appearance.VertLine.Options.UseBackColor     = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView1.FocusRectStyle                               = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
     this.gridView1.GridControl                                  = this.gridRole;
     this.gridView1.IndicatorWidth                               = 30;
     this.gridView1.Name                                         = "gridView1";
     this.gridView1.OptionsBehavior.Editable                     = false;
     this.gridView1.OptionsCustomization.AllowFilter             = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow          = true;
     this.gridView1.OptionsView.EnableAppearanceOddRow           = true;
     this.gridView1.OptionsView.ShowGroupPanel                   = false;
     this.gridView1.RowHeight                                    = 25;
     this.gridView1.FocusedRowChanged                           += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "名称";
     this.gridColumn1.FieldName    = "FUNCTION_NAME";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "类型";
     this.gridColumn2.FieldName    = "NAME";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // btnDelete
     //
     this.btnDelete.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnDelete.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.btnDelete.Appearance.Options.UseFont      = true;
     this.btnDelete.Appearance.Options.UseForeColor = true;
     this.btnDelete.CustomText           = "删除(F3)";
     this.btnDelete.Image                = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.Location             = new System.Drawing.Point(807, 545);
     this.btnDelete.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnDelete.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnDelete.Name       = "btnDelete";
     this.btnDelete.Selectable = false;
     this.btnDelete.Size       = new System.Drawing.Size(80, 28);
     this.btnDelete.TabIndex   = 9;
     this.btnDelete.Text       = "删除(F3)";
     this.btnDelete.Click     += new System.EventHandler(this.btnDelete_Click);
     //
     // btnUpdate
     //
     this.btnUpdate.Appearance.Font                 = new System.Drawing.Font("微软雅黑", 10F);
     this.btnUpdate.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.btnUpdate.Appearance.Options.UseFont      = true;
     this.btnUpdate.Appearance.Options.UseForeColor = true;
     this.btnUpdate.CustomText           = "修改(F2)";
     this.btnUpdate.Image                = ((System.Drawing.Image)(resources.GetObject("btnUpdate.Image")));
     this.btnUpdate.Location             = new System.Drawing.Point(721, 545);
     this.btnUpdate.LookAndFeel.SkinName = "Office 2010 Blue";
     this.btnUpdate.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnUpdate.Name       = "btnUpdate";
     this.btnUpdate.Selectable = false;
     this.btnUpdate.Size       = new System.Drawing.Size(80, 28);
     this.btnUpdate.TabIndex   = 8;
     this.btnUpdate.Text       = "修改(F2)";
     this.btnUpdate.Click     += new System.EventHandler(this.btnUpdate_Click);
     //
     // cJiaLabel1
     //
     this.cJiaLabel1.Appearance.Font = new System.Drawing.Font("Tahoma", 18F);
     this.cJiaLabel1.Location        = new System.Drawing.Point(398, 7);
     this.cJiaLabel1.Name            = "cJiaLabel1";
     this.cJiaLabel1.Size            = new System.Drawing.Size(96, 29);
     this.cJiaLabel1.TabIndex        = 3;
     this.cJiaLabel1.Text            = "功能维护";
     //
     // RoleFunctionView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.Controls.Add(this.pnlRoleFun);
     this.Name         = "RoleFunctionView";
     this.Size         = new System.Drawing.Size(1400, 600);
     this.SizeChanged += new System.EventHandler(this.RoleFunctionView_SizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.pnlRoleFun)).EndInit();
     this.pnlRoleFun.ResumeLayout(false);
     this.pnlRoleFun.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel1)).EndInit();
     this.cJiaPanel1.ResumeLayout(false);
     this.cJiaPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboUserType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaComboBox21View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFounctionName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DocSearch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridRole)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SuperToolTip     superToolTip1     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem1      = new DevExpress.Utils.ToolTipItem();
     this.panelControl2          = new DevExpress.XtraEditors.PanelControl();
     this.gridControlImportExcel = new DevExpress.XtraGrid.GridControl();
     this.gridViewImportExcel    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.ckGetServerPrintMark   = new DevExpress.XtraEditors.CheckEdit();
     this.btnCopyExcel           = new DevExpress.XtraEditors.SimpleButton();
     this.btnOpenFile            = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave                        = new DevExpress.XtraEditors.SimpleButton();
     this.btnOpenExcel                   = new DevExpress.XtraEditors.SimpleButton();
     this.txtFileFullPath                = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4                  = new DevExpress.XtraEditors.LabelControl();
     this.ckUserDefaultSendMan           = new DevExpress.XtraEditors.CheckEdit();
     this.lblDownload                    = new DevExpress.XtraEditors.LabelControl();
     this.ckTodaySend                    = new DevExpress.XtraEditors.CheckEdit();
     this.splashScreenManagerImportExcel = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ZTO.Print.FrmWait), true, true);
     this.lblTime                        = new System.Windows.Forms.Label();
     this.panelControl1                  = new DevExpress.XtraEditors.PanelControl();
     this.labelControl1                  = new DevExpress.XtraEditors.LabelControl();
     this.panel1 = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlImportExcel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewImportExcel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckGetServerPrintMark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFileFullPath.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckUserDefaultSendMan.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckTodaySend.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.gridControlImportExcel);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 88);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(1279, 589);
     this.panelControl2.TabIndex = 194;
     //
     // gridControlImportExcel
     //
     this.gridControlImportExcel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControlImportExcel.Location = new System.Drawing.Point(2, 2);
     this.gridControlImportExcel.MainView = this.gridViewImportExcel;
     this.gridControlImportExcel.Name     = "gridControlImportExcel";
     this.gridControlImportExcel.Size     = new System.Drawing.Size(1275, 585);
     this.gridControlImportExcel.TabIndex = 8;
     this.gridControlImportExcel.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridViewImportExcel
     });
     //
     // gridViewImportExcel
     //
     this.gridViewImportExcel.FocusRectStyle                               = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridViewImportExcel.GridControl                                  = this.gridControlImportExcel;
     this.gridViewImportExcel.IndicatorWidth                               = 50;
     this.gridViewImportExcel.Name                                         = "gridViewImportExcel";
     this.gridViewImportExcel.OptionsBehavior.Editable                     = false;
     this.gridViewImportExcel.OptionsCustomization.AllowFilter             = false;
     this.gridViewImportExcel.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewImportExcel.OptionsSelection.MultiSelect                 = true;
     this.gridViewImportExcel.OptionsView.ColumnAutoWidth                  = false;
     this.gridViewImportExcel.OptionsView.ShowFooter                       = true;
     this.gridViewImportExcel.OptionsView.ShowGroupPanel                   = false;
     this.gridViewImportExcel.CustomDrawRowIndicator                      += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridViewImportExcel_CustomDrawRowIndicator);
     //
     // ckGetServerPrintMark
     //
     this.ckGetServerPrintMark.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ckGetServerPrintMark.EditValue          = true;
     this.ckGetServerPrintMark.Location           = new System.Drawing.Point(1142, 9);
     this.ckGetServerPrintMark.Name               = "ckGetServerPrintMark";
     this.ckGetServerPrintMark.Properties.Caption = "联网获取中通大头笔";
     this.ckGetServerPrintMark.Size               = new System.Drawing.Size(132, 19);
     this.ckGetServerPrintMark.TabIndex           = 190;
     this.ckGetServerPrintMark.CheckedChanged    += new System.EventHandler(this.ckGetServerPrintMark_CheckedChanged);
     //
     // btnCopyExcel
     //
     this.btnCopyExcel.Location = new System.Drawing.Point(803, 8);
     this.btnCopyExcel.Name     = "btnCopyExcel";
     this.btnCopyExcel.Size     = new System.Drawing.Size(67, 26);
     this.btnCopyExcel.TabIndex = 188;
     this.btnCopyExcel.Text     = "复制Excel";
     this.btnCopyExcel.Click   += new System.EventHandler(this.btnCopyExcel_Click);
     //
     // btnOpenFile
     //
     this.btnOpenFile.Location = new System.Drawing.Point(730, 8);
     this.btnOpenFile.Name     = "btnOpenFile";
     this.btnOpenFile.Size     = new System.Drawing.Size(67, 26);
     this.btnOpenFile.TabIndex = 187;
     this.btnOpenFile.Text     = "打开Excel";
     this.btnOpenFile.Click   += new System.EventHandler(this.btnOpenFile_Click);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(633, 8);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(91, 26);
     this.btnSave.TabIndex = 186;
     this.btnSave.Text     = "导入运单(Q)";
     this.btnSave.Click   += new System.EventHandler(this.btnSave_Click);
     //
     // btnOpenExcel
     //
     this.btnOpenExcel.Location = new System.Drawing.Point(558, 8);
     this.btnOpenExcel.Name     = "btnOpenExcel";
     this.btnOpenExcel.Size     = new System.Drawing.Size(69, 26);
     this.btnOpenExcel.TabIndex = 184;
     this.btnOpenExcel.Text     = "浏览(O)";
     this.btnOpenExcel.Click   += new System.EventHandler(this.btnOpenExcel_Click);
     //
     // txtFileFullPath
     //
     this.txtFileFullPath.Location = new System.Drawing.Point(88, 12);
     this.txtFileFullPath.Name     = "txtFileFullPath";
     this.txtFileFullPath.Properties.Appearance.BackColor            = System.Drawing.Color.LemonChiffon;
     this.txtFileFullPath.Properties.Appearance.Options.UseBackColor = true;
     this.txtFileFullPath.Properties.MaxLength = 50;
     this.txtFileFullPath.Size     = new System.Drawing.Size(455, 20);
     this.txtFileFullPath.TabIndex = 22;
     //
     // labelControl4
     //
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl4.Location             = new System.Drawing.Point(6, 15);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(76, 14);
     this.labelControl4.TabIndex = 4;
     this.labelControl4.Text     = "Excel数据文件";
     //
     // ckUserDefaultSendMan
     //
     this.ckUserDefaultSendMan.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ckUserDefaultSendMan.EditValue          = true;
     this.ckUserDefaultSendMan.Location           = new System.Drawing.Point(1013, 9);
     this.ckUserDefaultSendMan.Name               = "ckUserDefaultSendMan";
     this.ckUserDefaultSendMan.Properties.Caption = "使用系统默认发件人";
     this.ckUserDefaultSendMan.Size               = new System.Drawing.Size(136, 19);
     this.ckUserDefaultSendMan.TabIndex           = 189;
     this.ckUserDefaultSendMan.CheckedChanged    += new System.EventHandler(this.ckUserDefaultSendMan_CheckedChanged);
     //
     // lblDownload
     //
     this.lblDownload.Anchor               = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDownload.Appearance.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.lblDownload.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.lblDownload.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.lblDownload.Location             = new System.Drawing.Point(1149, 14);
     this.lblDownload.Name   = "lblDownload";
     this.lblDownload.Size   = new System.Drawing.Size(108, 14);
     toolTipTitleItem1.Text  = "系统消息";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "下载运单导入模板,按要求进行数据填写";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.lblDownload.SuperTip = superToolTip1;
     this.lblDownload.TabIndex = 6;
     this.lblDownload.Text     = "下载Excel导入模板";
     this.lblDownload.Click   += new System.EventHandler(this.lblDownload_Click);
     //
     // ckTodaySend
     //
     this.ckTodaySend.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ckTodaySend.Location           = new System.Drawing.Point(785, 9);
     this.ckTodaySend.Name               = "ckTodaySend";
     this.ckTodaySend.Properties.Caption = "是否今天发货(发件日期默认为今天)";
     this.ckTodaySend.Size               = new System.Drawing.Size(222, 19);
     this.ckTodaySend.TabIndex           = 188;
     this.ckTodaySend.CheckedChanged    += new System.EventHandler(this.ckTodaySend_CheckedChanged);
     //
     // lblTime
     //
     this.lblTime.AutoSize = true;
     this.lblTime.Location = new System.Drawing.Point(361, 11);
     this.lblTime.Name     = "lblTime";
     this.lblTime.Size     = new System.Drawing.Size(55, 14);
     this.lblTime.TabIndex = 187;
     this.lblTime.Text     = "导入耗时";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.ckGetServerPrintMark);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Controls.Add(this.ckUserDefaultSendMan);
     this.panelControl1.Controls.Add(this.panel1);
     this.panelControl1.Controls.Add(this.ckTodaySend);
     this.panelControl1.Controls.Add(this.lblTime);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1279, 88);
     this.panelControl1.TabIndex = 193;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl1.Location             = new System.Drawing.Point(8, 11);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(356, 14);
     this.labelControl1.TabIndex = 4;
     this.labelControl1.Text     = "请注意导入的Excel数据字段和Excel模板一致,否则可能无法导入!";
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.btnCopyExcel);
     this.panel1.Controls.Add(this.btnOpenFile);
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Controls.Add(this.btnOpenExcel);
     this.panel1.Controls.Add(this.txtFileFullPath);
     this.panel1.Controls.Add(this.labelControl4);
     this.panel1.Controls.Add(this.lblDownload);
     this.panel1.Location = new System.Drawing.Point(4, 35);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1270, 47);
     this.panel1.TabIndex = 7;
     //
     // FrmImportExcelByTemplate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1279, 677);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.panelControl1);
     this.Name          = "FrmImportExcelByTemplate";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "导入指定Excel";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FrmImportExcelByTemplate_FormClosing);
     this.Load         += new System.EventHandler(this.FrmImportExcelByTemplate_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlImportExcel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewImportExcel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckGetServerPrintMark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFileFullPath.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckUserDefaultSendMan.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckTodaySend.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SuperToolTip     superToolTip1     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip2     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip3     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip4     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip5     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip6     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip7     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
     this.bmMantenimiento      = new DevExpress.XtraBars.BarManager(this.components);
     this.BarMnt               = new DevExpress.XtraBars.Bar();
     this.btnNuevo             = new DevExpress.XtraBars.BarButtonItem();
     this.btnGrabar            = new DevExpress.XtraBars.BarButtonItem();
     this.btnGrabarCerrar      = new DevExpress.XtraBars.BarButtonItem();
     this.btnGrabarNuevo       = new DevExpress.XtraBars.BarButtonItem();
     this.btnEliminar          = new DevExpress.XtraBars.BarButtonItem();
     this.btnLimpiarCampos     = new DevExpress.XtraBars.BarButtonItem();
     this.btnActualizar        = new DevExpress.XtraBars.BarButtonItem();
     this.btnCerrar            = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.iIdsucursal          = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView3            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn10         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl4        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3        = new DevExpress.XtraEditors.LabelControl();
     this.pkIdEntidad          = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.iIddistrito          = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView2            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rCodigoalmacen       = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5        = new DevExpress.XtraEditors.LabelControl();
     this.iNombrealmacen       = new DevExpress.XtraEditors.TextEdit();
     this.labelControl7        = new DevExpress.XtraEditors.LabelControl();
     this.iDireccionalmacen    = new DevExpress.XtraEditors.TextEdit();
     this.iEsactivo            = new DevExpress.XtraEditors.CheckEdit();
     this.iIdubicaciondefecto  = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView1            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl9        = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdsucursal.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIddistrito.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rCodigoalmacen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombrealmacen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iDireccionalmacen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iEsactivo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdubicaciondefecto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // bmMantenimiento
     //
     this.bmMantenimiento.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.BarMnt
     });
     this.bmMantenimiento.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
         new DevExpress.XtraBars.BarManagerCategory("Mantenimiento", new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5")),
         new DevExpress.XtraBars.BarManagerCategory("Navegación", new System.Guid("914e515b-0bf8-4995-97b2-cce8dc1d7479"))
     });
     this.bmMantenimiento.DockControls.Add(this.barDockControlTop);
     this.bmMantenimiento.DockControls.Add(this.barDockControlBottom);
     this.bmMantenimiento.DockControls.Add(this.barDockControlLeft);
     this.bmMantenimiento.DockControls.Add(this.barDockControlRight);
     this.bmMantenimiento.Form = this;
     this.bmMantenimiento.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnNuevo,
         this.btnGrabar,
         this.btnGrabarCerrar,
         this.btnGrabarNuevo,
         this.btnLimpiarCampos,
         this.btnEliminar,
         this.btnCerrar,
         this.btnActualizar
     });
     this.bmMantenimiento.MaxItemId  = 84;
     this.bmMantenimiento.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bmMantenimiento_ItemClick);
     //
     // BarMnt
     //
     this.BarMnt.BarName      = "Tools Mantenimiento";
     this.BarMnt.CanDockStyle = ((DevExpress.XtraBars.BarCanDockStyle)(((((DevExpress.XtraBars.BarCanDockStyle.Left | DevExpress.XtraBars.BarCanDockStyle.Top)
                                                                          | DevExpress.XtraBars.BarCanDockStyle.Right)
                                                                         | DevExpress.XtraBars.BarCanDockStyle.Bottom)
                                                                        | DevExpress.XtraBars.BarCanDockStyle.Standalone)));
     this.BarMnt.DockCol       = 0;
     this.BarMnt.DockRow       = 0;
     this.BarMnt.DockStyle     = DevExpress.XtraBars.BarDockStyle.Top;
     this.BarMnt.FloatLocation = new System.Drawing.Point(376, 165);
     this.BarMnt.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnNuevo, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGrabar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGrabarCerrar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGrabarNuevo, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnEliminar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnLimpiarCampos, true),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnActualizar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCerrar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.BarMnt.OptionsBar.UseWholeRow = true;
     this.BarMnt.Text = "Barra de herramientas";
     //
     // btnNuevo
     //
     this.btnNuevo.Caption                  = "Nuevo";
     this.btnNuevo.CategoryGuid             = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnNuevo.Glyph                    = global::WinFormsApp.Properties.Resources.Action_New;
     this.btnNuevo.Id                       = 55;
     this.btnNuevo.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
     this.btnNuevo.LargeGlyph               = global::WinFormsApp.Properties.Resources.Action_New_32x32;
     this.btnNuevo.Name                     = "btnNuevo";
     this.btnNuevo.ShortcutKeyDisplayString = "Ctrl +N";
     toolTipTitleItem1.Text                 = "Nuevo (Ctrl + N)";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnNuevo.SuperTip = superToolTip1;
     //
     // btnGrabar
     //
     this.btnGrabar.Caption      = "Grabar";
     this.btnGrabar.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnGrabar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Save;
     this.btnGrabar.Id           = 78;
     this.btnGrabar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G));
     this.btnGrabar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Save_32x32;
     this.btnGrabar.Name         = "btnGrabar";
     toolTipTitleItem2.Text      = "Grabar (Ctrl + G)";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnGrabar.SuperTip = superToolTip2;
     //
     // btnGrabarCerrar
     //
     this.btnGrabarCerrar.Caption      = "Grabar y cerrar";
     this.btnGrabarCerrar.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnGrabarCerrar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Save_Close;
     this.btnGrabarCerrar.Id           = 79;
     this.btnGrabarCerrar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Enter));
     this.btnGrabarCerrar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Save_Close_32x32;
     this.btnGrabarCerrar.Name         = "btnGrabarCerrar";
     toolTipTitleItem3.Text            = "Grabar y cerrar (Ctrl + Enter)";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnGrabarCerrar.SuperTip = superToolTip3;
     //
     // btnGrabarNuevo
     //
     this.btnGrabarNuevo.Caption      = "Grabar y nuevo";
     this.btnGrabarNuevo.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnGrabarNuevo.Glyph        = global::WinFormsApp.Properties.Resources.Action_Save_New;
     this.btnGrabarNuevo.Id           = 80;
     this.btnGrabarNuevo.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Insert));
     this.btnGrabarNuevo.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Save_New_32x32;
     this.btnGrabarNuevo.Name         = "btnGrabarNuevo";
     toolTipTitleItem4.Text           = "Grabar y Nuevo (Ctrl + Ins)";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.btnGrabarNuevo.SuperTip = superToolTip4;
     //
     // btnEliminar
     //
     this.btnEliminar.Caption                  = "Eliminar";
     this.btnEliminar.CategoryGuid             = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnEliminar.Glyph                    = global::WinFormsApp.Properties.Resources.Action_Delete;
     this.btnEliminar.Id                       = 57;
     this.btnEliminar.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.btnEliminar.LargeGlyph               = global::WinFormsApp.Properties.Resources.Action_Delete_32x32;
     this.btnEliminar.Name                     = "btnEliminar";
     this.btnEliminar.ShortcutKeyDisplayString = "Ctrl + E";
     toolTipTitleItem5.Text                    = "Eliminar (Ctrl + E)\r\n";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.btnEliminar.SuperTip = superToolTip5;
     //
     // btnLimpiarCampos
     //
     this.btnLimpiarCampos.Caption      = "Limpiar campos";
     this.btnLimpiarCampos.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnLimpiarCampos.Id           = 82;
     this.btnLimpiarCampos.Name         = "btnLimpiarCampos";
     //
     // btnActualizar
     //
     this.btnActualizar.Caption      = "Actualizar";
     this.btnActualizar.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnActualizar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Refresh;
     this.btnActualizar.Id           = 77;
     this.btnActualizar.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
     this.btnActualizar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Refresh_32x32;
     this.btnActualizar.Name         = "btnActualizar";
     toolTipTitleItem6.Text          = "Actualizar (F5)";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.btnActualizar.SuperTip = superToolTip6;
     //
     // btnCerrar
     //
     this.btnCerrar.Caption      = "Salir";
     this.btnCerrar.CategoryGuid = new System.Guid("914e515b-0bf8-4995-97b2-cce8dc1d7479");
     this.btnCerrar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Close;
     this.btnCerrar.Id           = 75;
     this.btnCerrar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.btnCerrar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Close_32x32;
     this.btnCerrar.Name         = "btnCerrar";
     toolTipTitleItem7.Text      = "Salir de ventana (Ctrl + S)";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.btnCerrar.SuperTip = superToolTip7;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(780, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 241);
     this.barDockControlBottom.Size             = new System.Drawing.Size(780, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 210);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(780, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 210);
     //
     // iIdsucursal
     //
     this.iIdsucursal.Enabled     = false;
     this.iIdsucursal.Location    = new System.Drawing.Point(131, 65);
     this.iIdsucursal.MenuManager = this.bmMantenimiento;
     this.iIdsucursal.Name        = "iIdsucursal";
     this.iIdsucursal.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdsucursal.Properties.PopupFormSize = new System.Drawing.Size(500, 0);
     this.iIdsucursal.Properties.View          = this.gridView3;
     this.iIdsucursal.Size     = new System.Drawing.Size(459, 20);
     this.iIdsucursal.TabIndex = 3;
     this.iIdsucursal.Tag      = "Seleccione la sucursal";
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn10,
         this.gridColumn11
     });
     this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView3.Name           = "gridView3";
     this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "Id.";
     this.gridColumn10.FieldName = "Idsucursal";
     this.gridColumn10.Name      = "gridColumn10";
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "Sucursal";
     this.gridColumn11.FieldName    = "Nombresucursal";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 0;
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(12, 68);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(40, 13);
     this.labelControl4.TabIndex = 2;
     this.labelControl4.Text     = "Sucursal";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(12, 168);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(34, 13);
     this.labelControl3.TabIndex = 10;
     this.labelControl3.Text     = "Distrito";
     //
     // pkIdEntidad
     //
     this.pkIdEntidad.EditValue               = "0";
     this.pkIdEntidad.Location                = new System.Drawing.Point(131, 39);
     this.pkIdEntidad.MenuManager             = this.bmMantenimiento;
     this.pkIdEntidad.Name                    = "pkIdEntidad";
     this.pkIdEntidad.Properties.AllowFocused = false;
     this.pkIdEntidad.Properties.Appearance.Options.UseTextOptions = true;
     this.pkIdEntidad.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.pkIdEntidad.Properties.ReadOnly = true;
     this.pkIdEntidad.Size     = new System.Drawing.Size(59, 20);
     this.pkIdEntidad.TabIndex = 1;
     this.pkIdEntidad.TabStop  = false;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 42);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(14, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Id.";
     //
     // iIddistrito
     //
     this.iIddistrito.Location    = new System.Drawing.Point(131, 165);
     this.iIddistrito.MenuManager = this.bmMantenimiento;
     this.iIddistrito.Name        = "iIddistrito";
     this.iIddistrito.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIddistrito.Properties.PopupFormSize = new System.Drawing.Size(500, 0);
     this.iIddistrito.Properties.View          = this.gridView2;
     this.iIddistrito.Size     = new System.Drawing.Size(602, 20);
     this.iIddistrito.TabIndex = 11;
     this.iIddistrito.Tag      = "Seleccione el tipo de impuesto";
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn3,
         this.gridColumn4
     });
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView2.Name           = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "Id.";
     this.gridColumn3.FieldName = "Iddistrito";
     this.gridColumn3.Name      = "gridColumn3";
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "Departamento/Provincia/Distrito";
     this.gridColumn4.FieldName    = "Nombreubigeo";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 0;
     //
     // rCodigoalmacen
     //
     this.rCodigoalmacen.Location    = new System.Drawing.Point(131, 89);
     this.rCodigoalmacen.MenuManager = this.bmMantenimiento;
     this.rCodigoalmacen.Name        = "rCodigoalmacen";
     this.rCodigoalmacen.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.rCodigoalmacen.Properties.MaxLength       = 3;
     this.rCodigoalmacen.Size     = new System.Drawing.Size(59, 20);
     this.rCodigoalmacen.TabIndex = 5;
     this.rCodigoalmacen.Tag      = "Ingrese el código";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(12, 117);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(54, 13);
     this.labelControl2.TabIndex = 6;
     this.labelControl2.Text     = "Descripcion";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(12, 93);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(33, 13);
     this.labelControl5.TabIndex = 4;
     this.labelControl5.Text     = "Codigo";
     //
     // iNombrealmacen
     //
     this.iNombrealmacen.Location    = new System.Drawing.Point(131, 114);
     this.iNombrealmacen.MenuManager = this.bmMantenimiento;
     this.iNombrealmacen.Name        = "iNombrealmacen";
     this.iNombrealmacen.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.iNombrealmacen.Properties.MaxLength       = 100;
     this.iNombrealmacen.Size     = new System.Drawing.Size(459, 20);
     this.iNombrealmacen.TabIndex = 7;
     this.iNombrealmacen.Tag      = "Ingrese Descripción";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(12, 142);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(43, 13);
     this.labelControl7.TabIndex = 8;
     this.labelControl7.Text     = "Direccion";
     //
     // iDireccionalmacen
     //
     this.iDireccionalmacen.Location    = new System.Drawing.Point(131, 139);
     this.iDireccionalmacen.MenuManager = this.bmMantenimiento;
     this.iDireccionalmacen.Name        = "iDireccionalmacen";
     this.iDireccionalmacen.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.iDireccionalmacen.Properties.MaxLength       = 100;
     this.iDireccionalmacen.Size     = new System.Drawing.Size(602, 20);
     this.iDireccionalmacen.TabIndex = 9;
     this.iDireccionalmacen.Tag      = "Ingrese Descripción";
     //
     // iEsactivo
     //
     this.iEsactivo.EditValue            = true;
     this.iEsactivo.Location             = new System.Drawing.Point(131, 217);
     this.iEsactivo.MenuManager          = this.bmMantenimiento;
     this.iEsactivo.Name                 = "iEsactivo";
     this.iEsactivo.Properties.AutoWidth = true;
     this.iEsactivo.Properties.Caption   = "Activo";
     this.iEsactivo.Size                 = new System.Drawing.Size(52, 19);
     this.iEsactivo.TabIndex             = 14;
     //
     // iIdubicaciondefecto
     //
     this.iIdubicaciondefecto.Location = new System.Drawing.Point(131, 191);
     this.iIdubicaciondefecto.Name     = "iIdubicaciondefecto";
     this.iIdubicaciondefecto.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdubicaciondefecto.Properties.PopupFormSize    = new System.Drawing.Size(500, 0);
     this.iIdubicaciondefecto.Properties.ShowAddNewButton = true;
     this.iIdubicaciondefecto.Properties.View             = this.gridView1;
     this.iIdubicaciondefecto.Size     = new System.Drawing.Size(459, 20);
     this.iIdubicaciondefecto.TabIndex = 13;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn5,
         this.gridColumn6
     });
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name           = "gridView1";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Id.";
     this.gridColumn1.FieldName = "Idubicacion";
     this.gridColumn1.Name      = "gridColumn1";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Ubicacion";
     this.gridColumn2.FieldName    = "Nombreubicacion";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "Almacen";
     this.gridColumn5.FieldName    = "Nombrealmacen";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 1;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "Sucursal";
     this.gridColumn6.FieldName    = "Nombresucursal";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 2;
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(12, 194);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(104, 13);
     this.labelControl9.TabIndex = 12;
     this.labelControl9.Text     = "Ubicacion por defecto";
     //
     // AlmacenMntFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(780, 241);
     this.Controls.Add(this.iIdubicaciondefecto);
     this.Controls.Add(this.labelControl9);
     this.Controls.Add(this.iEsactivo);
     this.Controls.Add(this.labelControl7);
     this.Controls.Add(this.iDireccionalmacen);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.iNombrealmacen);
     this.Controls.Add(this.iIddistrito);
     this.Controls.Add(this.pkIdEntidad);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.iIdsucursal);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.rCodigoalmacen);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "AlmacenMntFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Mantenimiento de Almacenes";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.AlmacenMntFrm_FormClosing);
     this.Load           += new System.EventHandler(this.AlmacenMntFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.AlmacenMntFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdsucursal.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIddistrito.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rCodigoalmacen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombrealmacen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iDireccionalmacen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iEsactivo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdubicaciondefecto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem1  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem2  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem3  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem4  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem5  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem6  = new DevExpress.Utils.ToolTipItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(formStage));
     this.barManager1          = new DevExpress.XtraBars.BarManager();
     this.bar2                 = new DevExpress.XtraBars.Bar();
     this.btnAdd               = new DevExpress.XtraBars.BarButtonItem();
     this.btnEdit              = new DevExpress.XtraBars.BarButtonItem();
     this.btnSave              = new DevExpress.XtraBars.BarButtonItem();
     this.btnRemove            = new DevExpress.XtraBars.BarButtonItem();
     this.btnRefresh           = new DevExpress.XtraBars.BarButtonItem();
     this.btnCancel            = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.lyoutControlStage    = new DevExpress.XtraLayout.LayoutControl();
     this.txtEdtStatus         = new DevExpress.XtraEditors.TextEdit();
     this.txtEdtStageSubject   = new DevExpress.XtraEditors.TextEdit();
     this.txtEdtStage          = new DevExpress.XtraEditors.TextEdit();
     this.cbbProjectID         = new System.Windows.Forms.ComboBox();
     this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4   = new DevExpress.XtraLayout.LayoutControlItem();
     this.grdCtrlStage         = new DevExpress.XtraGrid.GridControl();
     this.grvStage             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4          = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lyoutControlStage)).BeginInit();
     this.lyoutControlStage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtStageSubject.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtStage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdCtrlStage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvStage)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnAdd,
         this.btnEdit,
         this.btnSave,
         this.btnRemove,
         this.btnRefresh,
         this.btnCancel
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 6;
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnAdd, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnEdit, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnSave, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnRemove, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnRefresh, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCancel, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder          = false;
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // btnAdd
     //
     this.btnAdd.Caption = "Add";
     this.btnAdd.Glyph   = global::ProjectManagement.Properties.Resources.add_24;
     this.btnAdd.Id      = 0;
     this.btnAdd.ItemAppearance.Normal.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAdd.ItemAppearance.Normal.Options.UseFont = true;
     this.btnAdd.Name  = "btnAdd";
     toolTipItem1.Text = "Ctrl + (+) ";
     superToolTip1.Items.Add(toolTipItem1);
     this.btnAdd.SuperTip   = superToolTip1;
     this.btnAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAdd_ItemClick);
     //
     // btnEdit
     //
     this.btnEdit.Caption = "Edit";
     this.btnEdit.Glyph   = global::ProjectManagement.Properties.Resources.edit_24;
     this.btnEdit.Id      = 1;
     this.btnEdit.ItemAppearance.Normal.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEdit.ItemAppearance.Normal.Options.UseFont = true;
     this.btnEdit.Name = "btnEdit";
     toolTipItem2.Text = "Ctrl + D";
     superToolTip2.Items.Add(toolTipItem2);
     this.btnEdit.SuperTip   = superToolTip2;
     this.btnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnEdit_ItemClick);
     //
     // btnSave
     //
     this.btnSave.Caption = "Save";
     this.btnSave.Glyph   = global::ProjectManagement.Properties.Resources.save_24;
     this.btnSave.Id      = 2;
     this.btnSave.ItemAppearance.Normal.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSave.ItemAppearance.Normal.Options.UseFont = true;
     this.btnSave.Name = "btnSave";
     toolTipItem3.Text = "Ctrl + S";
     superToolTip3.Items.Add(toolTipItem3);
     this.btnSave.SuperTip   = superToolTip3;
     this.btnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSave_ItemClick);
     //
     // btnRemove
     //
     this.btnRemove.Caption = "Remove";
     this.btnRemove.Glyph   = global::ProjectManagement.Properties.Resources.remove_24;
     this.btnRemove.Id      = 3;
     this.btnRemove.ItemAppearance.Normal.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRemove.ItemAppearance.Normal.Options.UseFont = true;
     this.btnRemove.Name = "btnRemove";
     toolTipItem4.Text   = "Ctrl + R";
     superToolTip4.Items.Add(toolTipItem4);
     this.btnRemove.SuperTip   = superToolTip4;
     this.btnRemove.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRemove_ItemClick);
     //
     // btnRefresh
     //
     this.btnRefresh.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.btnRefresh.Caption   = "Refresh";
     this.btnRefresh.Glyph     = global::ProjectManagement.Properties.Resources.refresh_24;
     this.btnRefresh.Id        = 4;
     this.btnRefresh.ItemAppearance.Normal.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefresh.ItemAppearance.Normal.Options.UseFont = true;
     this.btnRefresh.Name = "btnRefresh";
     toolTipItem5.Text    = "F5";
     superToolTip5.Items.Add(toolTipItem5);
     this.btnRefresh.SuperTip   = superToolTip5;
     this.btnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefresh_ItemClick);
     //
     // btnCancel
     //
     this.btnCancel.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.btnCancel.Caption   = "Cancel";
     this.btnCancel.Glyph     = global::ProjectManagement.Properties.Resources.cancel_24;
     this.btnCancel.Id        = 5;
     this.btnCancel.ItemAppearance.Normal.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.ItemAppearance.Normal.Options.UseFont = true;
     this.btnCancel.Name = "btnCancel";
     toolTipItem6.Text   = "Esc";
     superToolTip6.Items.Add(toolTipItem6);
     this.btnCancel.SuperTip   = superToolTip6;
     this.btnCancel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCancel_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(1031, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 567);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1031, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 533);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1031, 34);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 533);
     //
     // lyoutControlStage
     //
     this.lyoutControlStage.Controls.Add(this.txtEdtStatus);
     this.lyoutControlStage.Controls.Add(this.txtEdtStageSubject);
     this.lyoutControlStage.Controls.Add(this.txtEdtStage);
     this.lyoutControlStage.Controls.Add(this.cbbProjectID);
     this.lyoutControlStage.Dock     = System.Windows.Forms.DockStyle.Top;
     this.lyoutControlStage.Location = new System.Drawing.Point(0, 34);
     this.lyoutControlStage.Name     = "lyoutControlStage";
     this.lyoutControlStage.Root     = this.layoutControlGroup1;
     this.lyoutControlStage.Size     = new System.Drawing.Size(1031, 69);
     this.lyoutControlStage.TabIndex = 0;
     this.lyoutControlStage.Text     = "layoutControl1";
     //
     // txtEdtStatus
     //
     this.txtEdtStatus.Location        = new System.Drawing.Point(587, 37);
     this.txtEdtStatus.MenuManager     = this.barManager1;
     this.txtEdtStatus.Name            = "txtEdtStatus";
     this.txtEdtStatus.Size            = new System.Drawing.Size(432, 20);
     this.txtEdtStatus.StyleController = this.lyoutControlStage;
     this.txtEdtStatus.TabIndex        = 3;
     this.txtEdtStatus.TabStop         = false;
     //
     // txtEdtStageSubject
     //
     this.txtEdtStageSubject.Location             = new System.Drawing.Point(81, 37);
     this.txtEdtStageSubject.MenuManager          = this.barManager1;
     this.txtEdtStageSubject.Name                 = "txtEdtStageSubject";
     this.txtEdtStageSubject.Properties.MaxLength = 30;
     this.txtEdtStageSubject.Size                 = new System.Drawing.Size(433, 20);
     this.txtEdtStageSubject.StyleController      = this.lyoutControlStage;
     this.txtEdtStageSubject.TabIndex             = 2;
     this.txtEdtStageSubject.EditValueChanged    += new System.EventHandler(this.txtEdtStageSubject_EditValueChanged);
     this.txtEdtStageSubject.KeyDown             += new System.Windows.Forms.KeyEventHandler(this.txtEdtStageSubject_KeyDown);
     //
     // txtEdtStage
     //
     this.txtEdtStage.Location        = new System.Drawing.Point(587, 12);
     this.txtEdtStage.MenuManager     = this.barManager1;
     this.txtEdtStage.Name            = "txtEdtStage";
     this.txtEdtStage.Size            = new System.Drawing.Size(432, 20);
     this.txtEdtStage.StyleController = this.lyoutControlStage;
     this.txtEdtStage.TabIndex        = 1;
     this.txtEdtStage.TabStop         = false;
     //
     // cbbProjectID
     //
     this.cbbProjectID.FormattingEnabled = true;
     this.cbbProjectID.Location          = new System.Drawing.Point(81, 12);
     this.cbbProjectID.Name                      = "cbbProjectID";
     this.cbbProjectID.Size                      = new System.Drawing.Size(433, 21);
     this.cbbProjectID.TabIndex                  = 0;
     this.cbbProjectID.DropDown                 += new System.EventHandler(this.cbbProjectID_DropDown);
     this.cbbProjectID.SelectedIndexChanged     += new System.EventHandler(this.cbbProjectID_SelectedIndexChanged);
     this.cbbProjectID.SelectionChangeCommitted += new System.EventHandler(this.cbbProjectID_SelectionChangeCommitted);
     this.cbbProjectID.DropDownClosed           += new System.EventHandler(this.cbbProjectID_DropDownClosed);
     this.cbbProjectID.TextChanged              += new System.EventHandler(this.cbbProjectID_TextChanged);
     this.cbbProjectID.KeyDown                  += new System.Windows.Forms.KeyEventHandler(this.cbbProjectID_KeyDown);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem1,
         this.layoutControlItem4
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1031, 69);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control  = this.txtEdtStage;
     this.layoutControlItem2.Location = new System.Drawing.Point(506, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(505, 25);
     this.layoutControlItem2.Text     = "Stage (*)";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(66, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.txtEdtStageSubject;
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 25);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(506, 24);
     this.layoutControlItem3.Text     = "Stage subject";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(66, 13);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control  = this.cbbProjectID;
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(506, 25);
     this.layoutControlItem1.Text     = "Project ID (*)";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(66, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control  = this.txtEdtStatus;
     this.layoutControlItem4.Location = new System.Drawing.Point(506, 25);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(505, 24);
     this.layoutControlItem4.Text     = "Status";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(66, 13);
     //
     // grdCtrlStage
     //
     this.grdCtrlStage.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.grdCtrlStage.Location             = new System.Drawing.Point(0, 103);
     this.grdCtrlStage.MainView             = this.grvStage;
     this.grdCtrlStage.MenuManager          = this.barManager1;
     this.grdCtrlStage.Name                 = "grdCtrlStage";
     this.grdCtrlStage.Size                 = new System.Drawing.Size(1031, 464);
     this.grdCtrlStage.TabIndex             = 1;
     this.grdCtrlStage.UseEmbeddedNavigator = true;
     this.grdCtrlStage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.grvStage
     });
     //
     // grvStage
     //
     this.grvStage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4
     });
     this.grvStage.GridControl = this.grdCtrlStage;
     this.grvStage.Name        = "grvStage";
     this.grvStage.OptionsFind.AlwaysVisible     = true;
     this.grvStage.OptionsFind.FindDelay         = 100;
     this.grvStage.OptionsView.ShowAutoFilterRow = true;
     this.grvStage.RowHeight = 35;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Project ID";
     this.gridColumn1.FieldName = "PROJECTID";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.gridColumn2.Caption   = "Stage";
     this.gridColumn2.FieldName = "STAGE";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "Stage subject";
     this.gridColumn3.FieldName = "STAGESUBJECT";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "Status";
     this.gridColumn4.FieldName = "STATUS";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // formStage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1031, 567);
     this.Controls.Add(this.grdCtrlStage);
     this.Controls.Add(this.lyoutControlStage);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview  = true;
     this.Name        = "formStage";
     this.Text        = "Stage";
     this.Activated  += new System.EventHandler(this.formStage_Activated);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.formStage_FormClosed);
     this.Load       += new System.EventHandler(this.formStage_Load);
     this.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.formStage_KeyUp);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lyoutControlStage)).EndInit();
     this.lyoutControlStage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtStageSubject.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtStage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdCtrlStage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvStage)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler             timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler             timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     DevExpress.Utils.SuperToolTip     superToolTip1           = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1       = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem1            = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip2           = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2       = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem2            = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip3           = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3       = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem3            = new DevExpress.Utils.ToolTipItem();
     this.schedulerControl1       = new DevExpress.XtraScheduler.SchedulerControl();
     this.ribbonControl1          = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.openScheduleItem1       = new DevExpress.XtraScheduler.UI.OpenScheduleItem();
     this.saveScheduleItem1       = new DevExpress.XtraScheduler.UI.SaveScheduleItem();
     this.printPreviewItem1       = new DevExpress.XtraScheduler.UI.PrintPreviewItem();
     this.printItem1              = new DevExpress.XtraScheduler.UI.PrintItem();
     this.printPageSetupItem1     = new DevExpress.XtraScheduler.UI.PrintPageSetupItem();
     this.btnAddMyDailyPrintStyle = new DevExpress.XtraBars.BarButtonItem();
     this.btnShowPreview          = new DevExpress.XtraBars.BarButtonItem();
     this.fileRibbonPage1         = new DevExpress.XtraScheduler.UI.FileRibbonPage();
     this.commonRibbonPageGroup1  = new DevExpress.XtraScheduler.UI.CommonRibbonPageGroup();
     this.printRibbonPageGroup1   = new DevExpress.XtraScheduler.UI.PrintRibbonPageGroup();
     this.schedulerStorage1       = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.dateNavigator1          = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerBarController1 = new DevExpress.XtraScheduler.UI.SchedulerBarController();
     this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
     this.Test = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.repositoryItemFontEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
     this.Selection = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBarController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit2)).BeginInit();
     this.SuspendLayout();
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location    = new System.Drawing.Point(0, 142);
     this.schedulerControl1.MenuManager = this.ribbonControl1;
     this.schedulerControl1.Name        = "schedulerControl1";
     this.schedulerControl1.Size        = new System.Drawing.Size(605, 419);
     this.schedulerControl1.Start       = new System.DateTime(2014, 9, 3, 0, 0, 0, 0);
     this.schedulerControl1.Storage     = this.schedulerStorage1;
     this.schedulerControl1.TabIndex    = 0;
     this.schedulerControl1.Text        = "schedulerControl1";
     this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler1);
     this.schedulerControl1.Views.GanttView.Enabled    = false;
     this.schedulerControl1.Views.MonthView.Enabled    = false;
     this.schedulerControl1.Views.TimelineView.Enabled = false;
     this.schedulerControl1.Views.WeekView.Enabled     = false;
     this.schedulerControl1.Views.WorkWeekView.Enabled = false;
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem,
         this.openScheduleItem1,
         this.saveScheduleItem1,
         this.printPreviewItem1,
         this.printItem1,
         this.printPageSetupItem1,
         this.btnAddMyDailyPrintStyle,
         this.btnShowPreview,
         this.Selection
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 12;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.fileRibbonPage1
     });
     this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemFontEdit1,
         this.repositoryItemFontEdit2
     });
     this.ribbonControl1.Size = new System.Drawing.Size(784, 142);
     //
     // openScheduleItem1
     //
     this.openScheduleItem1.Id   = 1;
     this.openScheduleItem1.Name = "openScheduleItem1";
     //
     // saveScheduleItem1
     //
     this.saveScheduleItem1.Id   = 2;
     this.saveScheduleItem1.Name = "saveScheduleItem1";
     //
     // printPreviewItem1
     //
     this.printPreviewItem1.Id   = 3;
     this.printPreviewItem1.Name = "printPreviewItem1";
     //
     // printItem1
     //
     this.printItem1.Id   = 4;
     this.printItem1.Name = "printItem1";
     //
     // printPageSetupItem1
     //
     this.printPageSetupItem1.Id   = 5;
     this.printPageSetupItem1.Name = "printPageSetupItem1";
     //
     // btnAddMyDailyPrintStyle
     //
     this.btnAddMyDailyPrintStyle.Caption     = "Add MyDailyPrintStyle";
     this.btnAddMyDailyPrintStyle.Glyph       = ((System.Drawing.Image)(resources.GetObject("btnAddMyDailyPrintStyle.Glyph")));
     this.btnAddMyDailyPrintStyle.Id          = 6;
     this.btnAddMyDailyPrintStyle.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("btnAddMyDailyPrintStyle.LargeGlyph")));
     this.btnAddMyDailyPrintStyle.Name        = "btnAddMyDailyPrintStyle";
     this.btnAddMyDailyPrintStyle.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     toolTipTitleItem1.Text  = "MyDailyPrintStyle";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "Create MyDailyPrintStyle and add it to the collection of print styles.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.btnAddMyDailyPrintStyle.SuperTip   = superToolTip1;
     this.btnAddMyDailyPrintStyle.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAddMyPrintStyle_ItemClick);
     //
     // btnShowPreview
     //
     this.btnShowPreview.Caption     = "MyDailyPrintStyle";
     this.btnShowPreview.Glyph       = ((System.Drawing.Image)(resources.GetObject("btnShowPreview.Glyph")));
     this.btnShowPreview.Id          = 7;
     this.btnShowPreview.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("btnShowPreview.LargeGlyph")));
     this.btnShowPreview.Name        = "btnShowPreview";
     this.btnShowPreview.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     toolTipTitleItem2.Text          = "Print Preview";
     toolTipItem2.LeftIndent         = 6;
     toolTipItem2.Text = "Show print preview using MyDailyPrintStyle.";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.btnShowPreview.SuperTip   = superToolTip2;
     this.btnShowPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnShowPreview_ItemClick);
     //
     // fileRibbonPage1
     //
     this.fileRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.commonRibbonPageGroup1,
         this.printRibbonPageGroup1,
         this.Test
     });
     this.fileRibbonPage1.Name = "fileRibbonPage1";
     //
     // commonRibbonPageGroup1
     //
     this.commonRibbonPageGroup1.ItemLinks.Add(this.openScheduleItem1);
     this.commonRibbonPageGroup1.ItemLinks.Add(this.saveScheduleItem1);
     this.commonRibbonPageGroup1.Name = "commonRibbonPageGroup1";
     //
     // printRibbonPageGroup1
     //
     this.printRibbonPageGroup1.ItemLinks.Add(this.printPreviewItem1);
     this.printRibbonPageGroup1.ItemLinks.Add(this.printItem1);
     this.printRibbonPageGroup1.ItemLinks.Add(this.printPageSetupItem1);
     this.printRibbonPageGroup1.Name = "printRibbonPageGroup1";
     //
     // dateNavigator1
     //
     this.dateNavigator1.Dock             = System.Windows.Forms.DockStyle.Right;
     this.dateNavigator1.Location         = new System.Drawing.Point(605, 142);
     this.dateNavigator1.Name             = "dateNavigator1";
     this.dateNavigator1.CellPadding      = new System.Windows.Forms.Padding(2);
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.Size             = new System.Drawing.Size(179, 419);
     this.dateNavigator1.TabIndex         = 2;
     //
     // schedulerBarController1
     //
     this.schedulerBarController1.BarItems.Add(this.openScheduleItem1);
     this.schedulerBarController1.BarItems.Add(this.saveScheduleItem1);
     this.schedulerBarController1.BarItems.Add(this.printPreviewItem1);
     this.schedulerBarController1.BarItems.Add(this.printItem1);
     this.schedulerBarController1.BarItems.Add(this.printPageSetupItem1);
     this.schedulerBarController1.Control = this.schedulerControl1;
     //
     // repositoryItemFontEdit1
     //
     this.repositoryItemFontEdit1.AutoHeight = false;
     this.repositoryItemFontEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemFontEdit1.Name = "repositoryItemFontEdit1";
     //
     // Test
     //
     this.Test.ItemLinks.Add(this.btnAddMyDailyPrintStyle);
     this.Test.ItemLinks.Add(this.btnShowPreview);
     this.Test.ItemLinks.Add(this.Selection);
     this.Test.Name = "Test";
     this.Test.Text = "Test";
     //
     // repositoryItemFontEdit2
     //
     this.repositoryItemFontEdit2.AutoHeight = false;
     this.repositoryItemFontEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemFontEdit2.Name = "repositoryItemFontEdit2";
     //
     // Selection
     //
     this.Selection.Caption     = "Selection with DayView TimeScale";
     this.Selection.Glyph       = ((System.Drawing.Image)(resources.GetObject("Selection.Glyph")));
     this.Selection.Id          = 10;
     this.Selection.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("Selection.LargeGlyph")));
     this.Selection.Name        = "Selection";
     this.Selection.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     toolTipTitleItem3.Text     = "Print Preview Selection";
     toolTipItem3.LeftIndent    = 6;
     toolTipItem3.Text          = "Click an drag in the scheduler to select a time interval. Click this button to ad" +
                                  "just print style settings and show the print preview.";
     superToolTip3.Items.Add(toolTipTitleItem3);
     superToolTip3.Items.Add(toolTipItem3);
     this.Selection.SuperTip   = superToolTip3;
     this.Selection.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUseDayViewScale_ItemClick);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.schedulerControl1);
     this.Controls.Add(this.dateNavigator1);
     this.Controls.Add(this.ribbonControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerBarController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InventarioDetSerieMntItemDinamicoFrm));
     DevExpress.Utils.SuperToolTip     superToolTip5          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip6          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6      = new DevExpress.Utils.ToolTipTitleItem();
     this.bmMntItems                 = new DevExpress.XtraBars.BarManager(this.components);
     this.barMntItems                = new DevExpress.XtraBars.Bar();
     this.btnGrabarItem              = new DevExpress.XtraBars.BarButtonItem();
     this.btnCancelarItem            = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop          = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft         = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight        = new DevExpress.XtraBars.BarDockControl();
     this.iIdinventariostockdetserie = new DevExpress.XtraEditors.TextEdit();
     this.iCodigointernoitem         = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2              = new DevExpress.XtraEditors.LabelControl();
     this.iNumeroserieitem           = new DevExpress.XtraEditors.TextEdit();
     this.labelControl5              = new DevExpress.XtraEditors.LabelControl();
     this.iIdseriearticulo           = new DevExpress.XtraEditors.TextEdit();
     this.iFecharegistro             = new DevExpress.XtraEditors.DateEdit();
     this.labelControl1              = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.bmMntItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdinventariostockdetserie.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iCodigointernoitem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNumeroserieitem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdseriearticulo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFecharegistro.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFecharegistro.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // bmMntItems
     //
     this.bmMntItems.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barMntItems
     });
     this.bmMntItems.DockControls.Add(this.barDockControlTop);
     this.bmMntItems.DockControls.Add(this.barDockControlBottom);
     this.bmMntItems.DockControls.Add(this.barDockControlLeft);
     this.bmMntItems.DockControls.Add(this.barDockControlRight);
     this.bmMntItems.Form = this;
     this.bmMntItems.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnGrabarItem,
         this.btnCancelarItem
     });
     this.bmMntItems.MaxItemId  = 3;
     this.bmMntItems.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bmMntItems_ItemClick);
     //
     // barMntItems
     //
     this.barMntItems.BarName      = "Tools";
     this.barMntItems.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
     this.barMntItems.DockCol      = 0;
     this.barMntItems.DockRow      = 0;
     this.barMntItems.DockStyle    = DevExpress.XtraBars.BarDockStyle.Top;
     this.barMntItems.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGrabarItem, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCancelarItem, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.barMntItems.OptionsBar.UseWholeRow = true;
     this.barMntItems.Text = "Tools";
     //
     // btnGrabarItem
     //
     this.btnGrabarItem.Caption      = "Grabar";
     this.btnGrabarItem.Glyph        = ((System.Drawing.Image)(resources.GetObject("btnGrabarItem.Glyph")));
     this.btnGrabarItem.Id           = 0;
     this.btnGrabarItem.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Enter));
     this.btnGrabarItem.Name         = "btnGrabarItem";
     toolTipTitleItem5.Text          = "Grabar y cerrar (Ctrl + Enter)";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.btnGrabarItem.SuperTip = superToolTip5;
     //
     // btnCancelarItem
     //
     this.btnCancelarItem.Caption      = "Cancelar";
     this.btnCancelarItem.Glyph        = ((System.Drawing.Image)(resources.GetObject("btnCancelarItem.Glyph")));
     this.btnCancelarItem.Id           = 1;
     this.btnCancelarItem.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.btnCancelarItem.Name         = "btnCancelarItem";
     toolTipTitleItem6.Text            = "Cancelar y cerrar ventana (Ctrl + S)";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.btnCancelarItem.SuperTip = superToolTip6;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(547, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 118);
     this.barDockControlBottom.Size             = new System.Drawing.Size(547, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 87);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(547, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 87);
     //
     // iIdinventariostockdetserie
     //
     this.iIdinventariostockdetserie.EditValue = 0;
     this.iIdinventariostockdetserie.Location  = new System.Drawing.Point(261, 63);
     this.iIdinventariostockdetserie.Name      = "iIdinventariostockdetserie";
     this.iIdinventariostockdetserie.Properties.AllowFocused = false;
     this.iIdinventariostockdetserie.Properties.Appearance.Options.UseTextOptions = true;
     this.iIdinventariostockdetserie.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.iIdinventariostockdetserie.Properties.ReadOnly = true;
     this.iIdinventariostockdetserie.Size     = new System.Drawing.Size(59, 20);
     this.iIdinventariostockdetserie.TabIndex = 8;
     this.iIdinventariostockdetserie.TabStop  = false;
     this.iIdinventariostockdetserie.Visible  = false;
     //
     // iCodigointernoitem
     //
     this.iCodigointernoitem.Location = new System.Drawing.Point(95, 63);
     this.iCodigointernoitem.Name     = "iCodigointernoitem";
     this.iCodigointernoitem.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.iCodigointernoitem.Properties.MaxLength       = 50;
     this.iCodigointernoitem.Size     = new System.Drawing.Size(160, 20);
     this.iCodigointernoitem.TabIndex = 3;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(10, 66);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(70, 13);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "Código interno";
     //
     // iNumeroserieitem
     //
     this.iNumeroserieitem.Location = new System.Drawing.Point(95, 37);
     this.iNumeroserieitem.Name     = "iNumeroserieitem";
     this.iNumeroserieitem.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.iNumeroserieitem.Properties.MaxLength       = 50;
     this.iNumeroserieitem.Size     = new System.Drawing.Size(409, 20);
     this.iNumeroserieitem.TabIndex = 1;
     this.iNumeroserieitem.Tag      = "Ingrese el Nº de serie";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(10, 40);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(39, 13);
     this.labelControl5.TabIndex = 0;
     this.labelControl5.Text     = "Nº Serie";
     //
     // iIdseriearticulo
     //
     this.iIdseriearticulo.EditValue = 0;
     this.iIdseriearticulo.Location  = new System.Drawing.Point(326, 63);
     this.iIdseriearticulo.Name      = "iIdseriearticulo";
     this.iIdseriearticulo.Properties.AllowFocused = false;
     this.iIdseriearticulo.Properties.Appearance.Options.UseTextOptions = true;
     this.iIdseriearticulo.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.iIdseriearticulo.Properties.ReadOnly = true;
     this.iIdseriearticulo.Size     = new System.Drawing.Size(59, 20);
     this.iIdseriearticulo.TabIndex = 13;
     this.iIdseriearticulo.TabStop  = false;
     this.iIdseriearticulo.Visible  = false;
     //
     // iFecharegistro
     //
     this.iFecharegistro.EditValue   = null;
     this.iFecharegistro.Location    = new System.Drawing.Point(95, 89);
     this.iFecharegistro.MenuManager = this.bmMntItems;
     this.iFecharegistro.Name        = "iFecharegistro";
     this.iFecharegistro.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iFecharegistro.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iFecharegistro.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
     this.iFecharegistro.Size     = new System.Drawing.Size(100, 20);
     this.iFecharegistro.TabIndex = 18;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(10, 92);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(69, 13);
     this.labelControl1.TabIndex = 19;
     this.labelControl1.Text     = "Fecha registro";
     //
     // InventarioDetSerieMntItemDinamicoFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(547, 118);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.iFecharegistro);
     this.Controls.Add(this.iIdseriearticulo);
     this.Controls.Add(this.iCodigointernoitem);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.iNumeroserieitem);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.iIdinventariostockdetserie);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "InventarioDetSerieMntItemDinamicoFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Serie de articulo";
     this.Load           += new System.EventHandler(this.InventarioDetSerieMntItemDinamicoFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.InventarioDetSerieMntItemDinamicoFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.bmMntItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdinventariostockdetserie.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iCodigointernoitem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNumeroserieitem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdseriearticulo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFecharegistro.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFecharegistro.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 32
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.applicationMenu1 = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.barOpen = new DevExpress.XtraBars.BarButtonItem();
            this.barClose = new DevExpress.XtraBars.BarButtonItem();
            this.barExit = new DevExpress.XtraBars.BarButtonItem();
            this.barApplications = new DevExpress.XtraBars.BarButtonItem();
            this.barEnvironments = new DevExpress.XtraBars.BarButtonItem();
            this.barUsers = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barSelectLocalDataFile = new DevExpress.XtraBars.BarSubItem();
            this.barDatabase = new DevExpress.XtraBars.BarStaticItem();
            this.barVersion = new DevExpress.XtraBars.BarStaticItem();
            this.rpgAdmin = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.xtraTabbedMdiManager1 = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
            this.openFileDialogLocalData = new System.Windows.Forms.OpenFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.applicationMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbon
            // 
            this.ribbon.ApplicationButtonDropDownControl = this.applicationMenu1;
            this.ribbon.ApplicationButtonText = null;
            // 
            // 
            // 
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.ExpandCollapseItem.Name = "";
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.barApplications,
            this.barEnvironments,
            this.barUsers,
            this.barOpen,
            this.barClose,
            this.barSubItem1,
            this.barExit,
            this.barSelectLocalDataFile,
            this.barDatabase,
            this.barVersion});
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 11;
            this.ribbon.Name = "ribbon";
            this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.rpgAdmin});
            this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbon.SelectedPage = this.rpgAdmin;
            this.ribbon.Size = new System.Drawing.Size(442, 148);
            this.ribbon.StatusBar = this.ribbonStatusBar;
            // 
            // applicationMenu1
            // 
            this.applicationMenu1.ItemLinks.Add(this.barOpen);
            this.applicationMenu1.ItemLinks.Add(this.barClose);
            this.applicationMenu1.ItemLinks.Add(this.barExit);
            this.applicationMenu1.Name = "applicationMenu1";
            this.applicationMenu1.Ribbon = this.ribbon;
            // 
            // barOpen
            // 
            this.barOpen.Caption = "&Open";
            this.barOpen.Id = 4;
            this.barOpen.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
            this.barOpen.Name = "barOpen";
            this.barOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barOpen_ItemClick);
            // 
            // barClose
            // 
            this.barClose.Caption = "&Close";
            this.barClose.Enabled = false;
            this.barClose.Id = 5;
            this.barClose.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F4));
            this.barClose.Name = "barClose";
            this.barClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barClose_ItemClick);
            // 
            // barExit
            // 
            this.barExit.Caption = "E&xit";
            this.barExit.Id = 7;
            this.barExit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4));
            this.barExit.Name = "barExit";
            this.barExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barExit_ItemClick);
            // 
            // barApplications
            // 
            this.barApplications.Caption = "Applications";
            this.barApplications.Enabled = false;
            this.barApplications.Id = 1;
            this.barApplications.LargeGlyph = global::Disney.iDash.LocalDataManager.Properties.Resources.applications_folder;
            this.barApplications.Name = "barApplications";
            this.barApplications.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem1.Text = "Applications";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Manage applications supported by the framework.  Maintain list of menu option des" +
    "criptions";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.barApplications.SuperTip = superToolTip1;
            this.barApplications.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barApplications_ItemClick);
            // 
            // barEnvironments
            // 
            this.barEnvironments.Caption = "Environments";
            this.barEnvironments.Enabled = false;
            this.barEnvironments.Id = 2;
            this.barEnvironments.LargeGlyph = global::Disney.iDash.LocalDataManager.Properties.Resources.Environments;
            this.barEnvironments.Name = "barEnvironments";
            this.barEnvironments.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem2.Text = "Environments";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Maintain connections to databases and servers";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            this.barEnvironments.SuperTip = superToolTip2;
            this.barEnvironments.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEnvironments_ItemClick);
            // 
            // barUsers
            // 
            this.barUsers.Caption = "Users";
            this.barUsers.Enabled = false;
            this.barUsers.Id = 3;
            this.barUsers.LargeGlyph = global::Disney.iDash.LocalDataManager.Properties.Resources.network_connections;
            this.barUsers.Name = "barUsers";
            this.barUsers.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem3.Text = "Users";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Manage user details, authorisation to applications, environments and restricted m" +
    "enu options.";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            this.barUsers.SuperTip = superToolTip3;
            this.barUsers.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barUsers_ItemClick);
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "barSubItem1";
            this.barSubItem1.Id = 6;
            this.barSubItem1.Name = "barSubItem1";
            // 
            // barSelectLocalDataFile
            // 
            this.barSelectLocalDataFile.Caption = "Select Local Data File";
            this.barSelectLocalDataFile.Id = 8;
            this.barSelectLocalDataFile.Name = "barSelectLocalDataFile";
            // 
            // barDatabase
            // 
            this.barDatabase.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.barDatabase.Appearance.Options.UseFont = true;
            this.barDatabase.Caption = "No file open.";
            this.barDatabase.Id = 9;
            this.barDatabase.Name = "barDatabase";
            this.barDatabase.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barVersion
            // 
            this.barVersion.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barVersion.Caption = "v0.0.0";
            this.barVersion.Id = 10;
            this.barVersion.Name = "barVersion";
            this.barVersion.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // rpgAdmin
            // 
            this.rpgAdmin.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1});
            this.rpgAdmin.Name = "rpgAdmin";
            this.rpgAdmin.Text = "Administration";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.barApplications);
            this.ribbonPageGroup1.ItemLinks.Add(this.barEnvironments);
            this.ribbonPageGroup1.ItemLinks.Add(this.barUsers);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.ShowCaptionButton = false;
            this.ribbonPageGroup1.Text = "Administration";
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.barDatabase);
            this.ribbonStatusBar.ItemLinks.Add(this.barVersion);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 426);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbon;
            this.ribbonStatusBar.Size = new System.Drawing.Size(442, 23);
            // 
            // xtraTabbedMdiManager1
            // 
            this.xtraTabbedMdiManager1.AppearancePage.HeaderActive.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.xtraTabbedMdiManager1.AppearancePage.HeaderActive.Options.UseFont = true;
            this.xtraTabbedMdiManager1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.xtraTabbedMdiManager1.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.xtraTabbedMdiManager1.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPageHeaders;
            this.xtraTabbedMdiManager1.MdiParent = this;
            // 
            // openFileDialogLocalData
            // 
            this.openFileDialogLocalData.Filter = "Data Files (*.sdf)|*.sdf";
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(442, 449);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbon);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "MainForm";
            this.Ribbon = this.ribbon;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "Local Data Manager";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.MainForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.applicationMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DetailPetFoodForm));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem1  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem2  = new DevExpress.Utils.ToolTipItem();
     this.ribbon          = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.btnClose        = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage1     = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rbbPageGroup    = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.ptbImage        = new System.Windows.Forms.PictureBox();
     this.lblTitle        = new System.Windows.Forms.Label();
     this.lctBox          = new DevExpress.XtraLayout.LayoutControl();
     this.te_pfStatus     = new DevExpress.XtraEditors.TextEdit();
     this.te_Type         = new DevExpress.XtraEditors.TextEdit();
     this.te_pfAmount     = new DevExpress.XtraEditors.TextEdit();
     this.te_pfPriceSale  = new DevExpress.XtraEditors.TextEdit();
     this.te_pfPrice      = new DevExpress.XtraEditors.TextEdit();
     this.te_pfName       = new DevExpress.XtraEditors.TextEdit();
     this.te_pfID         = new DevExpress.XtraEditors.TextEdit();
     this.Root            = new DevExpress.XtraLayout.LayoutControlGroup();
     this.PFID            = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.PFName          = new DevExpress.XtraLayout.LayoutControlItem();
     this.PFPrice         = new DevExpress.XtraLayout.LayoutControlItem();
     this.PFPriceSale     = new DevExpress.XtraLayout.LayoutControlItem();
     this.PFAmount        = new DevExpress.XtraLayout.LayoutControlItem();
     this.PFType          = new DevExpress.XtraLayout.LayoutControlItem();
     this.PFStatus        = new DevExpress.XtraLayout.LayoutControlItem();
     this.btnChangeImage  = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lctBox)).BeginInit();
     this.lctBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_Type.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfAmount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfPriceSale.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfPrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFPrice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFPriceSale)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFAmount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFStatus)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ExpandCollapseItem.Id = 0;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.ribbon.SearchEditItem,
         this.btnClose
     });
     this.ribbon.Location  = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId = 2;
     this.ribbon.Name      = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbon.Size      = new System.Drawing.Size(922, 178);
     this.ribbon.StatusBar = this.ribbonStatusBar;
     //
     // btnClose
     //
     this.btnClose.Caption = "Close";
     this.btnClose.Id      = 1;
     this.btnClose.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnClose.ImageOptions.SvgImage")));
     this.btnClose.LargeWidth            = 70;
     this.btnClose.Name = "btnClose";
     toolTipItem1.Text  = "Close view Pet\'s food detail";
     superToolTip1.Items.Add(toolTipItem1);
     this.btnClose.SuperTip   = superToolTip1;
     this.btnClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClose_ItemClick);
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.rbbPageGroup
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Tool";
     //
     // rbbPageGroup
     //
     this.rbbPageGroup.AllowTextClipping = false;
     this.rbbPageGroup.ItemLinks.Add(this.btnClose);
     this.rbbPageGroup.Name = "rbbPageGroup";
     this.rbbPageGroup.Text = "Detail Pet Food";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 645);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbon;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(922, 37);
     //
     // ptbImage
     //
     this.ptbImage.Location = new System.Drawing.Point(12, 193);
     this.ptbImage.Name     = "ptbImage";
     this.ptbImage.Size     = new System.Drawing.Size(440, 440);
     this.ptbImage.TabIndex = 2;
     this.ptbImage.TabStop  = false;
     //
     // lblTitle
     //
     this.lblTitle.Font        = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold);
     this.lblTitle.Location    = new System.Drawing.Point(471, 211);
     this.lblTitle.MaximumSize = new System.Drawing.Size(440, 70);
     this.lblTitle.MinimumSize = new System.Drawing.Size(440, 70);
     this.lblTitle.Name        = "lblTitle";
     this.lblTitle.Size        = new System.Drawing.Size(440, 70);
     this.lblTitle.TabIndex    = 3;
     this.lblTitle.Text        = "Detail";
     //
     // lctBox
     //
     this.lctBox.AutoSize = true;
     this.lctBox.Controls.Add(this.te_pfStatus);
     this.lctBox.Controls.Add(this.te_Type);
     this.lctBox.Controls.Add(this.te_pfAmount);
     this.lctBox.Controls.Add(this.te_pfPriceSale);
     this.lctBox.Controls.Add(this.te_pfPrice);
     this.lctBox.Controls.Add(this.te_pfName);
     this.lctBox.Controls.Add(this.te_pfID);
     this.lctBox.Location = new System.Drawing.Point(466, 278);
     this.lctBox.Name     = "lctBox";
     this.lctBox.Root     = this.Root;
     this.lctBox.Size     = new System.Drawing.Size(457, 312);
     this.lctBox.TabIndex = 4;
     this.lctBox.Text     = "layoutControl1";
     //
     // te_pfStatus
     //
     this.te_pfStatus.Location    = new System.Drawing.Point(117, 260);
     this.te_pfStatus.MenuManager = this.ribbon;
     this.te_pfStatus.Name        = "te_pfStatus";
     this.te_pfStatus.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.te_pfStatus.Properties.Appearance.Options.UseFont = true;
     this.te_pfStatus.Properties.ReadOnly = true;
     this.te_pfStatus.Size            = new System.Drawing.Size(328, 30);
     this.te_pfStatus.StyleController = this.lctBox;
     this.te_pfStatus.TabIndex        = 10;
     //
     // te_Type
     //
     this.te_Type.Location    = new System.Drawing.Point(117, 226);
     this.te_Type.MenuManager = this.ribbon;
     this.te_Type.Name        = "te_Type";
     this.te_Type.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.te_Type.Properties.Appearance.Options.UseFont = true;
     this.te_Type.Properties.ReadOnly = true;
     this.te_Type.Size            = new System.Drawing.Size(328, 30);
     this.te_Type.StyleController = this.lctBox;
     this.te_Type.TabIndex        = 9;
     //
     // te_pfAmount
     //
     this.te_pfAmount.Location    = new System.Drawing.Point(117, 192);
     this.te_pfAmount.MenuManager = this.ribbon;
     this.te_pfAmount.Name        = "te_pfAmount";
     this.te_pfAmount.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.te_pfAmount.Properties.Appearance.Options.UseFont = true;
     this.te_pfAmount.Properties.ReadOnly = true;
     this.te_pfAmount.Size            = new System.Drawing.Size(328, 30);
     this.te_pfAmount.StyleController = this.lctBox;
     this.te_pfAmount.TabIndex        = 8;
     //
     // te_pfPriceSale
     //
     this.te_pfPriceSale.Location    = new System.Drawing.Point(117, 158);
     this.te_pfPriceSale.MenuManager = this.ribbon;
     this.te_pfPriceSale.Name        = "te_pfPriceSale";
     this.te_pfPriceSale.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.te_pfPriceSale.Properties.Appearance.Options.UseFont = true;
     this.te_pfPriceSale.Properties.ReadOnly = true;
     this.te_pfPriceSale.Size            = new System.Drawing.Size(328, 30);
     this.te_pfPriceSale.StyleController = this.lctBox;
     this.te_pfPriceSale.TabIndex        = 7;
     //
     // te_pfPrice
     //
     this.te_pfPrice.Location    = new System.Drawing.Point(117, 124);
     this.te_pfPrice.MenuManager = this.ribbon;
     this.te_pfPrice.Name        = "te_pfPrice";
     this.te_pfPrice.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.te_pfPrice.Properties.Appearance.Options.UseFont = true;
     this.te_pfPrice.Properties.ReadOnly = true;
     this.te_pfPrice.Size            = new System.Drawing.Size(328, 30);
     this.te_pfPrice.StyleController = this.lctBox;
     this.te_pfPrice.TabIndex        = 6;
     //
     // te_pfName
     //
     this.te_pfName.AllowDrop   = true;
     this.te_pfName.EditValue   = "Text By Nguyen Minh Thao CE130353 SE1302";
     this.te_pfName.Location    = new System.Drawing.Point(117, 46);
     this.te_pfName.MaximumSize = new System.Drawing.Size(328, 80);
     this.te_pfName.MenuManager = this.ribbon;
     this.te_pfName.MinimumSize = new System.Drawing.Size(328, 70);
     this.te_pfName.Name        = "te_pfName";
     this.te_pfName.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.te_pfName.Properties.Appearance.Options.UseFont = true;
     this.te_pfName.Properties.ReadOnly = true;
     this.te_pfName.Size            = new System.Drawing.Size(328, 70);
     this.te_pfName.StyleController = this.lctBox;
     this.te_pfName.TabIndex        = 5;
     //
     // te_pfID
     //
     this.te_pfID.Location    = new System.Drawing.Point(117, 12);
     this.te_pfID.MenuManager = this.ribbon;
     this.te_pfID.Name        = "te_pfID";
     this.te_pfID.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.te_pfID.Properties.Appearance.Options.UseFont = true;
     this.te_pfID.Properties.ReadOnly = true;
     this.te_pfID.Size            = new System.Drawing.Size(328, 30);
     this.te_pfID.StyleController = this.lctBox;
     this.te_pfID.TabIndex        = 4;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.PFID,
         this.emptySpaceItem1,
         this.PFName,
         this.PFPrice,
         this.PFPriceSale,
         this.PFAmount,
         this.PFType,
         this.PFStatus
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(457, 312);
     this.Root.TextVisible = false;
     //
     // PFID
     //
     this.PFID.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFID.AppearanceItemCaption.Options.UseFont = true;
     this.PFID.Control  = this.te_pfID;
     this.PFID.Location = new System.Drawing.Point(0, 0);
     this.PFID.Name     = "PFID";
     this.PFID.Size     = new System.Drawing.Size(437, 34);
     this.PFID.TextSize = new System.Drawing.Size(102, 24);
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(0, 282);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(437, 10);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // PFName
     //
     this.PFName.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFName.AppearanceItemCaption.Options.UseFont = true;
     this.PFName.Control  = this.te_pfName;
     this.PFName.Location = new System.Drawing.Point(0, 34);
     this.PFName.MaxSize  = new System.Drawing.Size(437, 78);
     this.PFName.MinSize  = new System.Drawing.Size(437, 78);
     this.PFName.Name     = "PFName";
     this.PFName.OptionsCustomization.AllowDrop = DevExpress.XtraLayout.ItemDragDropMode.UseParentOptions;
     this.PFName.Size = new System.Drawing.Size(437, 78);
     this.PFName.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.PFName.TextSize            = new System.Drawing.Size(102, 24);
     //
     // PFPrice
     //
     this.PFPrice.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFPrice.AppearanceItemCaption.Options.UseFont = true;
     this.PFPrice.Control  = this.te_pfPrice;
     this.PFPrice.Location = new System.Drawing.Point(0, 112);
     this.PFPrice.Name     = "PFPrice";
     this.PFPrice.Size     = new System.Drawing.Size(437, 34);
     this.PFPrice.TextSize = new System.Drawing.Size(102, 24);
     //
     // PFPriceSale
     //
     this.PFPriceSale.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFPriceSale.AppearanceItemCaption.Options.UseFont = true;
     this.PFPriceSale.Control  = this.te_pfPriceSale;
     this.PFPriceSale.Location = new System.Drawing.Point(0, 146);
     this.PFPriceSale.Name     = "PFPriceSale";
     this.PFPriceSale.Size     = new System.Drawing.Size(437, 34);
     this.PFPriceSale.TextSize = new System.Drawing.Size(102, 24);
     //
     // PFAmount
     //
     this.PFAmount.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFAmount.AppearanceItemCaption.Options.UseFont = true;
     this.PFAmount.Control  = this.te_pfAmount;
     this.PFAmount.Location = new System.Drawing.Point(0, 180);
     this.PFAmount.Name     = "PFAmount";
     this.PFAmount.Size     = new System.Drawing.Size(437, 34);
     this.PFAmount.TextSize = new System.Drawing.Size(102, 24);
     //
     // PFType
     //
     this.PFType.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFType.AppearanceItemCaption.Options.UseFont = true;
     this.PFType.Control  = this.te_Type;
     this.PFType.Location = new System.Drawing.Point(0, 214);
     this.PFType.Name     = "PFType";
     this.PFType.Size     = new System.Drawing.Size(437, 34);
     this.PFType.TextSize = new System.Drawing.Size(102, 24);
     //
     // PFStatus
     //
     this.PFStatus.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.PFStatus.AppearanceItemCaption.Options.UseFont = true;
     this.PFStatus.Control  = this.te_pfStatus;
     this.PFStatus.Location = new System.Drawing.Point(0, 248);
     this.PFStatus.Name     = "PFStatus";
     this.PFStatus.Size     = new System.Drawing.Size(437, 34);
     this.PFStatus.TextSize = new System.Drawing.Size(102, 24);
     //
     // btnChangeImage
     //
     this.btnChangeImage.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F);
     this.btnChangeImage.Appearance.Options.UseFont = true;
     this.btnChangeImage.AutoSize           = true;
     this.btnChangeImage.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnChangeImage.ImageOptions.Image")));
     this.btnChangeImage.Location           = new System.Drawing.Point(466, 595);
     this.btnChangeImage.Name       = "btnChangeImage";
     this.btnChangeImage.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
     this.btnChangeImage.Size       = new System.Drawing.Size(40, 38);
     toolTipItem2.Text = "Change Image of Pet\'s food";
     superToolTip2.Items.Add(toolTipItem2);
     this.btnChangeImage.SuperTip = superToolTip2;
     this.btnChangeImage.TabIndex = 7;
     this.btnChangeImage.Click   += new System.EventHandler(this.btnChangeImage_Click);
     //
     // DetailPetFoodForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(922, 682);
     this.Controls.Add(this.btnChangeImage);
     this.Controls.Add(this.lctBox);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.ptbImage);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbon);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "DetailPetFoodForm";
     this.Ribbon        = this.ribbon;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.StatusBar     = this.ribbonStatusBar;
     this.Text          = "Detail Pet Food";
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lctBox)).EndInit();
     this.lctBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.te_pfStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_Type.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfAmount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfPriceSale.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfPrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_pfID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFPrice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFPriceSale)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFAmount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PFStatus)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
			DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EntryForm));
			DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
			DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
			this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
			this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
			this.save = new DevExpress.XtraEditors.SimpleButton();
			this.cancel = new DevExpress.XtraEditors.SimpleButton();
			this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
			this.summaryLabel = new DevExpress.XtraEditors.LabelControl();
			this.personSelector = new ShomreiTorah.Data.UI.Controls.PersonSelector();
			this.entryGrid = new ShomreiTorah.Billing.Events.Auctions.EntryGrid();
			this.groupSelector = new ShomreiTorah.Billing.Events.Auctions.AuctionGroupSelector();
			((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
			this.panelControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.personSelector.Properties)).BeginInit();
			this.SuspendLayout();
			// 
			// panelControl1
			// 
			this.panelControl1.Controls.Add(this.labelControl2);
			this.panelControl1.Controls.Add(this.save);
			this.panelControl1.Controls.Add(this.cancel);
			this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panelControl1.Location = new System.Drawing.Point(0, 584);
			this.panelControl1.Name = "panelControl1";
			this.panelControl1.Size = new System.Drawing.Size(621, 41);
			this.panelControl1.TabIndex = 3;
			// 
			// labelControl2
			// 
			this.labelControl2.Appearance.Font = new System.Drawing.Font("Larissa", 21F);
			this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Purple;
			this.labelControl2.Dock = System.Windows.Forms.DockStyle.Left;
			this.labelControl2.Location = new System.Drawing.Point(2, 2);
			this.labelControl2.Margin = new System.Windows.Forms.Padding(0);
			this.labelControl2.Name = "labelControl2";
			this.labelControl2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
			this.labelControl2.Size = new System.Drawing.Size(170, 37);
			this.labelControl2.TabIndex = 2;
			this.labelControl2.Text = "Happy Birthday!";
			// 
			// save
			// 
			this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.save.Location = new System.Drawing.Point(416, 6);
			this.save.Name = "save";
			this.save.Size = new System.Drawing.Size(87, 23);
			this.save.TabIndex = 0;
			this.save.Text = "Apply Changes";
			this.save.Click += new System.EventHandler(this.save_Click);
			// 
			// cancel
			// 
			this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cancel.Location = new System.Drawing.Point(509, 6);
			this.cancel.Name = "cancel";
			this.cancel.Size = new System.Drawing.Size(100, 23);
			this.cancel.TabIndex = 1;
			this.cancel.Text = "Discard Changes";
			this.cancel.Click += new System.EventHandler(this.cancel_Click);
			// 
			// labelControl1
			// 
			this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
			this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.labelControl1.Location = new System.Drawing.Point(0, 63);
			this.labelControl1.Name = "labelControl1";
			this.labelControl1.Size = new System.Drawing.Size(621, 521);
			this.labelControl1.TabIndex = 4;
			this.labelControl1.Text = "Please select a person";
			// 
			// summaryLabel
			// 
			this.summaryLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
			this.summaryLabel.Dock = System.Windows.Forms.DockStyle.Top;
			this.summaryLabel.Location = new System.Drawing.Point(0, 40);
			this.summaryLabel.Name = "summaryLabel";
			this.summaryLabel.Padding = new System.Windows.Forms.Padding(5);
			this.summaryLabel.Size = new System.Drawing.Size(621, 23);
			this.summaryLabel.TabIndex = 5;
			this.summaryLabel.Text = "a&b&c";
			this.summaryLabel.UseMnemonic = false;
			// 
			// personSelector
			// 
			this.personSelector.Dock = System.Windows.Forms.DockStyle.Top;
			this.personSelector.Location = new System.Drawing.Point(0, 0);
			this.personSelector.Name = "personSelector";
			toolTipItem1.Text = "Click to select a person";
			superToolTip1.Items.Add(toolTipItem1);
			toolTipTitleItem1.Text = "New Person...";
			toolTipItem2.Text = "Adds a new person to the master directory";
			superToolTip2.Items.Add(toolTipTitleItem1);
			superToolTip2.Items.Add(toolTipItem2);
			this.personSelector.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, superToolTip1, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "New person...", 90, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleLeft, ((System.Drawing.Image)(resources.GetObject("personSelector.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, superToolTip2, true)});
			this.personSelector.Size = new System.Drawing.Size(621, 20);
			this.personSelector.TabIndex = 0;
			this.personSelector.ButtonPressed += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.personSelector_ButtonPressed);
			this.personSelector.EditValueChanged += new System.EventHandler(this.personSelector_EditValueChanged);
			// 
			// entryGrid
			// 
			this.entryGrid.Dock = System.Windows.Forms.DockStyle.Fill;
			this.entryGrid.Location = new System.Drawing.Point(0, 63);
			this.entryGrid.Name = "entryGrid";
			this.entryGrid.Size = new System.Drawing.Size(621, 521);
			this.entryGrid.TabIndex = 2;
			this.entryGrid.Visible = false;
			this.entryGrid.SummaryChanged += new System.EventHandler(this.entryGrid_SummaryChanged);
			// 
			// groupSelector
			// 
			this.groupSelector.Dock = System.Windows.Forms.DockStyle.Top;
			this.groupSelector.Location = new System.Drawing.Point(0, 20);
			this.groupSelector.Name = "groupSelector";
			this.groupSelector.Size = new System.Drawing.Size(621, 20);
			this.groupSelector.TabIndex = 1;
			this.groupSelector.SelectionChanged += new System.EventHandler(this.groupSelector_SelectionChanged);
			// 
			// EntryForm
			// 
			this.AcceptButton = this.save;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(621, 625);
			this.Controls.Add(this.entryGrid);
			this.Controls.Add(this.labelControl1);
			this.Controls.Add(this.summaryLabel);
			this.Controls.Add(this.panelControl1);
			this.Controls.Add(this.groupSelector);
			this.Controls.Add(this.personSelector);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "EntryForm";
			this.Text = "Auction Entry";
			((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
			this.panelControl1.ResumeLayout(false);
			this.panelControl1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.personSelector.Properties)).EndInit();
			this.ResumeLayout(false);

		}
Esempio n. 35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     DevExpress.XtraBars.Ribbon.GalleryItemGroup    galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem1      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.Utils.SuperToolTip               superToolTip1        = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                toolTipItem1         = new DevExpress.Utils.ToolTipItem();
     DevExpress.XtraBars.Ribbon.GalleryItem      galleryItem2         = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.Utils.SuperToolTip               superToolTip2        = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                toolTipItem2         = new DevExpress.Utils.ToolTipItem();
     DevExpress.XtraBars.Ribbon.GalleryItem      galleryItem3         = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.Utils.SuperToolTip               superToolTip3        = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                toolTipItem3         = new DevExpress.Utils.ToolTipItem();
     DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup2    = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
     DevExpress.XtraBars.Ribbon.GalleryItem      galleryItem4         = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.Utils.SuperToolTip               superToolTip4        = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                toolTipItem4         = new DevExpress.Utils.ToolTipItem();
     DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer dockingContainer1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer();
     this.documentGroup1           = new DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup(this.components);
     this.homeDocument             = new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(this.components);
     this.accordionControl1        = new DevExpress.XtraBars.Navigation.AccordionControl();
     this.accordionControlElement2 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.Books = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.Cards = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlElement5 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.Readers = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlElement3 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlElement4 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlElement6 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlElement7 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlElement8 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.accordionControlElement9 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
     this.barLargeButtonItem1      = new DevExpress.XtraBars.BarLargeButtonItem();
     this.barSubItem1               = new DevExpress.XtraBars.BarSubItem();
     this.barLargeButtonItem2       = new DevExpress.XtraBars.BarLargeButtonItem();
     this.barButtonItem1            = new DevExpress.XtraBars.BarButtonItem();
     this.galleryDropDown1          = new DevExpress.XtraBars.Ribbon.GalleryDropDown(this.components);
     this.fluentFormDefaultManager1 = new DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager(this.components);
     this.repositoryItemFontEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
     this.documentManager1          = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
     this.tabbedView1               = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     ((System.ComponentModel.ISupportInitialize)(this.documentGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.homeDocument)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.galleryDropDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fluentFormDefaultManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
     this.SuspendLayout();
     //
     // documentGroup1
     //
     this.documentGroup1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document[] {
         this.homeDocument
     });
     //
     // homeDocument
     //
     this.homeDocument.Caption     = "Home";
     this.homeDocument.ControlName = "homeDocument";
     //
     // accordionControl1
     //
     this.accordionControl1.Dock = System.Windows.Forms.DockStyle.Left;
     this.accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
         this.accordionControlElement2
     });
     this.accordionControl1.Location = new System.Drawing.Point(0, 31);
     this.accordionControl1.Name     = "accordionControl1";
     this.accordionControl1.OptionsMinimizing.State = DevExpress.XtraBars.Navigation.AccordionControlState.Minimized;
     this.accordionControl1.ScrollBarMode           = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch;
     this.accordionControl1.ShowFilterControl       = DevExpress.XtraBars.Navigation.ShowFilterControl.Auto;
     this.accordionControl1.Size        = new System.Drawing.Size(48, 470);
     this.accordionControl1.TabIndex    = 1;
     this.accordionControl1.ViewType    = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
     this.accordionControl1.MouseEnter += new System.EventHandler(this.accordionControl1_MouseEnter);
     this.accordionControl1.MouseLeave += new System.EventHandler(this.accordionControl1_MouseLeave);
     //
     // accordionControlElement2
     //
     this.accordionControlElement2.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
         this.Books,
         this.Cards,
         this.accordionControlElement5,
         this.Readers,
         this.accordionControlElement3
     });
     this.accordionControlElement2.Expanded = true;
     this.accordionControlElement2.Name     = "accordionControlElement2";
     this.accordionControlElement2.Text     = "Library";
     //
     // Books
     //
     this.Books.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("Books.ImageOptions.SvgImage")));
     this.Books.Name   = "Books";
     this.Books.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.Books.Text   = "Books";
     this.Books.Click += new System.EventHandler(this.Books_Click);
     //
     // Cards
     //
     this.Cards.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("Cards.ImageOptions.SvgImage")));
     this.Cards.Name   = "Cards";
     this.Cards.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.Cards.Text   = "Cards";
     this.Cards.Click += new System.EventHandler(this.Cards_Click);
     //
     // accordionControlElement5
     //
     this.accordionControlElement5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accordionControlElement5.ImageOptions.SvgImage")));
     this.accordionControlElement5.Name   = "accordionControlElement5";
     this.accordionControlElement5.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlElement5.Text   = "Book Management";
     this.accordionControlElement5.Click += new System.EventHandler(this.BookManagement_Click);
     //
     // Readers
     //
     this.Readers.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("Readers.ImageOptions.SvgImage")));
     this.Readers.Name   = "Readers";
     this.Readers.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.Readers.Text   = "Readers";
     this.Readers.Click += new System.EventHandler(this.Readers_Click);
     //
     // accordionControlElement3
     //
     this.accordionControlElement3.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
         this.accordionControlElement4,
         this.accordionControlElement6,
         this.accordionControlElement7,
         this.accordionControlElement8,
         this.accordionControlElement9
     });
     this.accordionControlElement3.Name = "accordionControlElement3";
     this.accordionControlElement3.Text = "Others";
     //
     // accordionControlElement4
     //
     this.accordionControlElement4.Name   = "accordionControlElement4";
     this.accordionControlElement4.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlElement4.Text   = "Publishing Companies";
     this.accordionControlElement4.Click += new System.EventHandler(this.PublishingCompanyForm_Click);
     //
     // accordionControlElement6
     //
     this.accordionControlElement6.Name   = "accordionControlElement6";
     this.accordionControlElement6.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlElement6.Text   = "Authors";
     this.accordionControlElement6.Click += new System.EventHandler(this.Authors_Click);
     //
     // accordionControlElement7
     //
     this.accordionControlElement7.Name   = "accordionControlElement7";
     this.accordionControlElement7.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlElement7.Text   = "Languages";
     this.accordionControlElement7.Click += new System.EventHandler(this.Language_Click);
     //
     // accordionControlElement8
     //
     this.accordionControlElement8.Name   = "accordionControlElement8";
     this.accordionControlElement8.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlElement8.Text   = "Categories";
     this.accordionControlElement8.Click += new System.EventHandler(this.Categories_Click);
     //
     // accordionControlElement9
     //
     this.accordionControlElement9.Name   = "accordionControlElement9";
     this.accordionControlElement9.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.accordionControlElement9.Text   = "Location";
     this.accordionControlElement9.Click += new System.EventHandler(this.Location_Click);
     //
     // fluentDesignFormControl1
     //
     this.fluentDesignFormControl1.FluentDesignForm = this;
     this.fluentDesignFormControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barLargeButtonItem1,
         this.barSubItem1,
         this.barLargeButtonItem2,
         this.barButtonItem1
     });
     this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0);
     this.fluentDesignFormControl1.Manager  = this.fluentFormDefaultManager1;
     this.fluentDesignFormControl1.Name     = "fluentDesignFormControl1";
     this.fluentDesignFormControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemFontEdit1
     });
     this.fluentDesignFormControl1.Size     = new System.Drawing.Size(732, 31);
     this.fluentDesignFormControl1.TabIndex = 2;
     this.fluentDesignFormControl1.TabStop  = false;
     this.fluentDesignFormControl1.TitleItemLinks.Add(this.barButtonItem1);
     //
     // barLargeButtonItem1
     //
     this.barLargeButtonItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barLargeButtonItem1.Id        = 1;
     this.barLargeButtonItem1.Name      = "barLargeButtonItem1";
     //
     // barSubItem1
     //
     this.barSubItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barSubItem1.Id        = 3;
     this.barSubItem1.Name      = "barSubItem1";
     //
     // barLargeButtonItem2
     //
     this.barLargeButtonItem2.ActAsDropDown         = true;
     this.barLargeButtonItem2.Alignment             = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barLargeButtonItem2.ButtonStyle           = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barLargeButtonItem2.Caption               = "AD";
     this.barLargeButtonItem2.Id                    = 10;
     this.barLargeButtonItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barLargeButtonItem2.ImageOptions.SvgImage")));
     this.barLargeButtonItem2.Name                  = "barLargeButtonItem2";
     this.barLargeButtonItem2.PaintStyle            = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
     //
     // barButtonItem1
     //
     this.barButtonItem1.ActAsDropDown   = true;
     this.barButtonItem1.Alignment       = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barButtonItem1.ButtonStyle     = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem1.Caption         = "Profile";
     this.barButtonItem1.DropDownControl = this.galleryDropDown1;
     this.barButtonItem1.Id = 12;
     this.barButtonItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem1.ImageOptions.SvgImage")));
     this.barButtonItem1.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // galleryDropDown1
     //
     //
     //
     //
     galleryItemGroup1.Caption          = "Account";
     galleryItem1.Caption               = "Profile";
     galleryItem1.Description           = "View/Update your profile";
     galleryItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage")));
     toolTipItem1.Text = "Profile";
     superToolTip1.Items.Add(toolTipItem1);
     galleryItem1.SuperTip = superToolTip1;
     galleryItem1.Tag      = "profile";
     galleryItem1.Value    = 0;
     galleryItem2.Caption  = "Register a new account";
     galleryItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage1")));
     toolTipItem2.Text = "Register a new account";
     superToolTip2.Items.Add(toolTipItem2);
     galleryItem2.SuperTip = superToolTip2;
     galleryItem2.Tag      = "register";
     galleryItem2.Value    = 1;
     galleryItem3.Caption  = "Log out";
     galleryItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage2")));
     toolTipItem3.Text = "Log out";
     superToolTip3.Items.Add(toolTipItem3);
     galleryItem3.SuperTip = superToolTip3;
     galleryItem3.Tag      = "logout";
     galleryItem3.Value    = 2;
     galleryItemGroup1.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
         galleryItem1,
         galleryItem2,
         galleryItem3
     });
     galleryItemGroup2.Caption          = "System";
     galleryItem4.Caption               = "Close";
     galleryItem4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage3")));
     toolTipItem4.Text = "Close";
     superToolTip4.Items.Add(toolTipItem4);
     galleryItem4.SuperTip = superToolTip4;
     galleryItem4.Tag      = "close";
     galleryItem4.Value    = 3;
     galleryItemGroup2.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
         galleryItem4
     });
     this.galleryDropDown1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
         galleryItemGroup1,
         galleryItemGroup2
     });
     this.galleryDropDown1.Gallery.ShowScrollBar   = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Hide;
     this.galleryDropDown1.Gallery.UseMaxImageSize = true;
     this.galleryDropDown1.Gallery.ItemClick      += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.galleryDropDown1_Gallery_ItemClick);
     this.galleryDropDown1.Manager = this.fluentFormDefaultManager1;
     this.galleryDropDown1.Name    = "galleryDropDown1";
     this.galleryDropDown1.OptionsMultiColumn.ImageHorizontalAlignment = DevExpress.Utils.Drawing.ItemHorizontalAlignment.Left;
     this.galleryDropDown1.OptionsMultiColumn.ShowItemText             = DevExpress.Utils.DefaultBoolean.False;
     this.galleryDropDown1.ShowCaption = true;
     //
     // fluentFormDefaultManager1
     //
     this.fluentFormDefaultManager1.DockingEnabled = false;
     this.fluentFormDefaultManager1.Form           = this;
     this.fluentFormDefaultManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barLargeButtonItem1,
         this.barSubItem1,
         this.barLargeButtonItem2,
         this.barButtonItem1
     });
     this.fluentFormDefaultManager1.MaxItemId = 46;
     this.fluentFormDefaultManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemFontEdit1
     });
     //
     // repositoryItemFontEdit1
     //
     this.repositoryItemFontEdit1.AutoHeight = false;
     this.repositoryItemFontEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemFontEdit1.Name = "repositoryItemFontEdit1";
     //
     // documentManager1
     //
     this.documentManager1.MdiParent   = this;
     this.documentManager1.MenuManager = this.fluentFormDefaultManager1;
     this.documentManager1.View        = this.tabbedView1;
     this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
         this.tabbedView1
     });
     //
     // tabbedView1
     //
     this.tabbedView1.Appearance.Font                                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabbedView1.Appearance.Options.UseFont                      = true;
     this.tabbedView1.AppearancePage.Header.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabbedView1.AppearancePage.Header.Options.UseFont           = true;
     this.tabbedView1.AppearancePage.HeaderActive.Font                = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabbedView1.AppearancePage.HeaderActive.Options.UseFont     = true;
     this.tabbedView1.AppearancePage.HeaderDisabled.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabbedView1.AppearancePage.HeaderDisabled.Options.UseFont   = true;
     this.tabbedView1.AppearancePage.HeaderHotTracked.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabbedView1.AppearancePage.HeaderHotTracked.Options.UseFont = true;
     this.tabbedView1.AppearancePage.HeaderSelected.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabbedView1.AppearancePage.HeaderSelected.Options.UseFont   = true;
     this.tabbedView1.AppearancePage.PageClient.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabbedView1.AppearancePage.PageClient.Options.UseFont       = true;
     this.tabbedView1.DocumentGroups.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup[] {
         this.documentGroup1
     });
     this.tabbedView1.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] {
         this.homeDocument
     });
     dockingContainer1.Element = this.documentGroup1;
     this.tabbedView1.RootContainer.Nodes.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer[] {
         dockingContainer1
     });
     //
     // bar1
     //
     this.bar1.BarName   = "Custom 2";
     this.bar1.DockCol   = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.Text      = "Custom 2";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoValidate        = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
     this.ClientSize          = new System.Drawing.Size(732, 501);
     this.Controls.Add(this.accordionControl1);
     this.Controls.Add(this.fluentDesignFormControl1);
     this.FluentDesignFormControl = this.fluentDesignFormControl1;
     this.FormBorderStyle         = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.IconOptions.SvgImage    = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("MainForm.IconOptions.SvgImage")));
     this.MaximizeBox             = false;
     this.Name = "MainForm";
     this.NavigationControl = this.accordionControl1;
     this.StartPosition     = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text         = "Library Management";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.FormClosed  += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Load        += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.documentGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.homeDocument)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.galleryDropDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fluentFormDefaultManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_lista_precios));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip13 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.articid = new System.Windows.Forms.TextBox();
     this.articname = new System.Windows.Forms.TextBox();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.label11 = new System.Windows.Forms.Label();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.btn_nuevo = new DevExpress.XtraBars.BarButtonItem();
     this.btn_editar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_cancelar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_grabar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_eliminar = new DevExpress.XtraBars.BarButtonItem();
     this.btn_imprimir = new DevExpress.XtraBars.BarButtonItem();
     this.btn_log = new DevExpress.XtraBars.BarButtonItem();
     this.btn_clave = new DevExpress.XtraBars.BarButtonItem();
     this.btn_salir = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.btnLoad = new DevExpress.XtraBars.BarButtonItem();
     this.btnInicio = new DevExpress.XtraBars.BarButtonItem();
     this.btnAnterior = new DevExpress.XtraBars.BarButtonItem();
     this.btnSiguiente = new DevExpress.XtraBars.BarButtonItem();
     this.btnUltimo = new DevExpress.XtraBars.BarButtonItem();
     this.pnl_01 = new DevExpress.XtraEditors.PanelControl();
     this.fechdocfin = new System.Windows.Forms.DateTimePicker();
     this.visible = new DevExpress.XtraEditors.CheckEdit();
     this.fechdocini = new System.Windows.Forms.DateTimePicker();
     this.tcamb = new System.Windows.Forms.TextBox();
     this.incigv = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.ctactelistname = new System.Windows.Forms.TextBox();
     this.ctactelist = new System.Windows.Forms.TextBox();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.tiendalistname = new System.Windows.Forms.TextBox();
     this.tiendalist = new System.Windows.Forms.TextBox();
     this.listaprecid = new System.Windows.Forms.TextBox();
     this.listaprecname = new System.Windows.Forms.TextBox();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.pnlcontroldet = new DevExpress.XtraEditors.PanelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.ExportCatalog = new DevExpress.XtraEditors.SimpleButton();
     this.btn_importar = new System.Windows.Forms.Button();
     this.btn_exportar = new System.Windows.Forms.Button();
     this.btn_del = new DevExpress.XtraEditors.SimpleButton();
     this.btn_add = new DevExpress.XtraEditors.SimpleButton();
     this.btn_save = new DevExpress.XtraEditors.SimpleButton();
     this.precunit2 = new System.Windows.Forms.TextBox();
     this.precunit1 = new System.Windows.Forms.TextBox();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.dgb_listaPrecios = new System.Windows.Forms.DataGridView();
     this.@__listaprecid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.codigo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.denominacion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._precunit1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._precunit2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.usuar = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.feact = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.Mdi_dgv_precioslist = new DevExpress.XtraGrid.GridControl();
     this.dgv_precioslist = new DevExpress.XtraGrid.Views.Grid.GridView();
     this._listaprecid = new DevExpress.XtraGrid.Columns.GridColumn();
     this._listaprecname = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fechaini = new DevExpress.XtraGrid.Columns.GridColumn();
     this._fechafin = new DevExpress.XtraGrid.Columns.GridColumn();
     this._tiendalist = new DevExpress.XtraGrid.Columns.GridColumn();
     this._ctactelist = new DevExpress.XtraGrid.Columns.GridColumn();
     this._tcamb = new DevExpress.XtraGrid.Columns.GridColumn();
     this._incigv = new DevExpress.XtraGrid.Columns.GridColumn();
     this._visible = new DevExpress.XtraGrid.Columns.GridColumn();
     this._usuar = new DevExpress.XtraGrid.Columns.GridColumn();
     this._feact = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_01)).BeginInit();
     this.pnl_01.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.visible.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.incigv.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlcontroldet)).BeginInit();
     this.pnlcontroldet.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_listaPrecios)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_precioslist)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_precioslist)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     this.SuspendLayout();
     //
     // articid
     //
     this.articid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.articid.Location = new System.Drawing.Point(76, 4);
     this.articid.MaxLength = 10;
     this.articid.Name = "articid";
     this.articid.Size = new System.Drawing.Size(100, 20);
     this.articid.TabIndex = 11;
     this.articid.Text = "0000000000000";
     this.articid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.articid_KeyDown);
     //
     // articname
     //
     this.articname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.articname.Location = new System.Drawing.Point(177, 4);
     this.articname.Name = "articname";
     this.articname.Size = new System.Drawing.Size(300, 21);
     this.articname.TabIndex = 12;
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.Teal;
     this.panelControl2.Appearance.ForeColor = System.Drawing.Color.White;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.Appearance.Options.UseForeColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.label11);
     this.panelControl2.Location = new System.Drawing.Point(-12, 26);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(990, 26);
     this.panelControl2.TabIndex = 113;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(408, 2);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(158, 24);
     this.label11.TabIndex = 5;
     this.label11.Text = "Lista de Precios";
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(214, 135);
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_grabar,
     this.btn_cancelar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btnLoad,
     this.btn_log,
     this.btnInicio,
     this.btnAnterior,
     this.btnSiguiente,
     this.btnUltimo,
     this.btn_salir,
     this.btn_clave});
     this.barManager1.MainMenu = this.bar1;
     this.barManager1.MaxItemId = 16;
     //
     // bar1
     //
     this.bar1.BarName = "Main menu";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(214, 135);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_nuevo, DevExpress.XtraBars.BarItemPaintStyle.Standard),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_editar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_cancelar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_grabar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_eliminar),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_imprimir),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_log),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_clave),
     new DevExpress.XtraBars.LinkPersistInfo(this.btn_salir)});
     this.bar1.OptionsBar.MultiLine = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Main menu";
     //
     // btn_nuevo
     //
     this.btn_nuevo.Caption = "btnNew";
     this.btn_nuevo.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Glyph")));
     this.btn_nuevo.Id = 2;
     this.btn_nuevo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.LargeGlyph")));
     this.btn_nuevo.Name = "btn_nuevo";
     toolTipTitleItem1.Text = "Nuevo";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btn_nuevo.SuperTip = superToolTip1;
     this.btn_nuevo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_nuevo_ItemClick);
     //
     // btn_editar
     //
     this.btn_editar.Caption = "btnEdit";
     this.btn_editar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.Glyph")));
     this.btn_editar.Id = 3;
     this.btn_editar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_editar.LargeGlyph")));
     this.btn_editar.Name = "btn_editar";
     toolTipTitleItem2.Text = "Editar";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btn_editar.SuperTip = superToolTip2;
     this.btn_editar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_editar_ItemClick);
     //
     // btn_cancelar
     //
     this.btn_cancelar.Caption = "btnCancel";
     this.btn_cancelar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.Glyph")));
     this.btn_cancelar.Id = 5;
     this.btn_cancelar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_cancelar.LargeGlyph")));
     this.btn_cancelar.Name = "btn_cancelar";
     toolTipTitleItem3.Text = "Cancelar";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btn_cancelar.SuperTip = superToolTip3;
     this.btn_cancelar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_cancelar_ItemClick);
     //
     // btn_grabar
     //
     this.btn_grabar.Caption = "btnSave";
     this.btn_grabar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Glyph")));
     this.btn_grabar.Id = 4;
     this.btn_grabar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_grabar.LargeGlyph")));
     this.btn_grabar.Name = "btn_grabar";
     toolTipTitleItem4.Text = "Guardar";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.btn_grabar.SuperTip = superToolTip4;
     this.btn_grabar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_grabar_ItemClick);
     //
     // btn_eliminar
     //
     this.btn_eliminar.Caption = "btnDelete";
     this.btn_eliminar.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Glyph")));
     this.btn_eliminar.Id = 6;
     this.btn_eliminar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.LargeGlyph")));
     this.btn_eliminar.Name = "btn_eliminar";
     toolTipTitleItem5.Text = "Elimar Registro";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.btn_eliminar.SuperTip = superToolTip5;
     this.btn_eliminar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_eliminar_ItemClick);
     //
     // btn_imprimir
     //
     this.btn_imprimir.Caption = "btnPrint";
     this.btn_imprimir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Glyph")));
     this.btn_imprimir.Id = 7;
     this.btn_imprimir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.LargeGlyph")));
     this.btn_imprimir.Name = "btn_imprimir";
     toolTipTitleItem6.Text = "Imprimir";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.btn_imprimir.SuperTip = superToolTip6;
     //
     // btn_log
     //
     this.btn_log.Caption = "btnLog";
     this.btn_log.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_log.Glyph")));
     this.btn_log.Id = 9;
     this.btn_log.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_log.LargeGlyph")));
     this.btn_log.Name = "btn_log";
     toolTipTitleItem7.Text = "Log";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.btn_log.SuperTip = superToolTip7;
     //
     // btn_clave
     //
     this.btn_clave.Caption = "btnLock";
     this.btn_clave.Glyph = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.Id = 15;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_clave_ItemClick);
     //
     // btn_salir
     //
     this.btn_salir.Caption = "btnExit";
     this.btn_salir.Glyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.Glyph")));
     this.btn_salir.Id = 14;
     this.btn_salir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_salir.LargeGlyph")));
     this.btn_salir.Name = "btn_salir";
     toolTipTitleItem8.Text = "Salir";
     superToolTip8.Items.Add(toolTipTitleItem8);
     this.btn_salir.SuperTip = superToolTip8;
     this.btn_salir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_salir_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(978, 28);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 440);
     this.barDockControlBottom.Size = new System.Drawing.Size(978, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 28);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 412);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(978, 28);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 412);
     //
     // btnLoad
     //
     this.btnLoad.Caption = "btnLoad";
     this.btnLoad.Glyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.Glyph")));
     this.btnLoad.Id = 8;
     this.btnLoad.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnLoad.LargeGlyph")));
     this.btnLoad.Name = "btnLoad";
     toolTipTitleItem9.Text = "Actualizar";
     superToolTip9.Items.Add(toolTipTitleItem9);
     this.btnLoad.SuperTip = superToolTip9;
     //
     // btnInicio
     //
     this.btnInicio.Caption = "btnInicio";
     this.btnInicio.Glyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.Glyph")));
     this.btnInicio.Id = 10;
     this.btnInicio.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnInicio.LargeGlyph")));
     this.btnInicio.Name = "btnInicio";
     toolTipTitleItem10.Text = "Primer Registro";
     superToolTip10.Items.Add(toolTipTitleItem10);
     this.btnInicio.SuperTip = superToolTip10;
     //
     // btnAnterior
     //
     this.btnAnterior.Caption = "btnAnterior";
     this.btnAnterior.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.Glyph")));
     this.btnAnterior.Id = 11;
     this.btnAnterior.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnAnterior.LargeGlyph")));
     this.btnAnterior.Name = "btnAnterior";
     toolTipTitleItem11.Text = "Anterior Registro";
     superToolTip11.Items.Add(toolTipTitleItem11);
     this.btnAnterior.SuperTip = superToolTip11;
     //
     // btnSiguiente
     //
     this.btnSiguiente.Caption = "btnSiguiente";
     this.btnSiguiente.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.Glyph")));
     this.btnSiguiente.Id = 12;
     this.btnSiguiente.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnSiguiente.LargeGlyph")));
     this.btnSiguiente.Name = "btnSiguiente";
     toolTipTitleItem12.Text = "Siguiente Registro";
     superToolTip12.Items.Add(toolTipTitleItem12);
     this.btnSiguiente.SuperTip = superToolTip12;
     //
     // btnUltimo
     //
     this.btnUltimo.Caption = "btnUltimo";
     this.btnUltimo.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.Glyph")));
     this.btnUltimo.Id = 13;
     this.btnUltimo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnUltimo.LargeGlyph")));
     this.btnUltimo.Name = "btnUltimo";
     toolTipTitleItem13.Text = "Ultimo Registro";
     superToolTip13.Items.Add(toolTipTitleItem13);
     this.btnUltimo.SuperTip = superToolTip13;
     //
     // pnl_01
     //
     this.pnl_01.Appearance.BackColor = System.Drawing.Color.Teal;
     this.pnl_01.Appearance.BackColor2 = System.Drawing.Color.White;
     this.pnl_01.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.pnl_01.Appearance.ForeColor = System.Drawing.Color.White;
     this.pnl_01.Appearance.Options.UseBackColor = true;
     this.pnl_01.Appearance.Options.UseFont = true;
     this.pnl_01.Appearance.Options.UseForeColor = true;
     this.pnl_01.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnl_01.Controls.Add(this.fechdocfin);
     this.pnl_01.Controls.Add(this.visible);
     this.pnl_01.Controls.Add(this.fechdocini);
     this.pnl_01.Controls.Add(this.tcamb);
     this.pnl_01.Controls.Add(this.incigv);
     this.pnl_01.Controls.Add(this.labelControl7);
     this.pnl_01.Controls.Add(this.labelControl6);
     this.pnl_01.Controls.Add(this.labelControl5);
     this.pnl_01.Controls.Add(this.ctactelistname);
     this.pnl_01.Controls.Add(this.ctactelist);
     this.pnl_01.Controls.Add(this.labelControl4);
     this.pnl_01.Controls.Add(this.tiendalistname);
     this.pnl_01.Controls.Add(this.tiendalist);
     this.pnl_01.Controls.Add(this.listaprecid);
     this.pnl_01.Controls.Add(this.listaprecname);
     this.pnl_01.Controls.Add(this.labelControl3);
     this.pnl_01.Controls.Add(this.labelControl1);
     this.pnl_01.Location = new System.Drawing.Point(350, 58);
     this.pnl_01.Name = "pnl_01";
     this.pnl_01.Size = new System.Drawing.Size(626, 131);
     this.pnl_01.TabIndex = 120;
     //
     // fechdocfin
     //
     this.fechdocfin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechdocfin.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechdocfin.Location = new System.Drawing.Point(306, 79);
     this.fechdocfin.Name = "fechdocfin";
     this.fechdocfin.Size = new System.Drawing.Size(80, 20);
     this.fechdocfin.TabIndex = 125;
     //
     // visible
     //
     this.visible.Location = new System.Drawing.Point(300, 102);
     this.visible.Name = "visible";
     this.visible.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.visible.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.visible.Properties.Appearance.Options.UseFont = true;
     this.visible.Properties.Appearance.Options.UseForeColor = true;
     this.visible.Properties.Caption = "Visible ?";
     this.visible.Size = new System.Drawing.Size(71, 19);
     this.visible.TabIndex = 139;
     //
     // fechdocini
     //
     this.fechdocini.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechdocini.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechdocini.Location = new System.Drawing.Point(109, 79);
     this.fechdocini.Name = "fechdocini";
     this.fechdocini.Size = new System.Drawing.Size(80, 20);
     this.fechdocini.TabIndex = 124;
     //
     // tcamb
     //
     this.tcamb.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.tcamb.Location = new System.Drawing.Point(109, 102);
     this.tcamb.Name = "tcamb";
     this.tcamb.Size = new System.Drawing.Size(80, 21);
     this.tcamb.TabIndex = 138;
     this.tcamb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // incigv
     //
     this.incigv.Location = new System.Drawing.Point(198, 102);
     this.incigv.Name = "incigv";
     this.incigv.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.incigv.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.incigv.Properties.Appearance.Options.UseFont = true;
     this.incigv.Properties.Appearance.Options.UseForeColor = true;
     this.incigv.Properties.Caption = "Inlcuye Igv";
     this.incigv.Size = new System.Drawing.Size(94, 19);
     this.incigv.TabIndex = 137;
     //
     // labelControl7
     //
     this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl7.Location = new System.Drawing.Point(13, 105);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(83, 13);
     this.labelControl7.TabIndex = 136;
     this.labelControl7.Text = "» Tipo Cambio:";
     //
     // labelControl6
     //
     this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl6.Location = new System.Drawing.Point(234, 82);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(66, 13);
     this.labelControl6.TabIndex = 135;
     this.labelControl6.Text = "» Fecha Fin:";
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl5.Location = new System.Drawing.Point(13, 82);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(81, 13);
     this.labelControl5.TabIndex = 134;
     this.labelControl5.Text = "» Fecha Inicio:";
     //
     // ctactelistname
     //
     this.ctactelistname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.ctactelistname.Location = new System.Drawing.Point(132, 53);
     this.ctactelistname.Name = "ctactelistname";
     this.ctactelistname.Size = new System.Drawing.Size(303, 21);
     this.ctactelistname.TabIndex = 133;
     //
     // ctactelist
     //
     this.ctactelist.AccessibleDescription = "";
     this.ctactelist.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ctactelist.Location = new System.Drawing.Point(110, 53);
     this.ctactelist.MaxLength = 4;
     this.ctactelist.Name = "ctactelist";
     this.ctactelist.Size = new System.Drawing.Size(21, 20);
     this.ctactelist.TabIndex = 132;
     this.ctactelist.Text = "0";
     this.ctactelist.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.ctactelist.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ctactelist_KeyDown);
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl4.Location = new System.Drawing.Point(11, 57);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(91, 13);
     this.labelControl4.TabIndex = 131;
     this.labelControl4.Text = "» Lista-Clientes:";
     //
     // tiendalistname
     //
     this.tiendalistname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.tiendalistname.Location = new System.Drawing.Point(132, 30);
     this.tiendalistname.Name = "tiendalistname";
     this.tiendalistname.Size = new System.Drawing.Size(287, 21);
     this.tiendalistname.TabIndex = 130;
     //
     // tiendalist
     //
     this.tiendalist.AccessibleDescription = "";
     this.tiendalist.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tiendalist.Location = new System.Drawing.Point(110, 30);
     this.tiendalist.MaxLength = 4;
     this.tiendalist.Name = "tiendalist";
     this.tiendalist.Size = new System.Drawing.Size(21, 20);
     this.tiendalist.TabIndex = 129;
     this.tiendalist.Text = "0";
     this.tiendalist.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.tiendalist.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tiendalist_KeyDown);
     //
     // listaprecid
     //
     this.listaprecid.AccessibleDescription = "";
     this.listaprecid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listaprecid.Location = new System.Drawing.Point(110, 6);
     this.listaprecid.MaxLength = 4;
     this.listaprecid.Name = "listaprecid";
     this.listaprecid.Size = new System.Drawing.Size(21, 20);
     this.listaprecid.TabIndex = 128;
     this.listaprecid.Text = "0";
     this.listaprecid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // listaprecname
     //
     this.listaprecname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.listaprecname.Location = new System.Drawing.Point(132, 6);
     this.listaprecname.Name = "listaprecname";
     this.listaprecname.Size = new System.Drawing.Size(303, 21);
     this.listaprecname.TabIndex = 124;
     this.listaprecname.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listaprecname_KeyDown);
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl3.Location = new System.Drawing.Point(11, 32);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(90, 13);
     this.labelControl3.TabIndex = 123;
     this.labelControl3.Text = "» Lista-Tiendas:";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl1.Location = new System.Drawing.Point(11, 9);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(52, 13);
     this.labelControl1.TabIndex = 122;
     this.labelControl1.Text = "» Codigo:";
     //
     // pnlcontroldet
     //
     this.pnlcontroldet.Appearance.BackColor = System.Drawing.Color.Teal;
     this.pnlcontroldet.Appearance.BackColor2 = System.Drawing.Color.White;
     this.pnlcontroldet.Appearance.ForeColor = System.Drawing.Color.White;
     this.pnlcontroldet.Appearance.Options.UseBackColor = true;
     this.pnlcontroldet.Appearance.Options.UseForeColor = true;
     this.pnlcontroldet.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlcontroldet.Controls.Add(this.labelControl10);
     this.pnlcontroldet.Controls.Add(this.ExportCatalog);
     this.pnlcontroldet.Controls.Add(this.btn_importar);
     this.pnlcontroldet.Controls.Add(this.btn_exportar);
     this.pnlcontroldet.Controls.Add(this.btn_del);
     this.pnlcontroldet.Controls.Add(this.btn_add);
     this.pnlcontroldet.Controls.Add(this.btn_save);
     this.pnlcontroldet.Controls.Add(this.precunit2);
     this.pnlcontroldet.Controls.Add(this.precunit1);
     this.pnlcontroldet.Controls.Add(this.labelControl9);
     this.pnlcontroldet.Controls.Add(this.labelControl8);
     this.pnlcontroldet.Controls.Add(this.dgb_listaPrecios);
     this.pnlcontroldet.Controls.Add(this.labelControl2);
     this.pnlcontroldet.Controls.Add(this.articid);
     this.pnlcontroldet.Controls.Add(this.articname);
     this.pnlcontroldet.Location = new System.Drawing.Point(349, 193);
     this.pnlcontroldet.Name = "pnlcontroldet";
     this.pnlcontroldet.Size = new System.Drawing.Size(627, 245);
     this.pnlcontroldet.TabIndex = 121;
     //
     // labelControl10
     //
     this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl10.Location = new System.Drawing.Point(547, 103);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(70, 13);
     this.labelControl10.TabIndex = 158;
     this.labelControl10.Text = "__________";
     //
     // ExportCatalog
     //
     this.ExportCatalog.Cursor = System.Windows.Forms.Cursors.Hand;
     this.ExportCatalog.Image = ((System.Drawing.Image)(resources.GetObject("ExportCatalog.Image")));
     this.ExportCatalog.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.ExportCatalog.Location = new System.Drawing.Point(543, 78);
     this.ExportCatalog.Name = "ExportCatalog";
     this.ExportCatalog.Size = new System.Drawing.Size(74, 23);
     this.ExportCatalog.TabIndex = 157;
     this.ExportCatalog.Text = "Productos";
     this.ExportCatalog.ToolTip = "Exportar Productos";
     this.ExportCatalog.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.ExportCatalog.Click += new System.EventHandler(this.ExportCatalog_Click);
     //
     // btn_importar
     //
     this.btn_importar.BackColor = System.Drawing.Color.Transparent;
     this.btn_importar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_importar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.btn_importar.ForeColor = System.Drawing.Color.Black;
     this.btn_importar.Image = global::BapFormulariosNet.Properties.Resources.go_import2;
     this.btn_importar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_importar.Location = new System.Drawing.Point(543, 187);
     this.btn_importar.Name = "btn_importar";
     this.btn_importar.Size = new System.Drawing.Size(81, 35);
     this.btn_importar.TabIndex = 155;
     this.btn_importar.Text = "&Importar";
     this.btn_importar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btn_importar.UseVisualStyleBackColor = false;
     this.btn_importar.Click += new System.EventHandler(this.btn_importar_Click);
     //
     // btn_exportar
     //
     this.btn_exportar.BackColor = System.Drawing.Color.Transparent;
     this.btn_exportar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_exportar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.btn_exportar.ForeColor = System.Drawing.Color.Black;
     this.btn_exportar.Image = global::BapFormulariosNet.Properties.Resources.go_export;
     this.btn_exportar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_exportar.Location = new System.Drawing.Point(541, 146);
     this.btn_exportar.Name = "btn_exportar";
     this.btn_exportar.Size = new System.Drawing.Size(83, 35);
     this.btn_exportar.TabIndex = 156;
     this.btn_exportar.Text = "&Exportar";
     this.btn_exportar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btn_exportar.UseVisualStyleBackColor = false;
     this.btn_exportar.Click += new System.EventHandler(this.btn_exportar_Click);
     //
     // btn_del
     //
     this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_del.Image = ((System.Drawing.Image)(resources.GetObject("btn_del.Image")));
     this.btn_del.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn_del.Location = new System.Drawing.Point(407, 52);
     this.btn_del.Name = "btn_del";
     this.btn_del.Size = new System.Drawing.Size(65, 23);
     this.btn_del.TabIndex = 144;
     this.btn_del.Text = "Eliminar";
     this.btn_del.ToolTip = "Eliminar";
     this.btn_del.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
     //
     // btn_add
     //
     this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add.Image = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
     this.btn_add.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn_add.Location = new System.Drawing.Point(330, 52);
     this.btn_add.Name = "btn_add";
     this.btn_add.Size = new System.Drawing.Size(71, 23);
     this.btn_add.TabIndex = 143;
     this.btn_add.Text = "Adicionar";
     this.btn_add.ToolTip = "Adicionar";
     this.btn_add.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // btn_save
     //
     this.btn_save.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_save.Image = ((System.Drawing.Image)(resources.GetObject("btn_save.Image")));
     this.btn_save.Location = new System.Drawing.Point(256, 52);
     this.btn_save.Name = "btn_save";
     this.btn_save.Size = new System.Drawing.Size(68, 23);
     this.btn_save.TabIndex = 154;
     this.btn_save.Text = "&Aceptar";
     this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
     //
     // precunit2
     //
     this.precunit2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.precunit2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.precunit2.Location = new System.Drawing.Point(166, 51);
     this.precunit2.Name = "precunit2";
     this.precunit2.Size = new System.Drawing.Size(80, 21);
     this.precunit2.TabIndex = 153;
     this.precunit2.Text = "00.000.00";
     this.precunit2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // precunit1
     //
     this.precunit1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.precunit1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.precunit1.Location = new System.Drawing.Point(166, 28);
     this.precunit1.Name = "precunit1";
     this.precunit1.Size = new System.Drawing.Size(80, 21);
     this.precunit1.TabIndex = 152;
     this.precunit1.Text = "00.000.00";
     this.precunit1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.precunit1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.precunit1_KeyDown);
     //
     // labelControl9
     //
     this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl9.Location = new System.Drawing.Point(14, 56);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(122, 13);
     this.labelControl9.TabIndex = 151;
     this.labelControl9.Text = "» Precio Moneda US$:";
     //
     // labelControl8
     //
     this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl8.Location = new System.Drawing.Point(14, 32);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(129, 13);
     this.labelControl8.TabIndex = 150;
     this.labelControl8.Text = "» Precio Moneda Local:";
     //
     // dgb_listaPrecios
     //
     this.dgb_listaPrecios.AllowUserToAddRows = false;
     this.dgb_listaPrecios.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgb_listaPrecios.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.@__listaprecid,
     this.codigo,
     this.denominacion,
     this._precunit1,
     this._precunit2,
     this.usuar,
     this.feact});
     this.dgb_listaPrecios.EnableHeadersVisualStyles = false;
     this.dgb_listaPrecios.Location = new System.Drawing.Point(4, 78);
     this.dgb_listaPrecios.Name = "dgb_listaPrecios";
     this.dgb_listaPrecios.ReadOnly = true;
     this.dgb_listaPrecios.RowHeadersVisible = false;
     dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
     this.dgb_listaPrecios.RowsDefaultCellStyle = dataGridViewCellStyle3;
     this.dgb_listaPrecios.Size = new System.Drawing.Size(536, 164);
     this.dgb_listaPrecios.TabIndex = 149;
     this.dgb_listaPrecios.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_listaPrecios_CellClick);
     this.dgb_listaPrecios.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_listaPrecios_CellEnter);
     this.dgb_listaPrecios.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgb_listaPrecios_KeyUp);
     //
     // __listaprecid
     //
     this.@__listaprecid.DataPropertyName = "listaprecid";
     this.@__listaprecid.HeaderText = "listaprecid";
     this.@__listaprecid.Name = "__listaprecid";
     this.@__listaprecid.ReadOnly = true;
     this.@__listaprecid.Visible = false;
     //
     // codigo
     //
     this.codigo.DataPropertyName = "codigo";
     this.codigo.HeaderText = "Codigo";
     this.codigo.Name = "codigo";
     this.codigo.ReadOnly = true;
     this.codigo.Width = 80;
     //
     // denominacion
     //
     this.denominacion.DataPropertyName = "denominacion";
     this.denominacion.HeaderText = "Denominación";
     this.denominacion.Name = "denominacion";
     this.denominacion.ReadOnly = true;
     this.denominacion.Width = 300;
     //
     // _precunit1
     //
     this._precunit1.DataPropertyName = "precunit1";
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle1.Format = "N2";
     dataGridViewCellStyle1.NullValue = null;
     this._precunit1.DefaultCellStyle = dataGridViewCellStyle1;
     this._precunit1.HeaderText = "S/.";
     this._precunit1.Name = "_precunit1";
     this._precunit1.ReadOnly = true;
     this._precunit1.Width = 70;
     //
     // _precunit2
     //
     this._precunit2.DataPropertyName = "precunit2";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle2.Format = "N2";
     dataGridViewCellStyle2.NullValue = null;
     this._precunit2.DefaultCellStyle = dataGridViewCellStyle2;
     this._precunit2.HeaderText = "US$";
     this._precunit2.Name = "_precunit2";
     this._precunit2.ReadOnly = true;
     this._precunit2.Width = 70;
     //
     // usuar
     //
     this.usuar.DataPropertyName = "usuar";
     this.usuar.HeaderText = "usuar";
     this.usuar.Name = "usuar";
     this.usuar.ReadOnly = true;
     this.usuar.Visible = false;
     //
     // feact
     //
     this.feact.DataPropertyName = "feact";
     this.feact.HeaderText = "feact";
     this.feact.Name = "feact";
     this.feact.ReadOnly = true;
     this.feact.Visible = false;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl2.Location = new System.Drawing.Point(13, 7);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(58, 13);
     this.labelControl2.TabIndex = 123;
     this.labelControl2.Text = "» Articulo:";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.Mdi_dgv_precioslist);
     this.groupControl1.Location = new System.Drawing.Point(2, 56);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(342, 382);
     this.groupControl1.TabIndex = 142;
     this.groupControl1.Text = "Lista de Precios";
     //
     // Mdi_dgv_precioslist
     //
     this.Mdi_dgv_precioslist.Location = new System.Drawing.Point(6, 24);
     this.Mdi_dgv_precioslist.MainView = this.dgv_precioslist;
     this.Mdi_dgv_precioslist.Name = "Mdi_dgv_precioslist";
     this.Mdi_dgv_precioslist.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1,
     this.repositoryItemCheckEdit2,
     this.repositoryItemTextEdit2,
     this.repositoryItemCheckEdit3});
     this.Mdi_dgv_precioslist.Size = new System.Drawing.Size(329, 353);
     this.Mdi_dgv_precioslist.TabIndex = 143;
     this.Mdi_dgv_precioslist.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.dgv_precioslist});
     this.Mdi_dgv_precioslist.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Mdi_dgv_tiendalist_KeyUp);
     //
     // dgv_precioslist
     //
     this.dgv_precioslist.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_precioslist.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.Gray;
     this.dgv_precioslist.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(223)))), ((int)(((byte)(217)))));
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Blue;
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_precioslist.Appearance.Empty.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_precioslist.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(138)))), ((int)(((byte)(131)))));
     this.dgv_precioslist.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_precioslist.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.FilterCloseButton.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.dgv_precioslist.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(48)))), ((int)(((byte)(41)))));
     this.dgv_precioslist.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_precioslist.Appearance.FilterPanel.ForeColor = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.FilterPanel.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.dgv_precioslist.Appearance.FilterPanel.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FilterPanel.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(74)))), ((int)(((byte)(66)))));
     this.dgv_precioslist.Appearance.FixedLine.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
     this.dgv_precioslist.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.FocusedCell.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FocusedCell.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.FocusedRow.BackColor = System.Drawing.Color.Navy;
     this.dgv_precioslist.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(178)))));
     this.dgv_precioslist.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.FocusedRow.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FocusedRow.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.FooterPanel.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.FooterPanel.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.GroupButton.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.GroupButton.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.GroupButton.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.GroupButton.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
     this.dgv_precioslist.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(202)))), ((int)(((byte)(194)))));
     this.dgv_precioslist.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.GroupFooter.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.GroupFooter.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(78)))), ((int)(((byte)(71)))));
     this.dgv_precioslist.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dgv_precioslist.Appearance.GroupPanel.ForeColor = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.GroupPanel.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.GroupPanel.Options.UseFont = true;
     this.dgv_precioslist.Appearance.GroupPanel.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(144)))), ((int)(((byte)(136)))));
     this.dgv_precioslist.Appearance.GroupRow.ForeColor = System.Drawing.Color.Silver;
     this.dgv_precioslist.Appearance.GroupRow.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.GroupRow.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dgv_precioslist.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.dgv_precioslist.Appearance.HeaderPanel.Options.UseFont = true;
     this.dgv_precioslist.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.Gray;
     this.dgv_precioslist.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.dgv_precioslist.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.HorzLine.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.Preview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(252)))), ((int)(((byte)(244)))));
     this.dgv_precioslist.Appearance.Preview.BackColor2 = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.Preview.ForeColor = System.Drawing.Color.Navy;
     this.dgv_precioslist.Appearance.Preview.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.Preview.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(224)))), ((int)(((byte)(216)))));
     this.dgv_precioslist.Appearance.Row.ForeColor = System.Drawing.Color.Black;
     this.dgv_precioslist.Appearance.Row.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.Row.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.RowSeparator.BackColor = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(212)))), ((int)(((byte)(204)))));
     this.dgv_precioslist.Appearance.RowSeparator.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(138)))));
     this.dgv_precioslist.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
     this.dgv_precioslist.Appearance.SelectedRow.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.SelectedRow.Options.UseForeColor = true;
     this.dgv_precioslist.Appearance.TopNewRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(232)))), ((int)(((byte)(226)))));
     this.dgv_precioslist.Appearance.TopNewRow.Options.UseBackColor = true;
     this.dgv_precioslist.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(192)))), ((int)(((byte)(184)))));
     this.dgv_precioslist.Appearance.VertLine.Options.UseBackColor = true;
     this.dgv_precioslist.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this._listaprecid,
     this._listaprecname,
     this._fechaini,
     this._fechafin,
     this._tiendalist,
     this._ctactelist,
     this._tcamb,
     this._incigv,
     this._visible,
     this._usuar,
     this._feact});
     styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Teal;
     styleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression = "Len(Trim([conceptoid])) == 2";
     this.dgv_precioslist.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1});
     this.dgv_precioslist.GridControl = this.Mdi_dgv_precioslist;
     this.dgv_precioslist.Name = "dgv_precioslist";
     this.dgv_precioslist.OptionsSelection.MultiSelect = true;
     this.dgv_precioslist.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.dgv_precioslist.OptionsView.ShowGroupPanel = false;
     this.dgv_precioslist.PaintStyleName = "Web";
     this.dgv_precioslist.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.dgv_tiendalist_RowCellClick);
     //
     // _listaprecid
     //
     this._listaprecid.Caption = "ID";
     this._listaprecid.FieldName = "listaprecid";
     this._listaprecid.Name = "_listaprecid";
     this._listaprecid.OptionsColumn.AllowEdit = false;
     this._listaprecid.Visible = true;
     this._listaprecid.VisibleIndex = 0;
     this._listaprecid.Width = 39;
     //
     // _listaprecname
     //
     this._listaprecname.Caption = "Denominación";
     this._listaprecname.FieldName = "listaprecname";
     this._listaprecname.Name = "_listaprecname";
     this._listaprecname.OptionsColumn.AllowEdit = false;
     this._listaprecname.Visible = true;
     this._listaprecname.VisibleIndex = 1;
     this._listaprecname.Width = 152;
     //
     // _fechaini
     //
     this._fechaini.Caption = "fechaini";
     this._fechaini.FieldName = "fechaini";
     this._fechaini.Name = "_fechaini";
     //
     // _fechafin
     //
     this._fechafin.Caption = "fechafin";
     this._fechafin.FieldName = "fechafin";
     this._fechafin.Name = "_fechafin";
     //
     // _tiendalist
     //
     this._tiendalist.Caption = "tiendalist";
     this._tiendalist.FieldName = "tiendalist";
     this._tiendalist.Name = "_tiendalist";
     //
     // _ctactelist
     //
     this._ctactelist.Caption = "ctactelist";
     this._ctactelist.FieldName = "ctactelist";
     this._ctactelist.Name = "_ctactelist";
     //
     // _tcamb
     //
     this._tcamb.Caption = "tcamb";
     this._tcamb.FieldName = "tcamb";
     this._tcamb.Name = "_tcamb";
     //
     // _incigv
     //
     this._incigv.Caption = "incigv";
     this._incigv.FieldName = "incigv";
     this._incigv.Name = "_incigv";
     //
     // _visible
     //
     this._visible.Caption = "visible";
     this._visible.FieldName = "visible";
     this._visible.Name = "_visible";
     //
     // _usuar
     //
     this._usuar.Caption = "usuar";
     this._usuar.FieldName = "usuar";
     this._usuar.Name = "_usuar";
     //
     // _feact
     //
     this._feact.Caption = "feact";
     this._feact.FieldName = "feact";
     this._feact.Name = "_feact";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.DisplayFormat.FormatString = "###,##0.0000";
     this.repositoryItemTextEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.EditFormat.FormatString = "###,##0.0000";
     this.repositoryItemTextEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.Mask.EditMask = "###,##0.0000";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Caption = "Check";
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
     this.repositoryItemTextEdit2.ReadOnly = true;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Caption = "Check";
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     //
     // Frm_lista_precios
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(978, 440);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.pnlcontroldet);
     this.Controls.Add(this.pnl_01);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_lista_precios";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "» Lista de Precios";
     this.Load += new System.EventHandler(this.Frm_articulo_tiendalist_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_articulo_tiendalist_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnl_01)).EndInit();
     this.pnl_01.ResumeLayout(false);
     this.pnl_01.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.visible.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.incigv.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlcontroldet)).EndInit();
     this.pnlcontroldet.ResumeLayout(false);
     this.pnlcontroldet.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_listaPrecios)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Mdi_dgv_precioslist)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_precioslist)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMainRibbon));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem1  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem2  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem3  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem4  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem5  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem6  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem7  = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem8  = new DevExpress.Utils.ToolTipItem();
     this.ribbon                  = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.bbiHelp                 = new DevExpress.XtraBars.BarButtonItem();
     this.bbiChange               = new DevExpress.XtraBars.BarButtonItem();
     this.bsiUser                 = new DevExpress.XtraBars.BarStaticItem();
     this.bbiPassword             = new DevExpress.XtraBars.BarButtonItem();
     this.bbiAbout                = new DevExpress.XtraBars.BarButtonItem();
     this.bbiClose                = new DevExpress.XtraBars.BarButtonItem();
     this.bbiCal                  = new DevExpress.XtraBars.BarButtonItem();
     this.bciIsMin                = new DevExpress.XtraBars.BarCheckItem();
     this.bsiOper                 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem2          = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem3          = new DevExpress.XtraBars.BarStaticItem();
     this.bbiCloseChild           = new DevExpress.XtraBars.BarButtonItem();
     this.barMdiChildrenListItem1 = new DevExpress.XtraBars.BarMdiChildrenListItem();
     this.bsiOtherTool            = new DevExpress.XtraBars.BarSubItem();
     this.bbiDefMenu              = new DevExpress.XtraBars.BarButtonItem();
     this.bbiSqlHeader            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1          = new DevExpress.XtraBars.BarButtonItem();
     this.bsiLog                  = new DevExpress.XtraBars.BarSubItem();
     this.bciLogNone              = new DevExpress.XtraBars.BarCheckItem();
     this.bciLogError             = new DevExpress.XtraBars.BarCheckItem();
     this.bciLogWarn              = new DevExpress.XtraBars.BarCheckItem();
     this.bciLogDebug             = new DevExpress.XtraBars.BarCheckItem();
     this.bciLogInfo              = new DevExpress.XtraBars.BarCheckItem();
     this.bsiSkin                 = new DevExpress.XtraBars.BarSubItem();
     this.rgbiSkins               = new DevExpress.XtraBars.RibbonGalleryBarItem();
     this.bsiLoadingInfo          = new DevExpress.XtraBars.BarStaticItem();
     this.bbiShowFloatWind        = new DevExpress.XtraBars.BarButtonItem();
     this.bbiChangeChoice         = new DevExpress.XtraBars.BarButtonItem();
     this.bsiDataSource           = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem1          = new DevExpress.XtraBars.BarStaticItem();
     this.bsiIP = new DevExpress.XtraBars.BarStaticItem();
     this.barItemServerTimeLable  = new DevExpress.XtraBars.BarStaticItem();
     this.barSubItem1             = new DevExpress.XtraBars.BarSubItem();
     this.barStaticItem5          = new DevExpress.XtraBars.BarStaticItem();
     this.barEditItem1            = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.barStaticItem4          = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem6          = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem7          = new DevExpress.XtraBars.BarStaticItem();
     this.LinkMacAddress          = new DevExpress.XtraBars.BarLinkContainerItem();
     this.barHeaderItem1          = new DevExpress.XtraBars.BarHeaderItem();
     this.rbPageTools             = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rbPageGroupTools        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rbPageGroupSkin         = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rbPageGroupChild        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rbpgHelp    = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rbpgExit    = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.riInputCode = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.rIICSkin    = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.repositoryItemHyperLinkEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.repositoryItemCheckEdit1     = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.ribbonStatusBar         = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.ribbonPageGroup10       = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup1        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.customTabbedMdiManager1 = new His6.Base.Control.CustomTabbedMdiManager();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riInputCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rIICSkin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.customTabbedMdiManager1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.AllowKeyTips          = false;
     this.ribbon.ApplicationButtonText = null;
     this.ribbon.DrawGroupCaptions     = DevExpress.Utils.DefaultBoolean.False;
     this.ribbon.ExpandCollapseItem.Id = 0;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.bbiHelp,
         this.bbiChange,
         this.bsiUser,
         this.bbiPassword,
         this.bbiAbout,
         this.bbiClose,
         this.bbiCal,
         this.bciIsMin,
         this.bsiOper,
         this.barStaticItem2,
         this.barStaticItem3,
         this.bbiCloseChild,
         this.barMdiChildrenListItem1,
         this.bsiOtherTool,
         this.bsiSkin,
         this.rgbiSkins,
         this.bsiLoadingInfo,
         this.bbiShowFloatWind,
         this.bbiChangeChoice,
         this.bsiDataSource,
         this.barStaticItem1,
         this.bsiIP,
         this.barItemServerTimeLable,
         this.bbiDefMenu,
         this.bbiSqlHeader,
         this.bsiLog,
         this.bciLogNone,
         this.bciLogError,
         this.bciLogWarn,
         this.bciLogDebug,
         this.bciLogInfo,
         this.barSubItem1,
         this.barEditItem1,
         this.barStaticItem4,
         this.barStaticItem5,
         this.barStaticItem6,
         this.barStaticItem7,
         this.LinkMacAddress,
         this.barHeaderItem1,
         this.barButtonItem1
     });
     this.ribbon.Location  = new System.Drawing.Point(0, 0);
     this.ribbon.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ribbon.MaxItemId = 28;
     this.ribbon.Name      = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.rbPageTools
     });
     this.ribbon.QuickToolbarItemLinks.Add(this.bbiClose);
     this.ribbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riInputCode,
         this.rIICSkin,
         this.repositoryItemHyperLinkEdit1,
         this.repositoryItemHyperLinkEdit2,
         this.repositoryItemCheckEdit1,
         this.repositoryItemTextEdit1
     });
     this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbon.Size            = new System.Drawing.Size(1696, 188);
     this.ribbon.StatusBar       = this.ribbonStatusBar;
     this.ribbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // bbiHelp
     //
     this.bbiHelp.Caption                      = "使用说明";
     this.bbiHelp.Id                           = 0;
     this.bbiHelp.ImageOptions.Image           = ((System.Drawing.Image)(resources.GetObject("bbiHelp.ImageOptions.Image")));
     this.bbiHelp.ImageOptions.LargeImage      = ((System.Drawing.Image)(resources.GetObject("bbiHelp.ImageOptions.LargeImage")));
     this.bbiHelp.ImageOptions.LargeImageIndex = 2;
     this.bbiHelp.Name                         = "bbiHelp";
     toolTipItem1.Text                         = "系统使用说明";
     superToolTip1.Items.Add(toolTipItem1);
     this.bbiHelp.SuperTip   = superToolTip1;
     this.bbiHelp.Tag        = "HELP";
     this.bbiHelp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bbiChange
     //
     this.bbiChange.Caption                      = "重新登录";
     this.bbiChange.Id                           = 4;
     this.bbiChange.ImageOptions.Image           = ((System.Drawing.Image)(resources.GetObject("bbiChange.ImageOptions.Image")));
     this.bbiChange.ImageOptions.LargeImage      = ((System.Drawing.Image)(resources.GetObject("bbiChange.ImageOptions.LargeImage")));
     this.bbiChange.ImageOptions.LargeImageIndex = 5;
     this.bbiChange.Name                         = "bbiChange";
     toolTipItem2.Text                           = "换一个人员登录";
     superToolTip2.Items.Add(toolTipItem2);
     this.bbiChange.SuperTip   = superToolTip2;
     this.bbiChange.Tag        = "RELOGIN";
     this.bbiChange.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bsiUser
     //
     this.bsiUser.Caption = "单位名称";
     this.bsiUser.Id      = 5;
     this.bsiUser.ItemAppearance.Normal.Font                 = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bsiUser.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Blue;
     this.bsiUser.ItemAppearance.Normal.Options.UseFont      = true;
     this.bsiUser.ItemAppearance.Normal.Options.UseForeColor = true;
     this.bsiUser.Name = "bsiUser";
     //
     // bbiPassword
     //
     this.bbiPassword.Caption                      = "口令更改";
     this.bbiPassword.Id                           = 10;
     this.bbiPassword.ImageOptions.Image           = ((System.Drawing.Image)(resources.GetObject("bbiPassword.ImageOptions.Image")));
     this.bbiPassword.ImageOptions.LargeImage      = ((System.Drawing.Image)(resources.GetObject("bbiPassword.ImageOptions.LargeImage")));
     this.bbiPassword.ImageOptions.LargeImageIndex = 4;
     this.bbiPassword.Name                         = "bbiPassword";
     toolTipItem3.Text = "修改操作员输入口令";
     superToolTip3.Items.Add(toolTipItem3);
     this.bbiPassword.SuperTip   = superToolTip3;
     this.bbiPassword.Tag        = "PASSWORD";
     this.bbiPassword.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bbiAbout
     //
     this.bbiAbout.Caption                      = "版本说明";
     this.bbiAbout.Id                           = 11;
     this.bbiAbout.ImageOptions.Image           = ((System.Drawing.Image)(resources.GetObject("bbiAbout.ImageOptions.Image")));
     this.bbiAbout.ImageOptions.LargeImage      = ((System.Drawing.Image)(resources.GetObject("bbiAbout.ImageOptions.LargeImage")));
     this.bbiAbout.ImageOptions.LargeImageIndex = 3;
     this.bbiAbout.Name                         = "bbiAbout";
     toolTipItem4.Text                          = "系统版本及模块信息";
     superToolTip4.Items.Add(toolTipItem4);
     this.bbiAbout.SuperTip   = superToolTip4;
     this.bbiAbout.Tag        = "ABOUT";
     this.bbiAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bbiClose
     //
     this.bbiClose.Caption                      = "关闭系统";
     this.bbiClose.Id                           = 12;
     this.bbiClose.ImageOptions.Image           = ((System.Drawing.Image)(resources.GetObject("bbiClose.ImageOptions.Image")));
     this.bbiClose.ImageOptions.LargeImage      = ((System.Drawing.Image)(resources.GetObject("bbiClose.ImageOptions.LargeImage")));
     this.bbiClose.ImageOptions.LargeImageIndex = 0;
     this.bbiClose.Name                         = "bbiClose";
     this.bbiClose.RibbonStyle                  = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                                  | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     toolTipItem5.Text = "退出并关闭系统";
     superToolTip5.Items.Add(toolTipItem5);
     this.bbiClose.SuperTip   = superToolTip5;
     this.bbiClose.Tag        = "EXIT";
     this.bbiClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bbiCal
     //
     this.bbiCal.Caption                      = "计 算 器";
     this.bbiCal.Id                           = 18;
     this.bbiCal.ImageOptions.Image           = ((System.Drawing.Image)(resources.GetObject("bbiCal.ImageOptions.Image")));
     this.bbiCal.ImageOptions.LargeImageIndex = 8;
     this.bbiCal.Name                         = "bbiCal";
     toolTipItem6.Text                        = "调用计算器";
     superToolTip6.Items.Add(toolTipItem6);
     this.bbiCal.SuperTip   = superToolTip6;
     this.bbiCal.Tag        = "CALC";
     this.bbiCal.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bciIsMin
     //
     this.bciIsMin.BindableChecked = true;
     this.bciIsMin.Caption         = "最 小 化";
     this.bciIsMin.Checked         = true;
     this.bciIsMin.Id = 20;
     this.bciIsMin.ImageOptions.LargeImageIndex = 1;
     this.bciIsMin.Name = "bciIsMin";
     toolTipItem7.Text  = "工具条带最小化开关";
     superToolTip7.Items.Add(toolTipItem7);
     this.bciIsMin.SuperTip   = superToolTip7;
     this.bciIsMin.Tag        = "MINRIBBON";
     this.bciIsMin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bsiOper
     //
     this.bsiOper.Caption = "操作员";
     this.bsiOper.Id      = 22;
     this.bsiOper.ItemAppearance.Normal.Font                 = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bsiOper.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Blue;
     this.bsiOper.ItemAppearance.Normal.Options.UseFont      = true;
     this.bsiOper.ItemAppearance.Normal.Options.UseForeColor = true;
     this.bsiOper.Name = "bsiOper";
     //
     // barStaticItem2
     //
     this.barStaticItem2.Caption = "  操作人员:";
     this.barStaticItem2.Id      = 28;
     this.barStaticItem2.ItemAppearance.Normal.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barStaticItem2.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem2.Name = "barStaticItem2";
     //
     // barStaticItem3
     //
     this.barStaticItem3.Caption = "  工作点:";
     this.barStaticItem3.Id      = 29;
     this.barStaticItem3.ItemAppearance.Normal.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barStaticItem3.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem3.Name = "barStaticItem3";
     //
     // bbiCloseChild
     //
     this.bbiCloseChild.Caption                      = "全部关闭";
     this.bbiCloseChild.Id                           = 32;
     this.bbiCloseChild.ImageOptions.Image           = ((System.Drawing.Image)(resources.GetObject("bbiCloseChild.ImageOptions.Image")));
     this.bbiCloseChild.ImageOptions.LargeImage      = ((System.Drawing.Image)(resources.GetObject("bbiCloseChild.ImageOptions.LargeImage")));
     this.bbiCloseChild.ImageOptions.LargeImageIndex = 7;
     this.bbiCloseChild.Name                         = "bbiCloseChild";
     toolTipItem8.Text = "关闭全部打开的子窗体";
     superToolTip8.Items.Add(toolTipItem8);
     this.bbiCloseChild.SuperTip   = superToolTip8;
     this.bbiCloseChild.Tag        = "CLOSECHILD";
     this.bbiCloseChild.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // barMdiChildrenListItem1
     //
     this.barMdiChildrenListItem1.Caption = "窗口列表";
     this.barMdiChildrenListItem1.Id      = 33;
     this.barMdiChildrenListItem1.ImageOptions.LargeImageIndex = 8;
     this.barMdiChildrenListItem1.Name = "barMdiChildrenListItem1";
     //
     // bsiOtherTool
     //
     this.bsiOtherTool.Caption = "其他工具";
     this.bsiOtherTool.Id      = 45;
     this.bsiOtherTool.ImageOptions.LargeImageIndex = 6;
     this.bsiOtherTool.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiCal, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiDefMenu),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.bsiLog)
     });
     this.bsiOtherTool.Name = "bsiOtherTool";
     //
     // bbiDefMenu
     //
     this.bbiDefMenu.Caption    = "默认菜单设置";
     this.bbiDefMenu.Id         = 2;
     this.bbiDefMenu.Name       = "bbiDefMenu";
     this.bbiDefMenu.Tag        = "DFM";
     this.bbiDefMenu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bbiSqlHeader
     //
     this.bbiSqlHeader.Caption    = "SQL调试请求头设置";
     this.bbiSqlHeader.Id         = 3;
     this.bbiSqlHeader.Name       = "bbiSqlHeader";
     this.bbiSqlHeader.Tag        = "SQLH";
     this.bbiSqlHeader.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption    = "SQL监视实时消息";
     this.barButtonItem1.Id         = 27;
     this.barButtonItem1.Name       = "barButtonItem1";
     this.barButtonItem1.Tag        = "SQLM";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bsiLog
     //
     this.bsiLog.Caption = "日志等级";
     this.bsiLog.Id      = 5;
     this.bsiLog.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bciLogNone),
         new DevExpress.XtraBars.LinkPersistInfo(this.bciLogError),
         new DevExpress.XtraBars.LinkPersistInfo(this.bciLogWarn),
         new DevExpress.XtraBars.LinkPersistInfo(this.bciLogDebug),
         new DevExpress.XtraBars.LinkPersistInfo(this.bciLogInfo)
     });
     this.bsiLog.Name = "bsiLog";
     //
     // bciLogNone
     //
     this.bciLogNone.Caption    = "不启用";
     this.bciLogNone.Id         = 11;
     this.bciLogNone.Name       = "bciLogNone";
     this.bciLogNone.Tag        = "LOG0";
     this.bciLogNone.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bciLogError
     //
     this.bciLogError.Caption    = "错误级";
     this.bciLogError.Id         = 12;
     this.bciLogError.Name       = "bciLogError";
     this.bciLogError.Tag        = "LOG1";
     this.bciLogError.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bciLogWarn
     //
     this.bciLogWarn.Caption    = "警告级";
     this.bciLogWarn.Id         = 13;
     this.bciLogWarn.Name       = "bciLogWarn";
     this.bciLogWarn.Tag        = "LOG2";
     this.bciLogWarn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bciLogDebug
     //
     this.bciLogDebug.Caption    = "调试级";
     this.bciLogDebug.Id         = 14;
     this.bciLogDebug.Name       = "bciLogDebug";
     this.bciLogDebug.Tag        = "LOG3";
     this.bciLogDebug.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bciLogInfo
     //
     this.bciLogInfo.Caption    = "全部启用";
     this.bciLogInfo.Id         = 15;
     this.bciLogInfo.Name       = "bciLogInfo";
     this.bciLogInfo.Tag        = "LOG4";
     this.bciLogInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi_ItemClick);
     //
     // bsiSkin
     //
     this.bsiSkin.Caption = "换肤选择";
     this.bsiSkin.Id      = 56;
     this.bsiSkin.Name    = "bsiSkin";
     //
     // rgbiSkins
     //
     this.rgbiSkins.Caption           = "皮肤";
     this.rgbiSkins.Id                = 58;
     this.rgbiSkins.Name              = "rgbiSkins";
     this.rgbiSkins.GalleryItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.rgbiSkins_Gallery_ItemClick);
     //
     // bsiLoadingInfo
     //
     this.bsiLoadingInfo.Id = 62;
     this.bsiLoadingInfo.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.bsiLoadingInfo.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Maroon;
     this.bsiLoadingInfo.ItemAppearance.Normal.Options.UseFont      = true;
     this.bsiLoadingInfo.ItemAppearance.Normal.Options.UseForeColor = true;
     this.bsiLoadingInfo.Name       = "bsiLoadingInfo";
     this.bsiLoadingInfo.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // bbiShowFloatWind
     //
     this.bbiShowFloatWind.Caption    = "显示浮动窗体";
     this.bbiShowFloatWind.Id         = 64;
     this.bbiShowFloatWind.Name       = "bbiShowFloatWind";
     this.bbiShowFloatWind.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // bbiChangeChoice
     //
     this.bbiChangeChoice.Caption = "  切换输入法  ";
     this.bbiChangeChoice.Id      = 65;
     this.bbiChangeChoice.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 10.5F);
     this.bbiChangeChoice.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Green;
     this.bbiChangeChoice.ItemAppearance.Normal.Options.UseFont      = true;
     this.bbiChangeChoice.ItemAppearance.Normal.Options.UseForeColor = true;
     this.bbiChangeChoice.Name       = "bbiChangeChoice";
     this.bbiChangeChoice.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiChangeChoice_ItemClick);
     //
     // bsiDataSource
     //
     this.bsiDataSource.Caption = "连接主数据库:";
     this.bsiDataSource.Id      = 67;
     this.bsiDataSource.ItemAppearance.Normal.Font            = new System.Drawing.Font("Tahoma", 10.5F);
     this.bsiDataSource.ItemAppearance.Normal.Options.UseFont = true;
     this.bsiDataSource.Name = "bsiDataSource";
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "  本机IP:";
     this.barStaticItem1.Id      = 68;
     this.barStaticItem1.ItemAppearance.Normal.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barStaticItem1.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem1.Name = "barStaticItem1";
     //
     // bsiIP
     //
     this.bsiIP.Caption = "0.0.0.0";
     this.bsiIP.Id      = 69;
     this.bsiIP.ItemAppearance.Normal.Font                 = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bsiIP.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Black;
     this.bsiIP.ItemAppearance.Normal.Options.UseFont      = true;
     this.bsiIP.ItemAppearance.Normal.Options.UseForeColor = true;
     this.bsiIP.Name = "bsiIP";
     //
     // barItemServerTimeLable
     //
     this.barItemServerTimeLable.Caption = "服务器时间:";
     this.barItemServerTimeLable.Id      = 74;
     this.barItemServerTimeLable.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Red;
     this.barItemServerTimeLable.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barItemServerTimeLable.Name = "barItemServerTimeLable";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "barSubItem1";
     this.barSubItem1.Id      = 17;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barStaticItem5, DevExpress.XtraBars.BarItemPaintStyle.Caption)
     });
     this.barSubItem1.Name = "barSubItem1";
     //
     // barStaticItem5
     //
     this.barStaticItem5.Caption = "barStaticItem5";
     this.barStaticItem5.Id      = 20;
     this.barStaticItem5.Name    = "barStaticItem5";
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "barEditItem1";
     this.barEditItem1.Edit    = this.repositoryItemTextEdit1;
     this.barEditItem1.Id      = 18;
     this.barEditItem1.Name    = "barEditItem1";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name       = "repositoryItemTextEdit1";
     //
     // barStaticItem4
     //
     this.barStaticItem4.Caption = "barStaticItem4";
     this.barStaticItem4.Id      = 19;
     this.barStaticItem4.Name    = "barStaticItem4";
     //
     // barStaticItem6
     //
     this.barStaticItem6.Caption = "物理地址:";
     this.barStaticItem6.Id      = 21;
     this.barStaticItem6.Name    = "barStaticItem6";
     //
     // barStaticItem7
     //
     this.barStaticItem7.Caption = "barStaticItem7";
     this.barStaticItem7.Id      = 23;
     this.barStaticItem7.Name    = "barStaticItem7";
     //
     // LinkMacAddress
     //
     this.LinkMacAddress.AllowRightClickInMenu = false;
     this.LinkMacAddress.Id   = 25;
     this.LinkMacAddress.Name = "LinkMacAddress";
     //
     // barHeaderItem1
     //
     this.barHeaderItem1.Caption = "barHeaderItem1";
     this.barHeaderItem1.Id      = 26;
     this.barHeaderItem1.Name    = "barHeaderItem1";
     //
     // rbPageTools
     //
     this.rbPageTools.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.rbPageGroupTools,
         this.rbPageGroupSkin,
         this.rbPageGroupChild,
         this.rbpgHelp,
         this.rbpgExit
     });
     this.rbPageTools.Name = "rbPageTools";
     this.rbPageTools.Text = "工具";
     //
     // rbPageGroupTools
     //
     this.rbPageGroupTools.ItemLinks.Add(this.bbiChange);
     this.rbPageGroupTools.ItemLinks.Add(this.bbiPassword);
     this.rbPageGroupTools.Name = "rbPageGroupTools";
     this.rbPageGroupTools.ShowCaptionButton = false;
     this.rbPageGroupTools.Text = "工具 ";
     //
     // rbPageGroupSkin
     //
     this.rbPageGroupSkin.ItemLinks.Add(this.rgbiSkins);
     this.rbPageGroupSkin.ItemLinks.Add(this.bsiSkin);
     this.rbPageGroupSkin.Name = "rbPageGroupSkin";
     this.rbPageGroupSkin.ShowCaptionButton = false;
     this.rbPageGroupSkin.Text = "换肤";
     //
     // rbPageGroupChild
     //
     this.rbPageGroupChild.ItemLinks.Add(this.bbiCloseChild);
     this.rbPageGroupChild.ItemLinks.Add(this.barMdiChildrenListItem1);
     this.rbPageGroupChild.Name = "rbPageGroupChild";
     this.rbPageGroupChild.ShowCaptionButton = false;
     this.rbPageGroupChild.Text = "子窗口";
     //
     // rbpgHelp
     //
     this.rbpgHelp.ItemLinks.Add(this.bbiHelp);
     this.rbpgHelp.ItemLinks.Add(this.bbiAbout);
     this.rbpgHelp.ItemLinks.Add(this.bsiOtherTool);
     this.rbpgHelp.Name = "rbpgHelp";
     this.rbpgHelp.ShowCaptionButton = false;
     this.rbpgHelp.Text = "帮助";
     //
     // rbpgExit
     //
     this.rbpgExit.ItemLinks.Add(this.bbiClose);
     this.rbpgExit.Name = "rbpgExit";
     this.rbpgExit.ShowCaptionButton = false;
     //
     // riInputCode
     //
     this.riInputCode.AutoHeight = false;
     this.riInputCode.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.DropDown)
     });
     this.riInputCode.Items.AddRange(new object[] {
         "拼音",
         "五笔"
     });
     this.riInputCode.Name = "riInputCode";
     //
     // rIICSkin
     //
     this.rIICSkin.AutoHeight = false;
     this.rIICSkin.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.rIICSkin.Name = "rIICSkin";
     //
     // repositoryItemHyperLinkEdit1
     //
     this.repositoryItemHyperLinkEdit1.AutoHeight = false;
     this.repositoryItemHyperLinkEdit1.Name       = "repositoryItemHyperLinkEdit1";
     //
     // repositoryItemHyperLinkEdit2
     //
     this.repositoryItemHyperLinkEdit2.AutoHeight = false;
     this.repositoryItemHyperLinkEdit2.Name       = "repositoryItemHyperLinkEdit2";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.ItemLinks.Add(this.bsiUser);
     this.ribbonStatusBar.ItemLinks.Add(this.barStaticItem2);
     this.ribbonStatusBar.ItemLinks.Add(this.bsiOper);
     this.ribbonStatusBar.ItemLinks.Add(this.barStaticItem1);
     this.ribbonStatusBar.ItemLinks.Add(this.bsiIP);
     this.ribbonStatusBar.ItemLinks.Add(this.barStaticItem6);
     this.ribbonStatusBar.ItemLinks.Add(this.LinkMacAddress);
     this.ribbonStatusBar.ItemLinks.Add(this.bbiChangeChoice);
     this.ribbonStatusBar.ItemLinks.Add(this.bsiLoadingInfo);
     this.ribbonStatusBar.ItemLinks.Add(this.bsiDataSource);
     this.ribbonStatusBar.ItemLinks.Add(this.barItemServerTimeLable);
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 1064);
     this.ribbonStatusBar.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbon;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(1696, 41);
     //
     // ribbonPageGroup10
     //
     this.ribbonPageGroup10.Name = "ribbonPageGroup10";
     this.ribbonPageGroup10.ShowCaptionButton = false;
     this.ribbonPageGroup10.Text = "Skins";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.ShowCaptionButton = false;
     this.ribbonPageGroup1.Text = "Skins";
     //
     // customTabbedMdiManager1
     //
     this.customTabbedMdiManager1.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeaderAndOnMouseHover;
     this.customTabbedMdiManager1.MdiParent      = this;
     this.customTabbedMdiManager1.MdParBackImage = null;
     //
     // FrmMainRibbon
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1696, 1105);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbon);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Margin         = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name           = "FrmMainRibbon";
     this.Ribbon         = this.ribbon;
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.StatusBar      = this.ribbonStatusBar;
     this.Text           = " Wonders.HIS";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.FrmRibbonMain_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riInputCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rIICSkin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.customTabbedMdiManager1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
			this.components = new System.ComponentModel.Container();
			DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
			DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SlideSimpleSummaryControl));
			DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
			DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
			DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
			DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
			DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
			this.dateEditFligtDatesStart = new DevExpress.XtraEditors.DateEdit();
			this.ckFlightDates = new System.Windows.Forms.CheckBox();
			this.dateEditFligtDatesEnd = new DevExpress.XtraEditors.DateEdit();
			this.laFlightDatesStart = new System.Windows.Forms.Label();
			this.laFlightDatesEnd = new System.Windows.Forms.Label();
			this.tabItemCampaign = new DevComponents.DotNetBar.TabItem(this.components);
			this.comboBoxEditDecisionMaker = new Asa.Common.GUI.Common.ComboBoxListEdit();
			this.comboBoxEditAdvertiser = new Asa.Common.GUI.Common.ComboBoxListEdit();
			this.dateEditDate = new DevExpress.XtraEditors.DateEdit();
			this.ckDate = new System.Windows.Forms.CheckBox();
			this.ckDecisionMaker = new System.Windows.Forms.CheckBox();
			this.ckAdvertiser = new System.Windows.Forms.CheckBox();
			this.simpleSummaryItemContainer = new Asa.Dashboard.TabHomeForms.SimpleSummaryItemContainer();
			this.spinEditTotal = new DevExpress.XtraEditors.SpinEdit();
			this.spinEditMonthly = new DevExpress.XtraEditors.SpinEdit();
			this.buttonXAddItem = new DevComponents.DotNetBar.ButtonX();
			this.xtraTabControl = new DevExpress.XtraTab.XtraTabControl();
			this.xtraTabPageBasicInfo = new DevExpress.XtraTab.XtraTabPage();
			this.pnBasicInfo = new System.Windows.Forms.Panel();
			this.pbFlightDates = new System.Windows.Forms.PictureBox();
			this.laFlightDates = new System.Windows.Forms.Label();
			this.pbDate = new System.Windows.Forms.PictureBox();
			this.laDate = new System.Windows.Forms.Label();
			this.pbDecisionMaker = new System.Windows.Forms.PictureBox();
			this.laDecisionMaker = new System.Windows.Forms.Label();
			this.laAdvertiser = new System.Windows.Forms.Label();
			this.pbAdvertiser = new System.Windows.Forms.PictureBox();
			this.xtraTabPagePaymentDetails = new DevExpress.XtraTab.XtraTabPage();
			this.checkEditTotalInvestment = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditMonthlyInvestment = new DevExpress.XtraEditors.CheckEdit();
			this.checkEditTableOutput = new DevExpress.XtraEditors.CheckEdit();
			this.pnTotals = new DevExpress.XtraEditors.PanelControl();
			this.labelControlFlightDatesWeeks = new DevExpress.XtraEditors.LabelControl();
			this.pnMain.SuspendLayout();
			this.pnBottom.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEditSlideHeader.Properties)).BeginInit();
			this.pnTop.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.checkEditSolutionNew.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.pbDescription)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditFligtDatesStart.Properties.CalendarTimeProperties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditFligtDatesStart.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditFligtDatesEnd.Properties.CalendarTimeProperties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditFligtDatesEnd.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEditDecisionMaker.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEditAdvertiser.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditDate.Properties.CalendarTimeProperties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditDate.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.spinEditTotal.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.spinEditMonthly.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).BeginInit();
			this.xtraTabControl.SuspendLayout();
			this.xtraTabPageBasicInfo.SuspendLayout();
			this.pnBasicInfo.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pbFlightDates)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.pbDate)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.pbDecisionMaker)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.pbAdvertiser)).BeginInit();
			this.xtraTabPagePaymentDetails.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.checkEditTotalInvestment.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditMonthlyInvestment.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditTableOutput.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.pnTotals)).BeginInit();
			this.pnTotals.SuspendLayout();
			this.SuspendLayout();
			// 
			// pnMain
			// 
			this.pnMain.Controls.Add(this.xtraTabControl);
			this.pnMain.Controls.Add(this.pnTotals);
			this.pnMain.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
			// 
			// pnBottom
			// 
			this.pnBottom.Controls.Add(this.checkEditTableOutput);
			this.pnBottom.Controls.SetChildIndex(this.simpleButtonSaveTemplate, 0);
			this.pnBottom.Controls.SetChildIndex(this.pbDescription, 0);
			this.pnBottom.Controls.SetChildIndex(this.checkEditSolutionNew, 0);
			this.pnBottom.Controls.SetChildIndex(this.checkEditTableOutput, 0);
			// 
			// comboBoxEditSlideHeader
			// 
			this.comboBoxEditSlideHeader.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.comboBoxEditSlideHeader.Properties.Appearance.Options.UseFont = true;
			this.comboBoxEditSlideHeader.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditSlideHeader.Properties.AppearanceDisabled.Options.UseFont = true;
			this.comboBoxEditSlideHeader.Properties.AppearanceDropDown.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditSlideHeader.Properties.AppearanceDropDown.Options.UseFont = true;
			this.comboBoxEditSlideHeader.Properties.AppearanceFocused.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditSlideHeader.Properties.AppearanceFocused.Options.UseFont = true;
			this.comboBoxEditSlideHeader.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditSlideHeader.Properties.AppearanceReadOnly.Options.UseFont = true;
			this.comboBoxEditSlideHeader.EditValueChanged += new System.EventHandler(this.EditValueChanged);
			// 
			// checkEditSolutionNew
			// 
			this.checkEditSolutionNew.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditSolutionNew.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
			this.checkEditSolutionNew.Properties.Appearance.Options.UseFont = true;
			this.checkEditSolutionNew.Properties.Appearance.Options.UseForeColor = true;
			this.checkEditSolutionNew.Size = new System.Drawing.Size(157, 20);
			// 
			// pbDescription
			// 
			this.pbDescription.Image = global::Asa.Dashboard.Properties.Resources.DescriptionSummary;
			this.pbDescription.Size = new System.Drawing.Size(279, 48);
			// 
			// simpleButtonSaveTemplate
			// 
			toolTipTitleItem1.Text = "Save";
			toolTipItem1.LeftIndent = 6;
			toolTipItem1.Text = "Save this Summary Slide\r\nData for future presentations";
			superToolTip1.Items.Add(toolTipTitleItem1);
			superToolTip1.Items.Add(toolTipItem1);
			this.simpleButtonSaveTemplate.SuperTip = superToolTip1;
			// 
			// dateEditFligtDatesStart
			// 
			this.dateEditFligtDatesStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.dateEditFligtDatesStart.EditValue = null;
			this.dateEditFligtDatesStart.Location = new System.Drawing.Point(476, 237);
			this.dateEditFligtDatesStart.Name = "dateEditFligtDatesStart";
			this.dateEditFligtDatesStart.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
			this.dateEditFligtDatesStart.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.dateEditFligtDatesStart.Properties.Appearance.Options.UseFont = true;
			this.dateEditFligtDatesStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("dateEditFligtDatesStart.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)});
			this.dateEditFligtDatesStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
			this.dateEditFligtDatesStart.Properties.DisplayFormat.FormatString = "MM/dd/yyyy";
			this.dateEditFligtDatesStart.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
			this.dateEditFligtDatesStart.Properties.EditFormat.FormatString = "MM/dd/yyyy";
			this.dateEditFligtDatesStart.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
			this.dateEditFligtDatesStart.Properties.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dateEditFligtDatesStart.Properties.Mask.EditMask = "MM/dd/yyyy";
			this.dateEditFligtDatesStart.Properties.ShowPopupShadow = false;
			this.dateEditFligtDatesStart.Properties.ShowToday = false;
			this.dateEditFligtDatesStart.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.dateEditFligtDatesStart.Size = new System.Drawing.Size(123, 22);
			this.dateEditFligtDatesStart.TabIndex = 8;
			this.dateEditFligtDatesStart.EditValueChanged += new System.EventHandler(this.dateEditFligtDatesStart_EditValueChanged);
			// 
			// ckFlightDates
			// 
			this.ckFlightDates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.ckFlightDates.AutoSize = true;
			this.ckFlightDates.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(210)))), ((int)(((byte)(255)))));
			this.ckFlightDates.Checked = true;
			this.ckFlightDates.CheckState = System.Windows.Forms.CheckState.Checked;
			this.ckFlightDates.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.ckFlightDates.Location = new System.Drawing.Point(455, 190);
			this.ckFlightDates.Name = "ckFlightDates";
			this.ckFlightDates.Size = new System.Drawing.Size(15, 14);
			this.ckFlightDates.TabIndex = 7;
			this.ckFlightDates.UseVisualStyleBackColor = false;
			this.ckFlightDates.CheckedChanged += new System.EventHandler(this.ckFlightDates_CheckedChanged);
			// 
			// dateEditFligtDatesEnd
			// 
			this.dateEditFligtDatesEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.dateEditFligtDatesEnd.EditValue = null;
			this.dateEditFligtDatesEnd.Location = new System.Drawing.Point(616, 237);
			this.dateEditFligtDatesEnd.Name = "dateEditFligtDatesEnd";
			this.dateEditFligtDatesEnd.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
			this.dateEditFligtDatesEnd.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.dateEditFligtDatesEnd.Properties.Appearance.Options.UseFont = true;
			this.dateEditFligtDatesEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("dateEditFligtDatesEnd.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true)});
			this.dateEditFligtDatesEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
			this.dateEditFligtDatesEnd.Properties.DisplayFormat.FormatString = "MM/dd/yyyy";
			this.dateEditFligtDatesEnd.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
			this.dateEditFligtDatesEnd.Properties.EditFormat.FormatString = "MM/dd/yyyy";
			this.dateEditFligtDatesEnd.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
			this.dateEditFligtDatesEnd.Properties.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dateEditFligtDatesEnd.Properties.Mask.EditMask = "MM/dd/yyyy";
			this.dateEditFligtDatesEnd.Properties.ShowPopupShadow = false;
			this.dateEditFligtDatesEnd.Properties.ShowToday = false;
			this.dateEditFligtDatesEnd.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.dateEditFligtDatesEnd.Size = new System.Drawing.Size(123, 22);
			this.dateEditFligtDatesEnd.TabIndex = 9;
			this.dateEditFligtDatesEnd.EditValueChanged += new System.EventHandler(this.dateEditFligtDatesEnd_EditValueChanged);
			// 
			// laFlightDatesStart
			// 
			this.laFlightDatesStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.laFlightDatesStart.BackColor = System.Drawing.Color.White;
			this.laFlightDatesStart.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.laFlightDatesStart.Location = new System.Drawing.Point(476, 262);
			this.laFlightDatesStart.Name = "laFlightDatesStart";
			this.laFlightDatesStart.Size = new System.Drawing.Size(123, 21);
			this.laFlightDatesStart.TabIndex = 73;
			this.laFlightDatesStart.Text = "start";
			// 
			// laFlightDatesEnd
			// 
			this.laFlightDatesEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.laFlightDatesEnd.BackColor = System.Drawing.Color.White;
			this.laFlightDatesEnd.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.laFlightDatesEnd.Location = new System.Drawing.Point(616, 262);
			this.laFlightDatesEnd.Name = "laFlightDatesEnd";
			this.laFlightDatesEnd.Size = new System.Drawing.Size(123, 21);
			this.laFlightDatesEnd.TabIndex = 74;
			this.laFlightDatesEnd.Text = "end";
			// 
			// tabItemCampaign
			// 
			this.tabItemCampaign.Name = "tabItemCampaign";
			this.tabItemCampaign.Text = "2. Campaign Dates";
			// 
			// comboBoxEditDecisionMaker
			// 
			this.comboBoxEditDecisionMaker.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEditDecisionMaker.Location = new System.Drawing.Point(476, 102);
			this.comboBoxEditDecisionMaker.Name = "comboBoxEditDecisionMaker";
			this.comboBoxEditDecisionMaker.OverrideTab = false;
			this.comboBoxEditDecisionMaker.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditDecisionMaker.Properties.Appearance.Options.UseFont = true;
			this.comboBoxEditDecisionMaker.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditDecisionMaker.Properties.AppearanceDisabled.Options.UseFont = true;
			this.comboBoxEditDecisionMaker.Properties.AppearanceDropDown.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditDecisionMaker.Properties.AppearanceDropDown.Options.UseFont = true;
			this.comboBoxEditDecisionMaker.Properties.AppearanceFocused.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditDecisionMaker.Properties.AppearanceFocused.Options.UseFont = true;
			this.comboBoxEditDecisionMaker.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditDecisionMaker.Properties.AppearanceReadOnly.Options.UseFont = true;
			this.comboBoxEditDecisionMaker.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
            new DevExpress.XtraEditors.Controls.EditorButton()});
			this.comboBoxEditDecisionMaker.Properties.ListType = Asa.Common.GUI.Common.ListType.DecisionMakers;
			this.comboBoxEditDecisionMaker.Properties.NullText = "Type or Select";
			this.comboBoxEditDecisionMaker.Size = new System.Drawing.Size(275, 20);
			this.comboBoxEditDecisionMaker.TabIndex = 4;
			this.comboBoxEditDecisionMaker.EditValueChanged += new System.EventHandler(this.EditValueChanged);
			// 
			// comboBoxEditAdvertiser
			// 
			this.comboBoxEditAdvertiser.Location = new System.Drawing.Point(38, 102);
			this.comboBoxEditAdvertiser.Name = "comboBoxEditAdvertiser";
			this.comboBoxEditAdvertiser.OverrideTab = false;
			this.comboBoxEditAdvertiser.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditAdvertiser.Properties.Appearance.Options.UseFont = true;
			this.comboBoxEditAdvertiser.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditAdvertiser.Properties.AppearanceDisabled.Options.UseFont = true;
			this.comboBoxEditAdvertiser.Properties.AppearanceDropDown.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditAdvertiser.Properties.AppearanceDropDown.Options.UseFont = true;
			this.comboBoxEditAdvertiser.Properties.AppearanceFocused.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditAdvertiser.Properties.AppearanceFocused.Options.UseFont = true;
			this.comboBoxEditAdvertiser.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Arial", 9.75F);
			this.comboBoxEditAdvertiser.Properties.AppearanceReadOnly.Options.UseFont = true;
			this.comboBoxEditAdvertiser.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
            new DevExpress.XtraEditors.Controls.EditorButton()});
			this.comboBoxEditAdvertiser.Properties.ListType = Asa.Common.GUI.Common.ListType.Advertisers;
			this.comboBoxEditAdvertiser.Properties.NullText = "Type or Select";
			this.comboBoxEditAdvertiser.Size = new System.Drawing.Size(257, 22);
			this.comboBoxEditAdvertiser.TabIndex = 2;
			this.comboBoxEditAdvertiser.EditValueChanged += new System.EventHandler(this.EditValueChanged);
			// 
			// dateEditDate
			// 
			this.dateEditDate.EditValue = null;
			this.dateEditDate.Location = new System.Drawing.Point(38, 237);
			this.dateEditDate.Name = "dateEditDate";
			this.dateEditDate.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
			this.dateEditDate.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.dateEditDate.Properties.Appearance.Options.UseFont = true;
			this.dateEditDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("dateEditDate.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
			this.dateEditDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
			this.dateEditDate.Properties.DisplayFormat.FormatString = "MM/dd/yyyy";
			this.dateEditDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
			this.dateEditDate.Properties.EditFormat.FormatString = "MM/dd/yyyy";
			this.dateEditDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
			this.dateEditDate.Properties.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dateEditDate.Properties.Mask.EditMask = "MM/dd/yyyy";
			this.dateEditDate.Properties.ShowPopupShadow = false;
			this.dateEditDate.Properties.ShowToday = false;
			this.dateEditDate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.dateEditDate.Size = new System.Drawing.Size(120, 22);
			this.dateEditDate.TabIndex = 6;
			this.dateEditDate.EditValueChanged += new System.EventHandler(this.EditValueChanged);
			// 
			// ckDate
			// 
			this.ckDate.AutoSize = true;
			this.ckDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(210)))), ((int)(((byte)(255)))));
			this.ckDate.Checked = true;
			this.ckDate.CheckState = System.Windows.Forms.CheckState.Checked;
			this.ckDate.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.ckDate.Location = new System.Drawing.Point(17, 190);
			this.ckDate.Name = "ckDate";
			this.ckDate.Size = new System.Drawing.Size(15, 14);
			this.ckDate.TabIndex = 5;
			this.ckDate.UseVisualStyleBackColor = false;
			this.ckDate.CheckedChanged += new System.EventHandler(this.ckDate_CheckedChanged);
			// 
			// ckDecisionMaker
			// 
			this.ckDecisionMaker.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.ckDecisionMaker.AutoSize = true;
			this.ckDecisionMaker.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(210)))), ((int)(((byte)(255)))));
			this.ckDecisionMaker.Checked = true;
			this.ckDecisionMaker.CheckState = System.Windows.Forms.CheckState.Checked;
			this.ckDecisionMaker.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.ckDecisionMaker.Location = new System.Drawing.Point(455, 55);
			this.ckDecisionMaker.Name = "ckDecisionMaker";
			this.ckDecisionMaker.Size = new System.Drawing.Size(15, 14);
			this.ckDecisionMaker.TabIndex = 3;
			this.ckDecisionMaker.UseVisualStyleBackColor = false;
			this.ckDecisionMaker.CheckedChanged += new System.EventHandler(this.ckDecisionMaker_CheckedChanged);
			// 
			// ckAdvertiser
			// 
			this.ckAdvertiser.AutoSize = true;
			this.ckAdvertiser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(210)))), ((int)(((byte)(255)))));
			this.ckAdvertiser.Checked = true;
			this.ckAdvertiser.CheckState = System.Windows.Forms.CheckState.Checked;
			this.ckAdvertiser.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.ckAdvertiser.Location = new System.Drawing.Point(17, 55);
			this.ckAdvertiser.Name = "ckAdvertiser";
			this.ckAdvertiser.Size = new System.Drawing.Size(15, 14);
			this.ckAdvertiser.TabIndex = 1;
			this.ckAdvertiser.UseVisualStyleBackColor = false;
			this.ckAdvertiser.CheckedChanged += new System.EventHandler(this.ckAdvertiser_CheckedChanged);
			// 
			// simpleSummaryItemContainer
			// 
			this.simpleSummaryItemContainer.BackColor = System.Drawing.Color.White;
			this.simpleSummaryItemContainer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.simpleSummaryItemContainer.Location = new System.Drawing.Point(0, 0);
			this.simpleSummaryItemContainer.Name = "simpleSummaryItemContainer";
			this.simpleSummaryItemContainer.SelectedIndex = -1;
			this.simpleSummaryItemContainer.Size = new System.Drawing.Size(777, 308);
			this.simpleSummaryItemContainer.TabIndex = 37;
			this.simpleSummaryItemContainer.TabStop = false;
			// 
			// spinEditTotal
			// 
			this.spinEditTotal.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
			this.spinEditTotal.Enabled = false;
			this.spinEditTotal.Location = new System.Drawing.Point(298, 10);
			this.spinEditTotal.Name = "spinEditTotal";
			this.spinEditTotal.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9F);
			this.spinEditTotal.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
			this.spinEditTotal.Properties.Appearance.Options.UseFont = true;
			this.spinEditTotal.Properties.Appearance.Options.UseForeColor = true;
			this.spinEditTotal.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
			this.spinEditTotal.Properties.AppearanceDisabled.Options.UseForeColor = true;
			this.spinEditTotal.Properties.AppearanceFocused.ForeColor = System.Drawing.Color.Black;
			this.spinEditTotal.Properties.AppearanceFocused.Options.UseForeColor = true;
			this.spinEditTotal.Properties.AppearanceReadOnly.ForeColor = System.Drawing.Color.Black;
			this.spinEditTotal.Properties.AppearanceReadOnly.Options.UseForeColor = true;
			this.spinEditTotal.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject6, "", null, null, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("spinEditTotal.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject7, "", null, null, true)});
			this.spinEditTotal.Properties.DisplayFormat.FormatString = "$#,###.00";
			this.spinEditTotal.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
			this.spinEditTotal.Properties.EditFormat.FormatString = "$#,###.00";
			this.spinEditTotal.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
			this.spinEditTotal.Size = new System.Drawing.Size(124, 30);
			this.spinEditTotal.TabIndex = 105;
			this.spinEditTotal.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.spinEditTotal_ButtonClick);
			this.spinEditTotal.EditValueChanged += new System.EventHandler(this.spinEditTotals_EditValueChanged);
			// 
			// spinEditMonthly
			// 
			this.spinEditMonthly.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
			this.spinEditMonthly.Enabled = false;
			this.spinEditMonthly.Location = new System.Drawing.Point(95, 10);
			this.spinEditMonthly.Name = "spinEditMonthly";
			this.spinEditMonthly.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9F);
			this.spinEditMonthly.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
			this.spinEditMonthly.Properties.Appearance.Options.UseFont = true;
			this.spinEditMonthly.Properties.Appearance.Options.UseForeColor = true;
			this.spinEditMonthly.Properties.AppearanceDisabled.ForeColor = System.Drawing.Color.Black;
			this.spinEditMonthly.Properties.AppearanceDisabled.Options.UseForeColor = true;
			this.spinEditMonthly.Properties.AppearanceFocused.ForeColor = System.Drawing.Color.Black;
			this.spinEditMonthly.Properties.AppearanceFocused.Options.UseForeColor = true;
			this.spinEditMonthly.Properties.AppearanceReadOnly.ForeColor = System.Drawing.Color.Black;
			this.spinEditMonthly.Properties.AppearanceReadOnly.Options.UseForeColor = true;
			this.spinEditMonthly.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true),
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("spinEditMonthly.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "", null, null, true)});
			this.spinEditMonthly.Properties.DisplayFormat.FormatString = "$#,###.00";
			this.spinEditMonthly.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
			this.spinEditMonthly.Properties.EditFormat.FormatString = "$#,###.00";
			this.spinEditMonthly.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
			this.spinEditMonthly.Size = new System.Drawing.Size(124, 30);
			this.spinEditMonthly.TabIndex = 104;
			this.spinEditMonthly.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.spinEditMonthly_ButtonClick);
			this.spinEditMonthly.EditValueChanged += new System.EventHandler(this.spinEditTotals_EditValueChanged);
			// 
			// buttonXAddItem
			// 
			this.buttonXAddItem.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonXAddItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonXAddItem.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonXAddItem.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.buttonXAddItem.Location = new System.Drawing.Point(617, 8);
			this.buttonXAddItem.Name = "buttonXAddItem";
			this.buttonXAddItem.Size = new System.Drawing.Size(162, 35);
			this.buttonXAddItem.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonXAddItem.TabIndex = 54;
			this.buttonXAddItem.TabStop = false;
			this.buttonXAddItem.Text = "Add Item";
			this.buttonXAddItem.TextColor = System.Drawing.Color.Black;
			this.buttonXAddItem.Click += new System.EventHandler(this.buttonXAddItem_Click);
			// 
			// xtraTabControl
			// 
			this.xtraTabControl.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.xtraTabControl.Appearance.ForeColor = System.Drawing.Color.Black;
			this.xtraTabControl.Appearance.Options.UseFont = true;
			this.xtraTabControl.Appearance.Options.UseForeColor = true;
			this.xtraTabControl.AppearancePage.Header.Font = new System.Drawing.Font("Arial", 9.75F);
			this.xtraTabControl.AppearancePage.Header.ForeColor = System.Drawing.Color.Black;
			this.xtraTabControl.AppearancePage.Header.Options.UseFont = true;
			this.xtraTabControl.AppearancePage.Header.Options.UseForeColor = true;
			this.xtraTabControl.AppearancePage.HeaderActive.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.xtraTabControl.AppearancePage.HeaderActive.Options.UseFont = true;
			this.xtraTabControl.AppearancePage.HeaderDisabled.Font = new System.Drawing.Font("Arial", 9.75F);
			this.xtraTabControl.AppearancePage.HeaderDisabled.Options.UseFont = true;
			this.xtraTabControl.AppearancePage.HeaderHotTracked.Font = new System.Drawing.Font("Arial", 9.75F);
			this.xtraTabControl.AppearancePage.HeaderHotTracked.Options.UseFont = true;
			this.xtraTabControl.AppearancePage.PageClient.Font = new System.Drawing.Font("Arial", 9.75F);
			this.xtraTabControl.AppearancePage.PageClient.Options.UseFont = true;
			this.xtraTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.xtraTabControl.Location = new System.Drawing.Point(10, 0);
			this.xtraTabControl.Name = "xtraTabControl";
			this.xtraTabControl.SelectedTabPage = this.xtraTabPageBasicInfo;
			this.xtraTabControl.Size = new System.Drawing.Size(779, 336);
			this.xtraTabControl.TabIndex = 75;
			this.xtraTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPageBasicInfo,
            this.xtraTabPagePaymentDetails});
			this.xtraTabControl.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl_SelectedPageChanged);
			// 
			// xtraTabPageBasicInfo
			// 
			this.xtraTabPageBasicInfo.Controls.Add(this.pnBasicInfo);
			this.xtraTabPageBasicInfo.Name = "xtraTabPageBasicInfo";
			this.xtraTabPageBasicInfo.Size = new System.Drawing.Size(777, 308);
			this.xtraTabPageBasicInfo.Text = "Basic Info";
			// 
			// pnBasicInfo
			// 
			this.pnBasicInfo.BackColor = System.Drawing.Color.Transparent;
			this.pnBasicInfo.Controls.Add(this.labelControlFlightDatesWeeks);
			this.pnBasicInfo.Controls.Add(this.pbFlightDates);
			this.pnBasicInfo.Controls.Add(this.laFlightDates);
			this.pnBasicInfo.Controls.Add(this.pbDate);
			this.pnBasicInfo.Controls.Add(this.laDate);
			this.pnBasicInfo.Controls.Add(this.pbDecisionMaker);
			this.pnBasicInfo.Controls.Add(this.laDecisionMaker);
			this.pnBasicInfo.Controls.Add(this.laAdvertiser);
			this.pnBasicInfo.Controls.Add(this.pbAdvertiser);
			this.pnBasicInfo.Controls.Add(this.comboBoxEditDecisionMaker);
			this.pnBasicInfo.Controls.Add(this.ckFlightDates);
			this.pnBasicInfo.Controls.Add(this.laFlightDatesEnd);
			this.pnBasicInfo.Controls.Add(this.comboBoxEditAdvertiser);
			this.pnBasicInfo.Controls.Add(this.dateEditDate);
			this.pnBasicInfo.Controls.Add(this.dateEditFligtDatesStart);
			this.pnBasicInfo.Controls.Add(this.ckDate);
			this.pnBasicInfo.Controls.Add(this.ckAdvertiser);
			this.pnBasicInfo.Controls.Add(this.laFlightDatesStart);
			this.pnBasicInfo.Controls.Add(this.dateEditFligtDatesEnd);
			this.pnBasicInfo.Controls.Add(this.ckDecisionMaker);
			this.pnBasicInfo.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pnBasicInfo.Location = new System.Drawing.Point(0, 0);
			this.pnBasicInfo.Name = "pnBasicInfo";
			this.pnBasicInfo.Size = new System.Drawing.Size(777, 308);
			this.pnBasicInfo.TabIndex = 0;
			// 
			// pbFlightDates
			// 
			this.pbFlightDates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.pbFlightDates.Image = global::Asa.Dashboard.Properties.Resources.SummaryFlightDates;
			this.pbFlightDates.Location = new System.Drawing.Point(476, 167);
			this.pbFlightDates.Name = "pbFlightDates";
			this.pbFlightDates.Size = new System.Drawing.Size(64, 64);
			this.pbFlightDates.TabIndex = 84;
			this.pbFlightDates.TabStop = false;
			// 
			// laFlightDates
			// 
			this.laFlightDates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.laFlightDates.AutoSize = true;
			this.laFlightDates.Font = new System.Drawing.Font("Arial", 12F);
			this.laFlightDates.Location = new System.Drawing.Point(562, 187);
			this.laFlightDates.Name = "laFlightDates";
			this.laFlightDates.Size = new System.Drawing.Size(127, 18);
			this.laFlightDates.TabIndex = 83;
			this.laFlightDates.Text = "Campaign Dates";
			// 
			// pbDate
			// 
			this.pbDate.Image = global::Asa.Dashboard.Properties.Resources.SummaryPresentationDate;
			this.pbDate.Location = new System.Drawing.Point(38, 167);
			this.pbDate.Name = "pbDate";
			this.pbDate.Size = new System.Drawing.Size(64, 64);
			this.pbDate.TabIndex = 82;
			this.pbDate.TabStop = false;
			// 
			// laDate
			// 
			this.laDate.AutoSize = true;
			this.laDate.Font = new System.Drawing.Font("Arial", 12F);
			this.laDate.Location = new System.Drawing.Point(121, 186);
			this.laDate.Name = "laDate";
			this.laDate.Size = new System.Drawing.Size(134, 18);
			this.laDate.TabIndex = 81;
			this.laDate.Text = "Presentation Date";
			// 
			// pbDecisionMaker
			// 
			this.pbDecisionMaker.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.pbDecisionMaker.Image = global::Asa.Dashboard.Properties.Resources.SummaryDecisionMaker;
			this.pbDecisionMaker.Location = new System.Drawing.Point(476, 32);
			this.pbDecisionMaker.Name = "pbDecisionMaker";
			this.pbDecisionMaker.Size = new System.Drawing.Size(64, 64);
			this.pbDecisionMaker.TabIndex = 80;
			this.pbDecisionMaker.TabStop = false;
			// 
			// laDecisionMaker
			// 
			this.laDecisionMaker.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.laDecisionMaker.AutoSize = true;
			this.laDecisionMaker.Font = new System.Drawing.Font("Arial", 12F);
			this.laDecisionMaker.Location = new System.Drawing.Point(562, 55);
			this.laDecisionMaker.Name = "laDecisionMaker";
			this.laDecisionMaker.Size = new System.Drawing.Size(119, 18);
			this.laDecisionMaker.TabIndex = 79;
			this.laDecisionMaker.Text = "Decision-maker";
			// 
			// laAdvertiser
			// 
			this.laAdvertiser.AutoSize = true;
			this.laAdvertiser.Font = new System.Drawing.Font("Arial", 12F);
			this.laAdvertiser.Location = new System.Drawing.Point(121, 55);
			this.laAdvertiser.Name = "laAdvertiser";
			this.laAdvertiser.Size = new System.Drawing.Size(118, 18);
			this.laAdvertiser.TabIndex = 78;
			this.laAdvertiser.Text = "Business Name";
			// 
			// pbAdvertiser
			// 
			this.pbAdvertiser.Image = global::Asa.Dashboard.Properties.Resources.SummaryBusinessName;
			this.pbAdvertiser.Location = new System.Drawing.Point(38, 32);
			this.pbAdvertiser.Name = "pbAdvertiser";
			this.pbAdvertiser.Size = new System.Drawing.Size(64, 64);
			this.pbAdvertiser.TabIndex = 77;
			this.pbAdvertiser.TabStop = false;
			// 
			// xtraTabPagePaymentDetails
			// 
			this.xtraTabPagePaymentDetails.Controls.Add(this.simpleSummaryItemContainer);
			this.xtraTabPagePaymentDetails.Name = "xtraTabPagePaymentDetails";
			this.xtraTabPagePaymentDetails.Size = new System.Drawing.Size(777, 308);
			this.xtraTabPagePaymentDetails.Text = "What are you Selling?";
			// 
			// checkEditTotalInvestment
			// 
			this.checkEditTotalInvestment.Location = new System.Drawing.Point(238, 15);
			this.checkEditTotalInvestment.Name = "checkEditTotalInvestment";
			this.checkEditTotalInvestment.Properties.AllowFocused = false;
			this.checkEditTotalInvestment.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditTotalInvestment.Properties.Appearance.ForeColor = System.Drawing.Color.Gray;
			this.checkEditTotalInvestment.Properties.Appearance.Options.UseFont = true;
			this.checkEditTotalInvestment.Properties.Appearance.Options.UseForeColor = true;
			this.checkEditTotalInvestment.Properties.AutoWidth = true;
			this.checkEditTotalInvestment.Properties.Caption = "Total:";
			this.checkEditTotalInvestment.Size = new System.Drawing.Size(54, 20);
			this.checkEditTotalInvestment.TabIndex = 119;
			this.checkEditTotalInvestment.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			// 
			// checkEditMonthlyInvestment
			// 
			this.checkEditMonthlyInvestment.Location = new System.Drawing.Point(17, 15);
			this.checkEditMonthlyInvestment.Name = "checkEditMonthlyInvestment";
			this.checkEditMonthlyInvestment.Properties.AllowFocused = false;
			this.checkEditMonthlyInvestment.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditMonthlyInvestment.Properties.Appearance.ForeColor = System.Drawing.Color.Gray;
			this.checkEditMonthlyInvestment.Properties.Appearance.Options.UseFont = true;
			this.checkEditMonthlyInvestment.Properties.Appearance.Options.UseForeColor = true;
			this.checkEditMonthlyInvestment.Properties.AutoWidth = true;
			this.checkEditMonthlyInvestment.Properties.Caption = "Monthly:";
			this.checkEditMonthlyInvestment.Size = new System.Drawing.Size(72, 20);
			this.checkEditMonthlyInvestment.TabIndex = 118;
			this.checkEditMonthlyInvestment.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			// 
			// checkEditTableOutput
			// 
			this.checkEditTableOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.checkEditTableOutput.Location = new System.Drawing.Point(331, 27);
			this.checkEditTableOutput.Name = "checkEditTableOutput";
			this.checkEditTableOutput.Properties.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.checkEditTableOutput.Properties.Appearance.Options.UseFont = true;
			this.checkEditTableOutput.Properties.Appearance.Options.UseTextOptions = true;
			this.checkEditTableOutput.Properties.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
			this.checkEditTableOutput.Properties.AutoWidth = true;
			this.checkEditTableOutput.Properties.Caption = "Output 1 Slide Table Grid";
			this.checkEditTableOutput.Size = new System.Drawing.Size(168, 19);
			this.checkEditTableOutput.TabIndex = 121;
			this.checkEditTableOutput.CheckedChanged += new System.EventHandler(this.checkEdit_CheckedChanged);
			// 
			// pnTotals
			// 
			this.pnTotals.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
			this.pnTotals.Controls.Add(this.checkEditTotalInvestment);
			this.pnTotals.Controls.Add(this.checkEditMonthlyInvestment);
			this.pnTotals.Controls.Add(this.buttonXAddItem);
			this.pnTotals.Controls.Add(this.spinEditMonthly);
			this.pnTotals.Controls.Add(this.spinEditTotal);
			this.pnTotals.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.pnTotals.Location = new System.Drawing.Point(10, 336);
			this.pnTotals.Name = "pnTotals";
			this.pnTotals.Size = new System.Drawing.Size(779, 51);
			this.pnTotals.TabIndex = 85;
			this.pnTotals.Visible = false;
			// 
			// labelControlFlightDatesWeeks
			// 
			this.labelControlFlightDatesWeeks.AllowHtmlString = true;
			this.labelControlFlightDatesWeeks.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.labelControlFlightDatesWeeks.Appearance.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
			this.labelControlFlightDatesWeeks.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
			this.labelControlFlightDatesWeeks.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
			this.labelControlFlightDatesWeeks.Location = new System.Drawing.Point(619, 286);
			this.labelControlFlightDatesWeeks.Name = "labelControlFlightDatesWeeks";
			this.labelControlFlightDatesWeeks.Size = new System.Drawing.Size(120, 19);
			this.labelControlFlightDatesWeeks.TabIndex = 85;
			// 
			// SlideSimpleSummaryControl
			// 
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
			this.BackColor = System.Drawing.Color.White;
			this.Name = "SlideSimpleSummaryControl";
			this.pnMain.ResumeLayout(false);
			this.pnBottom.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEditSlideHeader.Properties)).EndInit();
			this.pnTop.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.checkEditSolutionNew.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.pbDescription)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditFligtDatesStart.Properties.CalendarTimeProperties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditFligtDatesStart.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditFligtDatesEnd.Properties.CalendarTimeProperties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditFligtDatesEnd.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEditDecisionMaker.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.comboBoxEditAdvertiser.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditDate.Properties.CalendarTimeProperties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dateEditDate.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.spinEditTotal.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.spinEditMonthly.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).EndInit();
			this.xtraTabControl.ResumeLayout(false);
			this.xtraTabPageBasicInfo.ResumeLayout(false);
			this.pnBasicInfo.ResumeLayout(false);
			this.pnBasicInfo.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.pbFlightDates)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.pbDate)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.pbDecisionMaker)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.pbAdvertiser)).EndInit();
			this.xtraTabPagePaymentDetails.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.checkEditTotalInvestment.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditMonthlyInvestment.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.checkEditTableOutput.Properties)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.pnTotals)).EndInit();
			this.pnTotals.ResumeLayout(false);
			this.ResumeLayout(false);

        }
Esempio n. 39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1     = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip     superToolTip6          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem6           = new DevExpress.Utils.ToolTipItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DbConnectionEditor));
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem1           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip2          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem2           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip3          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem3           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip4          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem4           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip5          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem5           = new DevExpress.Utils.ToolTipItem();
     this.layoutRoot = new DevExpress.XtraLayout.LayoutControl();
     this.btnCustomConnectionString = new DevExpress.XtraEditors.ButtonEdit();
     this.barManager                        = new DevExpress.XtraBars.BarManager(this.components);
     this.barButtons                        = new DevExpress.XtraBars.Bar();
     this.barAdd                            = new DevExpress.XtraBars.BarButtonItem();
     this.barDelete                         = new DevExpress.XtraBars.BarButtonItem();
     this.barUpdate                         = new DevExpress.XtraBars.BarButtonItem();
     this.barUp                             = new DevExpress.XtraBars.BarButtonItem();
     this.barDown                           = new DevExpress.XtraBars.BarButtonItem();
     this.dockButtons                       = new DevExpress.XtraBars.StandaloneBarDockControl();
     this.barDockControlTop                 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom              = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft                = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight               = new DevExpress.XtraBars.BarDockControl();
     this.repositoryItemSearchControl       = new DevExpress.XtraEditors.Repository.RepositoryItemSearchControl();
     this.searchConnections                 = new DevExpress.XtraEditors.SearchControl();
     this.listConnections                   = new DevExpress.XtraEditors.ImageListBoxControl();
     this.bindingConnections                = new System.Windows.Forms.BindingSource(this.components);
     this.imageConnection                   = new DevExpress.Utils.SvgImageCollection(this.components);
     this.lblWarning                        = new DevExpress.XtraEditors.LabelControl();
     this.comboDataSource                   = new DevExpress.XtraEditors.ComboBoxEdit();
     this.edServerDescription               = new DevExpress.XtraEditors.TextEdit();
     this.btnTest                           = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancel                         = new DevExpress.XtraEditors.SimpleButton();
     this.PropertyGrid                      = new SpreadCommander.Documents.Controls.PropertyGridEx();
     this.btnSelect                         = new DevExpress.XtraEditors.SimpleButton();
     this.edName                            = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroupRoot            = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutButtonCancel                = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutButtonSelect                = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutWarning                     = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroupNameDescription = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutName                        = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutDescription                 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroupProperties      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutPropGrid                    = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutProvider                    = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroupConnections     = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlSearchConnection     = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutCustomConnectionStrng       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutListConnections             = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutButtonTest                  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutDockButtons                 = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterConnections               = new DevExpress.XtraLayout.SplitterItem();
     this.dxErrorProvider                   = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutRoot)).BeginInit();
     this.layoutRoot.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnCustomConnectionString.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchConnections.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listConnections)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingConnections)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageConnection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboDataSource.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edServerDescription.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupRoot)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutButtonCancel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutButtonSelect)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutWarning)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupNameDescription)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutDescription)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutPropGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupConnections)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlSearchConnection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutCustomConnectionStrng)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutListConnections)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutButtonTest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutDockButtons)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterConnections)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // layoutRoot
     //
     this.layoutRoot.Controls.Add(this.btnCustomConnectionString);
     this.layoutRoot.Controls.Add(this.dockButtons);
     this.layoutRoot.Controls.Add(this.searchConnections);
     this.layoutRoot.Controls.Add(this.lblWarning);
     this.layoutRoot.Controls.Add(this.listConnections);
     this.layoutRoot.Controls.Add(this.comboDataSource);
     this.layoutRoot.Controls.Add(this.edServerDescription);
     this.layoutRoot.Controls.Add(this.btnTest);
     this.layoutRoot.Controls.Add(this.btnCancel);
     this.layoutRoot.Controls.Add(this.PropertyGrid);
     this.layoutRoot.Controls.Add(this.btnSelect);
     this.layoutRoot.Controls.Add(this.edName);
     this.layoutRoot.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutRoot.Location = new System.Drawing.Point(0, 0);
     this.layoutRoot.Name     = "layoutRoot";
     this.layoutRoot.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1804, 899, 650, 400);
     this.layoutRoot.OptionsFocus.MoveFocusDirection = DevExpress.XtraLayout.MoveFocusDirection.DownThenAcross;
     this.layoutRoot.Root     = this.layoutControlGroupRoot;
     this.layoutRoot.Size     = new System.Drawing.Size(798, 668);
     this.layoutRoot.TabIndex = 0;
     this.layoutRoot.Text     = "layoutControl1";
     //
     // btnCustomConnectionString
     //
     this.btnCustomConnectionString.Location    = new System.Drawing.Point(24, 73);
     this.btnCustomConnectionString.MenuManager = this.barManager;
     this.btnCustomConnectionString.Name        = "btnCustomConnectionString";
     editorButtonImageOptions1.SvgImage         = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions1.SvgImage")));
     editorButtonImageOptions1.SvgImageSize     = new System.Drawing.Size(16, 16);
     toolTipTitleItem6.Text             = "Parse connection string";
     toolTipItem6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage5")));
     toolTipItem6.LeftIndent            = 6;
     toolTipItem6.Text = resources.GetString("toolTipItem6.Text");
     superToolTip6.Items.Add(toolTipTitleItem6);
     superToolTip6.Items.Add(toolTipItem6);
     this.btnCustomConnectionString.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", "Parse", superToolTip6, DevExpress.Utils.ToolTipAnchor.Default)
     });
     this.btnCustomConnectionString.Properties.NullText = "Custom connection string";
     this.btnCustomConnectionString.Size            = new System.Drawing.Size(244, 24);
     this.btnCustomConnectionString.StyleController = this.layoutRoot;
     this.btnCustomConnectionString.TabIndex        = 0;
     this.btnCustomConnectionString.ButtonClick    += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.BtnCustomConnectionString_ButtonClick);
     //
     // barManager
     //
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barButtons
     });
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.DockControls.Add(this.dockButtons);
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barAdd,
         this.barDelete,
         this.barUp,
         this.barDown,
         this.barUpdate
     });
     this.barManager.MaxItemId = 6;
     this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemSearchControl
     });
     //
     // barButtons
     //
     this.barButtons.BarName       = "Tools";
     this.barButtons.CanDockStyle  = DevExpress.XtraBars.BarCanDockStyle.Standalone;
     this.barButtons.DockCol       = 0;
     this.barButtons.DockRow       = 0;
     this.barButtons.DockStyle     = DevExpress.XtraBars.BarDockStyle.Standalone;
     this.barButtons.FloatLocation = new System.Drawing.Point(1254, 473);
     this.barButtons.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barAdd),
         new DevExpress.XtraBars.LinkPersistInfo(this.barDelete),
         new DevExpress.XtraBars.LinkPersistInfo(this.barUpdate, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barUp, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barDown)
     });
     this.barButtons.OptionsBar.DisableClose         = true;
     this.barButtons.OptionsBar.DisableCustomization = true;
     this.barButtons.OptionsBar.DrawDragBorder       = false;
     this.barButtons.OptionsBar.UseWholeRow          = true;
     this.barButtons.StandaloneBarDockControl        = this.dockButtons;
     this.barButtons.Text = "Tools";
     //
     // barAdd
     //
     this.barAdd.Caption = "Add";
     this.barAdd.Id      = 0;
     this.barAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barAdd.ImageOptions.SvgImage")));
     this.barAdd.Name                   = "barAdd";
     toolTipTitleItem1.Text             = "Add connection";
     toolTipItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage")));
     toolTipItem1.LeftIndent            = 6;
     toolTipItem1.Text                  = "Add new connection";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.barAdd.SuperTip   = superToolTip1;
     this.barAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarAdd_ItemClick);
     //
     // barDelete
     //
     this.barDelete.Caption = "Delete";
     this.barDelete.Id      = 1;
     this.barDelete.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barDelete.ImageOptions.SvgImage")));
     this.barDelete.Name                = "barDelete";
     toolTipTitleItem2.Text             = "Delete connection";
     toolTipItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage1")));
     toolTipItem2.LeftIndent            = 6;
     toolTipItem2.Text = "Delete selected connection";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.barDelete.SuperTip   = superToolTip2;
     this.barDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarDelete_ItemClick);
     //
     // barUpdate
     //
     this.barUpdate.Caption = "Update";
     this.barUpdate.Id      = 4;
     this.barUpdate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barUpdate.ImageOptions.SvgImage")));
     this.barUpdate.Name                = "barUpdate";
     toolTipTitleItem3.Text             = "Save connection";
     toolTipItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage2")));
     toolTipItem3.LeftIndent            = 6;
     toolTipItem3.Text = "Save changes in selected connection";
     superToolTip3.Items.Add(toolTipTitleItem3);
     superToolTip3.Items.Add(toolTipItem3);
     this.barUpdate.SuperTip   = superToolTip3;
     this.barUpdate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarUpdate_ItemClick);
     //
     // barUp
     //
     this.barUp.Caption = "Up";
     this.barUp.Id      = 2;
     this.barUp.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barUp.ImageOptions.SvgImage")));
     this.barUp.Name                    = "barUp";
     toolTipTitleItem4.Text             = "Move up";
     toolTipItem4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage3")));
     toolTipItem4.LeftIndent            = 6;
     toolTipItem4.Text                  = "Move selected connection up";
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem4);
     this.barUp.SuperTip   = superToolTip4;
     this.barUp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarUp_ItemClick);
     //
     // barDown
     //
     this.barDown.Caption = "Down";
     this.barDown.Id      = 3;
     this.barDown.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barDown.ImageOptions.SvgImage")));
     this.barDown.Name                  = "barDown";
     toolTipTitleItem5.Text             = "Move down";
     toolTipItem5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage4")));
     toolTipItem5.LeftIndent            = 6;
     toolTipItem5.Text                  = "Move selected connection down";
     superToolTip5.Items.Add(toolTipTitleItem5);
     superToolTip5.Items.Add(toolTipItem5);
     this.barDown.SuperTip   = superToolTip5;
     this.barDown.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarDown_ItemClick);
     //
     // dockButtons
     //
     this.dockButtons.CausesValidation = false;
     this.dockButtons.Location         = new System.Drawing.Point(24, 45);
     this.dockButtons.Manager          = this.barManager;
     this.dockButtons.Name             = "dockButtons";
     this.dockButtons.Size             = new System.Drawing.Size(244, 24);
     this.dockButtons.Text             = "standaloneBarDockControl1";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager;
     this.barDockControlTop.Size             = new System.Drawing.Size(798, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 668);
     this.barDockControlBottom.Manager          = this.barManager;
     this.barDockControlBottom.Size             = new System.Drawing.Size(798, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Manager          = this.barManager;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 668);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(798, 0);
     this.barDockControlRight.Manager          = this.barManager;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 668);
     //
     // repositoryItemSearchControl
     //
     this.repositoryItemSearchControl.AutoHeight = false;
     this.repositoryItemSearchControl.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Repository.ClearButton(),
         new DevExpress.XtraEditors.Repository.SearchButton()
     });
     this.repositoryItemSearchControl.Name = "repositoryItemSearchControl";
     //
     // searchConnections
     //
     this.searchConnections.Client   = this.listConnections;
     this.searchConnections.Location = new System.Drawing.Point(24, 101);
     this.searchConnections.Name     = "searchConnections";
     this.searchConnections.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Repository.ClearButton(),
         new DevExpress.XtraEditors.Repository.SearchButton()
     });
     this.searchConnections.Properties.Client = this.listConnections;
     this.searchConnections.Size            = new System.Drawing.Size(244, 20);
     this.searchConnections.StyleController = this.layoutRoot;
     this.searchConnections.TabIndex        = 1;
     //
     // listConnections
     //
     this.listConnections.DataSource       = this.bindingConnections;
     this.listConnections.DisplayMember    = "Name";
     this.listConnections.ImageIndexMember = "ImageIndex";
     this.listConnections.ImageList        = this.imageConnection;
     this.listConnections.Location         = new System.Drawing.Point(24, 125);
     this.listConnections.Name             = "listConnections";
     this.listConnections.Size             = new System.Drawing.Size(244, 493);
     this.listConnections.StyleController  = this.layoutRoot;
     this.listConnections.TabIndex         = 2;
     //
     // bindingConnections
     //
     this.bindingConnections.DataSource      = typeof(SpreadCommander.Common.Code.DBConnection);
     this.bindingConnections.CurrentChanged += new System.EventHandler(this.BindingConnections_CurrentChanged);
     //
     // imageConnection
     //
     this.imageConnection.Add("actions_database", "image://svgimages/icon builder/actions_database.svg");
     //
     // lblWarning
     //
     this.lblWarning.AllowHtmlString                 = true;
     this.lblWarning.Appearance.BackColor            = System.Drawing.SystemColors.Info;
     this.lblWarning.Appearance.ForeColor            = System.Drawing.SystemColors.InfoText;
     this.lblWarning.Appearance.Options.UseBackColor = true;
     this.lblWarning.Appearance.Options.UseForeColor = true;
     this.lblWarning.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.lblWarning.Location        = new System.Drawing.Point(294, 604);
     this.lblWarning.Name            = "lblWarning";
     this.lblWarning.Padding         = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.lblWarning.Size            = new System.Drawing.Size(492, 26);
     this.lblWarning.StyleController = this.layoutRoot;
     this.lblWarning.TabIndex        = 9;
     this.lblWarning.Text            = "<b>Storing passwords here is not safe</b>. Please use Windows authentication in M" +
                                       "icrosoft SQL Server or similar authentication method in other DBMS when possible" +
                                       ".";
     //
     // comboDataSource
     //
     this.comboDataSource.Location = new System.Drawing.Point(306, 186);
     this.comboDataSource.Name     = "comboDataSource";
     this.comboDataSource.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboDataSource.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboDataSource.Size              = new System.Drawing.Size(468, 20);
     this.comboDataSource.StyleController   = this.layoutRoot;
     this.comboDataSource.TabIndex          = 5;
     this.comboDataSource.EditValueChanged += new System.EventHandler(this.ComboDataSource_EditValueChanged);
     //
     // edServerDescription
     //
     this.edServerDescription.Location        = new System.Drawing.Point(306, 101);
     this.edServerDescription.Name            = "edServerDescription";
     this.edServerDescription.Size            = new System.Drawing.Size(468, 20);
     this.edServerDescription.StyleController = this.layoutRoot;
     this.edServerDescription.TabIndex        = 4;
     //
     // btnTest
     //
     this.btnTest.Location        = new System.Drawing.Point(24, 622);
     this.btnTest.Name            = "btnTest";
     this.btnTest.Size            = new System.Drawing.Size(244, 22);
     this.btnTest.StyleController = this.layoutRoot;
     this.btnTest.TabIndex        = 7;
     this.btnTest.Text            = "&Test";
     this.btnTest.ToolTip         = "Test connection";
     this.btnTest.Click          += new System.EventHandler(this.BtnTest_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location        = new System.Drawing.Point(542, 634);
     this.btnCancel.Name            = "btnCancel";
     this.btnCancel.Size            = new System.Drawing.Size(244, 22);
     this.btnCancel.StyleController = this.layoutRoot;
     this.btnCancel.TabIndex        = 9;
     this.btnCancel.Text            = "&Cancel";
     //
     // PropertyGrid
     //
     this.PropertyGrid.Location              = new System.Drawing.Point(306, 210);
     this.PropertyGrid.Name                  = "PropertyGrid";
     this.PropertyGrid.SelectedObject        = null;
     this.PropertyGrid.SelectedObjects       = new object[0];
     this.PropertyGrid.Size                  = new System.Drawing.Size(468, 378);
     this.PropertyGrid.TabIndex              = 6;
     this.PropertyGrid.PropertyValueChanged += new System.EventHandler <SpreadCommander.Documents.Controls.PropertyGridEx.PropertyValueChangedEventArgs>(this.PropertyGrid_PropertyValueChanged);
     //
     // btnSelect
     //
     this.btnSelect.DialogResult    = System.Windows.Forms.DialogResult.OK;
     this.btnSelect.Location        = new System.Drawing.Point(294, 634);
     this.btnSelect.Name            = "btnSelect";
     this.btnSelect.Size            = new System.Drawing.Size(244, 22);
     this.btnSelect.StyleController = this.layoutRoot;
     this.btnSelect.TabIndex        = 8;
     this.btnSelect.Text            = "&Select";
     //
     // edName
     //
     this.edName.Location             = new System.Drawing.Point(306, 61);
     this.edName.Name                 = "edName";
     this.edName.Properties.MaxLength = 250;
     this.edName.Size                 = new System.Drawing.Size(468, 20);
     this.edName.StyleController      = this.layoutRoot;
     this.edName.TabIndex             = 3;
     this.edName.EditValueChanged    += new System.EventHandler(this.EdName_EditValueChanged);
     //
     // layoutControlGroupRoot
     //
     this.layoutControlGroupRoot.CustomizationFormText       = "Root";
     this.layoutControlGroupRoot.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroupRoot.GroupBordersVisible         = false;
     this.layoutControlGroupRoot.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutButtonCancel,
         this.layoutButtonSelect,
         this.layoutWarning,
         this.layoutControlGroupNameDescription,
         this.layoutControlGroupProperties,
         this.layoutControlGroupConnections,
         this.splitterConnections
     });
     this.layoutControlGroupRoot.Name        = "Root";
     this.layoutControlGroupRoot.Size        = new System.Drawing.Size(798, 668);
     this.layoutControlGroupRoot.TextVisible = false;
     //
     // layoutButtonCancel
     //
     this.layoutButtonCancel.Control     = this.btnCancel;
     this.layoutButtonCancel.Location    = new System.Drawing.Point(530, 622);
     this.layoutButtonCancel.Name        = "layoutButtonCancel";
     this.layoutButtonCancel.Size        = new System.Drawing.Size(248, 26);
     this.layoutButtonCancel.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutButtonCancel.TextVisible = false;
     //
     // layoutButtonSelect
     //
     this.layoutButtonSelect.Control     = this.btnSelect;
     this.layoutButtonSelect.Location    = new System.Drawing.Point(282, 622);
     this.layoutButtonSelect.Name        = "layoutButtonSelect";
     this.layoutButtonSelect.Size        = new System.Drawing.Size(248, 26);
     this.layoutButtonSelect.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutButtonSelect.TextVisible = false;
     //
     // layoutWarning
     //
     this.layoutWarning.Control     = this.lblWarning;
     this.layoutWarning.Location    = new System.Drawing.Point(282, 592);
     this.layoutWarning.Name        = "layoutWarning";
     this.layoutWarning.Size        = new System.Drawing.Size(496, 30);
     this.layoutWarning.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutWarning.TextVisible = false;
     //
     // layoutControlGroupNameDescription
     //
     this.layoutControlGroupNameDescription.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutName,
         this.layoutDescription
     });
     this.layoutControlGroupNameDescription.Location = new System.Drawing.Point(282, 0);
     this.layoutControlGroupNameDescription.Name     = "layoutControlGroupNameDescription";
     this.layoutControlGroupNameDescription.Size     = new System.Drawing.Size(496, 125);
     this.layoutControlGroupNameDescription.Text     = "Name && Description";
     //
     // layoutName
     //
     this.layoutName.Control = this.edName;
     this.layoutName.CustomizationFormText = "Name:";
     this.layoutName.Location     = new System.Drawing.Point(0, 0);
     this.layoutName.Name         = "layoutName";
     this.layoutName.Size         = new System.Drawing.Size(472, 40);
     this.layoutName.Text         = "Name:";
     this.layoutName.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutName.TextSize     = new System.Drawing.Size(57, 13);
     //
     // layoutDescription
     //
     this.layoutDescription.Control = this.edServerDescription;
     this.layoutDescription.CustomizationFormText = "Description:";
     this.layoutDescription.Location     = new System.Drawing.Point(0, 40);
     this.layoutDescription.Name         = "layoutDescription";
     this.layoutDescription.Size         = new System.Drawing.Size(472, 40);
     this.layoutDescription.Text         = "Description:";
     this.layoutDescription.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutDescription.TextSize     = new System.Drawing.Size(57, 13);
     //
     // layoutControlGroupProperties
     //
     this.layoutControlGroupProperties.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutPropGrid,
         this.layoutProvider
     });
     this.layoutControlGroupProperties.Location = new System.Drawing.Point(282, 125);
     this.layoutControlGroupProperties.Name     = "layoutControlGroupProperties";
     this.layoutControlGroupProperties.Size     = new System.Drawing.Size(496, 467);
     this.layoutControlGroupProperties.Text     = "Properties";
     //
     // layoutPropGrid
     //
     this.layoutPropGrid.Control = this.PropertyGrid;
     this.layoutPropGrid.CustomizationFormText = "layoutPropGrid";
     this.layoutPropGrid.Location    = new System.Drawing.Point(0, 40);
     this.layoutPropGrid.Name        = "layoutPropGrid";
     this.layoutPropGrid.Size        = new System.Drawing.Size(472, 382);
     this.layoutPropGrid.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutPropGrid.TextVisible = false;
     //
     // layoutProvider
     //
     this.layoutProvider.Control = this.comboDataSource;
     this.layoutProvider.CustomizationFormText = "Provider:";
     this.layoutProvider.Location     = new System.Drawing.Point(0, 0);
     this.layoutProvider.Name         = "layoutProvider";
     this.layoutProvider.Size         = new System.Drawing.Size(472, 40);
     this.layoutProvider.Text         = "Provider:";
     this.layoutProvider.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutProvider.TextSize     = new System.Drawing.Size(57, 13);
     //
     // layoutControlGroupConnections
     //
     this.layoutControlGroupConnections.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlSearchConnection,
         this.layoutCustomConnectionStrng,
         this.layoutListConnections,
         this.layoutButtonTest,
         this.layoutDockButtons
     });
     this.layoutControlGroupConnections.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroupConnections.Name     = "layoutControlGroupConnections";
     this.layoutControlGroupConnections.Size     = new System.Drawing.Size(272, 648);
     this.layoutControlGroupConnections.Text     = "Connections";
     //
     // layoutControlSearchConnection
     //
     this.layoutControlSearchConnection.Control     = this.searchConnections;
     this.layoutControlSearchConnection.Location    = new System.Drawing.Point(0, 56);
     this.layoutControlSearchConnection.Name        = "layoutControlSearchConnection";
     this.layoutControlSearchConnection.Size        = new System.Drawing.Size(248, 24);
     this.layoutControlSearchConnection.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlSearchConnection.TextVisible = false;
     //
     // layoutCustomConnectionStrng
     //
     this.layoutCustomConnectionStrng.Control     = this.btnCustomConnectionString;
     this.layoutCustomConnectionStrng.Location    = new System.Drawing.Point(0, 28);
     this.layoutCustomConnectionStrng.Name        = "layoutCustomConnectionStrng";
     this.layoutCustomConnectionStrng.Size        = new System.Drawing.Size(248, 28);
     this.layoutCustomConnectionStrng.Text        = "Custom connection";
     this.layoutCustomConnectionStrng.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutCustomConnectionStrng.TextVisible = false;
     //
     // layoutListConnections
     //
     this.layoutListConnections.Control     = this.listConnections;
     this.layoutListConnections.Location    = new System.Drawing.Point(0, 80);
     this.layoutListConnections.Name        = "layoutListConnections";
     this.layoutListConnections.Size        = new System.Drawing.Size(248, 497);
     this.layoutListConnections.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutListConnections.TextVisible = false;
     //
     // layoutButtonTest
     //
     this.layoutButtonTest.Control     = this.btnTest;
     this.layoutButtonTest.Location    = new System.Drawing.Point(0, 577);
     this.layoutButtonTest.Name        = "layoutButtonTest";
     this.layoutButtonTest.Size        = new System.Drawing.Size(248, 26);
     this.layoutButtonTest.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutButtonTest.TextVisible = false;
     //
     // layoutDockButtons
     //
     this.layoutDockButtons.Control     = this.dockButtons;
     this.layoutDockButtons.Location    = new System.Drawing.Point(0, 0);
     this.layoutDockButtons.Name        = "layoutDockButtons";
     this.layoutDockButtons.Size        = new System.Drawing.Size(248, 28);
     this.layoutDockButtons.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutDockButtons.TextVisible = false;
     //
     // splitterConnections
     //
     this.splitterConnections.AllowHotTrack = true;
     this.splitterConnections.Location      = new System.Drawing.Point(272, 0);
     this.splitterConnections.Name          = "splitterConnections";
     this.splitterConnections.Size          = new System.Drawing.Size(10, 648);
     //
     // dxErrorProvider
     //
     this.dxErrorProvider.ContainerControl = this;
     //
     // DbConnectionEditor
     //
     this.AcceptButton        = this.btnSelect;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(798, 668);
     this.Controls.Add(this.layoutRoot);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.IconOptions.Icon     = ((System.Drawing.Icon)(resources.GetObject("DbConnectionEditor.IconOptions.Icon")));
     this.IconOptions.ShowIcon = false;
     this.MinimizeBox          = false;
     this.Name          = "DbConnectionEditor";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Connection Editor";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.ConnectionEditor_FormClosing);
     this.Load         += new System.EventHandler(this.ConnectionEditor_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutRoot)).EndInit();
     this.layoutRoot.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnCustomConnectionString.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchConnections.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listConnections)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingConnections)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageConnection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboDataSource.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edServerDescription.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupRoot)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutButtonCancel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutButtonSelect)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutWarning)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupNameDescription)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutDescription)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutPropGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupConnections)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlSearchConnection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutCustomConnectionStrng)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutListConnections)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutButtonTest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutDockButtons)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterConnections)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem9 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem10 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem11 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem12 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip13 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem13 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip14 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem14 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip15 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem15 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip16 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem16 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip17 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem17 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem17 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip18 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem18 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem18 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip19 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem19 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem19 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip20 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem20 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem20 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip21 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem21 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem21 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip22 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem22 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem22 = new DevExpress.Utils.ToolTipItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProductsReport));
            DevExpress.Utils.SuperToolTip superToolTip23 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem23 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem23 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip24 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem24 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem24 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip25 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem25 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem25 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip26 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem26 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem26 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip27 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem27 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem27 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip28 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem28 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem28 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip29 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem29 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem29 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip30 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem30 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem30 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip31 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem31 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem31 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip32 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem32 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem32 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip33 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem33 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem33 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip34 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem34 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem34 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip35 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem35 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem35 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip36 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem36 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem36 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip37 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem37 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem37 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip38 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem38 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem38 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip39 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem39 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem39 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip40 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem40 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem40 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip41 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem41 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem41 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip42 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem42 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem42 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip43 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem43 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem43 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip44 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem44 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem44 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip45 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem45 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem45 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip46 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem46 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem46 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip47 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem47 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem47 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip48 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem48 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem48 = new DevExpress.Utils.ToolTipItem();
            this.documentViewer1 = new DevExpress.XtraPrinting.Preview.DocumentViewer();
            this.documentViewerRibbonController1 = new DevExpress.XtraPrinting.Preview.DocumentViewerRibbonController(this.components);
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.printPreviewBarItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem5 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem6 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem7 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem8 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem9 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem10 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem11 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem12 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem13 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem14 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem15 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem16 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem17 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem18 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem19 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem20 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem21 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem22 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem23 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem24 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem25 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem26 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem27 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem28 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem29 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem30 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem31 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem32 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem33 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem34 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem35 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem36 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem37 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem38 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem39 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem40 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem41 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem42 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem43 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem44 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem45 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem46 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem47 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewStaticItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.progressBarEditItem1 = new DevExpress.XtraPrinting.Preview.ProgressBarEditItem();
            this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
            this.printPreviewBarItem48 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.printPreviewStaticItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
            this.zoomTrackBarEditItem1 = new DevExpress.XtraPrinting.Preview.ZoomTrackBarEditItem();
            this.repositoryItemZoomTrackBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar();
            this.printPreviewRibbonPage1 = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPage();
            this.printPreviewRibbonPageGroup1 = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroup();
            this.printPreviewRibbonPageGroup2 = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroup();
            this.printPreviewRibbonPageGroup3 = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroup();
            this.printPreviewRibbonPageGroup4 = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroup();
            this.printPreviewRibbonPageGroup5 = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroup();
            this.printPreviewRibbonPageGroup6 = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroup();
            this.printPreviewRibbonPageGroup7 = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroup();
            this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            ((System.ComponentModel.ISupportInitialize)(this.documentViewerRibbonController1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar1)).BeginInit();
            this.SuspendLayout();
            // 
            // documentViewer1
            // 
            this.documentViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.documentViewer1.IsMetric = false;
            this.documentViewer1.Location = new System.Drawing.Point(0, 142);
            this.documentViewer1.Name = "documentViewer1";
            this.documentViewer1.Size = new System.Drawing.Size(787, 244);
            this.documentViewer1.TabIndex = 0;
            // 
            // documentViewerRibbonController1
            // 
            this.documentViewerRibbonController1.DocumentViewer = this.documentViewer1;
            this.documentViewerRibbonController1.RibbonControl = this.ribbonControl1;
            this.documentViewerRibbonController1.RibbonStatusBar = this.ribbonStatusBar1;
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.printPreviewBarItem1,
            this.printPreviewBarItem2,
            this.printPreviewBarItem3,
            this.printPreviewBarItem4,
            this.printPreviewBarItem5,
            this.printPreviewBarItem6,
            this.printPreviewBarItem7,
            this.printPreviewBarItem8,
            this.printPreviewBarItem9,
            this.printPreviewBarItem10,
            this.printPreviewBarItem11,
            this.printPreviewBarItem12,
            this.printPreviewBarItem13,
            this.printPreviewBarItem14,
            this.printPreviewBarItem15,
            this.printPreviewBarItem16,
            this.printPreviewBarItem17,
            this.printPreviewBarItem18,
            this.printPreviewBarItem19,
            this.printPreviewBarItem20,
            this.printPreviewBarItem21,
            this.printPreviewBarItem22,
            this.printPreviewBarItem23,
            this.printPreviewBarItem24,
            this.printPreviewBarItem25,
            this.printPreviewBarItem26,
            this.printPreviewBarItem27,
            this.printPreviewBarItem28,
            this.printPreviewBarItem29,
            this.printPreviewBarItem30,
            this.printPreviewBarItem31,
            this.printPreviewBarItem32,
            this.printPreviewBarItem33,
            this.printPreviewBarItem34,
            this.printPreviewBarItem35,
            this.printPreviewBarItem36,
            this.printPreviewBarItem37,
            this.printPreviewBarItem38,
            this.printPreviewBarItem39,
            this.printPreviewBarItem40,
            this.printPreviewBarItem41,
            this.printPreviewBarItem42,
            this.printPreviewBarItem43,
            this.printPreviewBarItem44,
            this.printPreviewBarItem45,
            this.printPreviewBarItem46,
            this.printPreviewBarItem47,
            this.printPreviewStaticItem1,
            this.barStaticItem1,
            this.progressBarEditItem1,
            this.printPreviewBarItem48,
            this.barButtonItem1,
            this.printPreviewStaticItem2,
            this.zoomTrackBarEditItem1});
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 55;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.printPreviewRibbonPage1});
            this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemProgressBar1,
            this.repositoryItemZoomTrackBar1});
            this.ribbonControl1.Size = new System.Drawing.Size(787, 142);
            this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
            this.ribbonControl1.TransparentEditors = true;
            // 
            // printPreviewBarItem1
            // 
            this.printPreviewBarItem1.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem1.Caption = "Bookmarks";
            this.printPreviewBarItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.DocumentMap;
            this.printPreviewBarItem1.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem1.Enabled = false;
            this.printPreviewBarItem1.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_DocumentMap;
            this.printPreviewBarItem1.Id = 1;
            this.printPreviewBarItem1.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_DocumentMapLarge;
            this.printPreviewBarItem1.Name = "printPreviewBarItem1";
            superToolTip1.FixedTooltipWidth = true;
            toolTipTitleItem1.Text = "Document Map";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Open the Document Map, which allows you to navigate through a structural view of " +
    "the document.";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.MaxWidth = 210;
            this.printPreviewBarItem1.SuperTip = superToolTip1;
            // 
            // printPreviewBarItem2
            // 
            this.printPreviewBarItem2.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem2.Caption = "Parameters";
            this.printPreviewBarItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Parameters;
            this.printPreviewBarItem2.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem2.Enabled = false;
            this.printPreviewBarItem2.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Parameters;
            this.printPreviewBarItem2.Id = 2;
            this.printPreviewBarItem2.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ParametersLarge;
            this.printPreviewBarItem2.Name = "printPreviewBarItem2";
            superToolTip2.FixedTooltipWidth = true;
            toolTipTitleItem2.Text = "Parameters";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Open the Parameters pane, which allows you to enter values for report parameters." +
    "";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            superToolTip2.MaxWidth = 210;
            this.printPreviewBarItem2.SuperTip = superToolTip2;
            // 
            // printPreviewBarItem3
            // 
            this.printPreviewBarItem3.Caption = "Find";
            this.printPreviewBarItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Find;
            this.printPreviewBarItem3.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem3.Enabled = false;
            this.printPreviewBarItem3.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Find;
            this.printPreviewBarItem3.Id = 3;
            this.printPreviewBarItem3.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_FindLarge;
            this.printPreviewBarItem3.Name = "printPreviewBarItem3";
            superToolTip3.FixedTooltipWidth = true;
            toolTipTitleItem3.Text = "Find";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Show the Find dialog to find text in the document.";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            superToolTip3.MaxWidth = 210;
            this.printPreviewBarItem3.SuperTip = superToolTip3;
            // 
            // printPreviewBarItem4
            // 
            this.printPreviewBarItem4.Caption = "Options";
            this.printPreviewBarItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Customize;
            this.printPreviewBarItem4.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem4.Enabled = false;
            this.printPreviewBarItem4.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Customize;
            this.printPreviewBarItem4.Id = 4;
            this.printPreviewBarItem4.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_CustomizeLarge;
            this.printPreviewBarItem4.Name = "printPreviewBarItem4";
            superToolTip4.FixedTooltipWidth = true;
            toolTipTitleItem4.Text = "Options";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Open the Print Options dialog, in which you can change printing options.";
            superToolTip4.Items.Add(toolTipTitleItem4);
            superToolTip4.Items.Add(toolTipItem4);
            superToolTip4.MaxWidth = 210;
            this.printPreviewBarItem4.SuperTip = superToolTip4;
            // 
            // printPreviewBarItem5
            // 
            this.printPreviewBarItem5.Caption = "Print";
            this.printPreviewBarItem5.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Print;
            this.printPreviewBarItem5.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem5.Enabled = false;
            this.printPreviewBarItem5.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Print;
            this.printPreviewBarItem5.Id = 5;
            this.printPreviewBarItem5.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PrintLarge;
            this.printPreviewBarItem5.Name = "printPreviewBarItem5";
            superToolTip5.FixedTooltipWidth = true;
            toolTipTitleItem5.Text = "Print (Ctrl+P)";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Select a printer, number of copies and other printing options before printing.";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem5);
            superToolTip5.MaxWidth = 210;
            this.printPreviewBarItem5.SuperTip = superToolTip5;
            // 
            // printPreviewBarItem6
            // 
            this.printPreviewBarItem6.Caption = "Quick Print";
            this.printPreviewBarItem6.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PrintDirect;
            this.printPreviewBarItem6.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem6.Enabled = false;
            this.printPreviewBarItem6.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PrintDirect;
            this.printPreviewBarItem6.Id = 6;
            this.printPreviewBarItem6.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PrintDirectLarge;
            this.printPreviewBarItem6.Name = "printPreviewBarItem6";
            superToolTip6.FixedTooltipWidth = true;
            toolTipTitleItem6.Text = "Quick Print";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "Send the document directly to the default printer without making changes.";
            superToolTip6.Items.Add(toolTipTitleItem6);
            superToolTip6.Items.Add(toolTipItem6);
            superToolTip6.MaxWidth = 210;
            this.printPreviewBarItem6.SuperTip = superToolTip6;
            // 
            // printPreviewBarItem7
            // 
            this.printPreviewBarItem7.Caption = "Custom Margins...";
            this.printPreviewBarItem7.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageSetup;
            this.printPreviewBarItem7.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem7.Enabled = false;
            this.printPreviewBarItem7.Id = 7;
            this.printPreviewBarItem7.Name = "printPreviewBarItem7";
            superToolTip7.FixedTooltipWidth = true;
            toolTipTitleItem7.Text = "Page Setup";
            toolTipItem7.LeftIndent = 6;
            toolTipItem7.Text = "Show the Page Setup dialog.";
            superToolTip7.Items.Add(toolTipTitleItem7);
            superToolTip7.Items.Add(toolTipItem7);
            superToolTip7.MaxWidth = 210;
            this.printPreviewBarItem7.SuperTip = superToolTip7;
            // 
            // printPreviewBarItem8
            // 
            this.printPreviewBarItem8.Caption = "Header/Footer";
            this.printPreviewBarItem8.Command = DevExpress.XtraPrinting.PrintingSystemCommand.EditPageHF;
            this.printPreviewBarItem8.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem8.Enabled = false;
            this.printPreviewBarItem8.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_EditPageHF;
            this.printPreviewBarItem8.Id = 8;
            this.printPreviewBarItem8.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_EditPageHFLarge;
            this.printPreviewBarItem8.Name = "printPreviewBarItem8";
            superToolTip8.FixedTooltipWidth = true;
            toolTipTitleItem8.Text = "Header and Footer";
            toolTipItem8.LeftIndent = 6;
            toolTipItem8.Text = "Edit the header and footer of the document.";
            superToolTip8.Items.Add(toolTipTitleItem8);
            superToolTip8.Items.Add(toolTipItem8);
            superToolTip8.MaxWidth = 210;
            this.printPreviewBarItem8.SuperTip = superToolTip8;
            // 
            // printPreviewBarItem9
            // 
            this.printPreviewBarItem9.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem9.Caption = "Scale";
            this.printPreviewBarItem9.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Scale;
            this.printPreviewBarItem9.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem9.Enabled = false;
            this.printPreviewBarItem9.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Scale;
            this.printPreviewBarItem9.Id = 9;
            this.printPreviewBarItem9.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ScaleLarge;
            this.printPreviewBarItem9.Name = "printPreviewBarItem9";
            superToolTip9.FixedTooltipWidth = true;
            toolTipTitleItem9.Text = "Scale";
            toolTipItem9.LeftIndent = 6;
            toolTipItem9.Text = "Stretch or shrink the printed output to a percentage of its actual size.";
            superToolTip9.Items.Add(toolTipTitleItem9);
            superToolTip9.Items.Add(toolTipItem9);
            superToolTip9.MaxWidth = 210;
            this.printPreviewBarItem9.SuperTip = superToolTip9;
            // 
            // printPreviewBarItem10
            // 
            this.printPreviewBarItem10.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem10.Caption = "Pointer";
            this.printPreviewBarItem10.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Pointer;
            this.printPreviewBarItem10.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem10.Down = true;
            this.printPreviewBarItem10.Enabled = false;
            this.printPreviewBarItem10.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Pointer;
            this.printPreviewBarItem10.GroupIndex = 1;
            this.printPreviewBarItem10.Id = 10;
            this.printPreviewBarItem10.Name = "printPreviewBarItem10";
            this.printPreviewBarItem10.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            superToolTip10.FixedTooltipWidth = true;
            toolTipTitleItem10.Text = "Mouse Pointer";
            toolTipItem10.LeftIndent = 6;
            toolTipItem10.Text = "Show the mouse pointer.";
            superToolTip10.Items.Add(toolTipTitleItem10);
            superToolTip10.Items.Add(toolTipItem10);
            superToolTip10.MaxWidth = 210;
            this.printPreviewBarItem10.SuperTip = superToolTip10;
            // 
            // printPreviewBarItem11
            // 
            this.printPreviewBarItem11.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem11.Caption = "Hand Tool";
            this.printPreviewBarItem11.Command = DevExpress.XtraPrinting.PrintingSystemCommand.HandTool;
            this.printPreviewBarItem11.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem11.Enabled = false;
            this.printPreviewBarItem11.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_HandTool;
            this.printPreviewBarItem11.GroupIndex = 1;
            this.printPreviewBarItem11.Id = 11;
            this.printPreviewBarItem11.Name = "printPreviewBarItem11";
            this.printPreviewBarItem11.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            superToolTip11.FixedTooltipWidth = true;
            toolTipTitleItem11.Text = "Hand Tool";
            toolTipItem11.LeftIndent = 6;
            toolTipItem11.Text = "Invoke the Hand tool to manually scroll through pages.";
            superToolTip11.Items.Add(toolTipTitleItem11);
            superToolTip11.Items.Add(toolTipItem11);
            superToolTip11.MaxWidth = 210;
            this.printPreviewBarItem11.SuperTip = superToolTip11;
            // 
            // printPreviewBarItem12
            // 
            this.printPreviewBarItem12.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem12.Caption = "Magnifier";
            this.printPreviewBarItem12.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Magnifier;
            this.printPreviewBarItem12.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem12.Enabled = false;
            this.printPreviewBarItem12.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Magnifier;
            this.printPreviewBarItem12.GroupIndex = 1;
            this.printPreviewBarItem12.Id = 12;
            this.printPreviewBarItem12.Name = "printPreviewBarItem12";
            this.printPreviewBarItem12.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            superToolTip12.FixedTooltipWidth = true;
            toolTipTitleItem12.Text = "Magnifier";
            toolTipItem12.LeftIndent = 6;
            toolTipItem12.Text = "Invoke the Magnifier tool.\r\n\r\nClicking once on a document zooms it so that a sing" +
    "le page becomes entirely visible, while clicking another time zooms it to 100% o" +
    "f the normal size.";
            superToolTip12.Items.Add(toolTipTitleItem12);
            superToolTip12.Items.Add(toolTipItem12);
            superToolTip12.MaxWidth = 210;
            this.printPreviewBarItem12.SuperTip = superToolTip12;
            // 
            // printPreviewBarItem13
            // 
            this.printPreviewBarItem13.Caption = "Zoom Out";
            this.printPreviewBarItem13.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomOut;
            this.printPreviewBarItem13.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem13.Enabled = false;
            this.printPreviewBarItem13.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ZoomOut;
            this.printPreviewBarItem13.Id = 13;
            this.printPreviewBarItem13.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ZoomOutLarge;
            this.printPreviewBarItem13.Name = "printPreviewBarItem13";
            superToolTip13.FixedTooltipWidth = true;
            toolTipTitleItem13.Text = "Zoom Out";
            toolTipItem13.LeftIndent = 6;
            toolTipItem13.Text = "Zoom out to see more of the page at a reduced size.";
            superToolTip13.Items.Add(toolTipTitleItem13);
            superToolTip13.Items.Add(toolTipItem13);
            superToolTip13.MaxWidth = 210;
            this.printPreviewBarItem13.SuperTip = superToolTip13;
            // 
            // printPreviewBarItem14
            // 
            this.printPreviewBarItem14.Caption = "Zoom In";
            this.printPreviewBarItem14.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomIn;
            this.printPreviewBarItem14.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem14.Enabled = false;
            this.printPreviewBarItem14.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ZoomIn;
            this.printPreviewBarItem14.Id = 14;
            this.printPreviewBarItem14.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ZoomInLarge;
            this.printPreviewBarItem14.Name = "printPreviewBarItem14";
            superToolTip14.FixedTooltipWidth = true;
            toolTipTitleItem14.Text = "Zoom In";
            toolTipItem14.LeftIndent = 6;
            toolTipItem14.Text = "Zoom in to get a close-up view of the document.";
            superToolTip14.Items.Add(toolTipTitleItem14);
            superToolTip14.Items.Add(toolTipItem14);
            superToolTip14.MaxWidth = 210;
            this.printPreviewBarItem14.SuperTip = superToolTip14;
            // 
            // printPreviewBarItem15
            // 
            this.printPreviewBarItem15.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem15.Caption = "Zoom";
            this.printPreviewBarItem15.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Zoom;
            this.printPreviewBarItem15.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem15.Enabled = false;
            this.printPreviewBarItem15.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Zoom;
            this.printPreviewBarItem15.Id = 15;
            this.printPreviewBarItem15.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ZoomLarge;
            this.printPreviewBarItem15.Name = "printPreviewBarItem15";
            superToolTip15.FixedTooltipWidth = true;
            toolTipTitleItem15.Text = "Zoom";
            toolTipItem15.LeftIndent = 6;
            toolTipItem15.Text = "Change the zoom level of the document preview.";
            superToolTip15.Items.Add(toolTipTitleItem15);
            superToolTip15.Items.Add(toolTipItem15);
            superToolTip15.MaxWidth = 210;
            this.printPreviewBarItem15.SuperTip = superToolTip15;
            // 
            // printPreviewBarItem16
            // 
            this.printPreviewBarItem16.Caption = "First Page";
            this.printPreviewBarItem16.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowFirstPage;
            this.printPreviewBarItem16.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem16.Enabled = false;
            this.printPreviewBarItem16.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ShowFirstPage;
            this.printPreviewBarItem16.Id = 16;
            this.printPreviewBarItem16.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ShowFirstPageLarge;
            this.printPreviewBarItem16.Name = "printPreviewBarItem16";
            superToolTip16.FixedTooltipWidth = true;
            toolTipTitleItem16.Text = "First Page (Ctrl+Home)";
            toolTipItem16.LeftIndent = 6;
            toolTipItem16.Text = "Navigate to the first page of the document.";
            superToolTip16.Items.Add(toolTipTitleItem16);
            superToolTip16.Items.Add(toolTipItem16);
            superToolTip16.MaxWidth = 210;
            this.printPreviewBarItem16.SuperTip = superToolTip16;
            // 
            // printPreviewBarItem17
            // 
            this.printPreviewBarItem17.Caption = "Previous Page";
            this.printPreviewBarItem17.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowPrevPage;
            this.printPreviewBarItem17.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem17.Enabled = false;
            this.printPreviewBarItem17.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ShowPrevPage;
            this.printPreviewBarItem17.Id = 17;
            this.printPreviewBarItem17.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ShowPrevPageLarge;
            this.printPreviewBarItem17.Name = "printPreviewBarItem17";
            superToolTip17.FixedTooltipWidth = true;
            toolTipTitleItem17.Text = "Previous Page (PageUp)";
            toolTipItem17.LeftIndent = 6;
            toolTipItem17.Text = "Navigate to the previous page of the document.";
            superToolTip17.Items.Add(toolTipTitleItem17);
            superToolTip17.Items.Add(toolTipItem17);
            superToolTip17.MaxWidth = 210;
            this.printPreviewBarItem17.SuperTip = superToolTip17;
            // 
            // printPreviewBarItem18
            // 
            this.printPreviewBarItem18.Caption = "Next  Page ";
            this.printPreviewBarItem18.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowNextPage;
            this.printPreviewBarItem18.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem18.Enabled = false;
            this.printPreviewBarItem18.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ShowNextPage;
            this.printPreviewBarItem18.Id = 18;
            this.printPreviewBarItem18.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ShowNextPageLarge;
            this.printPreviewBarItem18.Name = "printPreviewBarItem18";
            superToolTip18.FixedTooltipWidth = true;
            toolTipTitleItem18.Text = "Next Page (PageDown)";
            toolTipItem18.LeftIndent = 6;
            toolTipItem18.Text = "Navigate to the next page of the document.";
            superToolTip18.Items.Add(toolTipTitleItem18);
            superToolTip18.Items.Add(toolTipItem18);
            superToolTip18.MaxWidth = 210;
            this.printPreviewBarItem18.SuperTip = superToolTip18;
            // 
            // printPreviewBarItem19
            // 
            this.printPreviewBarItem19.Caption = "Last  Page ";
            this.printPreviewBarItem19.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowLastPage;
            this.printPreviewBarItem19.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem19.Enabled = false;
            this.printPreviewBarItem19.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ShowLastPage;
            this.printPreviewBarItem19.Id = 19;
            this.printPreviewBarItem19.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ShowLastPageLarge;
            this.printPreviewBarItem19.Name = "printPreviewBarItem19";
            superToolTip19.FixedTooltipWidth = true;
            toolTipTitleItem19.Text = "Last Page (Ctrl+End)";
            toolTipItem19.LeftIndent = 6;
            toolTipItem19.Text = "Navigate to the last page of the document.";
            superToolTip19.Items.Add(toolTipTitleItem19);
            superToolTip19.Items.Add(toolTipItem19);
            superToolTip19.MaxWidth = 210;
            this.printPreviewBarItem19.SuperTip = superToolTip19;
            // 
            // printPreviewBarItem20
            // 
            this.printPreviewBarItem20.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem20.Caption = "Many Pages";
            this.printPreviewBarItem20.Command = DevExpress.XtraPrinting.PrintingSystemCommand.MultiplePages;
            this.printPreviewBarItem20.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem20.Enabled = false;
            this.printPreviewBarItem20.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_MultiplePages;
            this.printPreviewBarItem20.Id = 20;
            this.printPreviewBarItem20.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_MultiplePagesLarge;
            this.printPreviewBarItem20.Name = "printPreviewBarItem20";
            superToolTip20.FixedTooltipWidth = true;
            toolTipTitleItem20.Text = "View Many Pages";
            toolTipItem20.LeftIndent = 6;
            toolTipItem20.Text = "Choose the page layout to arrange the document pages in preview.";
            superToolTip20.Items.Add(toolTipTitleItem20);
            superToolTip20.Items.Add(toolTipItem20);
            superToolTip20.MaxWidth = 210;
            this.printPreviewBarItem20.SuperTip = superToolTip20;
            // 
            // printPreviewBarItem21
            // 
            this.printPreviewBarItem21.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem21.Caption = "Page Color";
            this.printPreviewBarItem21.Command = DevExpress.XtraPrinting.PrintingSystemCommand.FillBackground;
            this.printPreviewBarItem21.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem21.Enabled = false;
            this.printPreviewBarItem21.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_FillBackground;
            this.printPreviewBarItem21.Id = 21;
            this.printPreviewBarItem21.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_FillBackgroundLarge;
            this.printPreviewBarItem21.Name = "printPreviewBarItem21";
            superToolTip21.FixedTooltipWidth = true;
            toolTipTitleItem21.Text = "Background Color";
            toolTipItem21.LeftIndent = 6;
            toolTipItem21.Text = "Choose a color for the background of the document pages.";
            superToolTip21.Items.Add(toolTipTitleItem21);
            superToolTip21.Items.Add(toolTipItem21);
            superToolTip21.MaxWidth = 210;
            this.printPreviewBarItem21.SuperTip = superToolTip21;
            // 
            // printPreviewBarItem22
            // 
            this.printPreviewBarItem22.Caption = "Watermark";
            this.printPreviewBarItem22.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Watermark;
            this.printPreviewBarItem22.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem22.Enabled = false;
            this.printPreviewBarItem22.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Watermark;
            this.printPreviewBarItem22.Id = 22;
            this.printPreviewBarItem22.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_WatermarkLarge;
            this.printPreviewBarItem22.Name = "printPreviewBarItem22";
            superToolTip22.FixedTooltipWidth = true;
            toolTipTitleItem22.Text = "Watermark";
            toolTipItem22.LeftIndent = 6;
            toolTipItem22.Text = "Insert ghosted text or image behind the content of a page.\r\n\r\nThis is often used " +
    "to indicate that a document is to be treated specially.";
            superToolTip22.Items.Add(toolTipTitleItem22);
            superToolTip22.Items.Add(toolTipItem22);
            superToolTip22.MaxWidth = 210;
            this.printPreviewBarItem22.SuperTip = superToolTip22;
            // 
            // printPreviewBarItem23
            // 
            this.printPreviewBarItem23.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem23.Caption = "Export To";
            this.printPreviewBarItem23.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportFile;
            this.printPreviewBarItem23.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem23.Enabled = false;
            this.printPreviewBarItem23.Glyph = ((System.Drawing.Image)(resources.GetObject("printPreviewBarItem23.Glyph")));
            this.printPreviewBarItem23.Id = 23;
            this.printPreviewBarItem23.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("printPreviewBarItem23.LargeGlyph")));
            this.printPreviewBarItem23.Name = "printPreviewBarItem23";
            superToolTip23.FixedTooltipWidth = true;
            toolTipTitleItem23.Text = "Export To...";
            toolTipItem23.LeftIndent = 6;
            toolTipItem23.Text = "Export the current document in one of the available formats, and save it to the f" +
    "ile on a disk.";
            superToolTip23.Items.Add(toolTipTitleItem23);
            superToolTip23.Items.Add(toolTipItem23);
            superToolTip23.MaxWidth = 210;
            this.printPreviewBarItem23.SuperTip = superToolTip23;
            // 
            // printPreviewBarItem24
            // 
            this.printPreviewBarItem24.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem24.Caption = "E-Mail As";
            this.printPreviewBarItem24.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendFile;
            this.printPreviewBarItem24.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem24.Enabled = false;
            this.printPreviewBarItem24.Glyph = ((System.Drawing.Image)(resources.GetObject("printPreviewBarItem24.Glyph")));
            this.printPreviewBarItem24.Id = 24;
            this.printPreviewBarItem24.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("printPreviewBarItem24.LargeGlyph")));
            this.printPreviewBarItem24.Name = "printPreviewBarItem24";
            superToolTip24.FixedTooltipWidth = true;
            toolTipTitleItem24.Text = "E-Mail As...";
            toolTipItem24.LeftIndent = 6;
            toolTipItem24.Text = "Export the current document in one of the available formats, and attach it to the" +
    " e-mail.";
            superToolTip24.Items.Add(toolTipTitleItem24);
            superToolTip24.Items.Add(toolTipItem24);
            superToolTip24.MaxWidth = 210;
            this.printPreviewBarItem24.SuperTip = superToolTip24;
            // 
            // printPreviewBarItem25
            // 
            this.printPreviewBarItem25.Caption = "Close Print Preview";
            this.printPreviewBarItem25.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ClosePreview;
            this.printPreviewBarItem25.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem25.Enabled = false;
            this.printPreviewBarItem25.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ClosePreview;
            this.printPreviewBarItem25.Id = 25;
            this.printPreviewBarItem25.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ClosePreviewLarge;
            this.printPreviewBarItem25.Name = "printPreviewBarItem25";
            superToolTip25.FixedTooltipWidth = true;
            toolTipTitleItem25.Text = "Close Print Preview";
            toolTipItem25.LeftIndent = 6;
            toolTipItem25.Text = "Close Print Preview of the document.";
            superToolTip25.Items.Add(toolTipTitleItem25);
            superToolTip25.Items.Add(toolTipItem25);
            superToolTip25.MaxWidth = 210;
            this.printPreviewBarItem25.SuperTip = superToolTip25;
            // 
            // printPreviewBarItem26
            // 
            this.printPreviewBarItem26.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem26.Caption = "Orientation";
            this.printPreviewBarItem26.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageOrientation;
            this.printPreviewBarItem26.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem26.Enabled = false;
            this.printPreviewBarItem26.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PageOrientation;
            this.printPreviewBarItem26.Id = 26;
            this.printPreviewBarItem26.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PageOrientationLarge;
            this.printPreviewBarItem26.Name = "printPreviewBarItem26";
            superToolTip26.FixedTooltipWidth = true;
            toolTipTitleItem26.Text = "Page Orientation";
            toolTipItem26.LeftIndent = 6;
            toolTipItem26.Text = "Switch the pages between portrait and landscape layouts.";
            superToolTip26.Items.Add(toolTipTitleItem26);
            superToolTip26.Items.Add(toolTipItem26);
            superToolTip26.MaxWidth = 210;
            this.printPreviewBarItem26.SuperTip = superToolTip26;
            // 
            // printPreviewBarItem27
            // 
            this.printPreviewBarItem27.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem27.Caption = "Size";
            this.printPreviewBarItem27.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PaperSize;
            this.printPreviewBarItem27.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem27.Enabled = false;
            this.printPreviewBarItem27.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PaperSize;
            this.printPreviewBarItem27.Id = 27;
            this.printPreviewBarItem27.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PaperSizeLarge;
            this.printPreviewBarItem27.Name = "printPreviewBarItem27";
            superToolTip27.FixedTooltipWidth = true;
            toolTipTitleItem27.Text = "Page Size";
            toolTipItem27.LeftIndent = 6;
            toolTipItem27.Text = "Choose the paper size of the document.";
            superToolTip27.Items.Add(toolTipTitleItem27);
            superToolTip27.Items.Add(toolTipItem27);
            superToolTip27.MaxWidth = 210;
            this.printPreviewBarItem27.SuperTip = superToolTip27;
            // 
            // printPreviewBarItem28
            // 
            this.printPreviewBarItem28.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem28.Caption = "Margins";
            this.printPreviewBarItem28.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageMargins;
            this.printPreviewBarItem28.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem28.Enabled = false;
            this.printPreviewBarItem28.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PageMargins;
            this.printPreviewBarItem28.Id = 28;
            this.printPreviewBarItem28.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PageMarginsLarge;
            this.printPreviewBarItem28.Name = "printPreviewBarItem28";
            superToolTip28.FixedTooltipWidth = true;
            toolTipTitleItem28.Text = "Page Margins";
            toolTipItem28.LeftIndent = 6;
            toolTipItem28.Text = "Select the margin sizes for the entire document.\r\n\r\nTo apply specific margin size" +
    "s to the document, click Custom Margins.";
            superToolTip28.Items.Add(toolTipTitleItem28);
            superToolTip28.Items.Add(toolTipItem28);
            superToolTip28.MaxWidth = 210;
            this.printPreviewBarItem28.SuperTip = superToolTip28;
            // 
            // printPreviewBarItem29
            // 
            this.printPreviewBarItem29.Caption = "PDF File";
            this.printPreviewBarItem29.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendPdf;
            this.printPreviewBarItem29.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem29.Description = "Adobe Portable Document Format";
            this.printPreviewBarItem29.Enabled = false;
            this.printPreviewBarItem29.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendPdf;
            this.printPreviewBarItem29.Id = 29;
            this.printPreviewBarItem29.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendPdfLarge;
            this.printPreviewBarItem29.Name = "printPreviewBarItem29";
            superToolTip29.FixedTooltipWidth = true;
            toolTipTitleItem29.Text = "E-Mail As PDF";
            toolTipItem29.LeftIndent = 6;
            toolTipItem29.Text = "Export the document to PDF and attach it to the e-mail.";
            superToolTip29.Items.Add(toolTipTitleItem29);
            superToolTip29.Items.Add(toolTipItem29);
            superToolTip29.MaxWidth = 210;
            this.printPreviewBarItem29.SuperTip = superToolTip29;
            // 
            // printPreviewBarItem30
            // 
            this.printPreviewBarItem30.Caption = "Text File";
            this.printPreviewBarItem30.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendTxt;
            this.printPreviewBarItem30.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem30.Description = "Plain Text";
            this.printPreviewBarItem30.Enabled = false;
            this.printPreviewBarItem30.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendTxt;
            this.printPreviewBarItem30.Id = 30;
            this.printPreviewBarItem30.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendTxtLarge;
            this.printPreviewBarItem30.Name = "printPreviewBarItem30";
            superToolTip30.FixedTooltipWidth = true;
            toolTipTitleItem30.Text = "E-Mail As Text";
            toolTipItem30.LeftIndent = 6;
            toolTipItem30.Text = "Export the document to Text and attach it to the e-mail.";
            superToolTip30.Items.Add(toolTipTitleItem30);
            superToolTip30.Items.Add(toolTipItem30);
            superToolTip30.MaxWidth = 210;
            this.printPreviewBarItem30.SuperTip = superToolTip30;
            // 
            // printPreviewBarItem31
            // 
            this.printPreviewBarItem31.Caption = "CSV File";
            this.printPreviewBarItem31.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendCsv;
            this.printPreviewBarItem31.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem31.Description = "Comma-Separated Values Text";
            this.printPreviewBarItem31.Enabled = false;
            this.printPreviewBarItem31.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendCsv;
            this.printPreviewBarItem31.Id = 31;
            this.printPreviewBarItem31.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendCsvLarge;
            this.printPreviewBarItem31.Name = "printPreviewBarItem31";
            superToolTip31.FixedTooltipWidth = true;
            toolTipTitleItem31.Text = "E-Mail As CSV";
            toolTipItem31.LeftIndent = 6;
            toolTipItem31.Text = "Export the document to CSV and attach it to the e-mail.";
            superToolTip31.Items.Add(toolTipTitleItem31);
            superToolTip31.Items.Add(toolTipItem31);
            superToolTip31.MaxWidth = 210;
            this.printPreviewBarItem31.SuperTip = superToolTip31;
            // 
            // printPreviewBarItem32
            // 
            this.printPreviewBarItem32.Caption = "MHT File";
            this.printPreviewBarItem32.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendMht;
            this.printPreviewBarItem32.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem32.Description = "Single File Web Page";
            this.printPreviewBarItem32.Enabled = false;
            this.printPreviewBarItem32.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendMht;
            this.printPreviewBarItem32.Id = 32;
            this.printPreviewBarItem32.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendMhtLarge;
            this.printPreviewBarItem32.Name = "printPreviewBarItem32";
            superToolTip32.FixedTooltipWidth = true;
            toolTipTitleItem32.Text = "E-Mail As MHT";
            toolTipItem32.LeftIndent = 6;
            toolTipItem32.Text = "Export the document to MHT and attach it to the e-mail.";
            superToolTip32.Items.Add(toolTipTitleItem32);
            superToolTip32.Items.Add(toolTipItem32);
            superToolTip32.MaxWidth = 210;
            this.printPreviewBarItem32.SuperTip = superToolTip32;
            // 
            // printPreviewBarItem33
            // 
            this.printPreviewBarItem33.Caption = "XLS File";
            this.printPreviewBarItem33.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXls;
            this.printPreviewBarItem33.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem33.Description = "Microsoft Excel 2000-2003 Workbook";
            this.printPreviewBarItem33.Enabled = false;
            this.printPreviewBarItem33.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendXls;
            this.printPreviewBarItem33.Id = 33;
            this.printPreviewBarItem33.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendXlsLarge;
            this.printPreviewBarItem33.Name = "printPreviewBarItem33";
            superToolTip33.FixedTooltipWidth = true;
            toolTipTitleItem33.Text = "E-Mail As XLS";
            toolTipItem33.LeftIndent = 6;
            toolTipItem33.Text = "Export the document to XLS and attach it to the e-mail.";
            superToolTip33.Items.Add(toolTipTitleItem33);
            superToolTip33.Items.Add(toolTipItem33);
            superToolTip33.MaxWidth = 210;
            this.printPreviewBarItem33.SuperTip = superToolTip33;
            // 
            // printPreviewBarItem34
            // 
            this.printPreviewBarItem34.Caption = "XLSX File";
            this.printPreviewBarItem34.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXlsx;
            this.printPreviewBarItem34.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem34.Description = "Microsoft Excel 2007 Workbook";
            this.printPreviewBarItem34.Enabled = false;
            this.printPreviewBarItem34.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendXlsx;
            this.printPreviewBarItem34.Id = 34;
            this.printPreviewBarItem34.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendXlsxLarge;
            this.printPreviewBarItem34.Name = "printPreviewBarItem34";
            superToolTip34.FixedTooltipWidth = true;
            toolTipTitleItem34.Text = "E-Mail As XLSX";
            toolTipItem34.LeftIndent = 6;
            toolTipItem34.Text = "Export the document to XLSX and attach it to the e-mail.";
            superToolTip34.Items.Add(toolTipTitleItem34);
            superToolTip34.Items.Add(toolTipItem34);
            superToolTip34.MaxWidth = 210;
            this.printPreviewBarItem34.SuperTip = superToolTip34;
            // 
            // printPreviewBarItem35
            // 
            this.printPreviewBarItem35.Caption = "RTF File";
            this.printPreviewBarItem35.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendRtf;
            this.printPreviewBarItem35.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem35.Description = "Rich Text Format";
            this.printPreviewBarItem35.Enabled = false;
            this.printPreviewBarItem35.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendRtf;
            this.printPreviewBarItem35.Id = 35;
            this.printPreviewBarItem35.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendRtfLarge;
            this.printPreviewBarItem35.Name = "printPreviewBarItem35";
            superToolTip35.FixedTooltipWidth = true;
            toolTipTitleItem35.Text = "E-Mail As RTF";
            toolTipItem35.LeftIndent = 6;
            toolTipItem35.Text = "Export the document to RTF and attach it to the e-mail.";
            superToolTip35.Items.Add(toolTipTitleItem35);
            superToolTip35.Items.Add(toolTipItem35);
            superToolTip35.MaxWidth = 210;
            this.printPreviewBarItem35.SuperTip = superToolTip35;
            // 
            // printPreviewBarItem36
            // 
            this.printPreviewBarItem36.Caption = "Image File";
            this.printPreviewBarItem36.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendGraphic;
            this.printPreviewBarItem36.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem36.Description = "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF";
            this.printPreviewBarItem36.Enabled = false;
            this.printPreviewBarItem36.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendGraphic;
            this.printPreviewBarItem36.Id = 36;
            this.printPreviewBarItem36.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SendGraphicLarge;
            this.printPreviewBarItem36.Name = "printPreviewBarItem36";
            superToolTip36.FixedTooltipWidth = true;
            toolTipTitleItem36.Text = "E-Mail As Image";
            toolTipItem36.LeftIndent = 6;
            toolTipItem36.Text = "Export the document to Image and attach it to the e-mail.";
            superToolTip36.Items.Add(toolTipTitleItem36);
            superToolTip36.Items.Add(toolTipItem36);
            superToolTip36.MaxWidth = 210;
            this.printPreviewBarItem36.SuperTip = superToolTip36;
            // 
            // printPreviewBarItem37
            // 
            this.printPreviewBarItem37.Caption = "PDF File";
            this.printPreviewBarItem37.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportPdf;
            this.printPreviewBarItem37.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem37.Description = "Adobe Portable Document Format";
            this.printPreviewBarItem37.Enabled = false;
            this.printPreviewBarItem37.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportPdf;
            this.printPreviewBarItem37.Id = 37;
            this.printPreviewBarItem37.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportPdfLarge;
            this.printPreviewBarItem37.Name = "printPreviewBarItem37";
            superToolTip37.FixedTooltipWidth = true;
            toolTipTitleItem37.Text = "Export to PDF";
            toolTipItem37.LeftIndent = 6;
            toolTipItem37.Text = "Export the document to PDF and save it to the file on a disk.";
            superToolTip37.Items.Add(toolTipTitleItem37);
            superToolTip37.Items.Add(toolTipItem37);
            superToolTip37.MaxWidth = 210;
            this.printPreviewBarItem37.SuperTip = superToolTip37;
            // 
            // printPreviewBarItem38
            // 
            this.printPreviewBarItem38.Caption = "HTML File";
            this.printPreviewBarItem38.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportHtm;
            this.printPreviewBarItem38.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem38.Description = "Web Page";
            this.printPreviewBarItem38.Enabled = false;
            this.printPreviewBarItem38.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportHtm;
            this.printPreviewBarItem38.Id = 38;
            this.printPreviewBarItem38.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportHtmLarge;
            this.printPreviewBarItem38.Name = "printPreviewBarItem38";
            superToolTip38.FixedTooltipWidth = true;
            toolTipTitleItem38.Text = "Export to HTML";
            toolTipItem38.LeftIndent = 6;
            toolTipItem38.Text = "Export the document to HTML and save it to the file on a disk.";
            superToolTip38.Items.Add(toolTipTitleItem38);
            superToolTip38.Items.Add(toolTipItem38);
            superToolTip38.MaxWidth = 210;
            this.printPreviewBarItem38.SuperTip = superToolTip38;
            // 
            // printPreviewBarItem39
            // 
            this.printPreviewBarItem39.Caption = "Text File";
            this.printPreviewBarItem39.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportTxt;
            this.printPreviewBarItem39.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem39.Description = "Plain Text";
            this.printPreviewBarItem39.Enabled = false;
            this.printPreviewBarItem39.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportTxt;
            this.printPreviewBarItem39.Id = 39;
            this.printPreviewBarItem39.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportTxtLarge;
            this.printPreviewBarItem39.Name = "printPreviewBarItem39";
            superToolTip39.FixedTooltipWidth = true;
            toolTipTitleItem39.Text = "Export to Text";
            toolTipItem39.LeftIndent = 6;
            toolTipItem39.Text = "Export the document to Text and save it to the file on a disk.";
            superToolTip39.Items.Add(toolTipTitleItem39);
            superToolTip39.Items.Add(toolTipItem39);
            superToolTip39.MaxWidth = 210;
            this.printPreviewBarItem39.SuperTip = superToolTip39;
            // 
            // printPreviewBarItem40
            // 
            this.printPreviewBarItem40.Caption = "CSV File";
            this.printPreviewBarItem40.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportCsv;
            this.printPreviewBarItem40.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem40.Description = "Comma-Separated Values Text";
            this.printPreviewBarItem40.Enabled = false;
            this.printPreviewBarItem40.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportCsv;
            this.printPreviewBarItem40.Id = 40;
            this.printPreviewBarItem40.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportCsvLarge;
            this.printPreviewBarItem40.Name = "printPreviewBarItem40";
            superToolTip40.FixedTooltipWidth = true;
            toolTipTitleItem40.Text = "Export to CSV";
            toolTipItem40.LeftIndent = 6;
            toolTipItem40.Text = "Export the document to CSV and save it to the file on a disk.";
            superToolTip40.Items.Add(toolTipTitleItem40);
            superToolTip40.Items.Add(toolTipItem40);
            superToolTip40.MaxWidth = 210;
            this.printPreviewBarItem40.SuperTip = superToolTip40;
            // 
            // printPreviewBarItem41
            // 
            this.printPreviewBarItem41.Caption = "MHT File";
            this.printPreviewBarItem41.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportMht;
            this.printPreviewBarItem41.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem41.Description = "Single File Web Page";
            this.printPreviewBarItem41.Enabled = false;
            this.printPreviewBarItem41.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportMht;
            this.printPreviewBarItem41.Id = 41;
            this.printPreviewBarItem41.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportMhtLarge;
            this.printPreviewBarItem41.Name = "printPreviewBarItem41";
            superToolTip41.FixedTooltipWidth = true;
            toolTipTitleItem41.Text = "Export to MHT";
            toolTipItem41.LeftIndent = 6;
            toolTipItem41.Text = "Export the document to MHT and save it to the file on a disk.";
            superToolTip41.Items.Add(toolTipTitleItem41);
            superToolTip41.Items.Add(toolTipItem41);
            superToolTip41.MaxWidth = 210;
            this.printPreviewBarItem41.SuperTip = superToolTip41;
            // 
            // printPreviewBarItem42
            // 
            this.printPreviewBarItem42.Caption = "XLS File";
            this.printPreviewBarItem42.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXls;
            this.printPreviewBarItem42.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem42.Description = "Microsoft Excel 2000-2003 Workbook";
            this.printPreviewBarItem42.Enabled = false;
            this.printPreviewBarItem42.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportXls;
            this.printPreviewBarItem42.Id = 42;
            this.printPreviewBarItem42.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportXlsLarge;
            this.printPreviewBarItem42.Name = "printPreviewBarItem42";
            superToolTip42.FixedTooltipWidth = true;
            toolTipTitleItem42.Text = "Export to XLS";
            toolTipItem42.LeftIndent = 6;
            toolTipItem42.Text = "Export the document to XLS and save it to the file on a disk.";
            superToolTip42.Items.Add(toolTipTitleItem42);
            superToolTip42.Items.Add(toolTipItem42);
            superToolTip42.MaxWidth = 210;
            this.printPreviewBarItem42.SuperTip = superToolTip42;
            // 
            // printPreviewBarItem43
            // 
            this.printPreviewBarItem43.Caption = "XLSX File";
            this.printPreviewBarItem43.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXlsx;
            this.printPreviewBarItem43.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem43.Description = "Microsoft Excel 2007 Workbook";
            this.printPreviewBarItem43.Enabled = false;
            this.printPreviewBarItem43.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportXlsx;
            this.printPreviewBarItem43.Id = 43;
            this.printPreviewBarItem43.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportXlsxLarge;
            this.printPreviewBarItem43.Name = "printPreviewBarItem43";
            superToolTip43.FixedTooltipWidth = true;
            toolTipTitleItem43.Text = "Export to XLSX";
            toolTipItem43.LeftIndent = 6;
            toolTipItem43.Text = "Export the document to XLSX and save it to the file on a disk.";
            superToolTip43.Items.Add(toolTipTitleItem43);
            superToolTip43.Items.Add(toolTipItem43);
            superToolTip43.MaxWidth = 210;
            this.printPreviewBarItem43.SuperTip = superToolTip43;
            // 
            // printPreviewBarItem44
            // 
            this.printPreviewBarItem44.Caption = "RTF File";
            this.printPreviewBarItem44.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportRtf;
            this.printPreviewBarItem44.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem44.Description = "Rich Text Format";
            this.printPreviewBarItem44.Enabled = false;
            this.printPreviewBarItem44.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportRtf;
            this.printPreviewBarItem44.Id = 44;
            this.printPreviewBarItem44.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportRtfLarge;
            this.printPreviewBarItem44.Name = "printPreviewBarItem44";
            superToolTip44.FixedTooltipWidth = true;
            toolTipTitleItem44.Text = "Export to RTF";
            toolTipItem44.LeftIndent = 6;
            toolTipItem44.Text = "Export the document to RTF and save it to the file on a disk.";
            superToolTip44.Items.Add(toolTipTitleItem44);
            superToolTip44.Items.Add(toolTipItem44);
            superToolTip44.MaxWidth = 210;
            this.printPreviewBarItem44.SuperTip = superToolTip44;
            // 
            // printPreviewBarItem45
            // 
            this.printPreviewBarItem45.Caption = "Image File";
            this.printPreviewBarItem45.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportGraphic;
            this.printPreviewBarItem45.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem45.Description = "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF";
            this.printPreviewBarItem45.Enabled = false;
            this.printPreviewBarItem45.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportGraphic;
            this.printPreviewBarItem45.Id = 45;
            this.printPreviewBarItem45.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportGraphicLarge;
            this.printPreviewBarItem45.Name = "printPreviewBarItem45";
            superToolTip45.FixedTooltipWidth = true;
            toolTipTitleItem45.Text = "Export to Image";
            toolTipItem45.LeftIndent = 6;
            toolTipItem45.Text = "Export the document to Image and save it to the file on a disk.";
            superToolTip45.Items.Add(toolTipTitleItem45);
            superToolTip45.Items.Add(toolTipItem45);
            superToolTip45.MaxWidth = 210;
            this.printPreviewBarItem45.SuperTip = superToolTip45;
            // 
            // printPreviewBarItem46
            // 
            this.printPreviewBarItem46.Caption = "Open";
            this.printPreviewBarItem46.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Open;
            this.printPreviewBarItem46.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem46.Enabled = false;
            this.printPreviewBarItem46.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Open;
            this.printPreviewBarItem46.Id = 46;
            this.printPreviewBarItem46.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_OpenLarge;
            this.printPreviewBarItem46.Name = "printPreviewBarItem46";
            superToolTip46.FixedTooltipWidth = true;
            toolTipTitleItem46.Text = "Open (Ctrl + O)";
            toolTipItem46.LeftIndent = 6;
            toolTipItem46.Text = "Open a document.";
            superToolTip46.Items.Add(toolTipTitleItem46);
            superToolTip46.Items.Add(toolTipItem46);
            superToolTip46.MaxWidth = 210;
            this.printPreviewBarItem46.SuperTip = superToolTip46;
            // 
            // printPreviewBarItem47
            // 
            this.printPreviewBarItem47.Caption = "Save";
            this.printPreviewBarItem47.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Save;
            this.printPreviewBarItem47.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem47.Enabled = false;
            this.printPreviewBarItem47.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Save;
            this.printPreviewBarItem47.Id = 47;
            this.printPreviewBarItem47.LargeGlyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_SaveLarge;
            this.printPreviewBarItem47.Name = "printPreviewBarItem47";
            superToolTip47.FixedTooltipWidth = true;
            toolTipTitleItem47.Text = "Save (Ctrl + S)";
            toolTipItem47.LeftIndent = 6;
            toolTipItem47.Text = "Save the document.";
            superToolTip47.Items.Add(toolTipTitleItem47);
            superToolTip47.Items.Add(toolTipItem47);
            superToolTip47.MaxWidth = 210;
            this.printPreviewBarItem47.SuperTip = superToolTip47;
            // 
            // printPreviewStaticItem1
            // 
            this.printPreviewStaticItem1.Caption = "Nothing";
            this.printPreviewStaticItem1.Id = 48;
            this.printPreviewStaticItem1.LeftIndent = 1;
            this.printPreviewStaticItem1.Name = "printPreviewStaticItem1";
            this.printPreviewStaticItem1.RightIndent = 1;
            this.printPreviewStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            this.printPreviewStaticItem1.Type = "PageOfPages";
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Id = 49;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            this.barStaticItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInRuntime;
            // 
            // progressBarEditItem1
            // 
            this.progressBarEditItem1.ContextSpecifier = this.documentViewerRibbonController1;
            this.progressBarEditItem1.Edit = this.repositoryItemProgressBar1;
            this.progressBarEditItem1.EditHeight = 12;
            this.progressBarEditItem1.Id = 50;
            this.progressBarEditItem1.Name = "progressBarEditItem1";
            this.progressBarEditItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.progressBarEditItem1.Width = 150;
            // 
            // repositoryItemProgressBar1
            // 
            this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
            // 
            // printPreviewBarItem48
            // 
            this.printPreviewBarItem48.Caption = "Stop";
            this.printPreviewBarItem48.Command = DevExpress.XtraPrinting.PrintingSystemCommand.StopPageBuilding;
            this.printPreviewBarItem48.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewBarItem48.Enabled = false;
            this.printPreviewBarItem48.Hint = "Stop";
            this.printPreviewBarItem48.Id = 51;
            this.printPreviewBarItem48.Name = "printPreviewBarItem48";
            this.printPreviewBarItem48.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            this.barButtonItem1.Enabled = false;
            this.barButtonItem1.Id = 52;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInRuntime;
            // 
            // printPreviewStaticItem2
            // 
            this.printPreviewStaticItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.printPreviewStaticItem2.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.printPreviewStaticItem2.Caption = "100%";
            this.printPreviewStaticItem2.Id = 53;
            this.printPreviewStaticItem2.Name = "printPreviewStaticItem2";
            this.printPreviewStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            this.printPreviewStaticItem2.Type = "ZoomFactorText";
            this.printPreviewStaticItem2.Width = 42;
            // 
            // zoomTrackBarEditItem1
            // 
            this.zoomTrackBarEditItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.zoomTrackBarEditItem1.ContextSpecifier = this.documentViewerRibbonController1;
            this.zoomTrackBarEditItem1.Edit = this.repositoryItemZoomTrackBar1;
            this.zoomTrackBarEditItem1.EditValue = 90;
            this.zoomTrackBarEditItem1.Enabled = false;
            this.zoomTrackBarEditItem1.Id = 54;
            this.zoomTrackBarEditItem1.Name = "zoomTrackBarEditItem1";
            this.zoomTrackBarEditItem1.Range = new int[] {
        10,
        500};
            this.zoomTrackBarEditItem1.Width = 140;
            // 
            // repositoryItemZoomTrackBar1
            // 
            this.repositoryItemZoomTrackBar1.Alignment = DevExpress.Utils.VertAlignment.Center;
            this.repositoryItemZoomTrackBar1.AllowFocused = false;
            this.repositoryItemZoomTrackBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.repositoryItemZoomTrackBar1.Maximum = 180;
            this.repositoryItemZoomTrackBar1.Middle = 5;
            this.repositoryItemZoomTrackBar1.Name = "repositoryItemZoomTrackBar1";
            this.repositoryItemZoomTrackBar1.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
            // 
            // printPreviewRibbonPage1
            // 
            this.printPreviewRibbonPage1.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.printPreviewRibbonPageGroup1,
            this.printPreviewRibbonPageGroup2,
            this.printPreviewRibbonPageGroup3,
            this.printPreviewRibbonPageGroup4,
            this.printPreviewRibbonPageGroup5,
            this.printPreviewRibbonPageGroup6,
            this.printPreviewRibbonPageGroup7});
            this.printPreviewRibbonPage1.Name = "printPreviewRibbonPage1";
            this.printPreviewRibbonPage1.Text = "Print Preview";
            // 
            // printPreviewRibbonPageGroup1
            // 
            this.printPreviewRibbonPageGroup1.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewRibbonPageGroup1.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Document;
            this.printPreviewRibbonPageGroup1.ItemLinks.Add(this.printPreviewBarItem46);
            this.printPreviewRibbonPageGroup1.ItemLinks.Add(this.printPreviewBarItem47);
            this.printPreviewRibbonPageGroup1.Kind = DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroupKind.Document;
            this.printPreviewRibbonPageGroup1.Name = "printPreviewRibbonPageGroup1";
            this.printPreviewRibbonPageGroup1.ShowCaptionButton = false;
            this.printPreviewRibbonPageGroup1.Text = "Document";
            // 
            // printPreviewRibbonPageGroup2
            // 
            this.printPreviewRibbonPageGroup2.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewRibbonPageGroup2.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PrintDirect;
            this.printPreviewRibbonPageGroup2.ItemLinks.Add(this.printPreviewBarItem5);
            this.printPreviewRibbonPageGroup2.ItemLinks.Add(this.printPreviewBarItem6);
            this.printPreviewRibbonPageGroup2.ItemLinks.Add(this.printPreviewBarItem4);
            this.printPreviewRibbonPageGroup2.ItemLinks.Add(this.printPreviewBarItem2);
            this.printPreviewRibbonPageGroup2.Kind = DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroupKind.Print;
            this.printPreviewRibbonPageGroup2.Name = "printPreviewRibbonPageGroup2";
            this.printPreviewRibbonPageGroup2.ShowCaptionButton = false;
            this.printPreviewRibbonPageGroup2.Text = "Print";
            // 
            // printPreviewRibbonPageGroup3
            // 
            this.printPreviewRibbonPageGroup3.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewRibbonPageGroup3.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PageMargins;
            this.printPreviewRibbonPageGroup3.ItemLinks.Add(this.printPreviewBarItem8);
            this.printPreviewRibbonPageGroup3.ItemLinks.Add(this.printPreviewBarItem9);
            this.printPreviewRibbonPageGroup3.ItemLinks.Add(this.printPreviewBarItem28);
            this.printPreviewRibbonPageGroup3.ItemLinks.Add(this.printPreviewBarItem26);
            this.printPreviewRibbonPageGroup3.ItemLinks.Add(this.printPreviewBarItem27);
            this.printPreviewRibbonPageGroup3.Kind = DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroupKind.PageSetup;
            this.printPreviewRibbonPageGroup3.Name = "printPreviewRibbonPageGroup3";
            superToolTip48.FixedTooltipWidth = true;
            toolTipTitleItem48.Text = "Page Setup";
            toolTipItem48.Appearance.Image = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PageSetupDialog;
            toolTipItem48.Appearance.Options.UseImage = true;
            toolTipItem48.Image = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_PageSetupDialog;
            toolTipItem48.LeftIndent = 6;
            toolTipItem48.Text = "Show the Page Setup dialog.";
            superToolTip48.Items.Add(toolTipTitleItem48);
            superToolTip48.Items.Add(toolTipItem48);
            superToolTip48.MaxWidth = 318;
            this.printPreviewRibbonPageGroup3.SuperTip = superToolTip48;
            this.printPreviewRibbonPageGroup3.Text = "Page Setup";
            // 
            // printPreviewRibbonPageGroup4
            // 
            this.printPreviewRibbonPageGroup4.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewRibbonPageGroup4.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Find;
            this.printPreviewRibbonPageGroup4.ItemLinks.Add(this.printPreviewBarItem3);
            this.printPreviewRibbonPageGroup4.ItemLinks.Add(this.printPreviewBarItem1);
            this.printPreviewRibbonPageGroup4.ItemLinks.Add(this.printPreviewBarItem16, true);
            this.printPreviewRibbonPageGroup4.ItemLinks.Add(this.printPreviewBarItem17);
            this.printPreviewRibbonPageGroup4.ItemLinks.Add(this.printPreviewBarItem18);
            this.printPreviewRibbonPageGroup4.ItemLinks.Add(this.printPreviewBarItem19);
            this.printPreviewRibbonPageGroup4.Kind = DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroupKind.Navigation;
            this.printPreviewRibbonPageGroup4.Name = "printPreviewRibbonPageGroup4";
            this.printPreviewRibbonPageGroup4.ShowCaptionButton = false;
            this.printPreviewRibbonPageGroup4.Text = "Navigation";
            // 
            // printPreviewRibbonPageGroup5
            // 
            this.printPreviewRibbonPageGroup5.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewRibbonPageGroup5.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Zoom;
            this.printPreviewRibbonPageGroup5.ItemLinks.Add(this.printPreviewBarItem10);
            this.printPreviewRibbonPageGroup5.ItemLinks.Add(this.printPreviewBarItem11);
            this.printPreviewRibbonPageGroup5.ItemLinks.Add(this.printPreviewBarItem12);
            this.printPreviewRibbonPageGroup5.ItemLinks.Add(this.printPreviewBarItem20);
            this.printPreviewRibbonPageGroup5.ItemLinks.Add(this.printPreviewBarItem13);
            this.printPreviewRibbonPageGroup5.ItemLinks.Add(this.printPreviewBarItem15);
            this.printPreviewRibbonPageGroup5.ItemLinks.Add(this.printPreviewBarItem14);
            this.printPreviewRibbonPageGroup5.Kind = DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroupKind.Zoom;
            this.printPreviewRibbonPageGroup5.Name = "printPreviewRibbonPageGroup5";
            this.printPreviewRibbonPageGroup5.ShowCaptionButton = false;
            this.printPreviewRibbonPageGroup5.Text = "Zoom";
            // 
            // printPreviewRibbonPageGroup6
            // 
            this.printPreviewRibbonPageGroup6.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewRibbonPageGroup6.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_Watermark;
            this.printPreviewRibbonPageGroup6.ItemLinks.Add(this.printPreviewBarItem21);
            this.printPreviewRibbonPageGroup6.ItemLinks.Add(this.printPreviewBarItem22);
            this.printPreviewRibbonPageGroup6.Kind = DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroupKind.Background;
            this.printPreviewRibbonPageGroup6.Name = "printPreviewRibbonPageGroup6";
            this.printPreviewRibbonPageGroup6.ShowCaptionButton = false;
            this.printPreviewRibbonPageGroup6.Text = "Page Background";
            // 
            // printPreviewRibbonPageGroup7
            // 
            this.printPreviewRibbonPageGroup7.ContextSpecifier = this.documentViewerRibbonController1;
            this.printPreviewRibbonPageGroup7.Glyph = global::QuanLyCuaHangLinhKienMayTinh.PrintRibbonControllerResources.RibbonPrintPreview_ExportFile;
            this.printPreviewRibbonPageGroup7.ItemLinks.Add(this.printPreviewBarItem23);
            this.printPreviewRibbonPageGroup7.ItemLinks.Add(this.printPreviewBarItem24);
            this.printPreviewRibbonPageGroup7.ItemLinks.Add(this.printPreviewBarItem25, true);
            this.printPreviewRibbonPageGroup7.Kind = DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroupKind.Export;
            this.printPreviewRibbonPageGroup7.Name = "printPreviewRibbonPageGroup7";
            this.printPreviewRibbonPageGroup7.ShowCaptionButton = false;
            this.printPreviewRibbonPageGroup7.Text = "Export";
            // 
            // ribbonStatusBar1
            // 
            this.ribbonStatusBar1.ItemLinks.Add(this.printPreviewStaticItem1);
            this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem1, true);
            this.ribbonStatusBar1.ItemLinks.Add(this.progressBarEditItem1);
            this.ribbonStatusBar1.ItemLinks.Add(this.printPreviewBarItem48);
            this.ribbonStatusBar1.ItemLinks.Add(this.barButtonItem1);
            this.ribbonStatusBar1.ItemLinks.Add(this.printPreviewStaticItem2);
            this.ribbonStatusBar1.ItemLinks.Add(this.zoomTrackBarEditItem1);
            this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 386);
            this.ribbonStatusBar1.Name = "ribbonStatusBar1";
            this.ribbonStatusBar1.Ribbon = this.ribbonControl1;
            this.ribbonStatusBar1.Size = new System.Drawing.Size(787, 27);
            // 
            // frmProductsReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(787, 413);
            this.Controls.Add(this.documentViewer1);
            this.Controls.Add(this.ribbonStatusBar1);
            this.Controls.Add(this.ribbonControl1);
            this.Name = "frmProductsReport";
            this.Text = "Báo cáo sản phẩm";
            ((System.ComponentModel.ISupportInitialize)(this.documentViewerRibbonController1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar1)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Main));
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip2          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem      toolTipItem1           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip     superToolTip3          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem      toolTipItem2           = new DevExpress.Utils.ToolTipItem();
     this.ribbonControl         = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.appMenu               = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
     this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components);
     this.iHelp                      = new DevExpress.XtraBars.BarButtonItem();
     this.iAbout                     = new DevExpress.XtraBars.BarButtonItem();
     this.siStatus                   = new DevExpress.XtraBars.BarStaticItem();
     this.siInfo                     = new DevExpress.XtraBars.BarStaticItem();
     this.iBoldFontStyle             = new DevExpress.XtraBars.BarButtonItem();
     this.iItalicFontStyle           = new DevExpress.XtraBars.BarButtonItem();
     this.iUnderlinedFontStyle       = new DevExpress.XtraBars.BarButtonItem();
     this.iLeftTextAlign             = new DevExpress.XtraBars.BarButtonItem();
     this.iCenterTextAlign           = new DevExpress.XtraBars.BarButtonItem();
     this.iRightTextAlign            = new DevExpress.XtraBars.BarButtonItem();
     this.rgbiSkins                  = new DevExpress.XtraBars.RibbonGalleryBarItem();
     this.barButtonItem1             = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2             = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3             = new DevExpress.XtraBars.BarButtonItem();
     this.btn_Setting                = new DevExpress.XtraBars.BarButtonItem();
     this.btn_lanMTC                 = new DevExpress.XtraBars.BarButtonItem();
     this.btn_lanhonhop              = new DevExpress.XtraBars.BarButtonItem();
     this.btn_lanetc                 = new DevExpress.XtraBars.BarButtonItem();
     this.btn_lanmtc_can             = new DevExpress.XtraBars.BarButtonItem();
     this.lb_time                    = new DevExpress.XtraBars.BarStaticItem();
     this.lb_time1                   = new DevExpress.XtraBars.BarStaticItem();
     this.btn_tonghop                = new DevExpress.XtraBars.BarButtonItem();
     this.btn_exit                   = new DevExpress.XtraBars.BarButtonItem();
     this.btn_ChangePassword         = new DevExpress.XtraBars.BarButtonItem();
     this.btn_logout                 = new DevExpress.XtraBars.BarButtonItem();
     this.bar_btnSearchEdit          = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components);
     this.Menu_Home                  = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup9           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.G_ChangePass               = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.G_Setting                  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.skinsRibbonPageGroup       = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.exitRibbonPageGroup        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.Menu_Function              = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup4           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup7           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.grp_mtc_can                = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup5           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup6           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup8           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.Menu_Report                = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup2           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup3           = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.Menu_Help                  = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.helpRibbonPageGroup        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar            = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.xafBarManager1             = new DevExpress.ExpressApp.Win.Templates.Controls.XafBarManager(this.components);
     this.barDockControlTop          = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft         = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight        = new DevExpress.XtraBars.BarDockControl();
     this.xtraTabbedMdiManager1      = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
     this.logout                     = new DevExpress.XtraBars.BarButtonItem();
     this.timer_Refresh              = new System.Windows.Forms.Timer(this.components);
     this.timer_InternetOk           = new System.Windows.Forms.Timer(this.components);
     this.timer_InternetNotOk        = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xafBarManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl
     //
     this.ribbonControl.ApplicationButtonDropDownControl  = this.appMenu;
     this.ribbonControl.ApplicationButtonText             = null;
     this.ribbonControl.ExpandCollapseItem.AccessibleName = "Btn_zoom";
     this.ribbonControl.ExpandCollapseItem.Id             = 0;
     this.ribbonControl.Images = this.ribbonImageCollection;
     this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl.ExpandCollapseItem,
         this.iHelp,
         this.iAbout,
         this.siStatus,
         this.siInfo,
         this.iBoldFontStyle,
         this.iItalicFontStyle,
         this.iUnderlinedFontStyle,
         this.iLeftTextAlign,
         this.iCenterTextAlign,
         this.iRightTextAlign,
         this.rgbiSkins,
         this.barButtonItem1,
         this.barButtonItem2,
         this.barButtonItem3,
         this.btn_Setting,
         this.btn_lanMTC,
         this.btn_lanhonhop,
         this.btn_lanetc,
         this.btn_lanmtc_can,
         this.lb_time,
         this.lb_time1,
         this.btn_tonghop,
         this.btn_exit,
         this.btn_ChangePassword,
         this.btn_logout,
         this.bar_btnSearchEdit
     });
     this.ribbonControl.LargeImages = this.ribbonImageCollectionLarge;
     this.ribbonControl.Location    = new System.Drawing.Point(0, 0);
     this.ribbonControl.MaxItemId   = 84;
     this.ribbonControl.Name        = "ribbonControl";
     this.ribbonControl.PageHeaderItemLinks.Add(this.iAbout);
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.Menu_Home,
         this.Menu_Function,
         this.Menu_Report,
         this.Menu_Help
     });
     this.ribbonControl.RibbonStyle              = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
     this.ribbonControl.ShowFullScreenButton     = DevExpress.Utils.DefaultBoolean.True;
     this.ribbonControl.ShowToolbarCustomizeItem = false;
     this.ribbonControl.Size      = new System.Drawing.Size(1282, 144);
     this.ribbonControl.StatusBar = this.ribbonStatusBar;
     this.ribbonControl.Toolbar.ItemLinks.Add(this.iHelp);
     this.ribbonControl.Toolbar.ShowCustomizeItem = false;
     this.ribbonControl.ToolbarLocation           = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // appMenu
     //
     this.appMenu.Name          = "appMenu";
     this.appMenu.Ribbon        = this.ribbonControl;
     this.appMenu.ShowRightPane = true;
     //
     // ribbonImageCollection
     //
     this.ribbonImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollection.ImageStream")));
     this.ribbonImageCollection.Images.SetKeyName(0, "Ribbon_New_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(1, "Ribbon_Open_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(2, "Ribbon_Close_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(3, "Ribbon_Find_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(4, "Ribbon_Save_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(5, "Ribbon_SaveAs_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(6, "Ribbon_Exit_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(7, "Ribbon_Content_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(8, "Ribbon_Info_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(9, "Ribbon_Bold_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(10, "Ribbon_Italic_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(11, "Ribbon_Underline_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(12, "Ribbon_AlignLeft_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(13, "Ribbon_AlignCenter_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(14, "Ribbon_AlignRight_16x16.png");
     //
     // iHelp
     //
     this.iHelp.Caption         = "Trợ giúp";
     this.iHelp.Description     = "Bắt đầu trình hướng dẫn sử dụng và trợ giúp.";
     this.iHelp.Hint            = "Bắt đầu trình hướng dẫn sử dụng và trợ giúp.";
     this.iHelp.Id              = 22;
     this.iHelp.ImageIndex      = 7;
     this.iHelp.LargeImageIndex = 7;
     this.iHelp.LargeWidth      = 100;
     this.iHelp.Name            = "iHelp";
     //
     // iAbout
     //
     this.iAbout.Caption         = "Thông tin";
     this.iAbout.Description     = "Thông tin sản phẩm.";
     this.iAbout.Hint            = "Thông tin sản phẩm.";
     this.iAbout.Id              = 24;
     this.iAbout.ImageIndex      = 8;
     this.iAbout.LargeImageIndex = 8;
     this.iAbout.LargeWidth      = 100;
     this.iAbout.Name            = "iAbout";
     toolTipTitleItem1.Text      = "Trợ giúp";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.iAbout.SuperTip = superToolTip1;
     //
     // siStatus
     //
     this.siStatus.Caption       = "Some Status Info";
     this.siStatus.Id            = 31;
     this.siStatus.Name          = "siStatus";
     this.siStatus.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siInfo
     //
     this.siInfo.Caption       = "Some Info";
     this.siInfo.Id            = 32;
     this.siInfo.Name          = "siInfo";
     this.siInfo.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // iBoldFontStyle
     //
     this.iBoldFontStyle.Caption    = "Bold";
     this.iBoldFontStyle.Id         = 53;
     this.iBoldFontStyle.ImageIndex = 9;
     this.iBoldFontStyle.Name       = "iBoldFontStyle";
     //
     // iItalicFontStyle
     //
     this.iItalicFontStyle.Caption    = "Italic";
     this.iItalicFontStyle.Id         = 54;
     this.iItalicFontStyle.ImageIndex = 10;
     this.iItalicFontStyle.Name       = "iItalicFontStyle";
     //
     // iUnderlinedFontStyle
     //
     this.iUnderlinedFontStyle.Caption    = "Underlined";
     this.iUnderlinedFontStyle.Id         = 55;
     this.iUnderlinedFontStyle.ImageIndex = 11;
     this.iUnderlinedFontStyle.Name       = "iUnderlinedFontStyle";
     //
     // iLeftTextAlign
     //
     this.iLeftTextAlign.Caption    = "Left";
     this.iLeftTextAlign.Id         = 57;
     this.iLeftTextAlign.ImageIndex = 12;
     this.iLeftTextAlign.Name       = "iLeftTextAlign";
     //
     // iCenterTextAlign
     //
     this.iCenterTextAlign.Caption    = "Center";
     this.iCenterTextAlign.Id         = 58;
     this.iCenterTextAlign.ImageIndex = 13;
     this.iCenterTextAlign.Name       = "iCenterTextAlign";
     //
     // iRightTextAlign
     //
     this.iRightTextAlign.Caption    = "Right";
     this.iRightTextAlign.Id         = 59;
     this.iRightTextAlign.ImageIndex = 14;
     this.iRightTextAlign.Name       = "iRightTextAlign";
     //
     // rgbiSkins
     //
     this.rgbiSkins.Caption = "Skins";
     //
     //
     //
     this.rgbiSkins.Gallery.AllowHoverImages = true;
     this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont        = true;
     this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true;
     this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.rgbiSkins.Gallery.ColumnCount         = 4;
     this.rgbiSkins.Gallery.FixedHoverImageSize = false;
     this.rgbiSkins.Gallery.ImageSize           = new System.Drawing.Size(32, 17);
     this.rgbiSkins.Gallery.ItemImageLocation   = DevExpress.Utils.Locations.Top;
     this.rgbiSkins.Gallery.RowCount            = 4;
     this.rgbiSkins.Hint = "Tổng hợp giao diện phần mềm.";
     this.rgbiSkins.Id   = 60;
     this.rgbiSkins.Name = "rgbiSkins";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption     = "Biên bản giao ca";
     this.barButtonItem1.Description = "In báo cáo giao ca sau trước khi giao ca";
     this.barButtonItem1.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Hint        = "In báo cáo giao ca sau trước khi giao ca";
     this.barButtonItem1.Id          = 63;
     this.barButtonItem1.LargeWidth  = 100;
     this.barButtonItem1.Name        = "barButtonItem1";
     this.barButtonItem1.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption     = "Biên bản giao ca toàn trạm";
     this.barButtonItem2.Description = "Lập biên bản giao ca toàn trạm";
     this.barButtonItem2.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
     this.barButtonItem2.Hint        = "Lập biên bản giao ca toàn trạm";
     this.barButtonItem2.Id          = 64;
     this.barButtonItem2.LargeWidth  = 100;
     this.barButtonItem2.Name        = "barButtonItem2";
     this.barButtonItem2.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption     = "Biên bản ghi đếm xe trong ca";
     this.barButtonItem3.Description = "Lập biên bản đếm số xe trong mỗi ca";
     this.barButtonItem3.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
     this.barButtonItem3.Hint        = "Lập biên bản đếm số xe trong mỗi ca";
     this.barButtonItem3.Id          = 65;
     this.barButtonItem3.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
     this.barButtonItem3.LargeWidth  = 100;
     this.barButtonItem3.Name        = "barButtonItem3";
     this.barButtonItem3.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // btn_Setting
     //
     this.btn_Setting.Caption     = "Cài đặt ";
     this.btn_Setting.Description = "Cấu hình kết nối thiết bị,server và cài đặt thiết lập cho phần mềm.";
     this.btn_Setting.Glyph       = ((System.Drawing.Image)(resources.GetObject("btn_Setting.Glyph")));
     this.btn_Setting.Hint        = "Cấu hình kết nối thiết bị,server và cài đặt thiết lập cho phần mềm.";
     this.btn_Setting.Id          = 66;
     this.btn_Setting.LargeGlyph  = ((System.Drawing.Image)(resources.GetObject("btn_Setting.LargeGlyph")));
     this.btn_Setting.LargeWidth  = 100;
     this.btn_Setting.Name        = "btn_Setting";
     this.btn_Setting.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.btn_Setting.ItemClick  += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_Setting_ItemClick);
     //
     // btn_lanMTC
     //
     this.btn_lanMTC.Caption    = "Giám sát";
     this.btn_lanMTC.Glyph      = global::eMonitor01.Properties.Resources.demo;
     this.btn_lanMTC.Id         = 67;
     this.btn_lanMTC.LargeGlyph = global::eMonitor01.Properties.Resources.demo;
     this.btn_lanMTC.LargeWidth = 100;
     this.btn_lanMTC.Name       = "btn_lanMTC";
     toolTipItem1.Text          = "Giám sát và xử lý các lượt soát vé";
     superToolTip2.Items.Add(toolTipItem1);
     this.btn_lanMTC.SuperTip   = superToolTip2;
     this.btn_lanMTC.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // btn_lanhonhop
     //
     this.btn_lanhonhop.Caption    = "Làn Hỗn Hợp";
     this.btn_lanhonhop.Id         = 68;
     this.btn_lanhonhop.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btn_lanhonhop.LargeGlyph")));
     this.btn_lanhonhop.LargeWidth = 100;
     this.btn_lanhonhop.Name       = "btn_lanhonhop";
     this.btn_lanhonhop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // btn_lanetc
     //
     this.btn_lanetc.Caption    = "Làn ETC";
     this.btn_lanetc.Glyph      = global::eMonitor01.Properties.Resources.toancanh;
     this.btn_lanetc.Id         = 69;
     this.btn_lanetc.LargeGlyph = global::eMonitor01.Properties.Resources.toancanh;
     this.btn_lanetc.LargeWidth = 100;
     this.btn_lanetc.Name       = "btn_lanetc";
     this.btn_lanetc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_lanetc_ItemClick);
     //
     // btn_lanmtc_can
     //
     this.btn_lanmtc_can.Caption     = "Làn MTC + Cân";
     this.btn_lanmtc_can.Glyph       = ((System.Drawing.Image)(resources.GetObject("btn_lanmtc_can.Glyph")));
     this.btn_lanmtc_can.Id          = 70;
     this.btn_lanmtc_can.LargeWidth  = 100;
     this.btn_lanmtc_can.Name        = "btn_lanmtc_can";
     this.btn_lanmtc_can.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.btn_lanmtc_can.ItemClick  += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_lanmtc_can_ItemClick);
     //
     // lb_time
     //
     this.lb_time.Alignment     = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.lb_time.Caption       = "barStaticItem1";
     this.lb_time.Id            = 72;
     this.lb_time.Name          = "lb_time";
     this.lb_time.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lb_time1
     //
     this.lb_time1.Alignment     = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.lb_time1.Id            = 73;
     this.lb_time1.Name          = "lb_time1";
     this.lb_time1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // btn_tonghop
     //
     this.btn_tonghop.Caption     = "Tổng hợp";
     this.btn_tonghop.Glyph       = ((System.Drawing.Image)(resources.GetObject("btn_tonghop.Glyph")));
     this.btn_tonghop.Id          = 74;
     this.btn_tonghop.LargeWidth  = 100;
     this.btn_tonghop.Name        = "btn_tonghop";
     this.btn_tonghop.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // btn_exit
     //
     this.btn_exit.Caption     = "Thoát";
     this.btn_exit.Glyph       = ((System.Drawing.Image)(resources.GetObject("btn_exit.Glyph")));
     this.btn_exit.Hint        = "Click vào đây để thoát khỏi phần mềm";
     this.btn_exit.Id          = 75;
     this.btn_exit.LargeWidth  = 100;
     this.btn_exit.Name        = "btn_exit";
     this.btn_exit.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                 | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.btn_exit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.btn_exit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_exit_ItemClick);
     //
     // btn_ChangePassword
     //
     this.btn_ChangePassword.Caption     = "Đổi mật khẩu";
     this.btn_ChangePassword.Glyph       = ((System.Drawing.Image)(resources.GetObject("btn_ChangePassword.Glyph")));
     this.btn_ChangePassword.Id          = 78;
     this.btn_ChangePassword.LargeWidth  = 100;
     this.btn_ChangePassword.Name        = "btn_ChangePassword";
     this.btn_ChangePassword.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.btn_ChangePassword.ItemClick  += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ChangePassword_ItemClick);
     //
     // btn_logout
     //
     this.btn_logout.Caption     = "Đăng xuất";
     this.btn_logout.Glyph       = ((System.Drawing.Image)(resources.GetObject("btn_logout.Glyph")));
     this.btn_logout.Hint        = "Đăng xuất tài khoản hiện tại";
     this.btn_logout.Id          = 79;
     this.btn_logout.LargeWidth  = 100;
     this.btn_logout.Name        = "btn_logout";
     this.btn_logout.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                   | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.btn_logout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_logout_ItemClick);
     //
     // bar_btnSearchEdit
     //
     this.bar_btnSearchEdit.Caption     = "Lịch sử giám sát";
     this.bar_btnSearchEdit.Glyph       = ((System.Drawing.Image)(resources.GetObject("bar_btnSearchEdit.Glyph")));
     this.bar_btnSearchEdit.Id          = 80;
     this.bar_btnSearchEdit.LargeWidth  = 100;
     this.bar_btnSearchEdit.Name        = "bar_btnSearchEdit";
     this.bar_btnSearchEdit.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                          | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     toolTipTitleItem2.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     toolTipTitleItem2.Appearance.Options.UseImage = true;
     toolTipTitleItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem2.Image")));
     toolTipTitleItem2.Text  = "\r\nLọc và tìm kiếm dữ liệu";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text       = "Tìm kiếm và chỉnh sửa các bản ghi trong ca làm việc";
     superToolTip3.Items.Add(toolTipTitleItem2);
     superToolTip3.Items.Add(toolTipItem2);
     this.bar_btnSearchEdit.SuperTip   = superToolTip3;
     this.bar_btnSearchEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bar_btnSearchEdit_ItemClick);
     //
     // ribbonImageCollectionLarge
     //
     this.ribbonImageCollectionLarge.ImageSize   = new System.Drawing.Size(32, 32);
     this.ribbonImageCollectionLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollectionLarge.ImageStream")));
     this.ribbonImageCollectionLarge.Images.SetKeyName(0, "Ribbon_New_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(1, "Ribbon_Open_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(2, "Ribbon_Close_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(3, "Ribbon_Find_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(4, "Ribbon_Save_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(5, "Ribbon_SaveAs_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(6, "Ribbon_Exit_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(7, "Ribbon_Content_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(8, "Ribbon_Info_32x32.png");
     //
     // Menu_Home
     //
     this.Menu_Home.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup9,
         this.G_ChangePass,
         this.G_Setting,
         this.skinsRibbonPageGroup,
         this.exitRibbonPageGroup
     });
     this.Menu_Home.Name = "Menu_Home";
     this.Menu_Home.Text = "Trang chủ";
     //
     // ribbonPageGroup9
     //
     this.ribbonPageGroup9.ItemLinks.Add(this.btn_logout);
     this.ribbonPageGroup9.Name = "ribbonPageGroup9";
     //
     // G_ChangePass
     //
     this.G_ChangePass.ItemLinks.Add(this.btn_ChangePassword);
     this.G_ChangePass.Name = "G_ChangePass";
     //
     // G_Setting
     //
     this.G_Setting.ItemLinks.Add(this.btn_Setting);
     this.G_Setting.Name = "G_Setting";
     this.G_Setting.Text = " ";
     //
     // skinsRibbonPageGroup
     //
     this.skinsRibbonPageGroup.ItemLinks.Add(this.rgbiSkins);
     this.skinsRibbonPageGroup.Name = "skinsRibbonPageGroup";
     this.skinsRibbonPageGroup.ShowCaptionButton = false;
     this.skinsRibbonPageGroup.Text = "Giao diện";
     //
     // exitRibbonPageGroup
     //
     this.exitRibbonPageGroup.ItemLinks.Add(this.btn_exit);
     this.exitRibbonPageGroup.Name    = "exitRibbonPageGroup";
     this.exitRibbonPageGroup.Text    = " ";
     this.exitRibbonPageGroup.Visible = false;
     //
     // Menu_Function
     //
     this.Menu_Function.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup4,
         this.ribbonPageGroup7,
         this.grp_mtc_can,
         this.ribbonPageGroup5,
         this.ribbonPageGroup6,
         this.ribbonPageGroup8
     });
     this.Menu_Function.Name = "Menu_Function";
     this.Menu_Function.Text = "Chức năng";
     //
     // ribbonPageGroup4
     //
     this.ribbonPageGroup4.ItemLinks.Add(this.btn_lanMTC);
     this.ribbonPageGroup4.Name = "ribbonPageGroup4";
     this.ribbonPageGroup4.Text = " ";
     //
     // ribbonPageGroup7
     //
     this.ribbonPageGroup7.ItemLinks.Add(this.bar_btnSearchEdit);
     this.ribbonPageGroup7.Name = "ribbonPageGroup7";
     //
     // grp_mtc_can
     //
     this.grp_mtc_can.ItemLinks.Add(this.btn_lanmtc_can);
     this.grp_mtc_can.Name    = "grp_mtc_can";
     this.grp_mtc_can.Text    = " ";
     this.grp_mtc_can.Visible = false;
     //
     // ribbonPageGroup5
     //
     this.ribbonPageGroup5.ItemLinks.Add(this.btn_lanhonhop);
     this.ribbonPageGroup5.Name    = "ribbonPageGroup5";
     this.ribbonPageGroup5.Text    = " ";
     this.ribbonPageGroup5.Visible = false;
     //
     // ribbonPageGroup6
     //
     this.ribbonPageGroup6.ItemLinks.Add(this.btn_lanetc);
     this.ribbonPageGroup6.Name    = "ribbonPageGroup6";
     this.ribbonPageGroup6.Text    = " ";
     this.ribbonPageGroup6.Visible = false;
     //
     // ribbonPageGroup8
     //
     this.ribbonPageGroup8.ItemLinks.Add(this.btn_tonghop);
     this.ribbonPageGroup8.Name    = "ribbonPageGroup8";
     this.ribbonPageGroup8.Visible = false;
     //
     // Menu_Report
     //
     this.Menu_Report.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1,
         this.ribbonPageGroup2,
         this.ribbonPageGroup3
     });
     this.Menu_Report.Name    = "Menu_Report";
     this.Menu_Report.Text    = "Báo cáo";
     this.Menu_Report.Visible = false;
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.Glyph = ((System.Drawing.Image)(resources.GetObject("ribbonPageGroup1.Glyph")));
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem2);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem3);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     //
     // Menu_Help
     //
     this.Menu_Help.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.helpRibbonPageGroup
     });
     this.Menu_Help.Name = "Menu_Help";
     this.Menu_Help.Text = "Trợ giúp";
     //
     // helpRibbonPageGroup
     //
     this.helpRibbonPageGroup.ItemLinks.Add(this.iHelp);
     this.helpRibbonPageGroup.ItemLinks.Add(this.iAbout);
     this.helpRibbonPageGroup.Name = "helpRibbonPageGroup";
     this.helpRibbonPageGroup.Text = "Help";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.ItemLinks.Add(this.siStatus);
     this.ribbonStatusBar.ItemLinks.Add(this.siInfo);
     this.ribbonStatusBar.ItemLinks.Add(this.lb_time1);
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 736);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbonControl;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(1282, 31);
     //
     // xafBarManager1
     //
     this.xafBarManager1.DockControls.Add(this.barDockControlTop);
     this.xafBarManager1.DockControls.Add(this.barDockControlBottom);
     this.xafBarManager1.DockControls.Add(this.barDockControlLeft);
     this.xafBarManager1.DockControls.Add(this.barDockControlRight);
     this.xafBarManager1.Form      = this;
     this.xafBarManager1.MaxItemId = 0;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 144);
     this.barDockControlTop.Size             = new System.Drawing.Size(1282, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 767);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1282, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 144);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 623);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1282, 144);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 623);
     //
     // xtraTabbedMdiManager1
     //
     this.xtraTabbedMdiManager1.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPageHeaders;
     this.xtraTabbedMdiManager1.Images    = this.ribbonImageCollection;
     this.xtraTabbedMdiManager1.MdiParent = this;
     //
     // logout
     //
     this.logout.Caption         = "Đăng xuất";
     this.logout.Description     = "Đăng xuất khỏi phần mềm sau khi hết ca làm việc của mình";
     this.logout.Hint            = "Đăng xuất khỏi phần mềm sau khi hết ca làm việc của mình";
     this.logout.Id              = 1;
     this.logout.ImageIndex      = 0;
     this.logout.LargeGlyph      = ((System.Drawing.Image)(resources.GetObject("logout.LargeGlyph")));
     this.logout.LargeImageIndex = 0;
     this.logout.LargeWidth      = 100;
     this.logout.Name            = "logout";
     this.logout.RibbonStyle     = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.logout.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.logout_ItemClick);
     //
     // timer_Refresh
     //
     this.timer_Refresh.Interval = 1000;
     this.timer_Refresh.Tick    += new System.EventHandler(this.timer_Refresh_Tick);
     //
     // timer_InternetOk
     //
     this.timer_InternetOk.Interval = 1000;
     this.timer_InternetOk.Tick    += new System.EventHandler(this.timer_InternetOk_Tick);
     //
     // timer_InternetNotOk
     //
     this.timer_InternetNotOk.Tick += new System.EventHandler(this.timer_InternetNotOk_Tick);
     //
     // Frm_Main
     //
     this.Appearance.BackColor            = System.Drawing.SystemColors.GradientInactiveCaption;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1282, 767);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Controls.Add(this.ribbonControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer  = true;
     this.Name            = "Frm_Main";
     this.Ribbon          = this.ribbonControl;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.StatusBar       = this.ribbonStatusBar;
     this.Text            = "Giám sát trạm thu";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.frm_main_FormClosing);
     this.Load           += new System.EventHandler(this.frm_main_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xafBarManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportesComprasInsumos));
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barButtonUp = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonDown = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonPrint = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonExport = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenu = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barButtonPdf = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonXls = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonXlsx = new DevExpress.XtraBars.BarButtonItem();
            this.chkGridView = new DevExpress.XtraBars.BarCheckItem();
            this.chkCardView = new DevExpress.XtraBars.BarCheckItem();
            this.barBtnComprasEspeciales = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageNav = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPagePrint = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lblFinal = new DevExpress.XtraEditors.LabelControl();
            this.dateEditFinal = new DevExpress.XtraEditors.DateEdit();
            this.btnGenerarReporte = new DevExpress.XtraEditors.SimpleButton();
            this.lblFechaInicio = new DevExpress.XtraEditors.LabelControl();
            this.dateEditInit = new DevExpress.XtraEditors.DateEdit();
            this.gridControlReporteVentas = new DevExpress.XtraGrid.GridControl();
            this.gridViewReporteVentas = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumnId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnNombre = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnCostoLote = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnCantidadLotes = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumncostoTotal = new DevExpress.XtraGrid.Columns.GridColumn();
            this.dxErrorProviderReportes = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
            this.panel2 = new System.Windows.Forms.Panel();
            this.lblLoading = new System.Windows.Forms.Label();
            this.imageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.alertControl = new DevExpress.XtraBars.Alerter.AlertControl(this.components);
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dateEditFinal.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEditFinal.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEditInit.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEditInit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlReporteVentas)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewReporteVentas)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxErrorProviderReportes)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonControl
            // 
            this.ribbonControl.ApplicationButtonText = null;
            this.ribbonControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonUp,
            this.barButtonDown,
            this.barButtonPrint,
            this.barButtonExport,
            this.barButtonPdf,
            this.barButtonXls,
            this.chkGridView,
            this.chkCardView,
            this.barButtonXlsx,
            this.barBtnComprasEspeciales});
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 138;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.PageCategoryAlignment = DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment.Right;
            this.ribbonControl.PageHeaderMinWidth = 50;
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage});
            this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl.SelectedPage = this.ribbonPage;
            this.ribbonControl.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.True;
            this.ribbonControl.Size = new System.Drawing.Size(998, 141);
            this.ribbonControl.TransparentEditors = true;
            // 
            // barButtonUp
            // 
            this.barButtonUp.Caption = "Arriba";
            this.barButtonUp.Enabled = false;
            this.barButtonUp.Glyph = global::UIRenderers.Properties.Resources.up;
            this.barButtonUp.Id = 6;
            this.barButtonUp.Name = "barButtonUp";
            toolTipTitleItem1.Text = "Arriba";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Registro anterior.";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.barButtonUp.SuperTip = superToolTip1;
            this.barButtonUp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonUp_ItemClick);
            // 
            // barButtonDown
            // 
            this.barButtonDown.Caption = "Abajo";
            this.barButtonDown.Glyph = global::UIRenderers.Properties.Resources.down;
            this.barButtonDown.Id = 7;
            this.barButtonDown.Name = "barButtonDown";
            toolTipTitleItem2.Text = "Abajo";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Siguiente registro.";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            this.barButtonDown.SuperTip = superToolTip2;
            this.barButtonDown.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonDown_ItemClick);
            // 
            // barButtonPrint
            // 
            this.barButtonPrint.Caption = "Vista previa";
            this.barButtonPrint.Glyph = global::UIRenderers.Properties.Resources.printpreview;
            this.barButtonPrint.Id = 8;
            this.barButtonPrint.Name = "barButtonPrint";
            this.barButtonPrint.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem3.Text = "Vista previa";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Genera una vista de impresión previa.";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            this.barButtonPrint.SuperTip = superToolTip3;
            this.barButtonPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonPrint_ItemClick);
            // 
            // barButtonExport
            // 
            this.barButtonExport.ActAsDropDown = true;
            this.barButtonExport.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonExport.Caption = "Exportar";
            this.barButtonExport.DropDownControl = this.popupMenu;
            this.barButtonExport.Glyph = global::UIRenderers.Properties.Resources.export;
            this.barButtonExport.Id = 10;
            this.barButtonExport.Name = "barButtonExport";
            this.barButtonExport.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem4.Text = "Exportar";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Genera un reporte en diferentes formatos.";
            superToolTip4.Items.Add(toolTipTitleItem4);
            superToolTip4.Items.Add(toolTipItem4);
            this.barButtonExport.SuperTip = superToolTip4;
            // 
            // popupMenu
            // 
            this.popupMenu.ItemLinks.Add(this.barButtonPdf);
            this.popupMenu.ItemLinks.Add(this.barButtonXls);
            this.popupMenu.ItemLinks.Add(this.barButtonXlsx);
            this.popupMenu.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.SmallImagesText;
            this.popupMenu.Name = "popupMenu";
            this.popupMenu.Ribbon = this.ribbonControl;
            // 
            // barButtonPdf
            // 
            this.barButtonPdf.Caption = "Exportar a PDF";
            this.barButtonPdf.Glyph = global::UIRenderers.Properties.Resources.pdf;
            this.barButtonPdf.Id = 15;
            this.barButtonPdf.Name = "barButtonPdf";
            this.barButtonPdf.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonPdf_ItemClick);
            // 
            // barButtonXls
            // 
            this.barButtonXls.Caption = "Exportar a XLS";
            this.barButtonXls.Glyph = global::UIRenderers.Properties.Resources.xls;
            this.barButtonXls.Id = 16;
            this.barButtonXls.Name = "barButtonXls";
            this.barButtonXls.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonXls_ItemClick);
            // 
            // barButtonXlsx
            // 
            this.barButtonXlsx.Caption = "Exportar a XLSX";
            this.barButtonXlsx.Glyph = global::UIRenderers.Properties.Resources.xls;
            this.barButtonXlsx.Id = 133;
            this.barButtonXlsx.Name = "barButtonXlsx";
            this.barButtonXlsx.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonXlsx_ItemClick);
            // 
            // chkGridView
            // 
            this.chkGridView.Caption = "Grid";
            this.chkGridView.Checked = true;
            this.chkGridView.Id = 23;
            this.chkGridView.Name = "chkGridView";
            // 
            // chkCardView
            // 
            this.chkCardView.Caption = "Card";
            this.chkCardView.Id = 24;
            this.chkCardView.Name = "chkCardView";
            // 
            // barBtnComprasEspeciales
            // 
            this.barBtnComprasEspeciales.Caption = "Compras";
            this.barBtnComprasEspeciales.Glyph = global::UIRenderers.Properties.Resources.producto;
            this.barBtnComprasEspeciales.Id = 134;
            this.barBtnComprasEspeciales.Name = "barBtnComprasEspeciales";
            this.barBtnComprasEspeciales.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem5.Text = "Compras Especiales";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Realiza todo tipo de compras";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem5);
            this.barBtnComprasEspeciales.SuperTip = superToolTip5;
            // 
            // ribbonPage
            // 
            this.ribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageNav,
            this.ribbonPagePrint});
            this.ribbonPage.Name = "ribbonPage";
            this.ribbonPage.Text = "Inicio";
            // 
            // ribbonPageNav
            // 
            this.ribbonPageNav.AllowTextClipping = false;
            this.ribbonPageNav.ItemLinks.Add(this.barButtonUp);
            this.ribbonPageNav.ItemLinks.Add(this.barButtonDown);
            this.ribbonPageNav.Name = "ribbonPageNav";
            this.ribbonPageNav.Text = "Navegación";
            // 
            // ribbonPagePrint
            // 
            this.ribbonPagePrint.AllowTextClipping = false;
            this.ribbonPagePrint.ItemLinks.Add(this.barButtonPrint);
            this.ribbonPagePrint.ItemLinks.Add(this.barButtonExport);
            this.ribbonPagePrint.Name = "ribbonPagePrint";
            this.ribbonPagePrint.Text = "Exportar e Imprimir";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.lblFinal);
            this.panel1.Controls.Add(this.dateEditFinal);
            this.panel1.Controls.Add(this.btnGenerarReporte);
            this.panel1.Controls.Add(this.lblFechaInicio);
            this.panel1.Controls.Add(this.dateEditInit);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 141);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(998, 112);
            this.panel1.TabIndex = 20;
            // 
            // lblFinal
            // 
            this.lblFinal.Location = new System.Drawing.Point(122, 75);
            this.lblFinal.Name = "lblFinal";
            this.lblFinal.Size = new System.Drawing.Size(54, 13);
            this.lblFinal.TabIndex = 4;
            this.lblFinal.Text = "Fecha Final";
            // 
            // dateEditFinal
            // 
            this.dateEditFinal.EditValue = null;
            this.dxErrorProviderReportes.SetError(this.dateEditFinal, "Este campo no puede ser vacio");
            this.dxErrorProviderReportes.SetErrorType(this.dateEditFinal, DevExpress.XtraEditors.DXErrorProvider.ErrorType.Default);
            this.dateEditFinal.Location = new System.Drawing.Point(193, 68);
            this.dateEditFinal.Name = "dateEditFinal";
            this.dateEditFinal.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEditFinal.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dateEditFinal.Size = new System.Drawing.Size(100, 20);
            this.dateEditFinal.TabIndex = 3;
            this.dateEditFinal.Tag = "Fecha Final";
            this.dateEditFinal.Validating += new System.ComponentModel.CancelEventHandler(this.dateEditFinal_Validating);
            // 
            // btnGenerarReporte
            // 
            this.btnGenerarReporte.Location = new System.Drawing.Point(369, 46);
            this.btnGenerarReporte.Name = "btnGenerarReporte";
            this.btnGenerarReporte.Size = new System.Drawing.Size(105, 23);
            this.btnGenerarReporte.TabIndex = 2;
            this.btnGenerarReporte.Text = "Generar Reporte";
            this.btnGenerarReporte.Click += new System.EventHandler(this.btnGenerarReporte_Click);
            // 
            // lblFechaInicio
            // 
            this.lblFechaInicio.Location = new System.Drawing.Point(122, 29);
            this.lblFechaInicio.Name = "lblFechaInicio";
            this.lblFechaInicio.Size = new System.Drawing.Size(57, 13);
            this.lblFechaInicio.TabIndex = 1;
            this.lblFechaInicio.Text = "Fecha Inicio";
            // 
            // dateEditInit
            // 
            this.dateEditInit.EditValue = null;
            this.dxErrorProviderReportes.SetError(this.dateEditInit, "Este campo no puede ser vacio");
            this.dxErrorProviderReportes.SetErrorType(this.dateEditInit, DevExpress.XtraEditors.DXErrorProvider.ErrorType.Default);
            this.dateEditInit.Location = new System.Drawing.Point(193, 25);
            this.dateEditInit.Name = "dateEditInit";
            this.dateEditInit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEditInit.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dateEditInit.Size = new System.Drawing.Size(100, 20);
            this.dateEditInit.TabIndex = 0;
            this.dateEditInit.Tag = "Fecha Inicio";
            this.dateEditInit.Validating += new System.ComponentModel.CancelEventHandler(this.dateEditInit_Validating);
            // 
            // gridControlReporteVentas
            // 
            this.gridControlReporteVentas.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlReporteVentas.Location = new System.Drawing.Point(0, 253);
            this.gridControlReporteVentas.MainView = this.gridViewReporteVentas;
            this.gridControlReporteVentas.Name = "gridControlReporteVentas";
            this.gridControlReporteVentas.Size = new System.Drawing.Size(998, 272);
            this.gridControlReporteVentas.TabIndex = 21;
            this.gridControlReporteVentas.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewReporteVentas});
            // 
            // gridViewReporteVentas
            // 
            this.gridViewReporteVentas.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumnId,
            this.gridColumnNombre,
            this.gridColumnCostoLote,
            this.gridColumnCantidadLotes,
            this.gridColumncostoTotal});
            this.gridViewReporteVentas.GridControl = this.gridControlReporteVentas;
            this.gridViewReporteVentas.Name = "gridViewReporteVentas";
            // 
            // gridColumnId
            // 
            this.gridColumnId.Caption = "IdInsumo";
            this.gridColumnId.Name = "gridColumnId";
            // 
            // gridColumnNombre
            // 
            this.gridColumnNombre.Caption = "Nombre Insumo";
            this.gridColumnNombre.Name = "gridColumnNombre";
            this.gridColumnNombre.Visible = true;
            this.gridColumnNombre.VisibleIndex = 0;
            // 
            // gridColumnCostoLote
            // 
            this.gridColumnCostoLote.Caption = "Costo Lote";
            this.gridColumnCostoLote.Name = "gridColumnCostoLote";
            this.gridColumnCostoLote.Visible = true;
            this.gridColumnCostoLote.VisibleIndex = 1;
            // 
            // gridColumnCantidadLotes
            // 
            this.gridColumnCantidadLotes.Caption = "Cantidad Lotes";
            this.gridColumnCantidadLotes.Name = "gridColumnCantidadLotes";
            this.gridColumnCantidadLotes.Visible = true;
            this.gridColumnCantidadLotes.VisibleIndex = 2;
            // 
            // gridColumncostoTotal
            // 
            this.gridColumncostoTotal.Caption = "Costo Total";
            this.gridColumncostoTotal.Name = "gridColumncostoTotal";
            this.gridColumncostoTotal.Visible = true;
            this.gridColumncostoTotal.VisibleIndex = 3;
            // 
            // dxErrorProviderReportes
            // 
            this.dxErrorProviderReportes.ContainerControl = this;
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.DarkGray;
            this.panel2.Controls.Add(this.lblLoading);
            this.panel2.Location = new System.Drawing.Point(344, 148);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(310, 228);
            this.panel2.TabIndex = 22;
            // 
            // lblLoading
            // 
            this.lblLoading.AutoSize = true;
            this.lblLoading.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
            this.lblLoading.ForeColor = System.Drawing.Color.Transparent;
            this.lblLoading.Location = new System.Drawing.Point(97, 104);
            this.lblLoading.Name = "lblLoading";
            this.lblLoading.Size = new System.Drawing.Size(112, 19);
            this.lblLoading.TabIndex = 0;
            this.lblLoading.Text = "Cargando.....";
            // 
            // imageCollection
            // 
            this.imageCollection.ImageSize = new System.Drawing.Size(32, 32);
            this.imageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection.ImageStream")));
            this.imageCollection.Images.SetKeyName(0, "alertIcon.png");
            // 
            // popupMenu1
            // 
            this.popupMenu1.Name = "popupMenu1";
            this.popupMenu1.Ribbon = this.ribbonControl;
            // 
            // ReportesComprasInsumos
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.gridControlReporteVentas);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.ribbonControl);
            this.Controls.Add(this.panel2);
            this.Name = "ReportesComprasInsumos";
            this.Size = new System.Drawing.Size(998, 525);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dateEditFinal.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEditFinal.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEditInit.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEditInit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlReporteVentas)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewReporteVentas)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxErrorProviderReportes)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 43
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources                    = new System.ComponentModel.ComponentResourceManager(typeof(ProgramacioncitaMntItemFrmBak));
     DevExpress.Utils.SuperToolTip                 superToolTip1                 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem1             = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                 superToolTip2                 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem2             = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip                 superToolTip3                 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem3             = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip                 superToolTip4                 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem4             = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip                 superToolTip5                 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem5             = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     this.bmMntItems            = new DevExpress.XtraBars.BarManager(this.components);
     this.barMntItems           = new DevExpress.XtraBars.Bar();
     this.btnGrabarItem         = new DevExpress.XtraBars.BarButtonItem();
     this.btnCancelarItem       = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop     = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom  = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight   = new DevExpress.XtraBars.BarDockControl();
     this.iHoraprogramacion     = new DevExpress.XtraEditors.TimeEdit();
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.iIdestadocita         = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.beSocioNegocio        = new DevExpress.XtraEditors.ButtonEdit();
     this.labelControl17        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2         = new DevExpress.XtraEditors.LabelControl();
     this.iIdpersona            = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.bmMntItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iHoraprogramacion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdestadocita.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.beSocioNegocio.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdpersona.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // bmMntItems
     //
     this.bmMntItems.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barMntItems
     });
     this.bmMntItems.DockControls.Add(this.barDockControlTop);
     this.bmMntItems.DockControls.Add(this.barDockControlBottom);
     this.bmMntItems.DockControls.Add(this.barDockControlLeft);
     this.bmMntItems.DockControls.Add(this.barDockControlRight);
     this.bmMntItems.Form = this;
     this.bmMntItems.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnGrabarItem,
         this.btnCancelarItem
     });
     this.bmMntItems.MaxItemId  = 3;
     this.bmMntItems.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bmMntItems_ItemClick);
     //
     // barMntItems
     //
     this.barMntItems.BarName      = "Tools";
     this.barMntItems.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
     this.barMntItems.DockCol      = 0;
     this.barMntItems.DockRow      = 0;
     this.barMntItems.DockStyle    = DevExpress.XtraBars.BarDockStyle.Top;
     this.barMntItems.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGrabarItem, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCancelarItem, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.barMntItems.OptionsBar.UseWholeRow = true;
     this.barMntItems.Text = "Tools";
     //
     // btnGrabarItem
     //
     this.btnGrabarItem.Caption      = "Grabar";
     this.btnGrabarItem.Glyph        = ((System.Drawing.Image)(resources.GetObject("btnGrabarItem.Glyph")));
     this.btnGrabarItem.Id           = 0;
     this.btnGrabarItem.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Enter));
     this.btnGrabarItem.Name         = "btnGrabarItem";
     toolTipTitleItem1.Text          = "Grabar y cerrar (Ctrl + Enter)";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnGrabarItem.SuperTip = superToolTip1;
     //
     // btnCancelarItem
     //
     this.btnCancelarItem.Caption      = "Cancelar";
     this.btnCancelarItem.Glyph        = ((System.Drawing.Image)(resources.GetObject("btnCancelarItem.Glyph")));
     this.btnCancelarItem.Id           = 1;
     this.btnCancelarItem.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.btnCancelarItem.Name         = "btnCancelarItem";
     toolTipTitleItem2.Text            = "Cancelar y cerrar ventana (Ctrl + S)";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnCancelarItem.SuperTip = superToolTip2;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(537, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 127);
     this.barDockControlBottom.Size             = new System.Drawing.Size(537, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 96);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(537, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 96);
     //
     // iHoraprogramacion
     //
     this.iHoraprogramacion.EditValue   = new System.DateTime(2016, 8, 30, 0, 0, 0, 0);
     this.iHoraprogramacion.Location    = new System.Drawing.Point(81, 46);
     this.iHoraprogramacion.MenuManager = this.bmMntItems;
     this.iHoraprogramacion.Name        = "iHoraprogramacion";
     this.iHoraprogramacion.Properties.Appearance.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.iHoraprogramacion.Properties.Appearance.Options.UseFont        = true;
     this.iHoraprogramacion.Properties.Appearance.Options.UseTextOptions = true;
     this.iHoraprogramacion.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.iHoraprogramacion.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iHoraprogramacion.Properties.Mask.EditMask = "t";
     this.iHoraprogramacion.Size     = new System.Drawing.Size(100, 20);
     this.iHoraprogramacion.TabIndex = 1;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 49);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(46, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Hora cita ";
     //
     // iIdestadocita
     //
     this.iIdestadocita.Location    = new System.Drawing.Point(81, 72);
     this.iIdestadocita.MenuManager = this.bmMntItems;
     this.iIdestadocita.Name        = "iIdestadocita";
     this.iIdestadocita.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdestadocita.Properties.View = this.searchLookUpEdit1View;
     this.iIdestadocita.Size            = new System.Drawing.Size(394, 20);
     this.iIdestadocita.TabIndex        = 3;
     //
     // searchLookUpEdit1View
     //
     this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.searchLookUpEdit1View.Name           = "searchLookUpEdit1View";
     this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // beSocioNegocio
     //
     this.beSocioNegocio.EditValue = "";
     this.beSocioNegocio.Location  = new System.Drawing.Point(81, 98);
     this.beSocioNegocio.Name      = "beSocioNegocio";
     toolTipTitleItem3.Text        = "Buscar Registro (F3)";
     superToolTip3.Items.Add(toolTipTitleItem3);
     toolTipTitleItem4.Text = "Nuevo Registro (Ctrl + Ins)";
     superToolTip4.Items.Add(toolTipTitleItem4);
     toolTipTitleItem5.Text = "Modificar Registro (Ctrl + M)";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.beSocioNegocio.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, global::WinFormsApp.Properties.Resources.Action_Search, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F3), serializableAppearanceObject1, "", null, superToolTip3, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, global::WinFormsApp.Properties.Resources.add, new DevExpress.Utils.KeyShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Insert)), serializableAppearanceObject2, "", null, superToolTip4, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, global::WinFormsApp.Properties.Resources.Action_Edit_12x12, new DevExpress.Utils.KeyShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M)), serializableAppearanceObject3, "", null, superToolTip5, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("beSocioNegocio.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true)
     });
     this.beSocioNegocio.Properties.ReadOnly = true;
     this.beSocioNegocio.Size         = new System.Drawing.Size(394, 22);
     this.beSocioNegocio.TabIndex     = 5;
     this.beSocioNegocio.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.beSocioNegocio_ButtonClick);
     //
     // labelControl17
     //
     this.labelControl17.Location = new System.Drawing.Point(12, 102);
     this.labelControl17.Name     = "labelControl17";
     this.labelControl17.Size     = new System.Drawing.Size(39, 13);
     this.labelControl17.TabIndex = 4;
     this.labelControl17.Text     = "Persona";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(12, 75);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(53, 13);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "Estado cita";
     //
     // iIdpersona
     //
     this.iIdpersona.Location = new System.Drawing.Point(187, 46);
     this.iIdpersona.Name     = "iIdpersona";
     this.iIdpersona.Properties.AllowFocused = false;
     this.iIdpersona.Properties.Appearance.Options.UseTextOptions = true;
     this.iIdpersona.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.iIdpersona.Properties.ReadOnly = true;
     this.iIdpersona.Size              = new System.Drawing.Size(56, 20);
     this.iIdpersona.TabIndex          = 41;
     this.iIdpersona.TabStop           = false;
     this.iIdpersona.Visible           = false;
     this.iIdpersona.EditValueChanged += new System.EventHandler(this.iIdpersona_EditValueChanged);
     //
     // ProgramacioncitaMntItemFrmBak
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(537, 127);
     this.Controls.Add(this.iIdpersona);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.beSocioNegocio);
     this.Controls.Add(this.labelControl17);
     this.Controls.Add(this.iIdestadocita);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.iHoraprogramacion);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ProgramacioncitaMntItemFrmBak";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Cita";
     this.Load           += new System.EventHandler(this.SocionegocioLimiteCreditoMntItemFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.SocionegocioLimiteCreditoMntItemFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.bmMntItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iHoraprogramacion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdestadocita.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.beSocioNegocio.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdpersona.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 44
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewer));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(0);
     DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions1 = new DevExpress.XtraCharts.PolygonGradientFillOptions();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.lblZaxis = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.lblYaxis = new DevExpress.XtraEditors.LabelControl();
     this.lblXaxis = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.lblCategory = new DevExpress.XtraEditors.LabelControl();
     this.lblDescription = new DevExpress.XtraEditors.LabelControl();
     this.lblName = new DevExpress.XtraEditors.LabelControl();
     this.lblLengthValues = new DevExpress.XtraEditors.LabelControl();
     this.lblLengthBytes = new DevExpress.XtraEditors.LabelControl();
     this.lblSRAMAddress = new DevExpress.XtraEditors.LabelControl();
     this.lblFlashAddress = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.panel1 = new System.Windows.Forms.Panel();
     this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copySelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pasteSelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.inOrgininalPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.atCurrentlySelectedLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editXaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editYaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.smoothSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.surfaceGraphViewer1 = new SurfaceGraphViewer();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.trackBarControl1 = new DevExpress.XtraEditors.TrackBarControl();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.timer2 = new System.Windows.Forms.Timer(this.components);
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox3 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox2 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.timer3 = new System.Windows.Forms.Timer(this.components);
     this.timer4 = new System.Windows.Forms.Timer(this.components);
     this.popupContainerEdit1 = new DevExpress.XtraEditors.PopupContainerEdit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit();
     this.popupContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.simpleButton3.Enabled = false;
     this.simpleButton3.Location = new System.Drawing.Point(14, 628);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(92, 23);
     this.simpleButton3.TabIndex = 9;
     this.simpleButton3.Text = "Undo changes";
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Enabled = false;
     this.simpleButton2.Location = new System.Drawing.Point(715, 628);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 8;
     this.simpleButton2.Text = "Save";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(796, 628);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 7;
     this.simpleButton1.Text = "Close";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // groupControl2
     //
     this.toolTipController1.SetAllowHtmlText(this.groupControl2, DevExpress.Utils.DefaultBoolean.False);
     this.groupControl2.Controls.Add(this.lblZaxis);
     this.groupControl2.Controls.Add(this.labelControl13);
     this.groupControl2.Controls.Add(this.lblYaxis);
     this.groupControl2.Controls.Add(this.lblXaxis);
     this.groupControl2.Controls.Add(this.labelControl10);
     this.groupControl2.Controls.Add(this.labelControl11);
     this.groupControl2.Controls.Add(this.lblCategory);
     this.groupControl2.Controls.Add(this.lblDescription);
     this.groupControl2.Controls.Add(this.lblName);
     this.groupControl2.Controls.Add(this.lblLengthValues);
     this.groupControl2.Controls.Add(this.lblLengthBytes);
     this.groupControl2.Controls.Add(this.lblSRAMAddress);
     this.groupControl2.Controls.Add(this.lblFlashAddress);
     this.groupControl2.Controls.Add(this.labelControl7);
     this.groupControl2.Controls.Add(this.labelControl6);
     this.groupControl2.Controls.Add(this.labelControl5);
     this.groupControl2.Controls.Add(this.labelControl4);
     this.groupControl2.Controls.Add(this.labelControl3);
     this.groupControl2.Controls.Add(this.labelControl2);
     this.groupControl2.Controls.Add(this.labelControl1);
     this.groupControl2.Location = new System.Drawing.Point(3, 3);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(870, 90);
     this.toolTipController1.SetSuperTip(this.groupControl2, null);
     this.groupControl2.TabIndex = 6;
     this.groupControl2.Text = "Symbol details";
     this.groupControl2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl2_Paint);
     //
     // lblZaxis
     //
     this.lblZaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblZaxis.Appearance.Options.UseForeColor = true;
     this.lblZaxis.Location = new System.Drawing.Point(488, 30);
     this.lblZaxis.Name = "lblZaxis";
     this.lblZaxis.Size = new System.Drawing.Size(12, 13);
     this.lblZaxis.TabIndex = 19;
     this.lblZaxis.Text = "...";
     //
     // labelControl13
     //
     this.labelControl13.Location = new System.Drawing.Point(430, 30);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(29, 13);
     this.labelControl13.TabIndex = 18;
     this.labelControl13.Text = "Z-axis";
     //
     // lblYaxis
     //
     this.lblYaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblYaxis.Appearance.Options.UseForeColor = true;
     this.lblYaxis.Location = new System.Drawing.Point(350, 62);
     this.lblYaxis.Name = "lblYaxis";
     this.lblYaxis.Size = new System.Drawing.Size(12, 13);
     this.lblYaxis.TabIndex = 17;
     this.lblYaxis.Text = "...";
     //
     // lblXaxis
     //
     this.lblXaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblXaxis.Appearance.Options.UseForeColor = true;
     this.lblXaxis.Location = new System.Drawing.Point(350, 30);
     this.lblXaxis.Name = "lblXaxis";
     this.lblXaxis.Size = new System.Drawing.Size(12, 13);
     this.lblXaxis.TabIndex = 16;
     this.lblXaxis.Text = "...";
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(305, 62);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(29, 13);
     this.labelControl10.TabIndex = 15;
     this.labelControl10.Text = "Y-axis";
     //
     // labelControl11
     //
     this.labelControl11.Location = new System.Drawing.Point(305, 30);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(29, 13);
     this.labelControl11.TabIndex = 14;
     this.labelControl11.Text = "X-axis";
     //
     // lblCategory
     //
     this.lblCategory.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblCategory.Appearance.Options.UseForeColor = true;
     this.lblCategory.Location = new System.Drawing.Point(488, 62);
     this.lblCategory.Name = "lblCategory";
     this.lblCategory.Size = new System.Drawing.Size(12, 13);
     this.lblCategory.TabIndex = 13;
     this.lblCategory.Text = "...";
     //
     // lblDescription
     //
     this.lblDescription.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblDescription.Appearance.Options.UseForeColor = true;
     this.lblDescription.Location = new System.Drawing.Point(671, 62);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(12, 13);
     this.lblDescription.TabIndex = 12;
     this.lblDescription.Text = "...";
     //
     // lblName
     //
     this.lblName.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblName.Appearance.Options.UseForeColor = true;
     this.lblName.Location = new System.Drawing.Point(671, 30);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(12, 13);
     this.lblName.TabIndex = 11;
     this.lblName.Text = "...";
     //
     // lblLengthValues
     //
     this.lblLengthValues.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblLengthValues.Appearance.Options.UseForeColor = true;
     this.lblLengthValues.Location = new System.Drawing.Point(251, 62);
     this.lblLengthValues.Name = "lblLengthValues";
     this.lblLengthValues.Size = new System.Drawing.Size(36, 13);
     this.lblLengthValues.TabIndex = 10;
     this.lblLengthValues.Text = "0x0000";
     //
     // lblLengthBytes
     //
     this.lblLengthBytes.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblLengthBytes.Appearance.Options.UseForeColor = true;
     this.lblLengthBytes.Location = new System.Drawing.Point(251, 30);
     this.lblLengthBytes.Name = "lblLengthBytes";
     this.lblLengthBytes.Size = new System.Drawing.Size(36, 13);
     this.lblLengthBytes.TabIndex = 9;
     this.lblLengthBytes.Text = "0x0000";
     //
     // lblSRAMAddress
     //
     this.lblSRAMAddress.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblSRAMAddress.Appearance.Options.UseForeColor = true;
     this.lblSRAMAddress.Location = new System.Drawing.Point(100, 62);
     this.lblSRAMAddress.Name = "lblSRAMAddress";
     this.lblSRAMAddress.Size = new System.Drawing.Size(36, 13);
     this.lblSRAMAddress.TabIndex = 8;
     this.lblSRAMAddress.Text = "0x0000";
     //
     // lblFlashAddress
     //
     this.lblFlashAddress.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblFlashAddress.Appearance.Options.UseForeColor = true;
     this.lblFlashAddress.Location = new System.Drawing.Point(100, 30);
     this.lblFlashAddress.Name = "lblFlashAddress";
     this.lblFlashAddress.Size = new System.Drawing.Size(48, 13);
     this.lblFlashAddress.TabIndex = 7;
     this.lblFlashAddress.Text = "0x000000";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(430, 62);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(45, 13);
     this.labelControl7.TabIndex = 6;
     this.labelControl7.Text = "Category";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(598, 62);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(53, 13);
     this.labelControl6.TabIndex = 5;
     this.labelControl6.Text = "Description";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(598, 30);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(27, 13);
     this.labelControl5.TabIndex = 4;
     this.labelControl5.Text = "Name";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(164, 62);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(75, 13);
     this.labelControl4.TabIndex = 3;
     this.labelControl4.Text = "Length (values)";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(164, 30);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(71, 13);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text = "Length (bytes)";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(18, 62);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(69, 13);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "SRAM address";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(18, 30);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(66, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Flash address";
     //
     // groupControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.groupControl1, DevExpress.Utils.DefaultBoolean.False);
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.Controls.Add(this.splitContainer1);
     this.groupControl1.Location = new System.Drawing.Point(3, 28);
     this.groupControl1.LookAndFeel.SkinName = "Black";
     this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(870, 594);
     this.toolTipController1.SetSuperTip(this.groupControl1, null);
     this.groupControl1.TabIndex = 5;
     this.groupControl1.Text = "Symbol data";
     this.groupControl1.DoubleClick += new System.EventHandler(this.groupControl1_DoubleClick);
     this.groupControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint);
     //
     // splitContainer1
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(2, 20);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1.Panel1, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     this.toolTipController1.SetSuperTip(this.splitContainer1.Panel1, null);
     //
     // splitContainer1.Panel2
     //
     this.toolTipController1.SetAllowHtmlText(this.splitContainer1.Panel2, DevExpress.Utils.DefaultBoolean.False);
     this.splitContainer1.Panel2.Controls.Add(this.xtraTabControl1);
     this.toolTipController1.SetSuperTip(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new System.Drawing.Size(866, 572);
     this.splitContainer1.SplitterDistance = 284;
     this.toolTipController1.SetSuperTip(this.splitContainer1, null);
     this.splitContainer1.TabIndex = 1;
     this.splitContainer1.MouseLeave += new System.EventHandler(this.splitContainer1_MouseLeave);
     this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
     this.splitContainer1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseDown);
     this.splitContainer1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseUp);
     //
     // panel1
     //
     this.toolTipController1.SetAllowHtmlText(this.panel1, DevExpress.Utils.DefaultBoolean.False);
     this.panel1.Controls.Add(this.popupContainerControl1);
     this.panel1.Controls.Add(this.gridControl1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(866, 284);
     this.toolTipController1.SetSuperTip(this.panel1, null);
     this.panel1.TabIndex = 2;
     //
     // popupContainerControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.popupContainerControl1, DevExpress.Utils.DefaultBoolean.False);
     this.popupContainerControl1.Controls.Add(this.groupControl2);
     this.popupContainerControl1.Location = new System.Drawing.Point(3, 72);
     this.popupContainerControl1.Name = "popupContainerControl1";
     this.popupContainerControl1.Size = new System.Drawing.Size(878, 97);
     this.toolTipController1.SetSuperTip(this.popupContainerControl1, null);
     this.popupContainerControl1.TabIndex = 1;
     //
     // gridControl1
     //
     this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.LookAndFeel.SkinName = "Black";
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(866, 284);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // contextMenuStrip1
     //
     this.toolTipController1.SetAllowHtmlText(this.contextMenuStrip1, DevExpress.Utils.DefaultBoolean.False);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.copySelectedCellsToolStripMenuItem,
     this.pasteSelectedCellsToolStripMenuItem,
     this.editXaxisSymbolToolStripMenuItem,
     this.editYaxisSymbolToolStripMenuItem,
     this.smoothSelectionToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(179, 114);
     this.toolTipController1.SetSuperTip(this.contextMenuStrip1, null);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // copySelectedCellsToolStripMenuItem
     //
     this.copySelectedCellsToolStripMenuItem.Name = "copySelectedCellsToolStripMenuItem";
     this.copySelectedCellsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.copySelectedCellsToolStripMenuItem.Text = "Copy selected cells";
     this.copySelectedCellsToolStripMenuItem.Click += new System.EventHandler(this.copySelectedCellsToolStripMenuItem_Click);
     //
     // pasteSelectedCellsToolStripMenuItem
     //
     this.pasteSelectedCellsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.inOrgininalPositionToolStripMenuItem,
     this.atCurrentlySelectedLocationToolStripMenuItem});
     this.pasteSelectedCellsToolStripMenuItem.Name = "pasteSelectedCellsToolStripMenuItem";
     this.pasteSelectedCellsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.pasteSelectedCellsToolStripMenuItem.Text = "Paste selected cells";
     //
     // inOrgininalPositionToolStripMenuItem
     //
     this.inOrgininalPositionToolStripMenuItem.Name = "inOrgininalPositionToolStripMenuItem";
     this.inOrgininalPositionToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
     this.inOrgininalPositionToolStripMenuItem.Text = "At original position";
     this.inOrgininalPositionToolStripMenuItem.Click += new System.EventHandler(this.inOrgininalPositionToolStripMenuItem_Click);
     //
     // atCurrentlySelectedLocationToolStripMenuItem
     //
     this.atCurrentlySelectedLocationToolStripMenuItem.Name = "atCurrentlySelectedLocationToolStripMenuItem";
     this.atCurrentlySelectedLocationToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
     this.atCurrentlySelectedLocationToolStripMenuItem.Text = "At currently selected location";
     this.atCurrentlySelectedLocationToolStripMenuItem.Click += new System.EventHandler(this.atCurrentlySelectedLocationToolStripMenuItem_Click);
     //
     // editXaxisSymbolToolStripMenuItem
     //
     this.editXaxisSymbolToolStripMenuItem.Name = "editXaxisSymbolToolStripMenuItem";
     this.editXaxisSymbolToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.editXaxisSymbolToolStripMenuItem.Text = "Edit x-axis";
     this.editXaxisSymbolToolStripMenuItem.Click += new System.EventHandler(this.editXaxisSymbolToolStripMenuItem_Click);
     //
     // editYaxisSymbolToolStripMenuItem
     //
     this.editYaxisSymbolToolStripMenuItem.Name = "editYaxisSymbolToolStripMenuItem";
     this.editYaxisSymbolToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.editYaxisSymbolToolStripMenuItem.Text = "Edit y-axis";
     this.editYaxisSymbolToolStripMenuItem.Click += new System.EventHandler(this.editYaxisSymbolToolStripMenuItem_Click);
     //
     // smoothSelectionToolStripMenuItem
     //
     this.smoothSelectionToolStripMenuItem.Name = "smoothSelectionToolStripMenuItem";
     this.smoothSelectionToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
     this.smoothSelectionToolStripMenuItem.Text = "Smooth selection";
     this.smoothSelectionToolStripMenuItem.Click += new System.EventHandler(this.smoothSelectionToolStripMenuItem_Click);
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsCustomization.AllowColumnMoving = false;
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsCustomization.AllowGroup = false;
     this.gridView1.OptionsCustomization.AllowSort = false;
     this.gridView1.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged_1);
     this.gridView1.ValidatingEditor += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.gridView1_ValidatingEditor);
     this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
     this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged);
     this.gridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridView1_KeyDown);
     this.gridView1.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanging);
     this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
     this.gridView1.ShownEditor += new System.EventHandler(this.gridView1_ShownEditor);
     this.gridView1.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridView1_RowUpdated);
     this.gridView1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.gridView1_ShowingEditor);
     this.gridView1.HiddenEditor += new System.EventHandler(this.gridView1_HiddenEditor);
     this.gridView1.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gridView1_CustomDrawColumnHeader);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left;
     this.xtraTabControl1.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Vertical;
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size = new System.Drawing.Size(866, 284);
     this.xtraTabControl1.TabIndex = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.simpleButton4);
     this.xtraTabPage1.Controls.Add(this.simpleButton5);
     this.xtraTabPage1.Controls.Add(this.simpleButton6);
     this.xtraTabPage1.Controls.Add(this.simpleButton7);
     this.xtraTabPage1.Controls.Add(this.surfaceGraphViewer1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(836, 275);
     this.xtraTabPage1.Text = "3D Graph";
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
     this.simpleButton4.Location = new System.Drawing.Point(814, 60);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(23, 23);
     this.simpleButton4.TabIndex = 12;
     this.simpleButton4.ToolTip = "Turn graph counter clockwise";
     this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image")));
     this.simpleButton5.Location = new System.Drawing.Point(814, 89);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(23, 23);
     this.simpleButton5.TabIndex = 11;
     this.simpleButton5.ToolTip = "Turn graph clockwise";
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton6.Image")));
     this.simpleButton6.Location = new System.Drawing.Point(814, 32);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(23, 23);
     this.simpleButton6.TabIndex = 10;
     this.simpleButton6.ToolTip = "Zoom out";
     this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
     //
     // simpleButton7
     //
     this.simpleButton7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton7.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton7.Image")));
     this.simpleButton7.Location = new System.Drawing.Point(814, 3);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.Size = new System.Drawing.Size(23, 23);
     this.simpleButton7.TabIndex = 9;
     this.simpleButton7.ToolTip = "Zoom in";
     this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
     //
     // surfaceGraphViewer1
     //
     this.toolTipController1.SetAllowHtmlText(this.surfaceGraphViewer1, DevExpress.Utils.DefaultBoolean.False);
     this.surfaceGraphViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.surfaceGraphViewer1.IsRedWhite = false;
     this.surfaceGraphViewer1.IsSixteenbit = false;
     this.surfaceGraphViewer1.IsUpsideDown = false;
     this.surfaceGraphViewer1.Location = new System.Drawing.Point(0, 0);
     this.surfaceGraphViewer1.Map_compare_content = null;
     this.surfaceGraphViewer1.Map_content = null;
     this.surfaceGraphViewer1.Map_length = 0;
     this.surfaceGraphViewer1.Map_name = "";
     this.surfaceGraphViewer1.Map_original_content = null;
     this.surfaceGraphViewer1.Name = "surfaceGraphViewer1";
     this.surfaceGraphViewer1.NumberOfColumns = 8;
     this.surfaceGraphViewer1.Pan_x = 45;
     this.surfaceGraphViewer1.Pan_y = 77;
     this.surfaceGraphViewer1.Pov_d = 0.6;
     this.surfaceGraphViewer1.Pov_x = 30;
     this.surfaceGraphViewer1.Pov_y = 56;
     this.surfaceGraphViewer1.Pov_z = 21;
     this.surfaceGraphViewer1.Size = new System.Drawing.Size(808, 275);
     this.toolTipController1.SetSuperTip(this.surfaceGraphViewer1, null);
     this.surfaceGraphViewer1.TabIndex = 0;
     this.surfaceGraphViewer1.X_axis = null;
     this.surfaceGraphViewer1.X_axis_descr = "";
     this.surfaceGraphViewer1.Y_axis = null;
     this.surfaceGraphViewer1.Y_axis_descr = "";
     this.surfaceGraphViewer1.Z_axis = null;
     this.surfaceGraphViewer1.Z_axis_descr = "";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.labelControl9);
     this.xtraTabPage2.Controls.Add(this.labelControl8);
     this.xtraTabPage2.Controls.Add(this.trackBarControl1);
     this.xtraTabPage2.Controls.Add(this.chartControl1);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(836, 275);
     this.xtraTabPage2.Text = "2D Graph";
     //
     // labelControl9
     //
     this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl9.AutoEllipsis = true;
     this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl9.Location = new System.Drawing.Point(645, 201);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(188, 34);
     this.labelControl9.TabIndex = 4;
     this.labelControl9.Text = "MAP";
     //
     // labelControl8
     //
     this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl8.AutoEllipsis = true;
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.Location = new System.Drawing.Point(6, 201);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(104, 34);
     this.labelControl8.TabIndex = 3;
     this.labelControl8.Text = "MAP values";
     //
     // trackBarControl1
     //
     this.trackBarControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.trackBarControl1.EditValue = null;
     this.trackBarControl1.Location = new System.Drawing.Point(125, 201);
     this.trackBarControl1.Name = "trackBarControl1";
     this.trackBarControl1.Size = new System.Drawing.Size(500, 45);
     this.trackBarControl1.TabIndex = 2;
     this.trackBarControl1.ValueChanged += new System.EventHandler(this.trackBarControl1_ValueChanged);
     //
     // chartControl1
     //
     this.toolTipController1.SetAllowHtmlText(this.chartControl1, DevExpress.Utils.DefaultBoolean.False);
     this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.chartControl1.CacheToMemory = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.Range.SideMarginsEnabled = false;
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.SideMarginsEnabled = false;
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     this.chartControl1.Diagram = xyDiagram1;
     this.chartControl1.Legend.Border.Visible = false;
     this.chartControl1.Location = new System.Drawing.Point(3, 3);
     this.chartControl1.Name = "chartControl1";
     this.chartControl1.RefreshDataOnRepaint = false;
     this.chartControl1.RuntimeHitTesting = false;
     this.chartControl1.RuntimeSeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series1.Name = "Values";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint1});
     lineSeriesView1.LineMarkerOptions.Size = 8;
     lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
     polygonGradientFillOptions1.Color2 = System.Drawing.Color.Gold;
     lineSeriesView1.LineMarkerOptions.FillStyle.Options = polygonGradientFillOptions1;
     lineSeriesView1.Color = System.Drawing.Color.DarkGoldenrod;
     series1.View = lineSeriesView1;
     series1.ArgumentDataMember = "X";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel1.Angle = 90;
     pointSeriesLabel1.TextColor = System.Drawing.Color.MidnightBlue;
     pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 6F, System.Drawing.FontStyle.Bold);
     pointSeriesLabel1.Border.Visible = false;
     pointSeriesLabel1.Antialiasing = true;
     pointSeriesLabel1.LineVisible = true;
     series1.Label = pointSeriesLabel1;
     pointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
     series1.PointOptions = pointOptions1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1};
     this.chartControl1.SeriesTemplate.View = lineSeriesView2;
     pointSeriesLabel2.LineVisible = true;
     this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2;
     this.chartControl1.Size = new System.Drawing.Size(830, 185);
     this.toolTipController1.SetSuperTip(this.chartControl1, null);
     this.chartControl1.TabIndex = 1;
     this.chartControl1.Visible = false;
     this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint);
     this.chartControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp);
     this.chartControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDoubleClick);
     this.chartControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
     this.chartControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
     this.chartControl1.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectHotTracked);
     this.chartControl1.CustomDrawSeries += new DevExpress.XtraCharts.CustomDrawSeriesEventHandler(this.chartControl1_CustomDrawSeries);
     this.chartControl1.Click += new System.EventHandler(this.chartControl1_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
     //
     // toolTipController1
     //
     this.toolTipController1.Rounded = true;
     //
     // toolStrip1
     //
     this.toolTipController1.SetAllowHtmlText(this.toolStrip1, DevExpress.Utils.DefaultBoolean.False);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton1,
     this.toolStripButton2,
     this.toolStripSeparator3,
     this.toolStripButton4,
     this.toolStripButton5,
     this.toolStripButton6,
     this.toolStripButton7,
     this.toolStripSeparator1,
     this.toolStripLabel3,
     this.toolStripComboBox3,
     this.toolStripSeparator2,
     this.toolStripLabel1,
     this.toolStripComboBox2,
     this.toolStripLabel2,
     this.toolStripComboBox1,
     this.toolStripTextBox1,
     this.toolStripButton3});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(876, 25);
     this.toolTipController1.SetSuperTip(this.toolStrip1, null);
     this.toolStrip1.TabIndex = 10;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "Toggle graph section";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text = "Toggle hexview";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton4.Text = "Maximize graph";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton5.Text = "Maximize table";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton6.Text = "Maximize window";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton7.Text = "Toggle graph/map";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(51, 22);
     this.toolStripLabel3.Text = "Viewtype";
     //
     // toolStripComboBox3
     //
     this.toolStripComboBox3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox3.Items.AddRange(new object[] {
     "Hex view ",
     "Decimal view ",
     "Easy view"});
     this.toolStripComboBox3.Name = "toolStripComboBox3";
     this.toolStripComboBox3.Size = new System.Drawing.Size(160, 25);
     this.toolStripComboBox3.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox3_SelectedIndexChanged);
     this.toolStripComboBox3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripComboBox3_KeyDown);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(77, 22);
     this.toolStripLabel1.Text = "Axis lock mode";
     //
     // toolStripComboBox2
     //
     this.toolStripComboBox2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox2.Items.AddRange(new object[] {
     "Autoscale",
     "Lock to peak in maps",
     "Lock to map limit"});
     this.toolStripComboBox2.Name = "toolStripComboBox2";
     this.toolStripComboBox2.Size = new System.Drawing.Size(121, 25);
     this.toolStripComboBox2.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox2_SelectedIndexChanged);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(67, 22);
     this.toolStripLabel2.Text = "Mathematics";
     //
     // toolStripComboBox1
     //
     this.toolStripComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.toolStripComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.toolStripComboBox1.Items.AddRange(new object[] {
     "Addition",
     "Multiply",
     "Divide",
     "Fill"});
     this.toolStripComboBox1.Name = "toolStripComboBox1";
     this.toolStripComboBox1.Size = new System.Drawing.Size(121, 25);
     //
     // toolStripTextBox1
     //
     this.toolStripTextBox1.Name = "toolStripTextBox1";
     this.toolStripTextBox1.Size = new System.Drawing.Size(60, 25);
     this.toolStripTextBox1.Text = "2";
     this.toolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text = "Execute";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // timer3
     //
     this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
     //
     // timer4
     //
     this.timer4.Enabled = true;
     this.timer4.Interval = 500;
     this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
     //
     // popupContainerEdit1
     //
     this.popupContainerEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.popupContainerEdit1.Location = new System.Drawing.Point(125, 631);
     this.popupContainerEdit1.Name = "popupContainerEdit1";
     this.popupContainerEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.popupContainerEdit1.Properties.PopupControl = this.popupContainerControl1;
     this.popupContainerEdit1.Size = new System.Drawing.Size(161, 20);
     toolTipTitleItem1.Text = "Click here for table details";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.False;
     this.popupContainerEdit1.SuperTip = superToolTip1;
     this.popupContainerEdit1.TabIndex = 11;
     this.popupContainerEdit1.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.popupContainerEdit1_CustomDisplayText);
     //
     // MapViewer
     //
     this.toolTipController1.SetAllowHtmlText(this, DevExpress.Utils.DefaultBoolean.False);
     this.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.popupContainerEdit1);
     this.LookAndFeel.SkinName = "Black";
     this.Name = "MapViewer";
     this.Size = new System.Drawing.Size(876, 664);
     this.toolTipController1.SetSuperTip(this, null);
     this.VisibleChanged += new System.EventHandler(this.MapViewer_VisibleChanged);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit();
     this.popupContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SuperToolTip     superToolTip1     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip2     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip3     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip4     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip5     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip6     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip7     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
     this.bmMantenimiento      = new DevExpress.XtraBars.BarManager(this.components);
     this.BarMnt               = new DevExpress.XtraBars.Bar();
     this.btnGrabar            = new DevExpress.XtraBars.BarButtonItem();
     this.btnGrabarCerrar      = new DevExpress.XtraBars.BarButtonItem();
     this.btnActualizar        = new DevExpress.XtraBars.BarButtonItem();
     this.btnCerrar            = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.btnNuevo             = new DevExpress.XtraBars.BarButtonItem();
     this.btnGrabarNuevo       = new DevExpress.XtraBars.BarButtonItem();
     this.btnLimpiarCampos     = new DevExpress.XtraBars.BarButtonItem();
     this.btnEliminar          = new DevExpress.XtraBars.BarButtonItem();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     this.iIdtipocomisioncobro = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView6            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn13         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDetComision        = new DevExpress.XtraGrid.GridControl();
     this.gvDetComision        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riEntero             = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gridColumn3          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riNumerico4          = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.labelControl4        = new DevExpress.XtraEditors.LabelControl();
     this.pkIdEntidad          = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.rIdsucursal          = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView8            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn39         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn40         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtraTabControl1      = new DevExpress.XtraTab.XtraTabControl();
     this.tpItems              = new DevExpress.XtraTab.XtraTabPage();
     this.barDockControl3      = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4      = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2      = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl1      = new DevExpress.XtraBars.BarDockControl();
     this.bmItems              = new DevExpress.XtraBars.BarManager(this.components);
     this.barItems             = new DevExpress.XtraBars.Bar();
     this.btnAddItem           = new DevExpress.XtraBars.BarButtonItem();
     this.btnEditItem          = new DevExpress.XtraBars.BarButtonItem();
     this.btnDelItem           = new DevExpress.XtraBars.BarButtonItem();
     this.barCheckItem1        = new DevExpress.XtraBars.BarCheckItem();
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipocomisioncobro.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetComision)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetComision)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riEntero)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rIdsucursal.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.tpItems.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bmItems)).BeginInit();
     this.SuspendLayout();
     //
     // bmMantenimiento
     //
     this.bmMantenimiento.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.BarMnt
     });
     this.bmMantenimiento.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
         new DevExpress.XtraBars.BarManagerCategory("Mantenimiento", new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5")),
         new DevExpress.XtraBars.BarManagerCategory("Navegación", new System.Guid("914e515b-0bf8-4995-97b2-cce8dc1d7479"))
     });
     this.bmMantenimiento.DockControls.Add(this.barDockControlTop);
     this.bmMantenimiento.DockControls.Add(this.barDockControlBottom);
     this.bmMantenimiento.DockControls.Add(this.barDockControlLeft);
     this.bmMantenimiento.DockControls.Add(this.barDockControlRight);
     this.bmMantenimiento.Form = this;
     this.bmMantenimiento.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnNuevo,
         this.btnGrabar,
         this.btnGrabarCerrar,
         this.btnGrabarNuevo,
         this.btnLimpiarCampos,
         this.btnEliminar,
         this.btnCerrar,
         this.btnActualizar
     });
     this.bmMantenimiento.MaxItemId  = 84;
     this.bmMantenimiento.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bmMantenimiento_ItemClick);
     //
     // BarMnt
     //
     this.BarMnt.BarName      = "Tools Mantenimiento";
     this.BarMnt.CanDockStyle = ((DevExpress.XtraBars.BarCanDockStyle)(((((DevExpress.XtraBars.BarCanDockStyle.Left | DevExpress.XtraBars.BarCanDockStyle.Top)
                                                                          | DevExpress.XtraBars.BarCanDockStyle.Right)
                                                                         | DevExpress.XtraBars.BarCanDockStyle.Bottom)
                                                                        | DevExpress.XtraBars.BarCanDockStyle.Standalone)));
     this.BarMnt.DockCol       = 0;
     this.BarMnt.DockRow       = 0;
     this.BarMnt.DockStyle     = DevExpress.XtraBars.BarDockStyle.Top;
     this.BarMnt.FloatLocation = new System.Drawing.Point(376, 165);
     this.BarMnt.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGrabar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGrabarCerrar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnActualizar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCerrar, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.BarMnt.OptionsBar.UseWholeRow = true;
     this.BarMnt.Text = "Barra de herramientas";
     //
     // btnGrabar
     //
     this.btnGrabar.Caption      = "Grabar";
     this.btnGrabar.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnGrabar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Save;
     this.btnGrabar.Id           = 78;
     this.btnGrabar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G));
     this.btnGrabar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Save_32x32;
     this.btnGrabar.Name         = "btnGrabar";
     toolTipTitleItem1.Text      = "Grabar (Ctrl + G)";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnGrabar.SuperTip = superToolTip1;
     //
     // btnGrabarCerrar
     //
     this.btnGrabarCerrar.Caption      = "Grabar y cerrar";
     this.btnGrabarCerrar.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnGrabarCerrar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Save_Close;
     this.btnGrabarCerrar.Id           = 79;
     this.btnGrabarCerrar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Enter));
     this.btnGrabarCerrar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Save_Close_32x32;
     this.btnGrabarCerrar.Name         = "btnGrabarCerrar";
     toolTipTitleItem2.Text            = "Grabar y cerrar (Ctrl + Enter)";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnGrabarCerrar.SuperTip = superToolTip2;
     //
     // btnActualizar
     //
     this.btnActualizar.Caption      = "Actualizar";
     this.btnActualizar.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnActualizar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Refresh;
     this.btnActualizar.Id           = 77;
     this.btnActualizar.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
     this.btnActualizar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Refresh_32x32;
     this.btnActualizar.Name         = "btnActualizar";
     toolTipTitleItem3.Text          = "Actualizar (F5)";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnActualizar.SuperTip = superToolTip3;
     //
     // btnCerrar
     //
     this.btnCerrar.Caption      = "Salir";
     this.btnCerrar.CategoryGuid = new System.Guid("914e515b-0bf8-4995-97b2-cce8dc1d7479");
     this.btnCerrar.Glyph        = global::WinFormsApp.Properties.Resources.Action_Close;
     this.btnCerrar.Id           = 75;
     this.btnCerrar.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.btnCerrar.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Close_32x32;
     this.btnCerrar.Name         = "btnCerrar";
     toolTipTitleItem4.Text      = "Salir de ventana (Ctrl + S)";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.btnCerrar.SuperTip = superToolTip4;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(437, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 382);
     this.barDockControlBottom.Size             = new System.Drawing.Size(437, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 351);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(437, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 351);
     //
     // btnNuevo
     //
     this.btnNuevo.Caption                  = "Nuevo";
     this.btnNuevo.CategoryGuid             = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnNuevo.Glyph                    = global::WinFormsApp.Properties.Resources.Action_New;
     this.btnNuevo.Id                       = 55;
     this.btnNuevo.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
     this.btnNuevo.LargeGlyph               = global::WinFormsApp.Properties.Resources.Action_New_32x32;
     this.btnNuevo.Name                     = "btnNuevo";
     this.btnNuevo.ShortcutKeyDisplayString = "Ctrl +N";
     toolTipTitleItem5.Text                 = "Nuevo (Ctrl + N)";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.btnNuevo.SuperTip   = superToolTip5;
     this.btnNuevo.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnGrabarNuevo
     //
     this.btnGrabarNuevo.Caption      = "Grabar y nuevo";
     this.btnGrabarNuevo.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnGrabarNuevo.Glyph        = global::WinFormsApp.Properties.Resources.Action_Save_New;
     this.btnGrabarNuevo.Id           = 80;
     this.btnGrabarNuevo.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Insert));
     this.btnGrabarNuevo.LargeGlyph   = global::WinFormsApp.Properties.Resources.Action_Save_New_32x32;
     this.btnGrabarNuevo.Name         = "btnGrabarNuevo";
     toolTipTitleItem6.Text           = "Grabar y Nuevo (Ctrl + Ins)";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.btnGrabarNuevo.SuperTip   = superToolTip6;
     this.btnGrabarNuevo.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnLimpiarCampos
     //
     this.btnLimpiarCampos.Caption      = "Limpiar campos";
     this.btnLimpiarCampos.CategoryGuid = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnLimpiarCampos.Id           = 82;
     this.btnLimpiarCampos.Name         = "btnLimpiarCampos";
     this.btnLimpiarCampos.Visibility   = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnEliminar
     //
     this.btnEliminar.Caption                  = "Eliminar";
     this.btnEliminar.CategoryGuid             = new System.Guid("bf24888c-c336-4331-92ed-90df15ac84f5");
     this.btnEliminar.Glyph                    = global::WinFormsApp.Properties.Resources.Action_Delete;
     this.btnEliminar.Id                       = 57;
     this.btnEliminar.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.btnEliminar.LargeGlyph               = global::WinFormsApp.Properties.Resources.Action_Delete_32x32;
     this.btnEliminar.Name                     = "btnEliminar";
     this.btnEliminar.ShortcutKeyDisplayString = "Ctrl + E";
     toolTipTitleItem7.Text                    = "Eliminar (Ctrl + E)\r\n";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.btnEliminar.SuperTip   = superToolTip7;
     this.btnEliminar.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(21, 83);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(63, 13);
     this.labelControl2.TabIndex = 4;
     this.labelControl2.Tag      = "Seleccione la operación";
     this.labelControl2.Text     = "Tipo comisión";
     //
     // iIdtipocomisioncobro
     //
     this.iIdtipocomisioncobro.Location    = new System.Drawing.Point(98, 80);
     this.iIdtipocomisioncobro.MenuManager = this.bmMantenimiento;
     this.iIdtipocomisioncobro.Name        = "iIdtipocomisioncobro";
     this.iIdtipocomisioncobro.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdtipocomisioncobro.Properties.View = this.gridView6;
     this.iIdtipocomisioncobro.Size            = new System.Drawing.Size(287, 20);
     this.iIdtipocomisioncobro.TabIndex        = 5;
     //
     // gridView6
     //
     this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn13,
         this.gridColumn14
     });
     this.gridView6.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView6.Name           = "gridView6";
     this.gridView6.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView6.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption   = "Id.";
     this.gridColumn13.FieldName = "Idtipocomisioncobro";
     this.gridColumn13.Name      = "gridColumn13";
     //
     // gridColumn14
     //
     this.gridColumn14.Caption      = "Tipo comisión";
     this.gridColumn14.FieldName    = "Nombretipocomisioncobro";
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 0;
     //
     // gcDetComision
     //
     this.gcDetComision.Cursor      = System.Windows.Forms.Cursors.Default;
     this.gcDetComision.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gcDetComision.Location    = new System.Drawing.Point(0, 31);
     this.gcDetComision.MainView    = this.gvDetComision;
     this.gcDetComision.MenuManager = this.bmMantenimiento;
     this.gcDetComision.Name        = "gcDetComision";
     this.gcDetComision.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riNumerico4,
         this.riEntero
     });
     this.gcDetComision.Size     = new System.Drawing.Size(400, 209);
     this.gcDetComision.TabIndex = 9;
     this.gcDetComision.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvDetComision
     });
     //
     // gvDetComision
     //
     this.gvDetComision.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn3,
         this.gridColumn4
     });
     this.gvDetComision.GridControl = this.gcDetComision;
     this.gvDetComision.Name        = "gvDetComision";
     this.gvDetComision.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gvDetComision.OptionsView.ShowGroupPanel      = false;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "Id.";
     this.gridColumn5.FieldName = "Idcomisioncobrodet";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.Width     = 43;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption                = "Inicio";
     this.gridColumn6.ColumnEdit             = this.riEntero;
     this.gridColumn6.FieldName              = "Rangoinicial";
     this.gridColumn6.Name                   = "gridColumn6";
     this.gridColumn6.OptionsColumn.ReadOnly = true;
     this.gridColumn6.Visible                = true;
     this.gridColumn6.VisibleIndex           = 0;
     this.gridColumn6.Width                  = 100;
     //
     // riEntero
     //
     this.riEntero.AutoHeight = false;
     this.riEntero.DisplayFormat.FormatString = "n0";
     this.riEntero.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.riEntero.EditFormat.FormatString    = "n0";
     this.riEntero.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.riEntero.Mask.EditMask = "n0";
     this.riEntero.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riEntero.Name          = "riEntero";
     //
     // gridColumn3
     //
     this.gridColumn3.Caption                = "Final";
     this.gridColumn3.ColumnEdit             = this.riEntero;
     this.gridColumn3.FieldName              = "Rangofinal";
     this.gridColumn3.Name                   = "gridColumn3";
     this.gridColumn3.OptionsColumn.ReadOnly = true;
     this.gridColumn3.Visible                = true;
     this.gridColumn3.VisibleIndex           = 1;
     this.gridColumn3.Width                  = 100;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption                = "% Comisión";
     this.gridColumn4.ColumnEdit             = this.riNumerico4;
     this.gridColumn4.FieldName              = "Porcentajecomision";
     this.gridColumn4.Name                   = "gridColumn4";
     this.gridColumn4.OptionsColumn.ReadOnly = true;
     this.gridColumn4.Visible                = true;
     this.gridColumn4.VisibleIndex           = 2;
     this.gridColumn4.Width                  = 147;
     //
     // riNumerico4
     //
     this.riNumerico4.AutoHeight = false;
     this.riNumerico4.DisplayFormat.FormatString = "n4";
     this.riNumerico4.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.riNumerico4.EditFormat.FormatString    = "n4";
     this.riNumerico4.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.riNumerico4.Mask.EditMask = "n4";
     this.riNumerico4.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.riNumerico4.Name          = "riNumerico4";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(21, 60);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(40, 13);
     this.labelControl4.TabIndex = 2;
     this.labelControl4.Text     = "Sucursal";
     //
     // pkIdEntidad
     //
     this.pkIdEntidad.EditValue               = "0";
     this.pkIdEntidad.Location                = new System.Drawing.Point(98, 33);
     this.pkIdEntidad.MenuManager             = this.bmMantenimiento;
     this.pkIdEntidad.Name                    = "pkIdEntidad";
     this.pkIdEntidad.Properties.AllowFocused = false;
     this.pkIdEntidad.Properties.Appearance.Options.UseTextOptions = true;
     this.pkIdEntidad.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.pkIdEntidad.Properties.ReadOnly = true;
     this.pkIdEntidad.Size     = new System.Drawing.Size(59, 20);
     this.pkIdEntidad.TabIndex = 1;
     this.pkIdEntidad.TabStop  = false;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(21, 37);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(14, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Id.";
     //
     // rIdsucursal
     //
     this.rIdsucursal.Location    = new System.Drawing.Point(98, 57);
     this.rIdsucursal.MenuManager = this.bmMantenimiento;
     this.rIdsucursal.Name        = "rIdsucursal";
     this.rIdsucursal.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.rIdsucursal.Properties.PopupFormSize = new System.Drawing.Size(500, 0);
     this.rIdsucursal.Properties.ReadOnly      = true;
     this.rIdsucursal.Properties.View          = this.gridView8;
     this.rIdsucursal.Size     = new System.Drawing.Size(287, 20);
     this.rIdsucursal.TabIndex = 3;
     this.rIdsucursal.TabStop  = false;
     //
     // gridView8
     //
     this.gridView8.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn39,
         this.gridColumn40,
         this.gridColumn41
     });
     this.gridView8.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView8.Name           = "gridView8";
     this.gridView8.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView8.OptionsView.ColumnAutoWidth = false;
     this.gridView8.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn39
     //
     this.gridColumn39.Caption   = "Id.";
     this.gridColumn39.FieldName = "Idsucursal";
     this.gridColumn39.Name      = "gridColumn39";
     //
     // gridColumn40
     //
     this.gridColumn40.Caption      = "Código";
     this.gridColumn40.FieldName    = "Codigosucursal";
     this.gridColumn40.Name         = "gridColumn40";
     this.gridColumn40.Visible      = true;
     this.gridColumn40.VisibleIndex = 0;
     //
     // gridColumn41
     //
     this.gridColumn41.Caption      = "Sucursal";
     this.gridColumn41.FieldName    = "Nombresucursal";
     this.gridColumn41.Name         = "gridColumn41";
     this.gridColumn41.Visible      = true;
     this.gridColumn41.VisibleIndex = 1;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location        = new System.Drawing.Point(21, 102);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.tpItems;
     this.xtraTabControl1.Size            = new System.Drawing.Size(406, 268);
     this.xtraTabControl1.TabIndex        = 14;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.tpItems
     });
     //
     // tpItems
     //
     this.tpItems.Controls.Add(this.gcDetComision);
     this.tpItems.Controls.Add(this.barDockControl3);
     this.tpItems.Controls.Add(this.barDockControl4);
     this.tpItems.Controls.Add(this.barDockControl2);
     this.tpItems.Controls.Add(this.barDockControl1);
     this.tpItems.Name = "tpItems";
     this.tpItems.Size = new System.Drawing.Size(400, 240);
     this.tpItems.Text = "Items";
     //
     // barDockControl3
     //
     this.barDockControl3.CausesValidation = false;
     this.barDockControl3.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControl3.Location         = new System.Drawing.Point(0, 31);
     this.barDockControl3.Size             = new System.Drawing.Size(0, 209);
     //
     // barDockControl4
     //
     this.barDockControl4.CausesValidation = false;
     this.barDockControl4.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControl4.Location         = new System.Drawing.Point(400, 31);
     this.barDockControl4.Size             = new System.Drawing.Size(0, 209);
     //
     // barDockControl2
     //
     this.barDockControl2.CausesValidation = false;
     this.barDockControl2.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControl2.Location         = new System.Drawing.Point(0, 240);
     this.barDockControl2.Size             = new System.Drawing.Size(400, 0);
     //
     // barDockControl1
     //
     this.barDockControl1.CausesValidation = false;
     this.barDockControl1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControl1.Location         = new System.Drawing.Point(0, 0);
     this.barDockControl1.Size             = new System.Drawing.Size(400, 31);
     //
     // bmItems
     //
     this.bmItems.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barItems
     });
     this.bmItems.DockControls.Add(this.barDockControl1);
     this.bmItems.DockControls.Add(this.barDockControl2);
     this.bmItems.DockControls.Add(this.barDockControl3);
     this.bmItems.DockControls.Add(this.barDockControl4);
     this.bmItems.Form = this.tpItems;
     this.bmItems.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnAddItem,
         this.btnEditItem,
         this.barCheckItem1,
         this.btnDelItem
     });
     this.bmItems.MaxItemId  = 4;
     this.bmItems.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bmItems_ItemClick);
     //
     // barItems
     //
     this.barItems.BarName   = "Tools";
     this.barItems.DockCol   = 0;
     this.barItems.DockRow   = 0;
     this.barItems.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barItems.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnAddItem, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnEditItem, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnDelItem, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.barItems.OptionsBar.UseWholeRow = true;
     this.barItems.Text = "Tools";
     //
     // btnAddItem
     //
     this.btnAddItem.Caption = "Nuevo";
     this.btnAddItem.Glyph   = global::WinFormsApp.Properties.Resources.Action_Inline_New;
     this.btnAddItem.Id      = 0;
     this.btnAddItem.Name    = "btnAddItem";
     //
     // btnEditItem
     //
     this.btnEditItem.Caption = "Editar";
     this.btnEditItem.Glyph   = global::WinFormsApp.Properties.Resources.Action_Inline_Edit;
     this.btnEditItem.Id      = 1;
     this.btnEditItem.Name    = "btnEditItem";
     //
     // btnDelItem
     //
     this.btnDelItem.Caption = "Eliminar";
     this.btnDelItem.Glyph   = global::WinFormsApp.Properties.Resources.Action_Delete_12x12;
     this.btnDelItem.Id      = 3;
     this.btnDelItem.Name    = "btnDelItem";
     //
     // barCheckItem1
     //
     this.barCheckItem1.Caption = "barCheckItem1";
     this.barCheckItem1.Id      = 2;
     this.barCheckItem1.Name    = "barCheckItem1";
     //
     // ComisioncobroMntFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(437, 382);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.rIdsucursal);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.iIdtipocomisioncobro);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.pkIdEntidad);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "ComisioncobroMntFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Comisión de cobro";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.ComisioncobroMntFrm_FormClosing);
     this.Load           += new System.EventHandler(this.ComisioncobroMntFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.ComisioncobroMntFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipocomisioncobro.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetComision)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetComision)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riEntero)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riNumerico4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rIdsucursal.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.tpItems.ResumeLayout(false);
     this.tpItems.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bmItems)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 46
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem9 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem10 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem11 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem12 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip13 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem13 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip14 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem14 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip15 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem15 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip16 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem16 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip17 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem17 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem17 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip18 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem18 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem18 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip19 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem19 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem19 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip20 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem20 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem20 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip21 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem21 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem21 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip22 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem22 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem22 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip23 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem23 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem23 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip24 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem24 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem24 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip25 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem25 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem25 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip26 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem26 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem26 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip27 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem27 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem27 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip28 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem28 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem28 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip29 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem29 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem29 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip30 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem30 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem30 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip31 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem31 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem31 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip32 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem32 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem32 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip33 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem33 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem33 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip34 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem34 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem34 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip35 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem35 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem35 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip36 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem36 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem36 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip37 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem37 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem37 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip38 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem38 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem38 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip39 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem39 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem39 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip40 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem40 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem40 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip41 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem41 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem41 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip42 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem42 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem42 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip43 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem43 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem43 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip44 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem44 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem44 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip45 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem45 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem45 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip46 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem46 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem46 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip47 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem47 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem47 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip48 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem48 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem48 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip49 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem49 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem49 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip50 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem50 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem50 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip51 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem51 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem51 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip52 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem52 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem52 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip53 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem53 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem53 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip54 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem54 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem54 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip55 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem55 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem55 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip56 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem56 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem56 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip57 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem57 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem57 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip58 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem58 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem58 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip59 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem59 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem59 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip60 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem60 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem60 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip61 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem61 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem61 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip62 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem62 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem62 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip63 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem63 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem63 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip64 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem64 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem64 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip65 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem65 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem65 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip66 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem66 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem66 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip67 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem67 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem67 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip68 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem68 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem68 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip69 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem69 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem69 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip70 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem70 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem70 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip71 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem71 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem71 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip72 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem72 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem72 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip73 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem73 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem73 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip74 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem74 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem74 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip75 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem75 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem75 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip76 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem76 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem76 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip77 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem77 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem77 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip78 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem78 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem78 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip79 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem79 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem79 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip80 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem80 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem80 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("常用收件人");
            System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("常用用户名", 2, 2);
            System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("发信日志", 1, 1);
            DevExpress.Utils.SuperToolTip superToolTip81 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem81 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem81 = new DevExpress.Utils.ToolTipItem();
            this.recentlyUsedItemsComboBox1 = new DevExpress.XtraReports.UserDesigner.RecentlyUsedItemsComboBox();
            this.designRepositoryItemComboBox1 = new DevExpress.XtraReports.UserDesigner.DesignRepositoryItemComboBox();
            this.MainRibbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.applicationMenu1 = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.ClearStatusButton = new DevExpress.XtraBars.BarButtonItem();
            this.ExitButton = new DevExpress.XtraBars.BarButtonItem();
            this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
            this.ribbonGallerySkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.commandBarItem1 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem2 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem3 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem4 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem5 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem6 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem7 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem8 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem9 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem10 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem11 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem12 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem13 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem14 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem15 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem16 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem17 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem18 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem19 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem20 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem21 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem22 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem23 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem24 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem25 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem26 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandColorBarItem1 = new DevExpress.XtraReports.UserDesigner.CommandColorBarItem();
            this.commandColorBarItem2 = new DevExpress.XtraReports.UserDesigner.CommandColorBarItem();
            this.commandBarItem27 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem28 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem29 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem30 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem33 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem34 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem36 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem43 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem44 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem45 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.commandBarItem46 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem47 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem48 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem49 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.commandBarItem50 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
            this.xrDesignBarButtonGroup1 = new DevExpress.XtraReports.UserDesigner.XRDesignBarButtonGroup();
            this.xrDesignBarButtonGroup2 = new DevExpress.XtraReports.UserDesigner.XRDesignBarButtonGroup();
            this.xrDesignBarButtonGroup3 = new DevExpress.XtraReports.UserDesigner.XRDesignBarButtonGroup();
            this.xrDesignBarButtonGroup4 = new DevExpress.XtraReports.UserDesigner.XRDesignBarButtonGroup();
            this.xrDesignBarButtonGroup5 = new DevExpress.XtraReports.UserDesigner.XRDesignBarButtonGroup();
            this.xrDesignBarButtonGroup6 = new DevExpress.XtraReports.UserDesigner.XRDesignBarButtonGroup();
            this.xrDesignBarButtonGroup7 = new DevExpress.XtraReports.UserDesigner.XRDesignBarButtonGroup();
            this.xrDesignBarButtonGroup8 = new DevExpress.XtraReports.UserDesigner.XRDesignBarButtonGroup();
            this.xrDesignBarButtonGroup9 = new DevExpress.XtraReports.UserDesigner.XRDesignBarButtonGroup();
            this.printPreviewBarItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem5 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem6 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem8 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem9 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem10 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem11 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem12 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem13 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem14 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem15 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem16 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem17 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem18 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem19 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem20 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem21 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.DeleteAccessory = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem25 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem26 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem27 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem28 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem29 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem30 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem31 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem32 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem33 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem34 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem36 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem37 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem38 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem39 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem40 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem41 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.printPreviewBarItem42 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
            this.printPreviewStaticItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
            this.printPreviewBarItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.xrDesignRibbonController1 = new DevExpress.XtraReports.UserDesigner.XRDesignRibbonController();
            this.xrDesignDockManager1 = new DevExpress.XtraReports.UserDesigner.XRDesignDockManager();
            this.MailEditorPanel = new DevExpress.XtraReports.UserDesigner.XRDesignPanel();
            this.NickNameEdit = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit9 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.SendMailNameEdit = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit10 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.SubjectEdit = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit11 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.UserNameEdit = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit13 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.PasswordEdit = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit14 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.ServerNameEdit = new DevExpress.XtraBars.BarEditItem();
            this.MailServerComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.ReceiveNameEdit = new DevExpress.XtraBars.BarEditItem();
            this.ButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.barEditItem4 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemRadioGroup1 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
            this.barButtonGroup2 = new DevExpress.XtraBars.BarButtonGroup();
            this.barButtonGroup3 = new DevExpress.XtraBars.BarButtonGroup();
            this.Accessory = new DevExpress.XtraBars.BarStaticItem();
            this.AccStatic = new DevExpress.XtraBars.BarStaticItem();
            this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.AddSendMailLog = new DevExpress.XtraBars.BarEditItem();
            this.AutoAddSendRecordCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.AddCommuRecord = new DevExpress.XtraBars.BarEditItem();
            this.AutoAddCommuRecordCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.MailCollectionType = new DevExpress.XtraBars.BarEditItem();
            this.CollectionItemRadioGroup = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.DeleteRepeatInfo = new DevExpress.XtraBars.BarButtonItem();
            this.ParamOptionSetting = new DevExpress.XtraBars.BarButtonItem();
            this.FishCookieSetting = new DevExpress.XtraBars.BarButtonItem();
            this.ImportCookieTxt = new DevExpress.XtraBars.BarButtonItem();
            this.AddUserBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.UserEditBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.DeleteUserBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.ExportUserBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.ImportUserBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.ParamSettingBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.FliterUsersComboBox = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.ConvertBase64BarButton = new DevExpress.XtraBars.BarButtonItem();
            this.MailXssPage = new DevExpress.XtraReports.UserDesigner.XRDesignRibbonPage();
            this.xrDesignRibbonPageGroup1 = new DevExpress.XtraReports.UserDesigner.XRDesignRibbonPageGroup();
            this.xrDesignRibbonPageGroup2 = new DevExpress.XtraReports.UserDesigner.XRDesignRibbonPageGroup();
            this.xrDesignRibbonPageGroup7 = new DevExpress.XtraReports.UserDesigner.XRDesignRibbonPageGroup();
            this.xrDesignRibbonPageGroup9 = new DevExpress.XtraReports.UserDesigner.XRDesignRibbonPageGroup();
            this.CookieMail = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPage();
            this.printPreviewRibbonPageGroup7 = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroup();
            this.printPreviewRibbonPageGroup6 = new DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroup();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.CommonReceiveMailPage = new DevExpress.XtraReports.UserDesigner.XRHtmlRibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit7 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit8 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemZoomTrackBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar();
            this.repositoryItemTextEdit12 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.ServerDateEdit = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.repositoryItemRadioGroup3 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
            this.xrDesignRibbonPageGroup8 = new DevExpress.XtraReports.UserDesigner.XRDesignRibbonPageGroup();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer();
            this.MailToolBox = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
            this.UserFunc = new DevExpress.XtraNavBar.NavBarGroup();
            this.SendMail = new DevExpress.XtraNavBar.NavBarItem();
            this.AddAccessory = new DevExpress.XtraNavBar.NavBarItem();
            this.LogRecord = new DevExpress.XtraNavBar.NavBarItem();
            this.TimeSend = new DevExpress.XtraNavBar.NavBarItem();
            this.ConfigFunc = new DevExpress.XtraNavBar.NavBarGroup();
            this.AddSMTPServer = new DevExpress.XtraNavBar.NavBarItem();
            this.AddDNS = new DevExpress.XtraNavBar.NavBarItem();
            this.hideContainerRight = new DevExpress.XtraBars.Docking.AutoHideContainer();
            this.InfoRecord = new DevExpress.XtraBars.Docking.DockPanel();
            this.controlContainer2 = new DevExpress.XtraBars.Docking.ControlContainer();
            this.trvListInfo = new System.Windows.Forms.TreeView();
            this.TreeControlMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tlsDelAddreess = new System.Windows.Forms.ToolStripMenuItem();
            this.tlsAllDelAddreess = new System.Windows.Forms.ToolStripMenuItem();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.SendMailRecord = new DevExpress.XtraBars.Docking.DockPanel();
            this.controlContainer3 = new DevExpress.XtraBars.Docking.ControlContainer();
            this.trvLogList = new System.Windows.Forms.TreeView();
            this.StatusInfo = new DevExpress.XtraBars.Docking.DockPanel();
            this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
            this.MailInfoOutput = new DevExpress.XtraEditors.MemoEdit();
            this.printPreviewBarItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.bar3 = new DevExpress.XtraBars.Bar();
            this.SenMailProgress = new DevExpress.XtraBars.BarEditItem();
            this.ItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.importFileDlg = new System.Windows.Forms.OpenFileDialog();
            this.CollectionType = new DevExpress.XtraBars.BarEditItem();
            this.CookieMailPanel = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.recentlyUsedItemsComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.designRepositoryItemComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MainRibbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.applicationMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrDesignRibbonController1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrDesignDockManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MailEditorPanel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MailServerComboBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ButtonEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.AutoAddSendRecordCheckEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.AutoAddCommuRecordCheckEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CollectionItemRadioGroup)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ServerDateEdit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ServerDateEdit.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.hideContainerLeft.SuspendLayout();
            this.MailToolBox.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
            this.hideContainerRight.SuspendLayout();
            this.InfoRecord.SuspendLayout();
            this.controlContainer2.SuspendLayout();
            this.TreeControlMenu.SuspendLayout();
            this.SendMailRecord.SuspendLayout();
            this.controlContainer3.SuspendLayout();
            this.StatusInfo.SuspendLayout();
            this.controlContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.MailInfoOutput.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemProgressBar1)).BeginInit();
            this.SuspendLayout();
            // 
            // recentlyUsedItemsComboBox1
            // 
            this.recentlyUsedItemsComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.recentlyUsedItemsComboBox1.Name = "recentlyUsedItemsComboBox1";
            this.recentlyUsedItemsComboBox1.UseParentBackground = true;
            // 
            // designRepositoryItemComboBox1
            // 
            this.designRepositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.designRepositoryItemComboBox1.Name = "designRepositoryItemComboBox1";
            this.designRepositoryItemComboBox1.UseParentBackground = true;
            // 
            // MainRibbonControl
            // 
            this.MainRibbonControl.ApplicationButtonDropDownControl = this.applicationMenu1;
            this.MainRibbonControl.ApplicationButtonText = null;
            this.MainRibbonControl.Controller = this.barAndDockingController1;
            this.MainRibbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonGallerySkins,
            this.barStaticItem1,
            this.commandBarItem1,
            this.commandBarItem2,
            this.commandBarItem3,
            this.commandBarItem4,
            this.commandBarItem5,
            this.commandBarItem6,
            this.commandBarItem7,
            this.commandBarItem8,
            this.commandBarItem9,
            this.commandBarItem10,
            this.commandBarItem11,
            this.commandBarItem12,
            this.commandBarItem13,
            this.commandBarItem14,
            this.commandBarItem15,
            this.commandBarItem16,
            this.commandBarItem17,
            this.commandBarItem18,
            this.commandBarItem19,
            this.commandBarItem20,
            this.commandBarItem21,
            this.commandBarItem22,
            this.commandBarItem23,
            this.commandBarItem24,
            this.commandBarItem25,
            this.commandBarItem26,
            this.commandColorBarItem1,
            this.commandColorBarItem2,
            this.commandBarItem27,
            this.commandBarItem28,
            this.commandBarItem29,
            this.commandBarItem30,
            this.commandBarItem33,
            this.commandBarItem34,
            this.commandBarItem36,
            this.commandBarItem43,
            this.commandBarItem44,
            this.commandBarItem45,
            this.barEditItem1,
            this.barEditItem2,
            this.commandBarItem46,
            this.commandBarItem47,
            this.commandBarItem48,
            this.commandBarItem49,
            this.commandBarItem50,
            this.xrDesignBarButtonGroup1,
            this.xrDesignBarButtonGroup2,
            this.xrDesignBarButtonGroup3,
            this.xrDesignBarButtonGroup4,
            this.xrDesignBarButtonGroup5,
            this.xrDesignBarButtonGroup6,
            this.xrDesignBarButtonGroup7,
            this.xrDesignBarButtonGroup8,
            this.xrDesignBarButtonGroup9,
            this.printPreviewBarItem2,
            this.printPreviewBarItem4,
            this.printPreviewBarItem5,
            this.printPreviewBarItem6,
            this.printPreviewBarItem8,
            this.printPreviewBarItem9,
            this.printPreviewBarItem10,
            this.printPreviewBarItem11,
            this.printPreviewBarItem12,
            this.printPreviewBarItem13,
            this.printPreviewBarItem14,
            this.printPreviewBarItem15,
            this.printPreviewBarItem16,
            this.printPreviewBarItem17,
            this.printPreviewBarItem18,
            this.printPreviewBarItem19,
            this.printPreviewBarItem20,
            this.printPreviewBarItem21,
            this.DeleteAccessory,
            this.printPreviewBarItem25,
            this.printPreviewBarItem26,
            this.printPreviewBarItem27,
            this.printPreviewBarItem28,
            this.printPreviewBarItem29,
            this.printPreviewBarItem30,
            this.printPreviewBarItem31,
            this.printPreviewBarItem32,
            this.printPreviewBarItem33,
            this.printPreviewBarItem34,
            this.printPreviewBarItem36,
            this.printPreviewBarItem37,
            this.printPreviewBarItem38,
            this.printPreviewBarItem39,
            this.printPreviewBarItem40,
            this.printPreviewBarItem41,
            this.printPreviewBarItem42,
            this.ExitButton,
            this.barStaticItem2,
            this.printPreviewStaticItem2,
            this.printPreviewBarItem1,
            this.NickNameEdit,
            this.SendMailNameEdit,
            this.SubjectEdit,
            this.UserNameEdit,
            this.PasswordEdit,
            this.ServerNameEdit,
            this.ReceiveNameEdit,
            this.barEditItem4,
            this.barButtonItem2,
            this.barButtonGroup1,
            this.barButtonGroup2,
            this.barButtonGroup3,
            this.Accessory,
            this.AccStatic,
            this.barEditItem3,
            this.AddSendMailLog,
            this.AddCommuRecord,
            this.MailCollectionType,
            this.ClearStatusButton,
            this.DeleteRepeatInfo,
            this.ParamOptionSetting,
            this.FishCookieSetting,
            this.ImportCookieTxt,
            this.AddUserBarButton,
            this.UserEditBarButton,
            this.DeleteUserBarButton,
            this.ExportUserBarButton,
            this.ImportUserBarButton,
            this.ParamSettingBarButton,
            this.FliterUsersComboBox,
            this.ConvertBase64BarButton});
            this.MainRibbonControl.Location = new System.Drawing.Point(0, 0);
            this.MainRibbonControl.MaxItemId = 78;
            this.MainRibbonControl.Name = "MainRibbonControl";
            this.MainRibbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.MailXssPage,
            this.CookieMail,
            this.CommonReceiveMailPage});
            this.MainRibbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit1,
            this.repositoryItemTextEdit2,
            this.repositoryItemTextEdit3,
            this.repositoryItemTextEdit4,
            this.repositoryItemTextEdit5,
            this.repositoryItemTextEdit6,
            this.repositoryItemTextEdit7,
            this.repositoryItemTextEdit8,
            this.repositoryItemZoomTrackBar1,
            this.repositoryItemTextEdit9,
            this.repositoryItemTextEdit10,
            this.repositoryItemTextEdit11,
            this.repositoryItemTextEdit12,
            this.repositoryItemTextEdit13,
            this.repositoryItemTextEdit14,
            this.MailServerComboBox,
            this.ButtonEdit,
            this.repositoryItemRadioGroup1,
            this.CollectionItemRadioGroup,
            this.repositoryItemCheckEdit1,
            this.AutoAddSendRecordCheckEdit,
            this.AutoAddCommuRecordCheckEdit,
            this.ServerDateEdit,
            this.repositoryItemRadioGroup3,
            this.repositoryItemComboBox});
            this.MainRibbonControl.SelectedPage = this.MailXssPage;
            this.MainRibbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
            this.MainRibbonControl.Size = new System.Drawing.Size(1471, 148);
            this.MainRibbonControl.TransparentEditors = true;
            this.MainRibbonControl.SelectedPageChanged += new System.EventHandler(this.MainRibbonControl_SelectedPageChanged);
            // 
            // applicationMenu1
            // 
            this.applicationMenu1.BottomPaneControlContainer = null;
            this.applicationMenu1.ItemLinks.Add(this.ClearStatusButton, true);
            this.applicationMenu1.ItemLinks.Add(this.ExitButton);
            this.applicationMenu1.Name = "applicationMenu1";
            this.applicationMenu1.Ribbon = this.MainRibbonControl;
            this.applicationMenu1.RightPaneControlContainer = null;
            this.applicationMenu1.ShowRightPane = true;
            // 
            // ClearStatusButton
            // 
            this.ClearStatusButton.Caption = "清空状态记录";
            this.ClearStatusButton.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlRefreshLarge;
            this.ClearStatusButton.Id = 64;
            this.ClearStatusButton.Name = "ClearStatusButton";
            this.ClearStatusButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ClearStatusButton_ItemClick);
            // 
            // ExitButton
            // 
            this.ExitButton.Caption = "退出";
            this.ExitButton.Description = "Closes this program after prompting you to save unsaved report.";
            this.ExitButton.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ClosePreview;
            this.ExitButton.Hint = "Closes this program after prompting you to save unsaved report.";
            this.ExitButton.Id = 27;
            this.ExitButton.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ClosePreviewLarge;
            this.ExitButton.Name = "ExitButton";
            this.ExitButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ExitButton_ItemClick);
            // 
            // barAndDockingController1
            // 
            this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
            // 
            // ribbonGallerySkins
            // 
            this.ribbonGallerySkins.Caption = "Skins";
            this.ribbonGallerySkins.Id = 5;
            this.ribbonGallerySkins.Name = "ribbonGallerySkins";
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = resources.GetString("barStaticItem1.Caption");
            this.barStaticItem1.Id = 6;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // commandBarItem1
            // 
            this.commandBarItem1.Caption = "Align to Grid";
            this.commandBarItem1.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignToGrid;
            this.commandBarItem1.Enabled = false;
            this.commandBarItem1.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_AlignToGrid;
            this.commandBarItem1.Id = 0;
            this.commandBarItem1.Name = "commandBarItem1";
            superToolTip1.FixedTooltipWidth = true;
            toolTipTitleItem1.Text = "Align to Grid";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Align the positions of the selected controls to the grid.";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.MaxWidth = 210;
            this.commandBarItem1.SuperTip = superToolTip1;
            // 
            // commandBarItem2
            // 
            this.commandBarItem2.Caption = "Align Lefts";
            this.commandBarItem2.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignLeft;
            this.commandBarItem2.Enabled = false;
            this.commandBarItem2.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_AlignLeft;
            this.commandBarItem2.Id = 1;
            this.commandBarItem2.Name = "commandBarItem2";
            superToolTip2.FixedTooltipWidth = true;
            toolTipTitleItem2.Text = "Align Lefts";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Left align the selected controls.";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            superToolTip2.MaxWidth = 210;
            this.commandBarItem2.SuperTip = superToolTip2;
            // 
            // commandBarItem3
            // 
            this.commandBarItem3.Caption = "Align Centers";
            this.commandBarItem3.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignVerticalCenters;
            this.commandBarItem3.Enabled = false;
            this.commandBarItem3.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_AlignVerticalCenters;
            this.commandBarItem3.Id = 2;
            this.commandBarItem3.Name = "commandBarItem3";
            superToolTip3.FixedTooltipWidth = true;
            toolTipTitleItem3.Text = "Align Centers";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Align the centers of the selected controls vertically.";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            superToolTip3.MaxWidth = 210;
            this.commandBarItem3.SuperTip = superToolTip3;
            // 
            // commandBarItem4
            // 
            this.commandBarItem4.Caption = "Align Rights";
            this.commandBarItem4.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignRight;
            this.commandBarItem4.Enabled = false;
            this.commandBarItem4.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_AlignRight;
            this.commandBarItem4.Id = 3;
            this.commandBarItem4.Name = "commandBarItem4";
            superToolTip4.FixedTooltipWidth = true;
            toolTipTitleItem4.Text = "Align Rights";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Right align the selected controls.";
            superToolTip4.Items.Add(toolTipTitleItem4);
            superToolTip4.Items.Add(toolTipItem4);
            superToolTip4.MaxWidth = 210;
            this.commandBarItem4.SuperTip = superToolTip4;
            // 
            // commandBarItem5
            // 
            this.commandBarItem5.Caption = "Align Tops";
            this.commandBarItem5.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignTop;
            this.commandBarItem5.Enabled = false;
            this.commandBarItem5.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_AlignTop;
            this.commandBarItem5.Id = 4;
            this.commandBarItem5.Name = "commandBarItem5";
            superToolTip5.FixedTooltipWidth = true;
            toolTipTitleItem5.Text = "Align Tops";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Align the tops of the selected controls.";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem5);
            superToolTip5.MaxWidth = 210;
            this.commandBarItem5.SuperTip = superToolTip5;
            // 
            // commandBarItem6
            // 
            this.commandBarItem6.Caption = "Align Middles";
            this.commandBarItem6.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignHorizontalCenters;
            this.commandBarItem6.Enabled = false;
            this.commandBarItem6.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_AlignHorizontalCenters;
            this.commandBarItem6.Id = 5;
            this.commandBarItem6.Name = "commandBarItem6";
            superToolTip6.FixedTooltipWidth = true;
            toolTipTitleItem6.Text = "Align Middles";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "Align the centers of the selected controls horizontally.";
            superToolTip6.Items.Add(toolTipTitleItem6);
            superToolTip6.Items.Add(toolTipItem6);
            superToolTip6.MaxWidth = 210;
            this.commandBarItem6.SuperTip = superToolTip6;
            // 
            // commandBarItem7
            // 
            this.commandBarItem7.Caption = "Align Bottoms";
            this.commandBarItem7.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignBottom;
            this.commandBarItem7.Enabled = false;
            this.commandBarItem7.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_AlignBottom;
            this.commandBarItem7.Id = 6;
            this.commandBarItem7.Name = "commandBarItem7";
            superToolTip7.FixedTooltipWidth = true;
            toolTipTitleItem7.Text = "Align Bottoms";
            toolTipItem7.LeftIndent = 6;
            toolTipItem7.Text = "Align the bottoms of the selected controls.";
            superToolTip7.Items.Add(toolTipTitleItem7);
            superToolTip7.Items.Add(toolTipItem7);
            superToolTip7.MaxWidth = 210;
            this.commandBarItem7.SuperTip = superToolTip7;
            // 
            // commandBarItem8
            // 
            this.commandBarItem8.Caption = "Make Same Width";
            this.commandBarItem8.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControlWidth;
            this.commandBarItem8.Enabled = false;
            this.commandBarItem8.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_SizeToControlWidth;
            this.commandBarItem8.Id = 7;
            this.commandBarItem8.Name = "commandBarItem8";
            superToolTip8.FixedTooltipWidth = true;
            toolTipTitleItem8.Text = "Make Same Width";
            toolTipItem8.LeftIndent = 6;
            toolTipItem8.Text = "Make the selected controls have the same width.";
            superToolTip8.Items.Add(toolTipTitleItem8);
            superToolTip8.Items.Add(toolTipItem8);
            superToolTip8.MaxWidth = 210;
            this.commandBarItem8.SuperTip = superToolTip8;
            // 
            // commandBarItem9
            // 
            this.commandBarItem9.Caption = "Size to Grid";
            this.commandBarItem9.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToGrid;
            this.commandBarItem9.Enabled = false;
            this.commandBarItem9.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_SizeToGrid;
            this.commandBarItem9.Id = 8;
            this.commandBarItem9.Name = "commandBarItem9";
            superToolTip9.FixedTooltipWidth = true;
            toolTipTitleItem9.Text = "Size to Grid";
            toolTipItem9.LeftIndent = 6;
            toolTipItem9.Text = "Size the selected controls to the grid.";
            superToolTip9.Items.Add(toolTipTitleItem9);
            superToolTip9.Items.Add(toolTipItem9);
            superToolTip9.MaxWidth = 210;
            this.commandBarItem9.SuperTip = superToolTip9;
            // 
            // commandBarItem10
            // 
            this.commandBarItem10.Caption = "Make Same Height";
            this.commandBarItem10.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControlHeight;
            this.commandBarItem10.Enabled = false;
            this.commandBarItem10.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_SizeToControlHeight;
            this.commandBarItem10.Id = 9;
            this.commandBarItem10.Name = "commandBarItem10";
            superToolTip10.FixedTooltipWidth = true;
            toolTipTitleItem10.Text = "Make Same Height";
            toolTipItem10.LeftIndent = 6;
            toolTipItem10.Text = "Make the selected controls have the same height.";
            superToolTip10.Items.Add(toolTipTitleItem10);
            superToolTip10.Items.Add(toolTipItem10);
            superToolTip10.MaxWidth = 210;
            this.commandBarItem10.SuperTip = superToolTip10;
            // 
            // commandBarItem11
            // 
            this.commandBarItem11.Caption = "Make Same Size";
            this.commandBarItem11.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControl;
            this.commandBarItem11.Enabled = false;
            this.commandBarItem11.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_SizeToControl;
            this.commandBarItem11.Id = 10;
            this.commandBarItem11.Name = "commandBarItem11";
            superToolTip11.FixedTooltipWidth = true;
            toolTipTitleItem11.Text = "Make Same Size";
            toolTipItem11.LeftIndent = 6;
            toolTipItem11.Text = "Make the selected controls have the same size.";
            superToolTip11.Items.Add(toolTipTitleItem11);
            superToolTip11.Items.Add(toolTipItem11);
            superToolTip11.MaxWidth = 210;
            this.commandBarItem11.SuperTip = superToolTip11;
            // 
            // commandBarItem12
            // 
            this.commandBarItem12.Caption = "Make Horizontal Spacing Equal";
            this.commandBarItem12.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceMakeEqual;
            this.commandBarItem12.Enabled = false;
            this.commandBarItem12.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HorizSpaceMakeEqual;
            this.commandBarItem12.Id = 11;
            this.commandBarItem12.Name = "commandBarItem12";
            superToolTip12.FixedTooltipWidth = true;
            toolTipTitleItem12.Text = "Make Horizontal Spacing Equal";
            toolTipItem12.LeftIndent = 6;
            toolTipItem12.Text = "Make the horizontal spacing between the selected controls equal.";
            superToolTip12.Items.Add(toolTipTitleItem12);
            superToolTip12.Items.Add(toolTipItem12);
            superToolTip12.MaxWidth = 210;
            this.commandBarItem12.SuperTip = superToolTip12;
            // 
            // commandBarItem13
            // 
            this.commandBarItem13.Caption = "Increase Horizontal Spacing";
            this.commandBarItem13.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceIncrease;
            this.commandBarItem13.Enabled = false;
            this.commandBarItem13.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HorizSpaceIncrease;
            this.commandBarItem13.Id = 12;
            this.commandBarItem13.Name = "commandBarItem13";
            superToolTip13.FixedTooltipWidth = true;
            toolTipTitleItem13.Text = "Increase Horizontal Spacing";
            toolTipItem13.LeftIndent = 6;
            toolTipItem13.Text = "Increase the horizontal spacing between the selected controls.";
            superToolTip13.Items.Add(toolTipTitleItem13);
            superToolTip13.Items.Add(toolTipItem13);
            superToolTip13.MaxWidth = 210;
            this.commandBarItem13.SuperTip = superToolTip13;
            // 
            // commandBarItem14
            // 
            this.commandBarItem14.Caption = "Decrease Horizontal Spacing";
            this.commandBarItem14.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceDecrease;
            this.commandBarItem14.Enabled = false;
            this.commandBarItem14.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HorizSpaceDecrease;
            this.commandBarItem14.Id = 13;
            this.commandBarItem14.Name = "commandBarItem14";
            superToolTip14.FixedTooltipWidth = true;
            toolTipTitleItem14.Text = "Decrease Horizontal Spacing";
            toolTipItem14.LeftIndent = 6;
            toolTipItem14.Text = "Decrease the horizontal spacing between the selected controls.";
            superToolTip14.Items.Add(toolTipTitleItem14);
            superToolTip14.Items.Add(toolTipItem14);
            superToolTip14.MaxWidth = 210;
            this.commandBarItem14.SuperTip = superToolTip14;
            // 
            // commandBarItem15
            // 
            this.commandBarItem15.Caption = "Remove Horizontal Spacing";
            this.commandBarItem15.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceConcatenate;
            this.commandBarItem15.Enabled = false;
            this.commandBarItem15.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HorizSpaceConcatenate;
            this.commandBarItem15.Id = 14;
            this.commandBarItem15.Name = "commandBarItem15";
            superToolTip15.FixedTooltipWidth = true;
            toolTipTitleItem15.Text = "Remove Horizontal Spacing";
            toolTipItem15.LeftIndent = 6;
            toolTipItem15.Text = "Remove the horizontal spacing between the selected controls.";
            superToolTip15.Items.Add(toolTipTitleItem15);
            superToolTip15.Items.Add(toolTipItem15);
            superToolTip15.MaxWidth = 210;
            this.commandBarItem15.SuperTip = superToolTip15;
            // 
            // commandBarItem16
            // 
            this.commandBarItem16.Caption = "Make Vertical Spacing Equal";
            this.commandBarItem16.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceMakeEqual;
            this.commandBarItem16.Enabled = false;
            this.commandBarItem16.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_VertSpaceMakeEqual;
            this.commandBarItem16.Id = 15;
            this.commandBarItem16.Name = "commandBarItem16";
            superToolTip16.FixedTooltipWidth = true;
            toolTipTitleItem16.Text = "Make Vertical Spacing Equal";
            toolTipItem16.LeftIndent = 6;
            toolTipItem16.Text = "Make the vertical spacing between the selected controls equal.";
            superToolTip16.Items.Add(toolTipTitleItem16);
            superToolTip16.Items.Add(toolTipItem16);
            superToolTip16.MaxWidth = 210;
            this.commandBarItem16.SuperTip = superToolTip16;
            // 
            // commandBarItem17
            // 
            this.commandBarItem17.Caption = "Increase Vertical Spacing";
            this.commandBarItem17.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceIncrease;
            this.commandBarItem17.Enabled = false;
            this.commandBarItem17.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_VertSpaceIncrease;
            this.commandBarItem17.Id = 16;
            this.commandBarItem17.Name = "commandBarItem17";
            superToolTip17.FixedTooltipWidth = true;
            toolTipTitleItem17.Text = "Increase Vertical Spacing";
            toolTipItem17.LeftIndent = 6;
            toolTipItem17.Text = "Increase the vertical spacing between the selected controls.";
            superToolTip17.Items.Add(toolTipTitleItem17);
            superToolTip17.Items.Add(toolTipItem17);
            superToolTip17.MaxWidth = 210;
            this.commandBarItem17.SuperTip = superToolTip17;
            // 
            // commandBarItem18
            // 
            this.commandBarItem18.Caption = "Decrease Vertical Spacing";
            this.commandBarItem18.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceDecrease;
            this.commandBarItem18.Enabled = false;
            this.commandBarItem18.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_VertSpaceDecrease;
            this.commandBarItem18.Id = 17;
            this.commandBarItem18.Name = "commandBarItem18";
            superToolTip18.FixedTooltipWidth = true;
            toolTipTitleItem18.Text = "Decrease Vertical Spacing";
            toolTipItem18.LeftIndent = 6;
            toolTipItem18.Text = "Decrease the vertical spacing between the selected controls.";
            superToolTip18.Items.Add(toolTipTitleItem18);
            superToolTip18.Items.Add(toolTipItem18);
            superToolTip18.MaxWidth = 210;
            this.commandBarItem18.SuperTip = superToolTip18;
            // 
            // commandBarItem19
            // 
            this.commandBarItem19.Caption = "Remove Vertical Spacing";
            this.commandBarItem19.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceConcatenate;
            this.commandBarItem19.Enabled = false;
            this.commandBarItem19.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_VertSpaceConcatenate;
            this.commandBarItem19.Id = 18;
            this.commandBarItem19.Name = "commandBarItem19";
            superToolTip19.FixedTooltipWidth = true;
            toolTipTitleItem19.Text = "Remove Vertical Spacing";
            toolTipItem19.LeftIndent = 6;
            toolTipItem19.Text = "Remove the vertical spacing between the selected controls.";
            superToolTip19.Items.Add(toolTipTitleItem19);
            superToolTip19.Items.Add(toolTipItem19);
            superToolTip19.MaxWidth = 210;
            this.commandBarItem19.SuperTip = superToolTip19;
            // 
            // commandBarItem20
            // 
            this.commandBarItem20.Caption = "Center Horizontally";
            this.commandBarItem20.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.CenterHorizontally;
            this.commandBarItem20.Enabled = false;
            this.commandBarItem20.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_CenterHorizontally;
            this.commandBarItem20.Id = 19;
            this.commandBarItem20.Name = "commandBarItem20";
            superToolTip20.FixedTooltipWidth = true;
            toolTipTitleItem20.Text = "Center Horizontally";
            toolTipItem20.LeftIndent = 6;
            toolTipItem20.Text = "Horizontally center the selected controls within a band.";
            superToolTip20.Items.Add(toolTipTitleItem20);
            superToolTip20.Items.Add(toolTipItem20);
            superToolTip20.MaxWidth = 210;
            this.commandBarItem20.SuperTip = superToolTip20;
            // 
            // commandBarItem21
            // 
            this.commandBarItem21.Caption = "Center Vetically";
            this.commandBarItem21.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.CenterVertically;
            this.commandBarItem21.Enabled = false;
            this.commandBarItem21.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_CenterVertically;
            this.commandBarItem21.Id = 20;
            this.commandBarItem21.Name = "commandBarItem21";
            superToolTip21.FixedTooltipWidth = true;
            toolTipTitleItem21.Text = "Center Vetically";
            toolTipItem21.LeftIndent = 6;
            toolTipItem21.Text = "Vertically center the selected controls within a band.";
            superToolTip21.Items.Add(toolTipTitleItem21);
            superToolTip21.Items.Add(toolTipItem21);
            superToolTip21.MaxWidth = 210;
            this.commandBarItem21.SuperTip = superToolTip21;
            // 
            // commandBarItem22
            // 
            this.commandBarItem22.Caption = "Bring to Front";
            this.commandBarItem22.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.BringToFront;
            this.commandBarItem22.Enabled = false;
            this.commandBarItem22.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_BringToFront;
            this.commandBarItem22.Id = 21;
            this.commandBarItem22.Name = "commandBarItem22";
            superToolTip22.FixedTooltipWidth = true;
            toolTipTitleItem22.Text = "Bring to Front";
            toolTipItem22.LeftIndent = 6;
            toolTipItem22.Text = "Bring the selected controls to the front.";
            superToolTip22.Items.Add(toolTipTitleItem22);
            superToolTip22.Items.Add(toolTipItem22);
            superToolTip22.MaxWidth = 210;
            this.commandBarItem22.SuperTip = superToolTip22;
            // 
            // commandBarItem23
            // 
            this.commandBarItem23.Caption = "Send to Back";
            this.commandBarItem23.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SendToBack;
            this.commandBarItem23.Enabled = false;
            this.commandBarItem23.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_SendToBack;
            this.commandBarItem23.Id = 22;
            this.commandBarItem23.Name = "commandBarItem23";
            superToolTip23.FixedTooltipWidth = true;
            toolTipTitleItem23.Text = "Send to Back";
            toolTipItem23.LeftIndent = 6;
            toolTipItem23.Text = "Move the selected controls to the back.";
            superToolTip23.Items.Add(toolTipTitleItem23);
            superToolTip23.Items.Add(toolTipItem23);
            superToolTip23.MaxWidth = 210;
            this.commandBarItem23.SuperTip = superToolTip23;
            // 
            // commandBarItem24
            // 
            this.commandBarItem24.Caption = "Bold";
            this.commandBarItem24.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.FontBold;
            this.commandBarItem24.Enabled = false;
            this.commandBarItem24.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_FontBold;
            this.commandBarItem24.Id = 23;
            this.commandBarItem24.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B));
            this.commandBarItem24.Name = "commandBarItem24";
            superToolTip24.FixedTooltipWidth = true;
            toolTipTitleItem24.Text = "Bold (Ctrl+B)";
            toolTipItem24.LeftIndent = 6;
            toolTipItem24.Text = "Make the selected text bold.";
            superToolTip24.Items.Add(toolTipTitleItem24);
            superToolTip24.Items.Add(toolTipItem24);
            superToolTip24.MaxWidth = 210;
            this.commandBarItem24.SuperTip = superToolTip24;
            // 
            // commandBarItem25
            // 
            this.commandBarItem25.Caption = "Italic";
            this.commandBarItem25.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.FontItalic;
            this.commandBarItem25.Enabled = false;
            this.commandBarItem25.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_FontItalic;
            this.commandBarItem25.Id = 24;
            this.commandBarItem25.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I));
            this.commandBarItem25.Name = "commandBarItem25";
            superToolTip25.FixedTooltipWidth = true;
            toolTipTitleItem25.Text = "Italic (Ctrl+I)";
            toolTipItem25.LeftIndent = 6;
            toolTipItem25.Text = "Italicize the text.";
            superToolTip25.Items.Add(toolTipTitleItem25);
            superToolTip25.Items.Add(toolTipItem25);
            superToolTip25.MaxWidth = 210;
            this.commandBarItem25.SuperTip = superToolTip25;
            // 
            // commandBarItem26
            // 
            this.commandBarItem26.Caption = "Underline";
            this.commandBarItem26.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.FontUnderline;
            this.commandBarItem26.Enabled = false;
            this.commandBarItem26.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_FontUnderline;
            this.commandBarItem26.Id = 25;
            this.commandBarItem26.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U));
            this.commandBarItem26.Name = "commandBarItem26";
            superToolTip26.FixedTooltipWidth = true;
            toolTipTitleItem26.Text = "Underline (Ctrl+U)";
            toolTipItem26.LeftIndent = 6;
            toolTipItem26.Text = "Underline hte selected text.";
            superToolTip26.Items.Add(toolTipTitleItem26);
            superToolTip26.Items.Add(toolTipItem26);
            superToolTip26.MaxWidth = 210;
            this.commandBarItem26.SuperTip = superToolTip26;
            // 
            // commandColorBarItem1
            // 
            this.commandColorBarItem1.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.commandColorBarItem1.Caption = "Foreground Color";
            this.commandColorBarItem1.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.ForeColor;
            this.commandColorBarItem1.Enabled = false;
            this.commandColorBarItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("commandColorBarItem1.Glyph")));
            this.commandColorBarItem1.Id = 26;
            this.commandColorBarItem1.Name = "commandColorBarItem1";
            superToolTip27.FixedTooltipWidth = true;
            toolTipTitleItem27.Text = "Foreground Color";
            toolTipItem27.LeftIndent = 6;
            toolTipItem27.Text = "Change the text foreground color.";
            superToolTip27.Items.Add(toolTipTitleItem27);
            superToolTip27.Items.Add(toolTipItem27);
            superToolTip27.MaxWidth = 210;
            this.commandColorBarItem1.SuperTip = superToolTip27;
            // 
            // commandColorBarItem2
            // 
            this.commandColorBarItem2.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.commandColorBarItem2.Caption = "Background Color";
            this.commandColorBarItem2.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.BackColor;
            this.commandColorBarItem2.Enabled = false;
            this.commandColorBarItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("commandColorBarItem2.Glyph")));
            this.commandColorBarItem2.Id = 27;
            this.commandColorBarItem2.Name = "commandColorBarItem2";
            superToolTip28.FixedTooltipWidth = true;
            toolTipTitleItem28.Text = "Background Color";
            toolTipItem28.LeftIndent = 6;
            toolTipItem28.Text = "Change the text background color.";
            superToolTip28.Items.Add(toolTipTitleItem28);
            superToolTip28.Items.Add(toolTipItem28);
            superToolTip28.MaxWidth = 210;
            this.commandColorBarItem2.SuperTip = superToolTip28;
            // 
            // commandBarItem27
            // 
            this.commandBarItem27.Caption = "Align Text Left";
            this.commandBarItem27.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyLeft;
            this.commandBarItem27.Enabled = false;
            this.commandBarItem27.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_JustifyLeft;
            this.commandBarItem27.Id = 28;
            this.commandBarItem27.Name = "commandBarItem27";
            superToolTip29.FixedTooltipWidth = true;
            toolTipTitleItem29.Text = "Align Text Left";
            toolTipItem29.LeftIndent = 6;
            toolTipItem29.Text = "Align text to the left.";
            superToolTip29.Items.Add(toolTipTitleItem29);
            superToolTip29.Items.Add(toolTipItem29);
            superToolTip29.MaxWidth = 210;
            this.commandBarItem27.SuperTip = superToolTip29;
            // 
            // commandBarItem28
            // 
            this.commandBarItem28.Caption = "Center Text";
            this.commandBarItem28.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyCenter;
            this.commandBarItem28.Enabled = false;
            this.commandBarItem28.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_JustifyCenter;
            this.commandBarItem28.Id = 29;
            this.commandBarItem28.Name = "commandBarItem28";
            superToolTip30.FixedTooltipWidth = true;
            toolTipTitleItem30.Text = "Center Text";
            toolTipItem30.LeftIndent = 6;
            toolTipItem30.Text = "Center text.";
            superToolTip30.Items.Add(toolTipTitleItem30);
            superToolTip30.Items.Add(toolTipItem30);
            superToolTip30.MaxWidth = 210;
            this.commandBarItem28.SuperTip = superToolTip30;
            // 
            // commandBarItem29
            // 
            this.commandBarItem29.Caption = "Align Text Right";
            this.commandBarItem29.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyRight;
            this.commandBarItem29.Enabled = false;
            this.commandBarItem29.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_JustifyRight;
            this.commandBarItem29.Id = 30;
            this.commandBarItem29.Name = "commandBarItem29";
            superToolTip31.FixedTooltipWidth = true;
            toolTipTitleItem31.Text = "Align Text Right";
            toolTipItem31.LeftIndent = 6;
            toolTipItem31.Text = "Align text to the right.";
            superToolTip31.Items.Add(toolTipTitleItem31);
            superToolTip31.Items.Add(toolTipItem31);
            superToolTip31.MaxWidth = 210;
            this.commandBarItem29.SuperTip = superToolTip31;
            // 
            // commandBarItem30
            // 
            this.commandBarItem30.Caption = "Justify";
            this.commandBarItem30.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyJustify;
            this.commandBarItem30.Enabled = false;
            this.commandBarItem30.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_JustifyJustify;
            this.commandBarItem30.Id = 31;
            this.commandBarItem30.Name = "commandBarItem30";
            superToolTip32.FixedTooltipWidth = true;
            toolTipTitleItem32.Text = "Justify";
            toolTipItem32.LeftIndent = 6;
            toolTipItem32.Text = "Align text to both the left and right sides, adding extra space between words as " +
                "necessary.";
            superToolTip32.Items.Add(toolTipTitleItem32);
            superToolTip32.Items.Add(toolTipItem32);
            superToolTip32.MaxWidth = 210;
            this.commandBarItem30.SuperTip = superToolTip32;
            // 
            // commandBarItem33
            // 
            this.commandBarItem33.Caption = "New Report";
            this.commandBarItem33.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.NewReport;
            this.commandBarItem33.Description = "Create a new blank report so that you can insert fields and controls and design a" +
                " report.";
            this.commandBarItem33.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_NewReport;
            this.commandBarItem33.Id = 34;
            this.commandBarItem33.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
            this.commandBarItem33.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_NewReportLarge;
            this.commandBarItem33.Name = "commandBarItem33";
            superToolTip33.FixedTooltipWidth = true;
            toolTipTitleItem33.Text = "New Blank Report (Ctrl+N)";
            toolTipItem33.LeftIndent = 6;
            toolTipItem33.Text = "Create a new blank report so that you can insert fields and controls and design a" +
                " report.";
            superToolTip33.Items.Add(toolTipTitleItem33);
            superToolTip33.Items.Add(toolTipItem33);
            superToolTip33.MaxWidth = 210;
            this.commandBarItem33.SuperTip = superToolTip33;
            // 
            // commandBarItem34
            // 
            this.commandBarItem34.Caption = "New via Wizard...";
            this.commandBarItem34.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.NewReportWizard;
            this.commandBarItem34.Description = "Launch the report wizard which helps you to create simple, customized reports.";
            this.commandBarItem34.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_NewReportWizard;
            this.commandBarItem34.Id = 35;
            this.commandBarItem34.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W));
            this.commandBarItem34.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_NewReportWizardLarge;
            this.commandBarItem34.Name = "commandBarItem34";
            superToolTip34.FixedTooltipWidth = true;
            toolTipTitleItem34.Text = "New Report via Wizard (Ctrl+W)";
            toolTipItem34.LeftIndent = 6;
            toolTipItem34.Text = "Launch the report wizard which helps you to create simple, customized reports.";
            superToolTip34.Items.Add(toolTipTitleItem34);
            superToolTip34.Items.Add(toolTipItem34);
            superToolTip34.MaxWidth = 210;
            this.commandBarItem34.SuperTip = superToolTip34;
            // 
            // commandBarItem36
            // 
            this.commandBarItem36.Caption = "Save";
            this.commandBarItem36.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SaveFile;
            this.commandBarItem36.Description = "Save a report.";
            this.commandBarItem36.Enabled = false;
            this.commandBarItem36.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_SaveFile;
            this.commandBarItem36.Id = 37;
            this.commandBarItem36.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
            this.commandBarItem36.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_SaveFileLarge;
            this.commandBarItem36.Name = "commandBarItem36";
            superToolTip35.FixedTooltipWidth = true;
            toolTipTitleItem35.Text = "Save Report (Ctrl+S)";
            toolTipItem35.LeftIndent = 6;
            toolTipItem35.Text = "Save a report.";
            superToolTip35.Items.Add(toolTipTitleItem35);
            superToolTip35.Items.Add(toolTipItem35);
            superToolTip35.MaxWidth = 210;
            this.commandBarItem36.SuperTip = superToolTip35;
            // 
            // commandBarItem43
            // 
            this.commandBarItem43.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.commandBarItem43.Caption = "Zoom";
            this.commandBarItem43.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.Zoom;
            this.commandBarItem43.Enabled = false;
            this.commandBarItem43.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_Zoom;
            this.commandBarItem43.Id = 44;
            this.commandBarItem43.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_ZoomLarge;
            this.commandBarItem43.Name = "commandBarItem43";
            superToolTip36.FixedTooltipWidth = true;
            toolTipTitleItem36.Text = "Zoom";
            toolTipItem36.LeftIndent = 6;
            toolTipItem36.Text = "Change the zoom level of the document designer.";
            superToolTip36.Items.Add(toolTipTitleItem36);
            superToolTip36.Items.Add(toolTipItem36);
            superToolTip36.MaxWidth = 210;
            this.commandBarItem43.SuperTip = superToolTip36;
            // 
            // commandBarItem44
            // 
            this.commandBarItem44.Caption = "Zoom In";
            this.commandBarItem44.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.ZoomIn;
            this.commandBarItem44.Enabled = false;
            this.commandBarItem44.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_ZoomIn;
            this.commandBarItem44.Id = 45;
            this.commandBarItem44.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Add));
            this.commandBarItem44.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_ZoomInLarge;
            this.commandBarItem44.Name = "commandBarItem44";
            superToolTip37.FixedTooltipWidth = true;
            toolTipTitleItem37.Text = "Zoom In (Ctrl+Add)";
            toolTipItem37.LeftIndent = 6;
            toolTipItem37.Text = "Zoom in to get a close-up view of the report.";
            superToolTip37.Items.Add(toolTipTitleItem37);
            superToolTip37.Items.Add(toolTipItem37);
            superToolTip37.MaxWidth = 210;
            this.commandBarItem44.SuperTip = superToolTip37;
            // 
            // commandBarItem45
            // 
            this.commandBarItem45.Caption = "Zoom Out";
            this.commandBarItem45.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.ZoomOut;
            this.commandBarItem45.Enabled = false;
            this.commandBarItem45.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_ZoomOut;
            this.commandBarItem45.Id = 46;
            this.commandBarItem45.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Subtract));
            this.commandBarItem45.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_ZoomOutLarge;
            this.commandBarItem45.Name = "commandBarItem45";
            superToolTip38.FixedTooltipWidth = true;
            toolTipTitleItem38.Text = "Zoom Out (Ctrl+Subtract)";
            toolTipItem38.LeftIndent = 6;
            toolTipItem38.Text = "Zoom out to see more of the report at a reduced size.";
            superToolTip38.Items.Add(toolTipTitleItem38);
            superToolTip38.Items.Add(toolTipItem38);
            superToolTip38.MaxWidth = 210;
            this.commandBarItem45.SuperTip = superToolTip38;
            // 
            // barEditItem1
            // 
            this.barEditItem1.Edit = this.recentlyUsedItemsComboBox1;
            this.barEditItem1.Id = 47;
            this.barEditItem1.Name = "barEditItem1";
            superToolTip39.FixedTooltipWidth = true;
            toolTipTitleItem39.Text = "Font";
            toolTipItem39.LeftIndent = 6;
            toolTipItem39.Text = "Change the font face.";
            superToolTip39.Items.Add(toolTipTitleItem39);
            superToolTip39.Items.Add(toolTipItem39);
            superToolTip39.MaxWidth = 210;
            this.barEditItem1.SuperTip = superToolTip39;
            this.barEditItem1.Width = 140;
            // 
            // barEditItem2
            // 
            this.barEditItem2.Edit = this.designRepositoryItemComboBox1;
            this.barEditItem2.Id = 48;
            this.barEditItem2.Name = "barEditItem2";
            superToolTip40.FixedTooltipWidth = true;
            toolTipTitleItem40.Text = "Font Size";
            toolTipItem40.LeftIndent = 6;
            toolTipItem40.Text = "Change the font size.";
            superToolTip40.Items.Add(toolTipTitleItem40);
            superToolTip40.Items.Add(toolTipItem40);
            superToolTip40.MaxWidth = 210;
            this.barEditItem2.SuperTip = superToolTip40;
            // 
            // commandBarItem46
            // 
            this.commandBarItem46.Caption = "Back";
            this.commandBarItem46.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlBackward;
            this.commandBarItem46.Enabled = false;
            this.commandBarItem46.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlBackward;
            this.commandBarItem46.Id = 50;
            this.commandBarItem46.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlBackwardLarge;
            this.commandBarItem46.Name = "commandBarItem46";
            superToolTip41.FixedTooltipWidth = true;
            toolTipTitleItem41.Text = "Back";
            toolTipItem41.LeftIndent = 6;
            toolTipItem41.Text = "Move back to the previous page.";
            superToolTip41.Items.Add(toolTipTitleItem41);
            superToolTip41.Items.Add(toolTipItem41);
            superToolTip41.MaxWidth = 210;
            this.commandBarItem46.SuperTip = superToolTip41;
            // 
            // commandBarItem47
            // 
            this.commandBarItem47.Caption = "Forward";
            this.commandBarItem47.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlForward;
            this.commandBarItem47.Enabled = false;
            this.commandBarItem47.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlForward;
            this.commandBarItem47.Id = 51;
            this.commandBarItem47.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlForwardLarge;
            this.commandBarItem47.Name = "commandBarItem47";
            superToolTip42.FixedTooltipWidth = true;
            toolTipTitleItem42.Text = "Forward";
            toolTipItem42.LeftIndent = 6;
            toolTipItem42.Text = "Move forward to the next page.";
            superToolTip42.Items.Add(toolTipTitleItem42);
            superToolTip42.Items.Add(toolTipItem42);
            superToolTip42.MaxWidth = 210;
            this.commandBarItem47.SuperTip = superToolTip42;
            // 
            // commandBarItem48
            // 
            this.commandBarItem48.Caption = "Home";
            this.commandBarItem48.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlHome;
            this.commandBarItem48.Enabled = false;
            this.commandBarItem48.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlHome;
            this.commandBarItem48.Id = 52;
            this.commandBarItem48.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlHomeLarge;
            this.commandBarItem48.Name = "commandBarItem48";
            superToolTip43.FixedTooltipWidth = true;
            toolTipTitleItem43.Text = "Home";
            toolTipItem43.LeftIndent = 6;
            toolTipItem43.Text = "Display the home page.";
            superToolTip43.Items.Add(toolTipTitleItem43);
            superToolTip43.Items.Add(toolTipItem43);
            superToolTip43.MaxWidth = 210;
            this.commandBarItem48.SuperTip = superToolTip43;
            // 
            // commandBarItem49
            // 
            this.commandBarItem49.Caption = "Refresh";
            this.commandBarItem49.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlRefresh;
            this.commandBarItem49.Enabled = false;
            this.commandBarItem49.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlRefresh;
            this.commandBarItem49.Id = 53;
            this.commandBarItem49.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlRefreshLarge;
            this.commandBarItem49.Name = "commandBarItem49";
            superToolTip44.FixedTooltipWidth = true;
            toolTipTitleItem44.Text = "Refresh";
            toolTipItem44.LeftIndent = 6;
            toolTipItem44.Text = "Refresh this page.";
            superToolTip44.Items.Add(toolTipTitleItem44);
            superToolTip44.Items.Add(toolTipItem44);
            superToolTip44.MaxWidth = 210;
            this.commandBarItem49.SuperTip = superToolTip44;
            // 
            // commandBarItem50
            // 
            this.commandBarItem50.Caption = "Find";
            this.commandBarItem50.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlFind;
            this.commandBarItem50.Enabled = false;
            this.commandBarItem50.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlFind;
            this.commandBarItem50.Id = 54;
            this.commandBarItem50.LargeGlyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlFindLarge;
            this.commandBarItem50.Name = "commandBarItem50";
            superToolTip45.FixedTooltipWidth = true;
            toolTipTitleItem45.Text = "Find";
            toolTipItem45.LeftIndent = 6;
            toolTipItem45.Text = "Find the text on this page.";
            superToolTip45.Items.Add(toolTipTitleItem45);
            superToolTip45.Items.Add(toolTipItem45);
            superToolTip45.MaxWidth = 210;
            this.commandBarItem50.SuperTip = superToolTip45;
            // 
            // xrDesignBarButtonGroup1
            // 
            this.xrDesignBarButtonGroup1.Id = 55;
            this.xrDesignBarButtonGroup1.ItemLinks.Add(this.commandColorBarItem2);
            this.xrDesignBarButtonGroup1.ItemLinks.Add(this.commandColorBarItem1);
            this.xrDesignBarButtonGroup1.Name = "xrDesignBarButtonGroup1";
            // 
            // xrDesignBarButtonGroup2
            // 
            this.xrDesignBarButtonGroup2.Id = 56;
            this.xrDesignBarButtonGroup2.ItemLinks.Add(this.commandBarItem24);
            this.xrDesignBarButtonGroup2.ItemLinks.Add(this.commandBarItem25);
            this.xrDesignBarButtonGroup2.ItemLinks.Add(this.commandBarItem26);
            this.xrDesignBarButtonGroup2.Name = "xrDesignBarButtonGroup2";
            // 
            // xrDesignBarButtonGroup3
            // 
            this.xrDesignBarButtonGroup3.Id = 57;
            this.xrDesignBarButtonGroup3.ItemLinks.Add(this.commandBarItem27);
            this.xrDesignBarButtonGroup3.ItemLinks.Add(this.commandBarItem28);
            this.xrDesignBarButtonGroup3.ItemLinks.Add(this.commandBarItem29);
            this.xrDesignBarButtonGroup3.ItemLinks.Add(this.commandBarItem30);
            this.xrDesignBarButtonGroup3.Name = "xrDesignBarButtonGroup3";
            // 
            // xrDesignBarButtonGroup4
            // 
            this.xrDesignBarButtonGroup4.Id = 58;
            this.xrDesignBarButtonGroup4.ItemLinks.Add(this.commandBarItem1);
            this.xrDesignBarButtonGroup4.ItemLinks.Add(this.commandBarItem2);
            this.xrDesignBarButtonGroup4.ItemLinks.Add(this.commandBarItem3);
            this.xrDesignBarButtonGroup4.ItemLinks.Add(this.commandBarItem4);
            this.xrDesignBarButtonGroup4.Name = "xrDesignBarButtonGroup4";
            // 
            // xrDesignBarButtonGroup5
            // 
            this.xrDesignBarButtonGroup5.Id = 59;
            this.xrDesignBarButtonGroup5.ItemLinks.Add(this.commandBarItem5);
            this.xrDesignBarButtonGroup5.ItemLinks.Add(this.commandBarItem6);
            this.xrDesignBarButtonGroup5.ItemLinks.Add(this.commandBarItem7);
            this.xrDesignBarButtonGroup5.Name = "xrDesignBarButtonGroup5";
            // 
            // xrDesignBarButtonGroup6
            // 
            this.xrDesignBarButtonGroup6.Id = 60;
            this.xrDesignBarButtonGroup6.ItemLinks.Add(this.commandBarItem9);
            this.xrDesignBarButtonGroup6.ItemLinks.Add(this.commandBarItem8);
            this.xrDesignBarButtonGroup6.ItemLinks.Add(this.commandBarItem10);
            this.xrDesignBarButtonGroup6.ItemLinks.Add(this.commandBarItem11);
            this.xrDesignBarButtonGroup6.Name = "xrDesignBarButtonGroup6";
            // 
            // xrDesignBarButtonGroup7
            // 
            this.xrDesignBarButtonGroup7.Id = 61;
            this.xrDesignBarButtonGroup7.ItemLinks.Add(this.commandBarItem12);
            this.xrDesignBarButtonGroup7.ItemLinks.Add(this.commandBarItem13);
            this.xrDesignBarButtonGroup7.ItemLinks.Add(this.commandBarItem14);
            this.xrDesignBarButtonGroup7.ItemLinks.Add(this.commandBarItem15);
            this.xrDesignBarButtonGroup7.Name = "xrDesignBarButtonGroup7";
            // 
            // xrDesignBarButtonGroup8
            // 
            this.xrDesignBarButtonGroup8.Id = 62;
            this.xrDesignBarButtonGroup8.ItemLinks.Add(this.commandBarItem16);
            this.xrDesignBarButtonGroup8.ItemLinks.Add(this.commandBarItem17);
            this.xrDesignBarButtonGroup8.ItemLinks.Add(this.commandBarItem18);
            this.xrDesignBarButtonGroup8.ItemLinks.Add(this.commandBarItem19);
            this.xrDesignBarButtonGroup8.Name = "xrDesignBarButtonGroup8";
            // 
            // xrDesignBarButtonGroup9
            // 
            this.xrDesignBarButtonGroup9.Id = 63;
            this.xrDesignBarButtonGroup9.ItemLinks.Add(this.commandBarItem20);
            this.xrDesignBarButtonGroup9.ItemLinks.Add(this.commandBarItem21);
            this.xrDesignBarButtonGroup9.ItemLinks.Add(this.commandBarItem22);
            this.xrDesignBarButtonGroup9.ItemLinks.Add(this.commandBarItem23);
            this.xrDesignBarButtonGroup9.Name = "xrDesignBarButtonGroup9";
            // 
            // printPreviewBarItem2
            // 
            this.printPreviewBarItem2.Caption = "Find";
            this.printPreviewBarItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Find;
            this.printPreviewBarItem2.Enabled = false;
            this.printPreviewBarItem2.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_Find;
            this.printPreviewBarItem2.Id = 1;
            this.printPreviewBarItem2.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_FindLarge;
            this.printPreviewBarItem2.Name = "printPreviewBarItem2";
            superToolTip46.FixedTooltipWidth = true;
            toolTipTitleItem46.Text = "Find";
            toolTipItem46.LeftIndent = 6;
            toolTipItem46.Text = "Show the Find dialog to find text in the document.";
            superToolTip46.Items.Add(toolTipTitleItem46);
            superToolTip46.Items.Add(toolTipItem46);
            superToolTip46.MaxWidth = 210;
            this.printPreviewBarItem2.SuperTip = superToolTip46;
            // 
            // printPreviewBarItem4
            // 
            this.printPreviewBarItem4.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem4.Caption = "Print";
            this.printPreviewBarItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Print;
            this.printPreviewBarItem4.Enabled = false;
            this.printPreviewBarItem4.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_Print;
            this.printPreviewBarItem4.Id = 3;
            this.printPreviewBarItem4.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_PrintLarge;
            this.printPreviewBarItem4.Name = "printPreviewBarItem4";
            superToolTip47.FixedTooltipWidth = true;
            toolTipTitleItem47.Text = "Page Setup";
            toolTipItem47.LeftIndent = 6;
            toolTipItem47.Text = "Show the Page Setup dialog.";
            superToolTip47.Items.Add(toolTipTitleItem47);
            superToolTip47.Items.Add(toolTipItem47);
            superToolTip47.MaxWidth = 210;
            this.printPreviewBarItem4.SuperTip = superToolTip47;
            // 
            // printPreviewBarItem5
            // 
            this.printPreviewBarItem5.Caption = "Quick Print";
            this.printPreviewBarItem5.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PrintDirect;
            this.printPreviewBarItem5.Enabled = false;
            this.printPreviewBarItem5.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_PrintDirect;
            this.printPreviewBarItem5.Id = 4;
            this.printPreviewBarItem5.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_PrintDirectLarge;
            this.printPreviewBarItem5.Name = "printPreviewBarItem5";
            superToolTip48.FixedTooltipWidth = true;
            toolTipTitleItem48.Text = "Header and Footer";
            toolTipItem48.LeftIndent = 6;
            toolTipItem48.Text = "Edit the header and footer of the document.";
            superToolTip48.Items.Add(toolTipTitleItem48);
            superToolTip48.Items.Add(toolTipItem48);
            superToolTip48.MaxWidth = 210;
            this.printPreviewBarItem5.SuperTip = superToolTip48;
            // 
            // printPreviewBarItem6
            // 
            this.printPreviewBarItem6.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem6.Caption = "Custom Margins...";
            this.printPreviewBarItem6.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageSetup;
            this.printPreviewBarItem6.Enabled = false;
            this.printPreviewBarItem6.Id = 5;
            this.printPreviewBarItem6.Name = "printPreviewBarItem6";
            // 
            // printPreviewBarItem8
            // 
            this.printPreviewBarItem8.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem8.Caption = "Scale";
            this.printPreviewBarItem8.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Scale;
            this.printPreviewBarItem8.Enabled = false;
            this.printPreviewBarItem8.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_Scale;
            this.printPreviewBarItem8.Id = 7;
            this.printPreviewBarItem8.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ScaleLarge;
            this.printPreviewBarItem8.Name = "printPreviewBarItem8";
            superToolTip49.FixedTooltipWidth = true;
            toolTipTitleItem49.Text = "Scale";
            toolTipItem49.LeftIndent = 6;
            toolTipItem49.Text = "Stretch or shrink the printed output to a percentage of its actual size.";
            superToolTip49.Items.Add(toolTipTitleItem49);
            superToolTip49.Items.Add(toolTipItem49);
            superToolTip49.MaxWidth = 210;
            this.printPreviewBarItem8.SuperTip = superToolTip49;
            // 
            // printPreviewBarItem9
            // 
            this.printPreviewBarItem9.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem9.Caption = "Pointer";
            this.printPreviewBarItem9.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Pointer;
            this.printPreviewBarItem9.Enabled = false;
            this.printPreviewBarItem9.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_Pointer;
            this.printPreviewBarItem9.GroupIndex = 1;
            this.printPreviewBarItem9.Id = 8;
            this.printPreviewBarItem9.Name = "printPreviewBarItem9";
            this.printPreviewBarItem9.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            superToolTip50.FixedTooltipWidth = true;
            toolTipTitleItem50.Text = "Mouse Pointer";
            toolTipItem50.LeftIndent = 6;
            toolTipItem50.Text = "Show the mouse pointer.";
            superToolTip50.Items.Add(toolTipTitleItem50);
            superToolTip50.Items.Add(toolTipItem50);
            superToolTip50.MaxWidth = 210;
            this.printPreviewBarItem9.SuperTip = superToolTip50;
            // 
            // printPreviewBarItem10
            // 
            this.printPreviewBarItem10.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem10.Caption = "Hand Tool";
            this.printPreviewBarItem10.Command = DevExpress.XtraPrinting.PrintingSystemCommand.HandTool;
            this.printPreviewBarItem10.Enabled = false;
            this.printPreviewBarItem10.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_HandTool;
            this.printPreviewBarItem10.GroupIndex = 1;
            this.printPreviewBarItem10.Id = 9;
            this.printPreviewBarItem10.Name = "printPreviewBarItem10";
            this.printPreviewBarItem10.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            superToolTip51.FixedTooltipWidth = true;
            toolTipTitleItem51.Text = "Hand Tool";
            toolTipItem51.LeftIndent = 6;
            toolTipItem51.Text = "Invoke the Hand tool to manually scroll through pages.";
            superToolTip51.Items.Add(toolTipTitleItem51);
            superToolTip51.Items.Add(toolTipItem51);
            superToolTip51.MaxWidth = 210;
            this.printPreviewBarItem10.SuperTip = superToolTip51;
            // 
            // printPreviewBarItem11
            // 
            this.printPreviewBarItem11.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem11.Caption = "Magnifier";
            this.printPreviewBarItem11.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Magnifier;
            this.printPreviewBarItem11.Enabled = false;
            this.printPreviewBarItem11.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_Magnifier;
            this.printPreviewBarItem11.GroupIndex = 1;
            this.printPreviewBarItem11.Id = 10;
            this.printPreviewBarItem11.Name = "printPreviewBarItem11";
            this.printPreviewBarItem11.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            superToolTip52.FixedTooltipWidth = true;
            toolTipTitleItem52.Text = "Magnifier";
            toolTipItem52.LeftIndent = 6;
            toolTipItem52.Text = "Invoke the Magnifier tool.\r\n\r\nClicking once on a document zooms it so that a sing" +
                "le page becomes entirely visible, while clicking another time zooms it to 100% o" +
                "f the normal size.";
            superToolTip52.Items.Add(toolTipTitleItem52);
            superToolTip52.Items.Add(toolTipItem52);
            superToolTip52.MaxWidth = 210;
            this.printPreviewBarItem11.SuperTip = superToolTip52;
            // 
            // printPreviewBarItem12
            // 
            this.printPreviewBarItem12.Caption = "Zoom Out";
            this.printPreviewBarItem12.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomOut;
            this.printPreviewBarItem12.Enabled = false;
            this.printPreviewBarItem12.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ZoomOut;
            this.printPreviewBarItem12.Id = 11;
            this.printPreviewBarItem12.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ZoomOutLarge;
            this.printPreviewBarItem12.Name = "printPreviewBarItem12";
            superToolTip53.FixedTooltipWidth = true;
            toolTipTitleItem53.Text = "Zoom Out";
            toolTipItem53.LeftIndent = 6;
            toolTipItem53.Text = "Zoom out to see more of the page at a reduced size.";
            superToolTip53.Items.Add(toolTipTitleItem53);
            superToolTip53.Items.Add(toolTipItem53);
            superToolTip53.MaxWidth = 210;
            this.printPreviewBarItem12.SuperTip = superToolTip53;
            // 
            // printPreviewBarItem13
            // 
            this.printPreviewBarItem13.Caption = "Zoom In";
            this.printPreviewBarItem13.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomIn;
            this.printPreviewBarItem13.Enabled = false;
            this.printPreviewBarItem13.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ZoomIn;
            this.printPreviewBarItem13.Id = 12;
            this.printPreviewBarItem13.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ZoomInLarge;
            this.printPreviewBarItem13.Name = "printPreviewBarItem13";
            superToolTip54.FixedTooltipWidth = true;
            toolTipTitleItem54.Text = "Zoom In";
            toolTipItem54.LeftIndent = 6;
            toolTipItem54.Text = "Zoom in to get a close-up view of the document.";
            superToolTip54.Items.Add(toolTipTitleItem54);
            superToolTip54.Items.Add(toolTipItem54);
            superToolTip54.MaxWidth = 210;
            this.printPreviewBarItem13.SuperTip = superToolTip54;
            // 
            // printPreviewBarItem14
            // 
            this.printPreviewBarItem14.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem14.Caption = "Zoom";
            this.printPreviewBarItem14.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Zoom;
            this.printPreviewBarItem14.Enabled = false;
            this.printPreviewBarItem14.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_Zoom;
            this.printPreviewBarItem14.Id = 13;
            this.printPreviewBarItem14.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ZoomLarge;
            this.printPreviewBarItem14.Name = "printPreviewBarItem14";
            superToolTip55.FixedTooltipWidth = true;
            toolTipTitleItem55.Text = "Zoom";
            toolTipItem55.LeftIndent = 6;
            toolTipItem55.Text = "Change the zoom level of the document preview.";
            superToolTip55.Items.Add(toolTipTitleItem55);
            superToolTip55.Items.Add(toolTipItem55);
            superToolTip55.MaxWidth = 210;
            this.printPreviewBarItem14.SuperTip = superToolTip55;
            // 
            // printPreviewBarItem15
            // 
            this.printPreviewBarItem15.Caption = "First Page";
            this.printPreviewBarItem15.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowFirstPage;
            this.printPreviewBarItem15.Enabled = false;
            this.printPreviewBarItem15.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ShowFirstPage;
            this.printPreviewBarItem15.Id = 14;
            this.printPreviewBarItem15.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ShowFirstPageLarge;
            this.printPreviewBarItem15.Name = "printPreviewBarItem15";
            superToolTip56.FixedTooltipWidth = true;
            toolTipTitleItem56.Text = "First Page (Ctrl+Home)";
            toolTipItem56.LeftIndent = 6;
            toolTipItem56.Text = "Navigate to the first page of the document.";
            superToolTip56.Items.Add(toolTipTitleItem56);
            superToolTip56.Items.Add(toolTipItem56);
            superToolTip56.MaxWidth = 210;
            this.printPreviewBarItem15.SuperTip = superToolTip56;
            // 
            // printPreviewBarItem16
            // 
            this.printPreviewBarItem16.Caption = "Previous Page";
            this.printPreviewBarItem16.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowPrevPage;
            this.printPreviewBarItem16.Enabled = false;
            this.printPreviewBarItem16.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ShowPrevPage;
            this.printPreviewBarItem16.Id = 15;
            this.printPreviewBarItem16.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ShowPrevPageLarge;
            this.printPreviewBarItem16.Name = "printPreviewBarItem16";
            superToolTip57.FixedTooltipWidth = true;
            toolTipTitleItem57.Text = "Previous Page (PageUp)";
            toolTipItem57.LeftIndent = 6;
            toolTipItem57.Text = "Navigate to the previous page of the document.";
            superToolTip57.Items.Add(toolTipTitleItem57);
            superToolTip57.Items.Add(toolTipItem57);
            superToolTip57.MaxWidth = 210;
            this.printPreviewBarItem16.SuperTip = superToolTip57;
            // 
            // printPreviewBarItem17
            // 
            this.printPreviewBarItem17.Caption = "Next  Page ";
            this.printPreviewBarItem17.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowNextPage;
            this.printPreviewBarItem17.Enabled = false;
            this.printPreviewBarItem17.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ShowNextPage;
            this.printPreviewBarItem17.Id = 16;
            this.printPreviewBarItem17.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ShowNextPageLarge;
            this.printPreviewBarItem17.Name = "printPreviewBarItem17";
            superToolTip58.FixedTooltipWidth = true;
            toolTipTitleItem58.Text = "Next Page (PageDown)";
            toolTipItem58.LeftIndent = 6;
            toolTipItem58.Text = "Navigate to the next page of the document.";
            superToolTip58.Items.Add(toolTipTitleItem58);
            superToolTip58.Items.Add(toolTipItem58);
            superToolTip58.MaxWidth = 210;
            this.printPreviewBarItem17.SuperTip = superToolTip58;
            // 
            // printPreviewBarItem18
            // 
            this.printPreviewBarItem18.Caption = "Last  Page ";
            this.printPreviewBarItem18.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowLastPage;
            this.printPreviewBarItem18.Enabled = false;
            this.printPreviewBarItem18.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ShowLastPage;
            this.printPreviewBarItem18.Id = 17;
            this.printPreviewBarItem18.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ShowLastPageLarge;
            this.printPreviewBarItem18.Name = "printPreviewBarItem18";
            superToolTip59.FixedTooltipWidth = true;
            toolTipTitleItem59.Text = "Last Page (Ctrl+End)";
            toolTipItem59.LeftIndent = 6;
            toolTipItem59.Text = "Navigate to the last page of the document.";
            superToolTip59.Items.Add(toolTipTitleItem59);
            superToolTip59.Items.Add(toolTipItem59);
            superToolTip59.MaxWidth = 210;
            this.printPreviewBarItem18.SuperTip = superToolTip59;
            // 
            // printPreviewBarItem19
            // 
            this.printPreviewBarItem19.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem19.Caption = "Many Pages";
            this.printPreviewBarItem19.Command = DevExpress.XtraPrinting.PrintingSystemCommand.MultiplePages;
            this.printPreviewBarItem19.Enabled = false;
            this.printPreviewBarItem19.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_MultiplePages;
            this.printPreviewBarItem19.Id = 18;
            this.printPreviewBarItem19.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_MultiplePagesLarge;
            this.printPreviewBarItem19.Name = "printPreviewBarItem19";
            superToolTip60.FixedTooltipWidth = true;
            toolTipTitleItem60.Text = "View Many Pages";
            toolTipItem60.LeftIndent = 6;
            toolTipItem60.Text = "Choose the page layout to arrange the document pages in preview.";
            superToolTip60.Items.Add(toolTipTitleItem60);
            superToolTip60.Items.Add(toolTipItem60);
            superToolTip60.MaxWidth = 210;
            this.printPreviewBarItem19.SuperTip = superToolTip60;
            // 
            // printPreviewBarItem20
            // 
            this.printPreviewBarItem20.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem20.Caption = "Page Color";
            this.printPreviewBarItem20.Command = DevExpress.XtraPrinting.PrintingSystemCommand.FillBackground;
            this.printPreviewBarItem20.Enabled = false;
            this.printPreviewBarItem20.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_FillBackground;
            this.printPreviewBarItem20.Id = 19;
            this.printPreviewBarItem20.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_FillBackgroundLarge;
            this.printPreviewBarItem20.Name = "printPreviewBarItem20";
            superToolTip61.FixedTooltipWidth = true;
            toolTipTitleItem61.Text = "Background Color";
            toolTipItem61.LeftIndent = 6;
            toolTipItem61.Text = "Choose a color for the background of the document pages.";
            superToolTip61.Items.Add(toolTipTitleItem61);
            superToolTip61.Items.Add(toolTipItem61);
            superToolTip61.MaxWidth = 210;
            this.printPreviewBarItem20.SuperTip = superToolTip61;
            // 
            // printPreviewBarItem21
            // 
            this.printPreviewBarItem21.Caption = "Watermark";
            this.printPreviewBarItem21.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Watermark;
            this.printPreviewBarItem21.Enabled = false;
            this.printPreviewBarItem21.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_Watermark;
            this.printPreviewBarItem21.Id = 20;
            this.printPreviewBarItem21.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_WatermarkLarge;
            this.printPreviewBarItem21.Name = "printPreviewBarItem21";
            superToolTip62.FixedTooltipWidth = true;
            toolTipTitleItem62.Text = "Watermark";
            toolTipItem62.LeftIndent = 6;
            toolTipItem62.Text = "Insert ghosted text or image behind the content of a page.\r\n\r\nThis is often used " +
                "to indicate that a document is to be treated specially.";
            superToolTip62.Items.Add(toolTipTitleItem62);
            superToolTip62.Items.Add(toolTipItem62);
            superToolTip62.MaxWidth = 210;
            this.printPreviewBarItem21.SuperTip = superToolTip62;
            // 
            // DeleteAccessory
            // 
            this.DeleteAccessory.Caption = "清除附件";
            this.DeleteAccessory.Enabled = false;
            this.DeleteAccessory.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ClosePreview;
            this.DeleteAccessory.Id = 23;
            this.DeleteAccessory.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ClosePreviewLarge;
            this.DeleteAccessory.Name = "DeleteAccessory";
            this.DeleteAccessory.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.DeleteAccessory_ItemClick);
            // 
            // printPreviewBarItem25
            // 
            this.printPreviewBarItem25.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem25.Caption = "Orientation";
            this.printPreviewBarItem25.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageOrientation;
            this.printPreviewBarItem25.Enabled = false;
            this.printPreviewBarItem25.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_PageOrientation;
            this.printPreviewBarItem25.Id = 24;
            this.printPreviewBarItem25.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_PageOrientationLarge;
            this.printPreviewBarItem25.Name = "printPreviewBarItem25";
            superToolTip63.FixedTooltipWidth = true;
            toolTipTitleItem63.Text = "Page Orientation";
            toolTipItem63.LeftIndent = 6;
            toolTipItem63.Text = "Switch the pages between portrait and landscape layouts.";
            superToolTip63.Items.Add(toolTipTitleItem63);
            superToolTip63.Items.Add(toolTipItem63);
            superToolTip63.MaxWidth = 210;
            this.printPreviewBarItem25.SuperTip = superToolTip63;
            // 
            // printPreviewBarItem26
            // 
            this.printPreviewBarItem26.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem26.Caption = "Size";
            this.printPreviewBarItem26.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PaperSize;
            this.printPreviewBarItem26.Enabled = false;
            this.printPreviewBarItem26.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_PaperSize;
            this.printPreviewBarItem26.Id = 25;
            this.printPreviewBarItem26.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_PaperSizeLarge;
            this.printPreviewBarItem26.Name = "printPreviewBarItem26";
            superToolTip64.FixedTooltipWidth = true;
            toolTipTitleItem64.Text = "Page Size";
            toolTipItem64.LeftIndent = 6;
            toolTipItem64.Text = "Choose the paper size of the document.";
            superToolTip64.Items.Add(toolTipTitleItem64);
            superToolTip64.Items.Add(toolTipItem64);
            superToolTip64.MaxWidth = 210;
            this.printPreviewBarItem26.SuperTip = superToolTip64;
            // 
            // printPreviewBarItem27
            // 
            this.printPreviewBarItem27.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.printPreviewBarItem27.Caption = "Margins";
            this.printPreviewBarItem27.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageMargins;
            this.printPreviewBarItem27.Enabled = false;
            this.printPreviewBarItem27.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_PageMargins;
            this.printPreviewBarItem27.Id = 26;
            this.printPreviewBarItem27.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_PageMarginsLarge;
            this.printPreviewBarItem27.Name = "printPreviewBarItem27";
            superToolTip65.FixedTooltipWidth = true;
            toolTipTitleItem65.Text = "Page Margins";
            toolTipItem65.LeftIndent = 6;
            toolTipItem65.Text = "Select the margin sizes for the entire document.\r\n\r\nTo apply specific margin size" +
                "s to the document, click Custom Margins.";
            superToolTip65.Items.Add(toolTipTitleItem65);
            superToolTip65.Items.Add(toolTipItem65);
            superToolTip65.MaxWidth = 210;
            this.printPreviewBarItem27.SuperTip = superToolTip65;
            // 
            // printPreviewBarItem28
            // 
            this.printPreviewBarItem28.Caption = "PDF File";
            this.printPreviewBarItem28.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendPdf;
            this.printPreviewBarItem28.Description = "Adobe Portable Document Format";
            this.printPreviewBarItem28.Enabled = false;
            this.printPreviewBarItem28.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendPdf;
            this.printPreviewBarItem28.Id = 27;
            this.printPreviewBarItem28.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendPdfLarge;
            this.printPreviewBarItem28.Name = "printPreviewBarItem28";
            superToolTip66.FixedTooltipWidth = true;
            toolTipTitleItem66.Text = "E-Mail As PDF";
            toolTipItem66.LeftIndent = 6;
            toolTipItem66.Text = "Export the document to PDF and attach it to the e-mail.";
            superToolTip66.Items.Add(toolTipTitleItem66);
            superToolTip66.Items.Add(toolTipItem66);
            superToolTip66.MaxWidth = 210;
            this.printPreviewBarItem28.SuperTip = superToolTip66;
            // 
            // printPreviewBarItem29
            // 
            this.printPreviewBarItem29.Caption = "Text File";
            this.printPreviewBarItem29.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendTxt;
            this.printPreviewBarItem29.Description = "Plain Text";
            this.printPreviewBarItem29.Enabled = false;
            this.printPreviewBarItem29.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendTxt;
            this.printPreviewBarItem29.Id = 28;
            this.printPreviewBarItem29.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendTxtLarge;
            this.printPreviewBarItem29.Name = "printPreviewBarItem29";
            superToolTip67.FixedTooltipWidth = true;
            toolTipTitleItem67.Text = "E-Mail As Text";
            toolTipItem67.LeftIndent = 6;
            toolTipItem67.Text = "Export the document to Text and attach it to the e-mail.";
            superToolTip67.Items.Add(toolTipTitleItem67);
            superToolTip67.Items.Add(toolTipItem67);
            superToolTip67.MaxWidth = 210;
            this.printPreviewBarItem29.SuperTip = superToolTip67;
            // 
            // printPreviewBarItem30
            // 
            this.printPreviewBarItem30.Caption = "CSV File";
            this.printPreviewBarItem30.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendCsv;
            this.printPreviewBarItem30.Description = "Comma-Separated Values Text";
            this.printPreviewBarItem30.Enabled = false;
            this.printPreviewBarItem30.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendCsv;
            this.printPreviewBarItem30.Id = 29;
            this.printPreviewBarItem30.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendCsvLarge;
            this.printPreviewBarItem30.Name = "printPreviewBarItem30";
            superToolTip68.FixedTooltipWidth = true;
            toolTipTitleItem68.Text = "E-Mail As CSV";
            toolTipItem68.LeftIndent = 6;
            toolTipItem68.Text = "Export the document to CSV and attach it to the e-mail.";
            superToolTip68.Items.Add(toolTipTitleItem68);
            superToolTip68.Items.Add(toolTipItem68);
            superToolTip68.MaxWidth = 210;
            this.printPreviewBarItem30.SuperTip = superToolTip68;
            // 
            // printPreviewBarItem31
            // 
            this.printPreviewBarItem31.Caption = "MHT File";
            this.printPreviewBarItem31.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendMht;
            this.printPreviewBarItem31.Description = "Single File Web Page";
            this.printPreviewBarItem31.Enabled = false;
            this.printPreviewBarItem31.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendMht;
            this.printPreviewBarItem31.Id = 30;
            this.printPreviewBarItem31.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendMhtLarge;
            this.printPreviewBarItem31.Name = "printPreviewBarItem31";
            superToolTip69.FixedTooltipWidth = true;
            toolTipTitleItem69.Text = "E-Mail As MHT";
            toolTipItem69.LeftIndent = 6;
            toolTipItem69.Text = "Export the document to MHT and attach it to the e-mail.";
            superToolTip69.Items.Add(toolTipTitleItem69);
            superToolTip69.Items.Add(toolTipItem69);
            superToolTip69.MaxWidth = 210;
            this.printPreviewBarItem31.SuperTip = superToolTip69;
            // 
            // printPreviewBarItem32
            // 
            this.printPreviewBarItem32.Caption = "Excel File";
            this.printPreviewBarItem32.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXls;
            this.printPreviewBarItem32.Description = "Microsoft Excel Workbook";
            this.printPreviewBarItem32.Enabled = false;
            this.printPreviewBarItem32.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendXls;
            this.printPreviewBarItem32.Id = 31;
            this.printPreviewBarItem32.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendXlsLarge;
            this.printPreviewBarItem32.Name = "printPreviewBarItem32";
            superToolTip70.FixedTooltipWidth = true;
            toolTipTitleItem70.Text = "E-Mail As XLS";
            toolTipItem70.LeftIndent = 6;
            toolTipItem70.Text = "Export the document to XLS and attach it to the e-mail.";
            superToolTip70.Items.Add(toolTipTitleItem70);
            superToolTip70.Items.Add(toolTipItem70);
            superToolTip70.MaxWidth = 210;
            this.printPreviewBarItem32.SuperTip = superToolTip70;
            // 
            // printPreviewBarItem33
            // 
            this.printPreviewBarItem33.Caption = "RTF File";
            this.printPreviewBarItem33.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendRtf;
            this.printPreviewBarItem33.Description = "Rich Text Format";
            this.printPreviewBarItem33.Enabled = false;
            this.printPreviewBarItem33.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendRtf;
            this.printPreviewBarItem33.Id = 32;
            this.printPreviewBarItem33.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendRtfLarge;
            this.printPreviewBarItem33.Name = "printPreviewBarItem33";
            superToolTip71.FixedTooltipWidth = true;
            toolTipTitleItem71.Text = "E-Mail As RTF";
            toolTipItem71.LeftIndent = 6;
            toolTipItem71.Text = "Export the document to RTF and attach it to the e-mail.";
            superToolTip71.Items.Add(toolTipTitleItem71);
            superToolTip71.Items.Add(toolTipItem71);
            superToolTip71.MaxWidth = 210;
            this.printPreviewBarItem33.SuperTip = superToolTip71;
            // 
            // printPreviewBarItem34
            // 
            this.printPreviewBarItem34.Caption = "Image File";
            this.printPreviewBarItem34.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendGraphic;
            this.printPreviewBarItem34.Description = "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF";
            this.printPreviewBarItem34.Enabled = false;
            this.printPreviewBarItem34.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendGraphic;
            this.printPreviewBarItem34.Id = 33;
            this.printPreviewBarItem34.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendGraphicLarge;
            this.printPreviewBarItem34.Name = "printPreviewBarItem34";
            superToolTip72.FixedTooltipWidth = true;
            toolTipTitleItem72.Text = "E-Mail As Image";
            toolTipItem72.LeftIndent = 6;
            toolTipItem72.Text = "Export the document to Image and attach it to the e-mail.";
            superToolTip72.Items.Add(toolTipTitleItem72);
            superToolTip72.Items.Add(toolTipItem72);
            superToolTip72.MaxWidth = 210;
            this.printPreviewBarItem34.SuperTip = superToolTip72;
            // 
            // printPreviewBarItem36
            // 
            this.printPreviewBarItem36.Caption = "HTML File";
            this.printPreviewBarItem36.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportHtm;
            this.printPreviewBarItem36.Description = "Web Page";
            this.printPreviewBarItem36.Enabled = false;
            this.printPreviewBarItem36.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportHtm;
            this.printPreviewBarItem36.Id = 35;
            this.printPreviewBarItem36.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportHtmLarge;
            this.printPreviewBarItem36.Name = "printPreviewBarItem36";
            superToolTip73.FixedTooltipWidth = true;
            toolTipTitleItem73.Text = "Export to HTML";
            toolTipItem73.LeftIndent = 6;
            toolTipItem73.Text = "Export the document to HTML and save it to the file on a disk.";
            superToolTip73.Items.Add(toolTipTitleItem73);
            superToolTip73.Items.Add(toolTipItem73);
            superToolTip73.MaxWidth = 210;
            this.printPreviewBarItem36.SuperTip = superToolTip73;
            // 
            // printPreviewBarItem37
            // 
            this.printPreviewBarItem37.Caption = "Text File";
            this.printPreviewBarItem37.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportTxt;
            this.printPreviewBarItem37.Description = "Plain Text";
            this.printPreviewBarItem37.Enabled = false;
            this.printPreviewBarItem37.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportTxt;
            this.printPreviewBarItem37.Id = 36;
            this.printPreviewBarItem37.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportTxtLarge;
            this.printPreviewBarItem37.Name = "printPreviewBarItem37";
            superToolTip74.FixedTooltipWidth = true;
            toolTipTitleItem74.Text = "Export to Text";
            toolTipItem74.LeftIndent = 6;
            toolTipItem74.Text = "Export the document to Text and save it to the file on a disk.";
            superToolTip74.Items.Add(toolTipTitleItem74);
            superToolTip74.Items.Add(toolTipItem74);
            superToolTip74.MaxWidth = 210;
            this.printPreviewBarItem37.SuperTip = superToolTip74;
            // 
            // printPreviewBarItem38
            // 
            this.printPreviewBarItem38.Caption = "CSV File";
            this.printPreviewBarItem38.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportCsv;
            this.printPreviewBarItem38.Description = "Comma-Separated Values Text";
            this.printPreviewBarItem38.Enabled = false;
            this.printPreviewBarItem38.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportCsv;
            this.printPreviewBarItem38.Id = 37;
            this.printPreviewBarItem38.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportCsvLarge;
            this.printPreviewBarItem38.Name = "printPreviewBarItem38";
            superToolTip75.FixedTooltipWidth = true;
            toolTipTitleItem75.Text = "Export to CSV";
            toolTipItem75.LeftIndent = 6;
            toolTipItem75.Text = "Export the document to CSV and save it to the file on a disk.";
            superToolTip75.Items.Add(toolTipTitleItem75);
            superToolTip75.Items.Add(toolTipItem75);
            superToolTip75.MaxWidth = 210;
            this.printPreviewBarItem38.SuperTip = superToolTip75;
            // 
            // printPreviewBarItem39
            // 
            this.printPreviewBarItem39.Caption = "MHT File";
            this.printPreviewBarItem39.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportMht;
            this.printPreviewBarItem39.Description = "Single File Web Page";
            this.printPreviewBarItem39.Enabled = false;
            this.printPreviewBarItem39.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportMht;
            this.printPreviewBarItem39.Id = 38;
            this.printPreviewBarItem39.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportMhtLarge;
            this.printPreviewBarItem39.Name = "printPreviewBarItem39";
            superToolTip76.FixedTooltipWidth = true;
            toolTipTitleItem76.Text = "Export to MHT";
            toolTipItem76.LeftIndent = 6;
            toolTipItem76.Text = "Export the document to MHT and save it to the file on a disk.";
            superToolTip76.Items.Add(toolTipTitleItem76);
            superToolTip76.Items.Add(toolTipItem76);
            superToolTip76.MaxWidth = 210;
            this.printPreviewBarItem39.SuperTip = superToolTip76;
            // 
            // printPreviewBarItem40
            // 
            this.printPreviewBarItem40.Caption = "Excel File";
            this.printPreviewBarItem40.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXls;
            this.printPreviewBarItem40.Description = "Microsoft Excel Workbook";
            this.printPreviewBarItem40.Enabled = false;
            this.printPreviewBarItem40.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportXls;
            this.printPreviewBarItem40.Id = 39;
            this.printPreviewBarItem40.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportXlsLarge;
            this.printPreviewBarItem40.Name = "printPreviewBarItem40";
            superToolTip77.FixedTooltipWidth = true;
            toolTipTitleItem77.Text = "Export to XLS";
            toolTipItem77.LeftIndent = 6;
            toolTipItem77.Text = "Export the document to XLS and save it to the file on a disk.";
            superToolTip77.Items.Add(toolTipTitleItem77);
            superToolTip77.Items.Add(toolTipItem77);
            superToolTip77.MaxWidth = 210;
            this.printPreviewBarItem40.SuperTip = superToolTip77;
            // 
            // printPreviewBarItem41
            // 
            this.printPreviewBarItem41.Caption = "RTF File";
            this.printPreviewBarItem41.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportRtf;
            this.printPreviewBarItem41.Description = "Rich Text Format";
            this.printPreviewBarItem41.Enabled = false;
            this.printPreviewBarItem41.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportRtf;
            this.printPreviewBarItem41.Id = 40;
            this.printPreviewBarItem41.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportRtfLarge;
            this.printPreviewBarItem41.Name = "printPreviewBarItem41";
            superToolTip78.FixedTooltipWidth = true;
            toolTipTitleItem78.Text = "Export to RTF";
            toolTipItem78.LeftIndent = 6;
            toolTipItem78.Text = "Export the document to RTF and save it to the file on a disk.";
            superToolTip78.Items.Add(toolTipTitleItem78);
            superToolTip78.Items.Add(toolTipItem78);
            superToolTip78.MaxWidth = 210;
            this.printPreviewBarItem41.SuperTip = superToolTip78;
            // 
            // printPreviewBarItem42
            // 
            this.printPreviewBarItem42.Caption = "Image File";
            this.printPreviewBarItem42.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportGraphic;
            this.printPreviewBarItem42.Description = "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF";
            this.printPreviewBarItem42.Enabled = false;
            this.printPreviewBarItem42.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportGraphic;
            this.printPreviewBarItem42.Id = 41;
            this.printPreviewBarItem42.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportGraphicLarge;
            this.printPreviewBarItem42.Name = "printPreviewBarItem42";
            superToolTip79.FixedTooltipWidth = true;
            toolTipTitleItem79.Text = "Export to Image";
            toolTipItem79.LeftIndent = 6;
            toolTipItem79.Text = "Export the document to Image and save it to the file on a disk.";
            superToolTip79.Items.Add(toolTipTitleItem79);
            superToolTip79.Items.Add(toolTipItem79);
            superToolTip79.MaxWidth = 210;
            this.printPreviewBarItem42.SuperTip = superToolTip79;
            // 
            // barStaticItem2
            // 
            this.barStaticItem2.Id = 34;
            this.barStaticItem2.Name = "barStaticItem2";
            this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // printPreviewStaticItem2
            // 
            this.printPreviewStaticItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.printPreviewStaticItem2.Caption = "100%";
            this.printPreviewStaticItem2.Id = 35;
            this.printPreviewStaticItem2.Name = "printPreviewStaticItem2";
            this.printPreviewStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            this.printPreviewStaticItem2.Type = "ZoomFactorText";
            this.printPreviewStaticItem2.Width = 40;
            // 
            // printPreviewBarItem1
            // 
            this.printPreviewBarItem1.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.printPreviewBarItem1.Caption = "Parameters";
            this.printPreviewBarItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Parameters;
            this.printPreviewBarItem1.ContextSpecifier = this.xrDesignRibbonController1;
            this.printPreviewBarItem1.Enabled = false;
            this.printPreviewBarItem1.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_Parameters;
            this.printPreviewBarItem1.Id = 37;
            this.printPreviewBarItem1.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ParametersLarge;
            this.printPreviewBarItem1.Name = "printPreviewBarItem1";
            superToolTip80.FixedTooltipWidth = true;
            toolTipTitleItem80.Text = "Parameters";
            toolTipItem80.LeftIndent = 6;
            toolTipItem80.Text = "Open the Parameters pane, which allows you to enter values for report parameters." +
                "";
            superToolTip80.Items.Add(toolTipTitleItem80);
            superToolTip80.Items.Add(toolTipItem80);
            superToolTip80.MaxWidth = 210;
            this.printPreviewBarItem1.SuperTip = superToolTip80;
            // 
            // xrDesignRibbonController1
            // 
            this.xrDesignRibbonController1.RibbonControl = this.MainRibbonControl;
            this.xrDesignRibbonController1.RibbonStatusBar = null;
            this.xrDesignRibbonController1.XRDesignDockManager = this.xrDesignDockManager1;
            this.xrDesignRibbonController1.XRDesignPanel = this.MailEditorPanel;
            // 
            // xrDesignDockManager1
            // 
            this.xrDesignDockManager1.Form = this;
            this.xrDesignDockManager1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("xrDesignDockManager1.ImageStream")));
            this.xrDesignDockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            this.xrDesignDockManager1.XRDesignPanel = this.MailEditorPanel;
            // 
            // MailEditorPanel
            // 
            this.MailEditorPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MailEditorPanel.Location = new System.Drawing.Point(20, 148);
            this.MailEditorPanel.Name = "MailEditorPanel";
            this.MailEditorPanel.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.MailEditorPanel.Size = new System.Drawing.Size(1431, 274);
            this.MailEditorPanel.TabIndex = 23;
            // 
            // NickNameEdit
            // 
            this.NickNameEdit.Caption = "昵   称:";
            this.NickNameEdit.Edit = this.repositoryItemTextEdit9;
            this.NickNameEdit.EditValue = "";
            this.NickNameEdit.Id = 39;
            this.NickNameEdit.Name = "NickNameEdit";
            this.NickNameEdit.Width = 200;
            // 
            // repositoryItemTextEdit9
            // 
            this.repositoryItemTextEdit9.AutoHeight = false;
            this.repositoryItemTextEdit9.Name = "repositoryItemTextEdit9";
            this.repositoryItemTextEdit9.UseParentBackground = true;
            // 
            // SendMailNameEdit
            // 
            this.SendMailNameEdit.Caption = "发件人:";
            this.SendMailNameEdit.Edit = this.repositoryItemTextEdit10;
            this.SendMailNameEdit.EditValue = "";
            this.SendMailNameEdit.Id = 40;
            this.SendMailNameEdit.Name = "SendMailNameEdit";
            this.SendMailNameEdit.Width = 200;
            // 
            // repositoryItemTextEdit10
            // 
            this.repositoryItemTextEdit10.AutoHeight = false;
            this.repositoryItemTextEdit10.Name = "repositoryItemTextEdit10";
            this.repositoryItemTextEdit10.UseParentBackground = true;
            // 
            // SubjectEdit
            // 
            this.SubjectEdit.Caption = "主   题:";
            this.SubjectEdit.Edit = this.repositoryItemTextEdit11;
            this.SubjectEdit.EditValue = "";
            this.SubjectEdit.Id = 41;
            this.SubjectEdit.Name = "SubjectEdit";
            this.SubjectEdit.Width = 200;
            // 
            // repositoryItemTextEdit11
            // 
            this.repositoryItemTextEdit11.AutoHeight = false;
            this.repositoryItemTextEdit11.Name = "repositoryItemTextEdit11";
            this.repositoryItemTextEdit11.UseParentBackground = true;
            // 
            // UserNameEdit
            // 
            this.UserNameEdit.Caption = "用户名:";
            this.UserNameEdit.Edit = this.repositoryItemTextEdit13;
            this.UserNameEdit.EditValue = "";
            this.UserNameEdit.Id = 43;
            this.UserNameEdit.Name = "UserNameEdit";
            this.UserNameEdit.Width = 160;
            // 
            // repositoryItemTextEdit13
            // 
            this.repositoryItemTextEdit13.AutoHeight = false;
            this.repositoryItemTextEdit13.Name = "repositoryItemTextEdit13";
            this.repositoryItemTextEdit13.UseParentBackground = true;
            // 
            // PasswordEdit
            // 
            this.PasswordEdit.Caption = "密   码:";
            this.PasswordEdit.Edit = this.repositoryItemTextEdit14;
            this.PasswordEdit.EditValue = "";
            this.PasswordEdit.Id = 44;
            this.PasswordEdit.Name = "PasswordEdit";
            this.PasswordEdit.Width = 160;
            // 
            // repositoryItemTextEdit14
            // 
            this.repositoryItemTextEdit14.AutoHeight = false;
            this.repositoryItemTextEdit14.Name = "repositoryItemTextEdit14";
            this.repositoryItemTextEdit14.PasswordChar = '*';
            this.repositoryItemTextEdit14.UseParentBackground = true;
            // 
            // ServerNameEdit
            // 
            this.ServerNameEdit.Caption = "服务器:";
            this.ServerNameEdit.Edit = this.MailServerComboBox;
            this.ServerNameEdit.Id = 45;
            this.ServerNameEdit.Name = "ServerNameEdit";
            this.ServerNameEdit.Width = 160;
            // 
            // MailServerComboBox
            // 
            this.MailServerComboBox.AutoHeight = false;
            this.MailServerComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.MailServerComboBox.CycleOnDblClick = false;
            this.MailServerComboBox.Items.AddRange(new object[] {
            "stmp.qq.com",
            "smtp.ru.com",
            "smtp.126.com",
            "smtp.163.com",
            "smtp.aol.com",
            "smtp.tom.com",
            "smtp.gmail.com",
            "smtp.yahoo.com",
            "smtp.yahoo.com.cn",
            "smtp.hotmail.com",
            "smtp.hotmail.com.cn",
            "smtp.mail.yahoo.com.cn",
            "smtp.mail.yahoo.com",
            "smtp.mail.yahoo.cn"});
            this.MailServerComboBox.Name = "MailServerComboBox";
            this.MailServerComboBox.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Style3D;
            this.MailServerComboBox.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.MailServerComboBox.UseParentBackground = true;
            // 
            // ReceiveNameEdit
            // 
            this.ReceiveNameEdit.Caption = "收  件 人:";
            this.ReceiveNameEdit.Edit = this.ButtonEdit;
            this.ReceiveNameEdit.EditValue = "";
            this.ReceiveNameEdit.Id = 46;
            this.ReceiveNameEdit.Name = "ReceiveNameEdit";
            this.ReceiveNameEdit.Width = 360;
            this.ReceiveNameEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ImportNameButtonItem1_ItemClick);
            // 
            // ButtonEdit
            // 
            this.ButtonEdit.AutoHeight = false;
            serializableAppearanceObject1.BackColor = System.Drawing.Color.Gray;
            serializableAppearanceObject1.Options.UseBackColor = true;
            this.ButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "导入", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "导入收件人地址", null, null, true)});
            this.ButtonEdit.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.ButtonEdit.Name = "ButtonEdit";
            this.ButtonEdit.UseParentBackground = true;
            // 
            // barEditItem4
            // 
            this.barEditItem4.Caption = "barEditItem4";
            this.barEditItem4.Edit = this.repositoryItemRadioGroup1;
            this.barEditItem4.Id = 48;
            this.barEditItem4.Name = "barEditItem4";
            // 
            // repositoryItemRadioGroup1
            // 
            this.repositoryItemRadioGroup1.Name = "repositoryItemRadioGroup1";
            this.repositoryItemRadioGroup1.UseParentBackground = true;
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "barButtonItem2";
            this.barButtonItem2.Id = 49;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // barButtonGroup1
            // 
            this.barButtonGroup1.Caption = "barButtonGroup1";
            this.barButtonGroup1.Id = 50;
            this.barButtonGroup1.Name = "barButtonGroup1";
            // 
            // barButtonGroup2
            // 
            this.barButtonGroup2.Caption = "barButtonGroup2";
            this.barButtonGroup2.Id = 51;
            this.barButtonGroup2.Name = "barButtonGroup2";
            // 
            // barButtonGroup3
            // 
            this.barButtonGroup3.Caption = "barButtonGroup3";
            this.barButtonGroup3.Id = 52;
            this.barButtonGroup3.Name = "barButtonGroup3";
            // 
            // Accessory
            // 
            this.Accessory.Caption = "附件状态:";
            this.Accessory.Id = 55;
            this.Accessory.Name = "Accessory";
            this.Accessory.TextAlignment = System.Drawing.StringAlignment.Center;
            this.Accessory.Width = 260;
            // 
            // AccStatic
            // 
            this.AccStatic.Caption = "无附件";
            this.AccStatic.Id = 57;
            this.AccStatic.Name = "AccStatic";
            this.AccStatic.TextAlignment = System.Drawing.StringAlignment.Center;
            this.AccStatic.Width = 280;
            // 
            // barEditItem3
            // 
            this.barEditItem3.Caption = "barEditItem3";
            this.barEditItem3.Edit = this.repositoryItemCheckEdit1;
            this.barEditItem3.Id = 59;
            this.barEditItem3.Name = "barEditItem3";
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.UseParentBackground = true;
            // 
            // AddSendMailLog
            // 
            this.AddSendMailLog.Caption = "自动添加发信日志";
            this.AddSendMailLog.Edit = this.AutoAddSendRecordCheckEdit;
            this.AddSendMailLog.Id = 60;
            this.AddSendMailLog.Name = "AddSendMailLog";
            // 
            // AutoAddSendRecordCheckEdit
            // 
            this.AutoAddSendRecordCheckEdit.AutoHeight = false;
            this.AutoAddSendRecordCheckEdit.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Style1;
            this.AutoAddSendRecordCheckEdit.Name = "AutoAddSendRecordCheckEdit";
            this.AutoAddSendRecordCheckEdit.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
            this.AutoAddSendRecordCheckEdit.UseParentBackground = true;
            // 
            // AddCommuRecord
            // 
            this.AddCommuRecord.Caption = "自动添加通信记录";
            this.AddCommuRecord.Edit = this.AutoAddCommuRecordCheckEdit;
            this.AddCommuRecord.Id = 61;
            this.AddCommuRecord.Name = "AddCommuRecord";
            // 
            // AutoAddCommuRecordCheckEdit
            // 
            this.AutoAddCommuRecordCheckEdit.AutoHeight = false;
            this.AutoAddCommuRecordCheckEdit.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Style1;
            this.AutoAddCommuRecordCheckEdit.Name = "AutoAddCommuRecordCheckEdit";
            this.AutoAddCommuRecordCheckEdit.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
            this.AutoAddCommuRecordCheckEdit.UseParentBackground = true;
            // 
            // MailCollectionType
            // 
            this.MailCollectionType.Caption = "取证方式:";
            this.MailCollectionType.Edit = this.CollectionItemRadioGroup;
            this.MailCollectionType.Id = 63;
            this.MailCollectionType.Name = "MailCollectionType";
            this.MailCollectionType.Width = 360;
            // 
            // CollectionItemRadioGroup
            // 
            this.CollectionItemRadioGroup.EnableFocusRect = true;
            this.CollectionItemRadioGroup.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
            this.CollectionItemRadioGroup.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem(new decimal(new int[] {
                            1,
                            0,
                            0,
                            0}), "Password"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(new decimal(new int[] {
                            2,
                            0,
                            0,
                            0}), "Cookie"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(new decimal(new int[] {
                            3,
                            0,
                            0,
                            0}), "Mail"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(new decimal(new int[] {
                            4,
                            0,
                            0,
                            0}), "C+P"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(new decimal(new int[] {
                            5,
                            0,
                            0,
                            0}), "无")});
            this.CollectionItemRadioGroup.Name = "CollectionItemRadioGroup";
            this.CollectionItemRadioGroup.UseParentBackground = true;
            // 
            // DeleteRepeatInfo
            // 
            this.DeleteRepeatInfo.Caption = "Cookie去重";
            this.DeleteRepeatInfo.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_CutLarge;
            this.DeleteRepeatInfo.Id = 65;
            this.DeleteRepeatInfo.Name = "DeleteRepeatInfo";
            this.DeleteRepeatInfo.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.DeleteRepeatInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.DeleteRepeatInfo_ItemClick);
            // 
            // ParamOptionSetting
            // 
            this.ParamOptionSetting.Caption = "参数设置";
            this.ParamOptionSetting.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_PrintSetupLarge;
            this.ParamOptionSetting.Id = 67;
            this.ParamOptionSetting.Name = "ParamOptionSetting";
            this.ParamOptionSetting.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.ParamOptionSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ParamOptionSetting_ItemClick);
            // 
            // FishCookieSetting
            // 
            this.FishCookieSetting.Caption = "Cookie钓鱼设置";
            this.FishCookieSetting.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_HtmlFindLarge;
            this.FishCookieSetting.Id = 68;
            this.FishCookieSetting.Name = "FishCookieSetting";
            this.FishCookieSetting.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.FishCookieSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.FishCookieSetting_ItemClick);
            // 
            // ImportCookieTxt
            // 
            this.ImportCookieTxt.Caption = "导入Cookie";
            this.ImportCookieTxt.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_OpenLarge;
            this.ImportCookieTxt.Id = 69;
            this.ImportCookieTxt.Name = "ImportCookieTxt";
            this.ImportCookieTxt.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.ImportCookieTxt.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ImportCookieTxt_ItemClick);
            // 
            // AddUserBarButton
            // 
            this.AddUserBarButton.Caption = "添加用户";
            this.AddUserBarButton.Id = 70;
            this.AddUserBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("AddUserBarButton.LargeGlyph")));
            this.AddUserBarButton.Name = "AddUserBarButton";
            this.AddUserBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.AddUserBarButton_ItemClick);
            // 
            // UserEditBarButton
            // 
            this.UserEditBarButton.Caption = "编辑用户";
            this.UserEditBarButton.Id = 71;
            this.UserEditBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("UserEditBarButton.LargeGlyph")));
            this.UserEditBarButton.Name = "UserEditBarButton";
            this.UserEditBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UserEditBarButton_ItemClick);
            // 
            // DeleteUserBarButton
            // 
            this.DeleteUserBarButton.Caption = "删除用户";
            this.DeleteUserBarButton.Id = 72;
            this.DeleteUserBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("DeleteUserBarButton.LargeGlyph")));
            this.DeleteUserBarButton.Name = "DeleteUserBarButton";
            this.DeleteUserBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.DeleteUserBarButton_ItemClick);
            // 
            // ExportUserBarButton
            // 
            this.ExportUserBarButton.Caption = "导出账号";
            this.ExportUserBarButton.Id = 73;
            this.ExportUserBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ExportUserBarButton.LargeGlyph")));
            this.ExportUserBarButton.Name = "ExportUserBarButton";
            this.ExportUserBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ExportUserBarButton_ItemClick);
            // 
            // ImportUserBarButton
            // 
            this.ImportUserBarButton.Caption = "导入账号";
            this.ImportUserBarButton.Id = 74;
            this.ImportUserBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ImportUserBarButton.LargeGlyph")));
            this.ImportUserBarButton.Name = "ImportUserBarButton";
            this.ImportUserBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ImportUserBarButton_ItemClick);
            // 
            // ParamSettingBarButton
            // 
            this.ParamSettingBarButton.Caption = "参数设置";
            this.ParamSettingBarButton.Id = 75;
            this.ParamSettingBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ParamSettingBarButton.LargeGlyph")));
            this.ParamSettingBarButton.Name = "ParamSettingBarButton";
            this.ParamSettingBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ParamSettingBarButton_ItemClick);
            // 
            // FliterUsersComboBox
            // 
            this.FliterUsersComboBox.Caption = "用户过滤";
            this.FliterUsersComboBox.Edit = this.repositoryItemComboBox;
            this.FliterUsersComboBox.Id = 76;
            this.FliterUsersComboBox.Name = "FliterUsersComboBox";
            this.FliterUsersComboBox.Width = 150;
            // 
            // repositoryItemComboBox
            // 
            this.repositoryItemComboBox.AutoHeight = false;
            this.repositoryItemComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox.Items.AddRange(new object[] {
            "YahooMail用户",
            "HotMail用户",
            "GMail用户",
            "PopMail用户",
            "RuMail用户",
            "显示全部用户"});
            this.repositoryItemComboBox.Name = "repositoryItemComboBox";
            this.repositoryItemComboBox.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.repositoryItemComboBox.UseParentBackground = true;
            // 
            // ConvertBase64BarButton
            // 
            this.ConvertBase64BarButton.Caption = "BASE64转换";
            this.ConvertBase64BarButton.Id = 77;
            this.ConvertBase64BarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ConvertBase64BarButton.LargeGlyph")));
            this.ConvertBase64BarButton.Name = "ConvertBase64BarButton";
            this.ConvertBase64BarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ConvertBase64BarButton_ItemClick);
            // 
            // MailXssPage
            // 
            this.MailXssPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.xrDesignRibbonPageGroup1,
            this.xrDesignRibbonPageGroup2,
            this.xrDesignRibbonPageGroup7,
            this.xrDesignRibbonPageGroup9});
            this.MailXssPage.Name = "MailXssPage";
            this.MailXssPage.Text = "邮件监控";
            // 
            // xrDesignRibbonPageGroup1
            // 
            this.xrDesignRibbonPageGroup1.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_Report;
            this.xrDesignRibbonPageGroup1.ItemLinks.Add(this.NickNameEdit);
            this.xrDesignRibbonPageGroup1.ItemLinks.Add(this.SendMailNameEdit);
            this.xrDesignRibbonPageGroup1.ItemLinks.Add(this.SubjectEdit);
            this.xrDesignRibbonPageGroup1.Kind = DevExpress.XtraReports.UserDesigner.XRDesignRibbonPageGroupKind.Report;
            this.xrDesignRibbonPageGroup1.Name = "xrDesignRibbonPageGroup1";
            this.xrDesignRibbonPageGroup1.ShowCaptionButton = false;
            this.xrDesignRibbonPageGroup1.Text = "邮件信息";
            // 
            // xrDesignRibbonPageGroup2
            // 
            this.xrDesignRibbonPageGroup2.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_Edit;
            this.xrDesignRibbonPageGroup2.ItemLinks.Add(this.ServerNameEdit);
            this.xrDesignRibbonPageGroup2.ItemLinks.Add(this.UserNameEdit);
            this.xrDesignRibbonPageGroup2.ItemLinks.Add(this.PasswordEdit);
            this.xrDesignRibbonPageGroup2.Kind = DevExpress.XtraReports.UserDesigner.XRDesignRibbonPageGroupKind.Edit;
            this.xrDesignRibbonPageGroup2.Name = "xrDesignRibbonPageGroup2";
            this.xrDesignRibbonPageGroup2.ShowCaptionButton = false;
            this.xrDesignRibbonPageGroup2.Text = "服务器信息";
            // 
            // xrDesignRibbonPageGroup7
            // 
            this.xrDesignRibbonPageGroup7.Glyph = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_Windows;
            this.xrDesignRibbonPageGroup7.ItemLinks.Add(this.ReceiveNameEdit);
            this.xrDesignRibbonPageGroup7.ItemLinks.Add(this.MailCollectionType);
            this.xrDesignRibbonPageGroup7.Kind = DevExpress.XtraReports.UserDesigner.XRDesignRibbonPageGroupKind.View;
            this.xrDesignRibbonPageGroup7.Name = "xrDesignRibbonPageGroup7";
            this.xrDesignRibbonPageGroup7.ShowCaptionButton = false;
            this.xrDesignRibbonPageGroup7.Text = "取证目标";
            // 
            // xrDesignRibbonPageGroup9
            // 
            this.xrDesignRibbonPageGroup9.Glyph = ((System.Drawing.Image)(resources.GetObject("xrDesignRibbonPageGroup9.Glyph")));
            this.xrDesignRibbonPageGroup9.ItemLinks.Add(this.AddCommuRecord);
            this.xrDesignRibbonPageGroup9.ItemLinks.Add(this.AddSendMailLog);
            this.xrDesignRibbonPageGroup9.ItemLinks.Add(this.DeleteAccessory, true);
            this.xrDesignRibbonPageGroup9.ItemLinks.Add(this.Accessory);
            this.xrDesignRibbonPageGroup9.ItemLinks.Add(this.AccStatic);
            this.xrDesignRibbonPageGroup9.Kind = DevExpress.XtraReports.UserDesigner.XRDesignRibbonPageGroupKind.Scripts;
            this.xrDesignRibbonPageGroup9.Name = "xrDesignRibbonPageGroup9";
            this.xrDesignRibbonPageGroup9.ShowCaptionButton = false;
            this.xrDesignRibbonPageGroup9.Text = "附件信息";
            // 
            // CookieMail
            // 
            this.CookieMail.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.printPreviewRibbonPageGroup7,
            this.printPreviewRibbonPageGroup6,
            this.ribbonPageGroup4});
            this.CookieMail.Name = "CookieMail";
            this.CookieMail.Text = "Cookie秘密收邮";
            // 
            // printPreviewRibbonPageGroup7
            // 
            this.printPreviewRibbonPageGroup7.ItemLinks.Add(this.ImportCookieTxt);
            this.printPreviewRibbonPageGroup7.ItemLinks.Add(this.DeleteRepeatInfo);
            this.printPreviewRibbonPageGroup7.Kind = DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroupKind.Document;
            this.printPreviewRibbonPageGroup7.Name = "printPreviewRibbonPageGroup7";
            this.printPreviewRibbonPageGroup7.ShowCaptionButton = false;
            this.printPreviewRibbonPageGroup7.Text = "Cookie操作";
            // 
            // printPreviewRibbonPageGroup6
            // 
            this.printPreviewRibbonPageGroup6.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ExportFile;
            this.printPreviewRibbonPageGroup6.ItemLinks.Add(this.ParamOptionSetting);
            this.printPreviewRibbonPageGroup6.ItemLinks.Add(this.FishCookieSetting);
            this.printPreviewRibbonPageGroup6.Kind = DevExpress.XtraPrinting.Preview.PrintPreviewRibbonPageGroupKind.Export;
            this.printPreviewRibbonPageGroup6.Name = "printPreviewRibbonPageGroup6";
            this.printPreviewRibbonPageGroup6.ShowCaptionButton = false;
            this.printPreviewRibbonPageGroup6.Text = "设置";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.ConvertBase64BarButton);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "文本转换";
            // 
            // CommonReceiveMailPage
            // 
            this.CommonReceiveMailPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup2,
            this.ribbonPageGroup3});
            this.CommonReceiveMailPage.Name = "CommonReceiveMailPage";
            this.CommonReceiveMailPage.Text = "POP/IMAP秘密收邮";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.AddUserBarButton);
            this.ribbonPageGroup1.ItemLinks.Add(this.UserEditBarButton);
            this.ribbonPageGroup1.ItemLinks.Add(this.DeleteUserBarButton);
            this.ribbonPageGroup1.ItemLinks.Add(this.ExportUserBarButton, true);
            this.ribbonPageGroup1.ItemLinks.Add(this.ImportUserBarButton);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.ShowCaptionButton = false;
            this.ribbonPageGroup1.Text = "用户管理";
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.ItemLinks.Add(this.ParamSettingBarButton);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.ShowCaptionButton = false;
            this.ribbonPageGroup2.Text = "设置";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ItemLinks.Add(this.FliterUsersComboBox);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "过滤";
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            // 
            // repositoryItemTextEdit3
            // 
            this.repositoryItemTextEdit3.Name = "repositoryItemTextEdit3";
            // 
            // repositoryItemTextEdit4
            // 
            this.repositoryItemTextEdit4.Name = "repositoryItemTextEdit4";
            // 
            // repositoryItemTextEdit5
            // 
            this.repositoryItemTextEdit5.Name = "repositoryItemTextEdit5";
            // 
            // repositoryItemTextEdit6
            // 
            this.repositoryItemTextEdit6.Name = "repositoryItemTextEdit6";
            // 
            // repositoryItemTextEdit7
            // 
            this.repositoryItemTextEdit7.Name = "repositoryItemTextEdit7";
            // 
            // repositoryItemTextEdit8
            // 
            this.repositoryItemTextEdit8.Name = "repositoryItemTextEdit8";
            // 
            // repositoryItemZoomTrackBar1
            // 
            this.repositoryItemZoomTrackBar1.AllowFocused = false;
            this.repositoryItemZoomTrackBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.repositoryItemZoomTrackBar1.Maximum = 180;
            this.repositoryItemZoomTrackBar1.Name = "repositoryItemZoomTrackBar1";
            this.repositoryItemZoomTrackBar1.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
            this.repositoryItemZoomTrackBar1.UseParentBackground = true;
            // 
            // repositoryItemTextEdit12
            // 
            this.repositoryItemTextEdit12.AutoHeight = false;
            this.repositoryItemTextEdit12.Name = "repositoryItemTextEdit12";
            this.repositoryItemTextEdit12.UseParentBackground = true;
            // 
            // ServerDateEdit
            // 
            this.ServerDateEdit.AutoHeight = false;
            this.ServerDateEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ServerDateEdit.Name = "ServerDateEdit";
            this.ServerDateEdit.UseParentBackground = true;
            this.ServerDateEdit.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            // 
            // repositoryItemRadioGroup3
            // 
            this.repositoryItemRadioGroup3.Name = "repositoryItemRadioGroup3";
            this.repositoryItemRadioGroup3.UseParentBackground = true;
            // 
            // defaultLookAndFeel1
            // 
            this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2010 Black";
            // 
            // xrDesignRibbonPageGroup8
            // 
            this.xrDesignRibbonPageGroup8.ItemLinks.Add(this.commandBarItem46);
            this.xrDesignRibbonPageGroup8.ItemLinks.Add(this.commandBarItem48, true);
            this.xrDesignRibbonPageGroup8.ItemLinks.Add(this.commandBarItem49);
            this.xrDesignRibbonPageGroup8.ItemLinks.Add(this.commandBarItem50, true);
            this.xrDesignRibbonPageGroup8.Kind = DevExpress.XtraReports.UserDesigner.XRDesignRibbonPageGroupKind.HtmlNavigation;
            this.xrDesignRibbonPageGroup8.Name = "xrDesignRibbonPageGroup8";
            this.xrDesignRibbonPageGroup8.ShowCaptionButton = false;
            this.xrDesignRibbonPageGroup8.Text = "Navigation";
            // 
            // dockManager1
            // 
            this.dockManager1.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
            this.hideContainerLeft,
            this.hideContainerRight});
            this.dockManager1.Controller = this.barAndDockingController1;
            this.dockManager1.Form = this;
            this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.StatusInfo});
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            // 
            // hideContainerLeft
            // 
            this.hideContainerLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.hideContainerLeft.Controls.Add(this.MailToolBox);
            this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.hideContainerLeft.Location = new System.Drawing.Point(0, 148);
            this.hideContainerLeft.Name = "hideContainerLeft";
            this.hideContainerLeft.Size = new System.Drawing.Size(20, 474);
            // 
            // MailToolBox
            // 
            this.MailToolBox.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.MailToolBox.Appearance.Options.UseBackColor = true;
            this.MailToolBox.Controls.Add(this.dockPanel1_Container);
            this.MailToolBox.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.MailToolBox.FloatSize = new System.Drawing.Size(200, 468);
            this.MailToolBox.Font = new System.Drawing.Font("Microsoft YaHei", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.MailToolBox.ID = new System.Guid("3fd1547d-83d1-4f9b-98f4-a13f31320359");
            this.MailToolBox.Location = new System.Drawing.Point(0, 0);
            this.MailToolBox.Name = "MailToolBox";
            this.MailToolBox.OriginalSize = new System.Drawing.Size(200, 200);
            this.MailToolBox.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.MailToolBox.SavedIndex = 0;
            this.MailToolBox.Size = new System.Drawing.Size(171, 398);
            this.MailToolBox.Text = "功能";
            this.MailToolBox.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.navBarControl1);
            this.dockPanel1_Container.Location = new System.Drawing.Point(3, 21);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(165, 373);
            this.dockPanel1_Container.TabIndex = 0;
            // 
            // navBarControl1
            // 
            this.navBarControl1.ActiveGroup = this.UserFunc;
            this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
            this.UserFunc,
            this.ConfigFunc});
            this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
            this.SendMail,
            this.AddAccessory,
            this.LogRecord,
            this.TimeSend,
            this.AddSMTPServer,
            this.AddDNS});
            this.navBarControl1.Location = new System.Drawing.Point(0, 0);
            this.navBarControl1.LookAndFeel.SkinName = "Blue";
            this.navBarControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Style3D;
            this.navBarControl1.Name = "navBarControl1";
            this.navBarControl1.OptionsNavPane.ExpandedWidth = 194;
            this.navBarControl1.Size = new System.Drawing.Size(165, 373);
            this.navBarControl1.TabIndex = 0;
            this.navBarControl1.Text = "navBarControl1";
            // 
            // UserFunc
            // 
            this.UserFunc.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.UserFunc.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.UserFunc.Appearance.Options.UseBackColor = true;
            this.UserFunc.AppearancePressed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.UserFunc.AppearancePressed.BackColor2 = System.Drawing.Color.Cyan;
            this.UserFunc.AppearancePressed.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.UserFunc.AppearancePressed.Options.UseBackColor = true;
            this.UserFunc.AppearancePressed.Options.UseBorderColor = true;
            this.UserFunc.Caption = "使用";
            this.UserFunc.Expanded = true;
            this.UserFunc.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.SendMail),
            new DevExpress.XtraNavBar.NavBarItemLink(this.AddAccessory),
            new DevExpress.XtraNavBar.NavBarItemLink(this.LogRecord),
            new DevExpress.XtraNavBar.NavBarItemLink(this.TimeSend)});
            this.UserFunc.Name = "UserFunc";
            // 
            // SendMail
            // 
            this.SendMail.Caption = "发送邮件";
            this.SendMail.Name = "SendMail";
            this.SendMail.SmallImage = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_SendFileLarge;
            this.SendMail.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.SendMail_LinkClicked);
            // 
            // AddAccessory
            // 
            this.AddAccessory.Caption = "添加附件";
            this.AddAccessory.LargeImage = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_SaveFileAsLarge;
            this.AddAccessory.Name = "AddAccessory";
            this.AddAccessory.SmallImage = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_SaveFileAsLarge;
            this.AddAccessory.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.AddAccessory_LinkClicked);
            // 
            // LogRecord
            // 
            this.LogRecord.Caption = "日志查看";
            this.LogRecord.Name = "LogRecord";
            this.LogRecord.SmallImage = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_PasteLarge;
            this.LogRecord.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.LogRecord_LinkClicked);
            // 
            // TimeSend
            // 
            this.TimeSend.Caption = "定时发送";
            this.TimeSend.Name = "TimeSend";
            this.TimeSend.SmallImage = global::MailExposure.XRDesignRibbonControllerResources.RibbonUserDesigner_NewReportWizardLarge;
            this.TimeSend.Visible = false;
            this.TimeSend.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.TimeSend_LinkClicked);
            // 
            // ConfigFunc
            // 
            this.ConfigFunc.Appearance.BackColor = System.Drawing.Color.Teal;
            this.ConfigFunc.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.ConfigFunc.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.ConfigFunc.Appearance.Options.UseBackColor = true;
            this.ConfigFunc.Appearance.Options.UseForeColor = true;
            this.ConfigFunc.Caption = "配置";
            this.ConfigFunc.Expanded = true;
            this.ConfigFunc.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.AddSMTPServer),
            new DevExpress.XtraNavBar.NavBarItemLink(this.AddDNS)});
            this.ConfigFunc.Name = "ConfigFunc";
            // 
            // AddSMTPServer
            // 
            this.AddSMTPServer.Caption = "添加SMTP";
            this.AddSMTPServer.Name = "AddSMTPServer";
            this.AddSMTPServer.SmallImage = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_CustomizeLarge;
            this.AddSMTPServer.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.AddSMTPServer_LinkClicked);
            // 
            // AddDNS
            // 
            this.AddDNS.Caption = "自定义DNS";
            this.AddDNS.Name = "AddDNS";
            this.AddDNS.SmallImage = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_DocumentMapLarge;
            this.AddDNS.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.AddDNS_LinkClicked);
            // 
            // hideContainerRight
            // 
            this.hideContainerRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.hideContainerRight.Controls.Add(this.InfoRecord);
            this.hideContainerRight.Controls.Add(this.SendMailRecord);
            this.hideContainerRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.hideContainerRight.Location = new System.Drawing.Point(1451, 148);
            this.hideContainerRight.Name = "hideContainerRight";
            this.hideContainerRight.Size = new System.Drawing.Size(20, 474);
            // 
            // InfoRecord
            // 
            this.InfoRecord.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.InfoRecord.Appearance.Options.UseBackColor = true;
            this.InfoRecord.Controls.Add(this.controlContainer2);
            this.InfoRecord.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            this.InfoRecord.ID = new System.Guid("289fefe8-d51c-4173-b8da-e09e35932ae8");
            this.InfoRecord.Location = new System.Drawing.Point(0, 0);
            this.InfoRecord.Name = "InfoRecord";
            this.InfoRecord.OriginalSize = new System.Drawing.Size(200, 200);
            this.InfoRecord.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            this.InfoRecord.SavedIndex = 0;
            this.InfoRecord.Size = new System.Drawing.Size(200, 474);
            this.InfoRecord.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Left;
            this.InfoRecord.Text = "通讯记录";
            this.InfoRecord.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
            // 
            // controlContainer2
            // 
            this.controlContainer2.Controls.Add(this.trvListInfo);
            this.controlContainer2.Location = new System.Drawing.Point(4, 25);
            this.controlContainer2.Name = "controlContainer2";
            this.controlContainer2.Size = new System.Drawing.Size(192, 445);
            this.controlContainer2.TabIndex = 0;
            // 
            // trvListInfo
            // 
            this.trvListInfo.ContextMenuStrip = this.TreeControlMenu;
            this.trvListInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trvListInfo.ImageIndex = 0;
            this.trvListInfo.ImageList = this.imageList1;
            this.trvListInfo.Location = new System.Drawing.Point(0, 0);
            this.trvListInfo.Name = "trvListInfo";
            treeNode1.ImageIndex = 0;
            treeNode1.Name = "Node0";
            treeNode1.Text = "常用收件人";
            treeNode2.ImageIndex = 2;
            treeNode2.Name = "Node1";
            treeNode2.SelectedImageIndex = 2;
            treeNode2.Text = "常用用户名";
            this.trvListInfo.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode1,
            treeNode2});
            this.trvListInfo.SelectedImageIndex = 0;
            this.trvListInfo.Size = new System.Drawing.Size(192, 445);
            this.trvListInfo.TabIndex = 0;
            this.trvListInfo.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trvListInfo_NodeMouseDoubleClick);
            // 
            // TreeControlMenu
            // 
            this.TreeControlMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tlsDelAddreess,
            this.tlsAllDelAddreess});
            this.TreeControlMenu.Name = "TreeControlMenu";
            this.TreeControlMenu.Size = new System.Drawing.Size(119, 48);
            // 
            // tlsDelAddreess
            // 
            this.tlsDelAddreess.Name = "tlsDelAddreess";
            this.tlsDelAddreess.Size = new System.Drawing.Size(118, 22);
            this.tlsDelAddreess.Text = "删除";
            this.tlsDelAddreess.Click += new System.EventHandler(this.tlsDelAddreess_Click);
            // 
            // tlsAllDelAddreess
            // 
            this.tlsAllDelAddreess.Name = "tlsAllDelAddreess";
            this.tlsAllDelAddreess.Size = new System.Drawing.Size(118, 22);
            this.tlsAllDelAddreess.Text = "全部删除";
            this.tlsAllDelAddreess.Click += new System.EventHandler(this.tlsAllDelAddreess_Click);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "Business-Solutions.gif");
            this.imageList1.Images.SetKeyName(1, "Windows-Server-System.gif");
            this.imageList1.Images.SetKeyName(2, "Windows-Mobile.gif");
            // 
            // SendMailRecord
            // 
            this.SendMailRecord.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.SendMailRecord.Appearance.Options.UseBackColor = true;
            this.SendMailRecord.Controls.Add(this.controlContainer3);
            this.SendMailRecord.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            this.SendMailRecord.ID = new System.Guid("c95e2434-36b4-4c4b-b5e2-a87a98581b86");
            this.SendMailRecord.Location = new System.Drawing.Point(0, 0);
            this.SendMailRecord.Name = "SendMailRecord";
            this.SendMailRecord.OriginalSize = new System.Drawing.Size(200, 200);
            this.SendMailRecord.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            this.SendMailRecord.SavedIndex = 1;
            this.SendMailRecord.Size = new System.Drawing.Size(171, 398);
            this.SendMailRecord.Text = "发信日志";
            this.SendMailRecord.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
            // 
            // controlContainer3
            // 
            this.controlContainer3.Controls.Add(this.trvLogList);
            this.controlContainer3.Location = new System.Drawing.Point(3, 21);
            this.controlContainer3.Name = "controlContainer3";
            this.controlContainer3.Size = new System.Drawing.Size(165, 373);
            this.controlContainer3.TabIndex = 0;
            // 
            // trvLogList
            // 
            this.trvLogList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trvLogList.ImageIndex = 0;
            this.trvLogList.ImageList = this.imageList1;
            this.trvLogList.Location = new System.Drawing.Point(0, 0);
            this.trvLogList.Name = "trvLogList";
            treeNode3.ImageIndex = 1;
            treeNode3.Name = "Node0";
            treeNode3.SelectedImageIndex = 1;
            treeNode3.Text = "发信日志";
            this.trvLogList.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode3});
            this.trvLogList.SelectedImageIndex = 0;
            this.trvLogList.Size = new System.Drawing.Size(168, 376);
            this.trvLogList.TabIndex = 0;
            this.trvLogList.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trvLogList_NodeMouseDoubleClick);
            // 
            // StatusInfo
            // 
            this.StatusInfo.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(131)))), ((int)(((byte)(131)))));
            this.StatusInfo.Appearance.Options.UseBackColor = true;
            this.StatusInfo.Controls.Add(this.controlContainer1);
            this.StatusInfo.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
            this.StatusInfo.ID = new System.Guid("3587090b-2fc3-490b-abc3-e475a195175a");
            this.StatusInfo.Location = new System.Drawing.Point(20, 422);
            this.StatusInfo.Name = "StatusInfo";
            this.StatusInfo.OriginalSize = new System.Drawing.Size(200, 200);
            this.StatusInfo.Size = new System.Drawing.Size(1431, 200);
            this.StatusInfo.Text = "状态信息";
            // 
            // controlContainer1
            // 
            this.controlContainer1.Controls.Add(this.MailInfoOutput);
            this.controlContainer1.Location = new System.Drawing.Point(4, 25);
            this.controlContainer1.Name = "controlContainer1";
            this.controlContainer1.Size = new System.Drawing.Size(1423, 171);
            this.controlContainer1.TabIndex = 0;
            // 
            // MailInfoOutput
            // 
            this.MailInfoOutput.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MailInfoOutput.Location = new System.Drawing.Point(0, 0);
            this.MailInfoOutput.MenuManager = this.MainRibbonControl;
            this.MailInfoOutput.Name = "MailInfoOutput";
            this.MailInfoOutput.Size = new System.Drawing.Size(1423, 171);
            this.MailInfoOutput.TabIndex = 0;
            // 
            // printPreviewBarItem3
            // 
            this.printPreviewBarItem3.Caption = "Close Print Preview";
            this.printPreviewBarItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ClosePreview;
            this.printPreviewBarItem3.Enabled = false;
            this.printPreviewBarItem3.Glyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ClosePreview;
            this.printPreviewBarItem3.Id = 23;
            this.printPreviewBarItem3.LargeGlyph = global::MailExposure.PrintRibbonControllerResources.RibbonPrintPreview_ClosePreviewLarge;
            this.printPreviewBarItem3.Name = "printPreviewBarItem3";
            superToolTip81.FixedTooltipWidth = true;
            toolTipTitleItem81.Text = "Close Print Preview";
            toolTipItem81.LeftIndent = 6;
            toolTipItem81.Text = "Close Print Preview of the document.";
            superToolTip81.Items.Add(toolTipTitleItem81);
            superToolTip81.Items.Add(toolTipItem81);
            superToolTip81.MaxWidth = 210;
            this.printPreviewBarItem3.SuperTip = superToolTip81;
            this.printPreviewBarItem3.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar1,
            this.bar3});
            this.barManager1.Controller = this.barAndDockingController1;
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.DockManager = this.dockManager1;
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.SenMailProgress});
            this.barManager1.MaxItemId = 1;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.ItemProgressBar1});
            this.barManager1.StatusBar = this.bar3;
            // 
            // bar1
            // 
            this.bar1.BarName = "Tools";
            this.bar1.DockCol = 0;
            this.bar1.DockRow = 1;
            this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
            this.bar1.FloatLocation = new System.Drawing.Point(504, 511);
            this.bar1.Text = "Tools";
            this.bar1.Visible = false;
            // 
            // bar3
            // 
            this.bar3.BarName = "Status bar";
            this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
            this.bar3.DockCol = 0;
            this.bar3.DockRow = 0;
            this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
            this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.SenMailProgress)});
            this.bar3.OptionsBar.AllowQuickCustomization = false;
            this.bar3.OptionsBar.DrawDragBorder = false;
            this.bar3.OptionsBar.UseWholeRow = true;
            this.bar3.Text = "Status bar";
            // 
            // SenMailProgress
            // 
            this.SenMailProgress.Caption = "Status";
            this.SenMailProgress.Edit = this.ItemProgressBar1;
            this.SenMailProgress.Id = 0;
            this.SenMailProgress.Name = "SenMailProgress";
            this.SenMailProgress.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing;
            this.SenMailProgress.Width = 180;
            // 
            // ItemProgressBar1
            // 
            this.ItemProgressBar1.Name = "ItemProgressBar1";
            this.ItemProgressBar1.ProgressViewStyle = DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid;
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1471, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 622);
            this.barDockControlBottom.Size = new System.Drawing.Size(1471, 48);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 622);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1471, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 622);
            // 
            // importFileDlg
            // 
            this.importFileDlg.FileName = "openFileDialog1";
            // 
            // CollectionType
            // 
            this.CollectionType.Caption = "取证方式:";
            this.CollectionType.Edit = this.CollectionItemRadioGroup;
            this.CollectionType.Id = 53;
            this.CollectionType.Name = "CollectionType";
            this.CollectionType.Width = 360;
            // 
            // CookieMailPanel
            // 
            this.CookieMailPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.CookieMailPanel.Location = new System.Drawing.Point(20, 148);
            this.CookieMailPanel.Name = "CookieMailPanel";
            this.CookieMailPanel.Size = new System.Drawing.Size(1431, 274);
            this.CookieMailPanel.TabIndex = 32;
            // 
            // MainForm
            // 
            this.Appearance.Font = new System.Drawing.Font("SimSun", 9F);
            this.Appearance.ForeColor = System.Drawing.Color.Black;
            this.Appearance.Options.UseFont = true;
            this.Appearance.Options.UseForeColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1471, 670);
            this.Controls.Add(this.CookieMailPanel);
            this.Controls.Add(this.MailEditorPanel);
            this.Controls.Add(this.StatusInfo);
            this.Controls.Add(this.hideContainerLeft);
            this.Controls.Add(this.hideContainerRight);
            this.Controls.Add(this.MainRibbonControl);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainForm";
            this.Ribbon = this.MainRibbonControl;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "互联网电子邮箱侦控系统";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.recentlyUsedItemsComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.designRepositoryItemComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MainRibbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.applicationMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrDesignRibbonController1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrDesignDockManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MailEditorPanel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MailServerComboBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ButtonEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.AutoAddSendRecordCheckEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.AutoAddCommuRecordCheckEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CollectionItemRadioGroup)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ServerDateEdit.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ServerDateEdit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.hideContainerLeft.ResumeLayout(false);
            this.MailToolBox.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
            this.hideContainerRight.ResumeLayout(false);
            this.InfoRecord.ResumeLayout(false);
            this.controlContainer2.ResumeLayout(false);
            this.TreeControlMenu.ResumeLayout(false);
            this.SendMailRecord.ResumeLayout(false);
            this.controlContainer3.ResumeLayout(false);
            this.StatusInfo.ResumeLayout(false);
            this.controlContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.MailInfoOutput.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ItemProgressBar1)).EndInit();
            this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem1  = new DevExpress.Utils.ToolTipItem();
     this.ceBarkod       = new DevExpress.XtraEditors.CalcEdit();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     this.tEStokadi      = new DevExpress.XtraEditors.TextEdit();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.SatisFiyati1   = new DevExpress.XtraEditors.CalcEdit();
     this.panelControl1  = new DevExpress.XtraEditors.PanelControl();
     this.BtnKaydet      = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton21 = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl2  = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton2  = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1  = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl1  = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.ceBarkod.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tEStokadi.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SatisFiyati1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // ceBarkod
     //
     this.ceBarkod.Location = new System.Drawing.Point(83, 95);
     this.ceBarkod.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ceBarkod.Name     = "ceBarkod";
     this.ceBarkod.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.ceBarkod.Properties.Appearance.Options.UseFont = true;
     this.ceBarkod.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)
     });
     this.ceBarkod.Properties.EditFormat.FormatString = "{0}";
     this.ceBarkod.Properties.EditFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.ceBarkod.Properties.ShowDropDown            = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
     this.ceBarkod.Size            = new System.Drawing.Size(178, 27);
     this.ceBarkod.TabIndex        = 20;
     this.ceBarkod.TabStop         = false;
     this.ceBarkod.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     //
     // labelControl19
     //
     this.labelControl19.Location = new System.Drawing.Point(26, 97);
     this.labelControl19.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl19.Name     = "labelControl19";
     this.labelControl19.Size     = new System.Drawing.Size(46, 16);
     this.labelControl19.TabIndex = 170;
     this.labelControl19.Text     = "Barkodu";
     //
     // tEStokadi
     //
     this.tEStokadi.EnterMoveNextControl = true;
     this.tEStokadi.Location             = new System.Drawing.Point(80, 132);
     this.tEStokadi.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tEStokadi.Name   = "tEStokadi";
     this.tEStokadi.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.tEStokadi.Properties.Appearance.Options.UseFont = true;
     this.tEStokadi.Size = new System.Drawing.Size(244, 27);
     toolTipItem1.Text   = "Stoklarınızı girmeden önce lütfen kendinize bir sıralama belirleyiniz. Örn:ÜLKER " +
                           "KREMA BİSKÜVİ 30GR";
     superToolTip1.Items.Add(toolTipItem1);
     this.tEStokadi.SuperTip = superToolTip1;
     this.tEStokadi.TabIndex = 1;
     //
     // labelControl17
     //
     this.labelControl17.Location = new System.Drawing.Point(10, 171);
     this.labelControl17.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl17.Name     = "labelControl17";
     this.labelControl17.Size     = new System.Drawing.Size(62, 16);
     this.labelControl17.TabIndex = 175;
     this.labelControl17.Text     = "Satış Fiyatı";
     //
     // SatisFiyati1
     //
     this.SatisFiyati1.EnterMoveNextControl = true;
     this.SatisFiyati1.Location             = new System.Drawing.Point(80, 167);
     this.SatisFiyati1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.SatisFiyati1.Name   = "SatisFiyati1";
     this.SatisFiyati1.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.SatisFiyati1.Properties.Appearance.Options.UseFont = true;
     this.SatisFiyati1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.SatisFiyati1.Properties.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
     this.SatisFiyati1.Size     = new System.Drawing.Size(133, 27);
     this.SatisFiyati1.TabIndex = 2;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.BtnKaydet);
     this.panelControl1.Controls.Add(this.simpleButton21);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(338, 58);
     this.panelControl1.TabIndex = 176;
     //
     // BtnKaydet
     //
     this.BtnKaydet.Dock     = System.Windows.Forms.DockStyle.Left;
     this.BtnKaydet.Image    = global::GPTS.Properties.Resources.Save_32x32;
     this.BtnKaydet.Location = new System.Drawing.Point(2, 2);
     this.BtnKaydet.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.BtnKaydet.Name     = "BtnKaydet";
     this.BtnKaydet.Size     = new System.Drawing.Size(148, 54);
     this.BtnKaydet.TabIndex = 3;
     this.BtnKaydet.Text     = "Kaydet [F9]";
     this.BtnKaydet.Click   += new System.EventHandler(this.BtnKaydet_Click);
     //
     // simpleButton21
     //
     this.simpleButton21.Dock     = System.Windows.Forms.DockStyle.Right;
     this.simpleButton21.Image    = global::GPTS.Properties.Resources.cancel;
     this.simpleButton21.Location = new System.Drawing.Point(169, 2);
     this.simpleButton21.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.simpleButton21.Name     = "simpleButton21";
     this.simpleButton21.Size     = new System.Drawing.Size(167, 54);
     this.simpleButton21.TabIndex = 4;
     this.simpleButton21.Text     = "Vazgeç [ESC]";
     this.simpleButton21.Click   += new System.EventHandler(this.simpleButton21_Click);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.simpleButton2);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl2.Location = new System.Drawing.Point(0, 265);
     this.panelControl2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(338, 69);
     this.panelControl2.TabIndex = 177;
     //
     // simpleButton2
     //
     this.simpleButton2.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.simpleButton2.Appearance.Options.UseFont = true;
     this.simpleButton2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.simpleButton2.Image    = global::GPTS.Properties.Resources.stokekle_32x48;
     this.simpleButton2.Location = new System.Drawing.Point(2, 2);
     this.simpleButton2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(334, 65);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text     = "Stok Tanıtım Kartına Geç";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.simpleButton1.Location    = new System.Drawing.Point(15, 132);
     this.simpleButton1.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.simpleButton1.Name        = "simpleButton1";
     this.simpleButton1.Size        = new System.Drawing.Size(58, 28);
     this.simpleButton1.TabIndex    = 0;
     this.simpleButton1.Text        = "Stok Adı";
     //
     // labelControl1
     //
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.Location     = new System.Drawing.Point(6, 220);
     this.labelControl1.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl1.Name         = "labelControl1";
     this.labelControl1.Size         = new System.Drawing.Size(325, 39);
     this.labelControl1.TabIndex     = 175;
     this.labelControl1.Text         = "Not:  Hızlı kaydettiğiniz stokları, stok listesinde bulup\r\neksiklerini tamamlayab" +
                                       "ilirsiniz.";
     //
     // frmStokKartiHizli
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(338, 334);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.labelControl17);
     this.Controls.Add(this.SatisFiyati1);
     this.Controls.Add(this.ceBarkod);
     this.Controls.Add(this.labelControl19);
     this.Controls.Add(this.tEStokadi);
     this.KeyPreview    = true;
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "frmStokKartiHizli";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Hızlı Stok Karti Girişi";
     this.Load         += new System.EventHandler(this.frmStokKartiHizli_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmStokKartiHizli_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.ceBarkod.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tEStokadi.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SatisFiyati1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 48
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MinOrderForm));
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.grid = new DevExpress.XtraGrid.GridControl();
            this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colGroup = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colQuantityInPack = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMeasure = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSupplier = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colReserved = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSAPMinOrder = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMinOrder = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.BarManager = new DevExpress.ExpressApp.Win.Templates.Controls.XafBarManager(this.components);
            this.xafBar2 = new DevExpress.ExpressApp.Win.Templates.Controls.XafBar();
            this.xafBar3 = new DevExpress.ExpressApp.Win.Templates.Controls.XafBar();
            this.cbCategory = new DevExpress.XtraBars.BarEditItem();
            this.cbRepCategory = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.btRefresh = new DevExpress.XtraBars.BarButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.btClear = new DevExpress.XtraBars.BarButtonItem();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BarManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbRepCategory)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            this.SuspendLayout();
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.grid);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl1.Location = new System.Drawing.Point(0, 47);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(769, 401);
            this.panelControl1.TabIndex = 4;
            // 
            // grid
            // 
            this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grid.Location = new System.Drawing.Point(2, 2);
            this.grid.MainView = this.gridView;
            this.grid.Name = "grid";
            this.grid.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemSpinEdit1,
            this.repositoryItemTextEdit1});
            this.grid.Size = new System.Drawing.Size(765, 397);
            this.grid.TabIndex = 1;
            this.grid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView});
            // 
            // gridView
            // 
            this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colid,
            this.colGroup,
            this.colName,
            this.colPrice,
            this.colQuantityInPack,
            this.colMeasure,
            this.colSupplier,
            this.colCode,
            this.colBarcode,
            this.colReserved,
            this.colSAPMinOrder,
            this.colMinOrder});
            this.gridView.GridControl = this.grid;
            this.gridView.Name = "gridView";
            this.gridView.OptionsView.ShowAutoFilterRow = true;
            this.gridView.OptionsView.ShowFooter = true;
            this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colName, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // colid
            // 
            this.colid.FieldName = "id";
            this.colid.Name = "colid";
            this.colid.OptionsColumn.AllowEdit = false;
            this.colid.OptionsColumn.AllowFocus = false;
            this.colid.OptionsColumn.ReadOnly = true;
            this.colid.Width = 27;
            // 
            // colGroup
            // 
            this.colGroup.Caption = "Группа товара";
            this.colGroup.FieldName = "Group";
            this.colGroup.Name = "colGroup";
            this.colGroup.OptionsColumn.AllowEdit = false;
            this.colGroup.OptionsColumn.AllowFocus = false;
            this.colGroup.OptionsColumn.ReadOnly = true;
            this.colGroup.Visible = true;
            this.colGroup.VisibleIndex = 2;
            this.colGroup.Width = 100;
            // 
            // colName
            // 
            this.colName.Caption = "Название";
            this.colName.FieldName = "Name";
            this.colName.Name = "colName";
            this.colName.OptionsColumn.AllowEdit = false;
            this.colName.OptionsColumn.AllowFocus = false;
            this.colName.OptionsColumn.ReadOnly = true;
            this.colName.Visible = true;
            this.colName.VisibleIndex = 1;
            this.colName.Width = 120;
            // 
            // colPrice
            // 
            this.colPrice.Caption = "Цена";
            this.colPrice.FieldName = "Price";
            this.colPrice.Name = "colPrice";
            this.colPrice.OptionsColumn.AllowEdit = false;
            this.colPrice.OptionsColumn.AllowFocus = false;
            this.colPrice.OptionsColumn.ReadOnly = true;
            this.colPrice.Visible = true;
            this.colPrice.VisibleIndex = 3;
            this.colPrice.Width = 50;
            // 
            // colQuantityInPack
            // 
            this.colQuantityInPack.Caption = "Кол. в упаковке";
            this.colQuantityInPack.FieldName = "QuantityInPack";
            this.colQuantityInPack.Name = "colQuantityInPack";
            this.colQuantityInPack.OptionsColumn.AllowEdit = false;
            this.colQuantityInPack.OptionsColumn.AllowFocus = false;
            this.colQuantityInPack.OptionsColumn.ReadOnly = true;
            this.colQuantityInPack.Width = 27;
            // 
            // colMeasure
            // 
            this.colMeasure.Caption = "Ед. изм. (шт/упак.)";
            this.colMeasure.FieldName = "Measure";
            this.colMeasure.Name = "colMeasure";
            this.colMeasure.OptionsColumn.AllowEdit = false;
            this.colMeasure.OptionsColumn.AllowFocus = false;
            this.colMeasure.OptionsColumn.ReadOnly = true;
            this.colMeasure.Visible = true;
            this.colMeasure.VisibleIndex = 4;
            this.colMeasure.Width = 50;
            // 
            // colSupplier
            // 
            this.colSupplier.Caption = "Поставщик";
            this.colSupplier.FieldName = "Supplier";
            this.colSupplier.Name = "colSupplier";
            this.colSupplier.OptionsColumn.AllowEdit = false;
            this.colSupplier.OptionsColumn.AllowFocus = false;
            this.colSupplier.OptionsColumn.ReadOnly = true;
            this.colSupplier.Visible = true;
            this.colSupplier.VisibleIndex = 5;
            this.colSupplier.Width = 100;
            // 
            // colCode
            // 
            this.colCode.Caption = "Код товара";
            this.colCode.FieldName = "Code";
            this.colCode.Name = "colCode";
            this.colCode.OptionsColumn.AllowEdit = false;
            this.colCode.OptionsColumn.AllowFocus = false;
            this.colCode.OptionsColumn.ReadOnly = true;
            this.colCode.Width = 27;
            // 
            // colBarcode
            // 
            this.colBarcode.Caption = "Штрихкод";
            this.colBarcode.FieldName = "Barcode";
            this.colBarcode.Name = "colBarcode";
            this.colBarcode.OptionsColumn.AllowEdit = false;
            this.colBarcode.OptionsColumn.AllowFocus = false;
            this.colBarcode.OptionsColumn.ReadOnly = true;
            this.colBarcode.Visible = true;
            this.colBarcode.VisibleIndex = 6;
            this.colBarcode.Width = 50;
            // 
            // colReserved
            // 
            this.colReserved.FieldName = "Reserved";
            this.colReserved.Name = "colReserved";
            this.colReserved.OptionsColumn.AllowEdit = false;
            this.colReserved.OptionsColumn.AllowFocus = false;
            this.colReserved.OptionsColumn.ReadOnly = true;
            this.colReserved.Width = 27;
            // 
            // colSAPMinOrder
            // 
            this.colSAPMinOrder.Caption = "Мин. заказ SAP";
            this.colSAPMinOrder.FieldName = "SAPMinOrder";
            this.colSAPMinOrder.Name = "colSAPMinOrder";
            this.colSAPMinOrder.OptionsColumn.AllowEdit = false;
            this.colSAPMinOrder.OptionsColumn.AllowFocus = false;
            this.colSAPMinOrder.OptionsColumn.ReadOnly = true;
            this.colSAPMinOrder.Visible = true;
            this.colSAPMinOrder.VisibleIndex = 7;
            this.colSAPMinOrder.Width = 33;
            // 
            // colMinOrder
            // 
            this.colMinOrder.AppearanceCell.BackColor = System.Drawing.Color.CornflowerBlue;
            this.colMinOrder.AppearanceCell.Options.UseBackColor = true;
            this.colMinOrder.Caption = "Минимальный заказ";
            this.colMinOrder.ColumnEdit = this.repositoryItemTextEdit1;
            this.colMinOrder.FieldName = "MinOrder";
            this.colMinOrder.MaxWidth = 100;
            this.colMinOrder.Name = "colMinOrder";
            this.colMinOrder.Visible = true;
            this.colMinOrder.VisibleIndex = 0;
            this.colMinOrder.Width = 100;
            // 
            // repositoryItemSpinEdit1
            // 
            this.repositoryItemSpinEdit1.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
            this.repositoryItemSpinEdit1.AutoHeight = false;
            this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemSpinEdit1.IsFloatValue = false;
            this.repositoryItemSpinEdit1.Mask.EditMask = "N00";
            this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
            // 
            // BarManager
            // 
            this.BarManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.xafBar2,
            this.xafBar3});
            this.BarManager.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
            new DevExpress.XtraBars.BarManagerCategory("Заказы", new System.Guid("f4698afc-915d-46b6-b4ad-e497d23d7378"))});
            this.BarManager.DockControls.Add(this.barDockControlTop);
            this.BarManager.DockControls.Add(this.barDockControlBottom);
            this.BarManager.DockControls.Add(this.barDockControlLeft);
            this.BarManager.DockControls.Add(this.barDockControlRight);
            this.BarManager.Form = this;
            this.BarManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.cbCategory,
            this.btClear,
            this.btRefresh});
            this.BarManager.MaxItemId = 14;
            this.BarManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.cbRepCategory});
            this.BarManager.StatusBar = this.xafBar2;
            // 
            // xafBar2
            // 
            this.xafBar2.BarName = "StatusBar";
            this.xafBar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
            this.xafBar2.DockCol = 0;
            this.xafBar2.DockRow = 0;
            this.xafBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
            this.xafBar2.OptionsBar.AllowQuickCustomization = false;
            this.xafBar2.OptionsBar.DrawDragBorder = false;
            this.xafBar2.OptionsBar.UseWholeRow = true;
            this.xafBar2.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.xafBar2.Text = "StatusBar";
            // 
            // xafBar3
            // 
            this.xafBar3.BarName = "Main Toolbar";
            this.xafBar3.DockCol = 0;
            this.xafBar3.DockRow = 0;
            this.xafBar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.xafBar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.cbCategory, DevExpress.XtraBars.BarItemPaintStyle.Caption),
            new DevExpress.XtraBars.LinkPersistInfo(this.btRefresh, true)});
            this.xafBar3.TargetPageCategoryColor = System.Drawing.Color.Empty;
            this.xafBar3.Text = "Main Toolbar";
            // 
            // cbCategory
            // 
            this.cbCategory.Caption = "Категория магазина";
            this.cbCategory.Edit = this.cbRepCategory;
            this.cbCategory.Id = 9;
            this.cbCategory.Name = "cbCategory";
            this.cbCategory.Width = 171;
            this.cbCategory.EditValueChanged += new System.EventHandler(this.CbCategoryEditValueChanged);
            // 
            // cbRepCategory
            // 
            this.cbRepCategory.AutoComplete = false;
            this.cbRepCategory.AutoHeight = false;
            this.cbRepCategory.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbRepCategory.Name = "cbRepCategory";
            this.cbRepCategory.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            // 
            // btRefresh
            // 
            this.btRefresh.Caption = "Обновить";
            this.btRefresh.Glyph = global::ShopOrderCustom.Properties.Resources.reload_all_tabs;
            this.btRefresh.Id = 13;
            this.btRefresh.Name = "btRefresh";
            this.btRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtRefreshItemClick);
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(769, 47);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 448);
            this.barDockControlBottom.Size = new System.Drawing.Size(769, 23);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 47);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 401);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(769, 47);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 401);
            // 
            // btClear
            // 
            this.btClear.Caption = "Очистить";
            this.btClear.Enabled = false;
            this.btClear.Glyph = global::ShopOrderCustom.Properties.Resources.edit_clear;
            this.btClear.Id = 12;
            this.btClear.Name = "btClear";
            toolTipTitleItem1.Appearance.Image = global::ShopOrderCustom.Properties.Resources.edit_clear;
            toolTipTitleItem1.Appearance.Options.UseImage = true;
            toolTipTitleItem1.Image = global::ShopOrderCustom.Properties.Resources.edit_clear;
            toolTipTitleItem1.Text = "Очистить все отмеченные позиции";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Очищает все отмеченные позиции у выбранной категории магазина";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.btClear.SuperTip = superToolTip1;
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Mask.EditMask = "n";
            this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // MinOrderForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(769, 471);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MinOrderForm";
            this.Text = "Минимальный заказ";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MinOrderFormFormClosed);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BarManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbRepCategory)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmZones));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
     this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.ZdatagridRegionalAllocation = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.ZtxtOtherGroup = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtManagerId = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtCompanyGroupID = new DevExpress.XtraEditors.TextEdit();
     this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
     this.ZtxtManagerName = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtGroupName = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtCompanyName = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtCompanyId = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtSPOID = new DevExpress.XtraEditors.TextEdit();
     this.ZchkDiscontinue = new DevExpress.XtraEditors.CheckEdit();
     this.ZchkMerck = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.ZPlManagerId = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.ZPLCompanyGroupID = new DevExpress.XtraEditors.SimpleButton();
     this.ZPLCompanyId = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.ZPLSPOId = new DevExpress.XtraEditors.SimpleButton();
     this.ZtxtSPOName = new DevExpress.XtraEditors.TextEdit();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ZdatagridRegionalAllocation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtOtherGroup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtManagerId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyGroupID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtManagerName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtGroupName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtSPOID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZchkDiscontinue.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZchkMerck.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtSPOName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupControl5
     //
     this.groupControl5.Controls.Add(this.groupControl1);
     this.groupControl5.Controls.Add(this.ZtxtOtherGroup);
     this.groupControl5.Controls.Add(this.ZtxtManagerId);
     this.groupControl5.Controls.Add(this.ZtxtCompanyGroupID);
     this.groupControl5.Controls.Add(this.checkEdit2);
     this.groupControl5.Controls.Add(this.ZtxtManagerName);
     this.groupControl5.Controls.Add(this.ZtxtGroupName);
     this.groupControl5.Controls.Add(this.ZtxtCompanyName);
     this.groupControl5.Controls.Add(this.ZtxtCompanyId);
     this.groupControl5.Controls.Add(this.ZtxtSPOID);
     this.groupControl5.Controls.Add(this.ZchkDiscontinue);
     this.groupControl5.Controls.Add(this.ZchkMerck);
     this.groupControl5.Controls.Add(this.labelControl14);
     this.groupControl5.Controls.Add(this.labelControl13);
     this.groupControl5.Controls.Add(this.labelControl15);
     this.groupControl5.Controls.Add(this.ZPlManagerId);
     this.groupControl5.Controls.Add(this.simpleButton5);
     this.groupControl5.Controls.Add(this.ZPLCompanyGroupID);
     this.groupControl5.Controls.Add(this.ZPLCompanyId);
     this.groupControl5.Controls.Add(this.labelControl11);
     this.groupControl5.Controls.Add(this.ZPLSPOId);
     this.groupControl5.Controls.Add(this.ZtxtSPOName);
     this.groupControl5.Controls.Add(this.labelControl12);
     this.groupControl5.Controls.Add(this.labelControl10);
     this.groupControl5.Controls.Add(this.labelControl8);
     this.groupControl5.Controls.Add(this.labelControl16);
     this.groupControl5.Controls.Add(this.labelControl9);
     this.groupControl5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl5.Location = new System.Drawing.Point(0, 0);
     this.groupControl5.Name = "groupControl5";
     this.groupControl5.Size = new System.Drawing.Size(567, 390);
     this.groupControl5.TabIndex = 0;
     this.groupControl5.Text = "Zone Details";
     //
     // groupControl1
     //
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.Controls.Add(this.ZdatagridRegionalAllocation);
     this.groupControl1.Location = new System.Drawing.Point(0, 130);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.ShowCaption = false;
     this.groupControl1.Size = new System.Drawing.Size(567, 226);
     this.groupControl1.TabIndex = 124261;
     this.groupControl1.Text = "groupControl1";
     //
     // ZdatagridRegionalAllocation
     //
     this.ZdatagridRegionalAllocation.AllowAddNew = true;
     this.ZdatagridRegionalAllocation.CaptionHeight = 17;
     this.ZdatagridRegionalAllocation.DirectionAfterEnter = C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum.MoveNone;
     this.ZdatagridRegionalAllocation.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ZdatagridRegionalAllocation.ExtendRightColumn = true;
     this.ZdatagridRegionalAllocation.FetchRowStyles = true;
     this.ZdatagridRegionalAllocation.Images.Add(((System.Drawing.Image)(resources.GetObject("ZdatagridRegionalAllocation.Images"))));
     this.ZdatagridRegionalAllocation.LinesPerRow = 1;
     this.ZdatagridRegionalAllocation.Location = new System.Drawing.Point(2, 2);
     this.ZdatagridRegionalAllocation.Name = "ZdatagridRegionalAllocation";
     this.ZdatagridRegionalAllocation.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.ZdatagridRegionalAllocation.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.ZdatagridRegionalAllocation.PreviewInfo.ZoomFactor = 75D;
     this.ZdatagridRegionalAllocation.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("ZdatagridRegionalAllocation.PrintInfo.PageSettings")));
     this.ZdatagridRegionalAllocation.RecordSelectors = false;
     this.ZdatagridRegionalAllocation.RowDivider.Color = System.Drawing.SystemColors.ActiveCaption;
     this.ZdatagridRegionalAllocation.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single;
     this.ZdatagridRegionalAllocation.RowHeight = 20;
     this.ZdatagridRegionalAllocation.RowSubDividerColor = System.Drawing.SystemColors.ActiveCaption;
     this.ZdatagridRegionalAllocation.Size = new System.Drawing.Size(563, 222);
     this.ZdatagridRegionalAllocation.TabIndex = 124255;
     this.ZdatagridRegionalAllocation.Text = "c1TrueDBGrid1";
     this.ZdatagridRegionalAllocation.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2010Blue;
     this.ZdatagridRegionalAllocation.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.ZdatagridRegionalAllocation_AfterColUpdate);
     this.ZdatagridRegionalAllocation.PropBag = resources.GetString("ZdatagridRegionalAllocation.PropBag");
     //
     // ZtxtOtherGroup
     //
     this.ZtxtOtherGroup.Location = new System.Drawing.Point(98, 104);
     this.ZtxtOtherGroup.Name = "ZtxtOtherGroup";
     this.ZtxtOtherGroup.Size = new System.Drawing.Size(258, 20);
     this.ZtxtOtherGroup.TabIndex = 5;
     this.ZtxtOtherGroup.TabStop = false;
     this.ZtxtOtherGroup.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtOtherGroup_PreviewKeyDown);
     //
     // ZtxtManagerId
     //
     this.ZtxtManagerId.Location = new System.Drawing.Point(98, 85);
     this.ZtxtManagerId.Name = "ZtxtManagerId";
     this.ZtxtManagerId.Properties.MaxLength = 6;
     this.ZtxtManagerId.Size = new System.Drawing.Size(49, 20);
     this.ZtxtManagerId.TabIndex = 4;
     this.ZtxtManagerId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZtxtManagerId_KeyPress);
     this.ZtxtManagerId.Leave += new System.EventHandler(this.ZtxtManagerId_Leave);
     this.ZtxtManagerId.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtManagerId_PreviewKeyDown);
     //
     // ZtxtCompanyGroupID
     //
     this.ZtxtCompanyGroupID.Location = new System.Drawing.Point(98, 66);
     this.ZtxtCompanyGroupID.Name = "ZtxtCompanyGroupID";
     this.ZtxtCompanyGroupID.Properties.MaxLength = 6;
     this.ZtxtCompanyGroupID.Size = new System.Drawing.Size(49, 20);
     this.ZtxtCompanyGroupID.TabIndex = 3;
     this.ZtxtCompanyGroupID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZtxtCompanyGroupID_KeyPress);
     this.ZtxtCompanyGroupID.Leave += new System.EventHandler(this.ZtxtCompanyGroupID_Leave);
     this.ZtxtCompanyGroupID.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtCompanyGroupID_PreviewKeyDown);
     //
     // checkEdit2
     //
     this.checkEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkEdit2.Location = new System.Drawing.Point(421, 84);
     this.checkEdit2.Name = "checkEdit2";
     this.checkEdit2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkEdit2.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.checkEdit2.Properties.Appearance.Options.UseFont = true;
     this.checkEdit2.Properties.Appearance.Options.UseForeColor = true;
     this.checkEdit2.Properties.Caption = "Select/UnSelect All";
     this.checkEdit2.Size = new System.Drawing.Size(141, 19);
     this.checkEdit2.TabIndex = 8;
     this.checkEdit2.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
     this.checkEdit2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.checkEdit2_KeyPress);
     //
     // ZtxtManagerName
     //
     this.ZtxtManagerName.Enabled = false;
     this.ZtxtManagerName.Location = new System.Drawing.Point(220, 85);
     this.ZtxtManagerName.Name = "ZtxtManagerName";
     this.ZtxtManagerName.Size = new System.Drawing.Size(136, 20);
     this.ZtxtManagerName.TabIndex = 124251;
     this.ZtxtManagerName.TabStop = false;
     //
     // ZtxtGroupName
     //
     this.ZtxtGroupName.Enabled = false;
     this.ZtxtGroupName.Location = new System.Drawing.Point(220, 66);
     this.ZtxtGroupName.Name = "ZtxtGroupName";
     this.ZtxtGroupName.Size = new System.Drawing.Size(136, 20);
     this.ZtxtGroupName.TabIndex = 124246;
     this.ZtxtGroupName.TabStop = false;
     //
     // ZtxtCompanyName
     //
     this.ZtxtCompanyName.Enabled = false;
     this.ZtxtCompanyName.Location = new System.Drawing.Point(220, 47);
     this.ZtxtCompanyName.Name = "ZtxtCompanyName";
     this.ZtxtCompanyName.Size = new System.Drawing.Size(136, 20);
     this.ZtxtCompanyName.TabIndex = 100015;
     this.ZtxtCompanyName.TabStop = false;
     //
     // ZtxtCompanyId
     //
     this.ZtxtCompanyId.Location = new System.Drawing.Point(98, 47);
     this.ZtxtCompanyId.Name = "ZtxtCompanyId";
     this.ZtxtCompanyId.Properties.MaxLength = 3;
     this.ZtxtCompanyId.Size = new System.Drawing.Size(49, 20);
     this.ZtxtCompanyId.TabIndex = 2;
     this.ZtxtCompanyId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZtxtCompanyId_KeyPress);
     this.ZtxtCompanyId.Leave += new System.EventHandler(this.ZtxtCompanyId_Leave);
     this.ZtxtCompanyId.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtCompanyId_PreviewKeyDown);
     //
     // ZtxtSPOID
     //
     this.ZtxtSPOID.Location = new System.Drawing.Point(98, 28);
     this.ZtxtSPOID.Name = "ZtxtSPOID";
     this.ZtxtSPOID.Properties.MaxLength = 6;
     this.ZtxtSPOID.Size = new System.Drawing.Size(49, 20);
     this.ZtxtSPOID.TabIndex = 0;
     this.ZtxtSPOID.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtSPOID_PreviewKeyDown);
     //
     // ZchkDiscontinue
     //
     this.ZchkDiscontinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ZchkDiscontinue.Location = new System.Drawing.Point(421, 34);
     this.ZchkDiscontinue.Name = "ZchkDiscontinue";
     this.ZchkDiscontinue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ZchkDiscontinue.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.ZchkDiscontinue.Properties.Appearance.Options.UseFont = true;
     this.ZchkDiscontinue.Properties.Appearance.Options.UseForeColor = true;
     this.ZchkDiscontinue.Properties.Caption = "Discontinue";
     this.ZchkDiscontinue.Size = new System.Drawing.Size(93, 19);
     this.ZchkDiscontinue.TabIndex = 6;
     this.ZchkDiscontinue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZchkDiscontinue_KeyPress);
     //
     // ZchkMerck
     //
     this.ZchkMerck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ZchkMerck.Location = new System.Drawing.Point(421, 59);
     this.ZchkMerck.Name = "ZchkMerck";
     this.ZchkMerck.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ZchkMerck.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.ZchkMerck.Properties.Appearance.Options.UseFont = true;
     this.ZchkMerck.Properties.Appearance.Options.UseForeColor = true;
     this.ZchkMerck.Properties.Caption = "MERCK";
     this.ZchkMerck.Size = new System.Drawing.Size(58, 19);
     this.ZchkMerck.TabIndex = 7;
     this.ZchkMerck.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZchkMerck_KeyPress);
     //
     // labelControl14
     //
     this.labelControl14.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl14.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl14.Location = new System.Drawing.Point(183, 87);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(51, 20);
     this.labelControl14.TabIndex = 124250;
     this.labelControl14.Text = "Name";
     //
     // labelControl13
     //
     this.labelControl13.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl13.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl13.LineVisible = true;
     this.labelControl13.Location = new System.Drawing.Point(183, 68);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(40, 20);
     this.labelControl13.TabIndex = 124245;
     this.labelControl13.Text = "Name";
     //
     // labelControl15
     //
     this.labelControl15.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl15.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl15.LineVisible = true;
     this.labelControl15.Location = new System.Drawing.Point(10, 86);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(95, 20);
     this.labelControl15.TabIndex = 124248;
     this.labelControl15.Text = "Manager Id";
     //
     // ZPlManagerId
     //
     this.ZPlManagerId.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.ZPlManagerId.Appearance.Options.UseFont = true;
     this.ZPlManagerId.Image = ((System.Drawing.Image)(resources.GetObject("ZPlManagerId.Image")));
     this.ZPlManagerId.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.ZPlManagerId.Location = new System.Drawing.Point(149, 85);
     this.ZPlManagerId.Name = "ZPlManagerId";
     this.ZPlManagerId.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.ZPlManagerId.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem1.Text = "Add New Entry";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.ZPlManagerId.SuperTip = superToolTip1;
     this.ZPlManagerId.TabIndex = 124249;
     this.ZPlManagerId.TabStop = false;
     this.ZPlManagerId.Click += new System.EventHandler(this.ZPlManagerId_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image")));
     this.simpleButton5.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton5.Location = new System.Drawing.Point(70, 66);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(27, 20);
     toolTipItem1.Text = "Save Module";
     superToolTip2.Items.Add(toolTipItem1);
     this.simpleButton5.SuperTip = superToolTip2;
     this.simpleButton5.TabIndex = 100019;
     this.simpleButton5.TabStop = false;
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // ZPLCompanyGroupID
     //
     this.ZPLCompanyGroupID.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.ZPLCompanyGroupID.Appearance.Options.UseFont = true;
     this.ZPLCompanyGroupID.Image = ((System.Drawing.Image)(resources.GetObject("ZPLCompanyGroupID.Image")));
     this.ZPLCompanyGroupID.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.ZPLCompanyGroupID.Location = new System.Drawing.Point(149, 66);
     this.ZPLCompanyGroupID.Name = "ZPLCompanyGroupID";
     this.ZPLCompanyGroupID.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.ZPLCompanyGroupID.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem2.Text = "Add New Entry";
     superToolTip3.Items.Add(toolTipTitleItem2);
     this.ZPLCompanyGroupID.SuperTip = superToolTip3;
     this.ZPLCompanyGroupID.TabIndex = 100018;
     this.ZPLCompanyGroupID.TabStop = false;
     this.ZPLCompanyGroupID.Click += new System.EventHandler(this.ZPLCompanyGroupID_Click);
     //
     // ZPLCompanyId
     //
     this.ZPLCompanyId.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.ZPLCompanyId.Appearance.Options.UseFont = true;
     this.ZPLCompanyId.Image = ((System.Drawing.Image)(resources.GetObject("ZPLCompanyId.Image")));
     this.ZPLCompanyId.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.ZPLCompanyId.Location = new System.Drawing.Point(149, 47);
     this.ZPLCompanyId.Name = "ZPLCompanyId";
     this.ZPLCompanyId.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.ZPLCompanyId.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem3.Text = "Add New Entry";
     superToolTip4.Items.Add(toolTipTitleItem3);
     this.ZPLCompanyId.SuperTip = superToolTip4;
     this.ZPLCompanyId.TabIndex = 100014;
     this.ZPLCompanyId.TabStop = false;
     this.ZPLCompanyId.Click += new System.EventHandler(this.ZPLCompanyId_Click);
     //
     // labelControl11
     //
     this.labelControl11.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl11.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl11.LineVisible = true;
     this.labelControl11.Location = new System.Drawing.Point(183, 49);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(40, 20);
     this.labelControl11.TabIndex = 100011;
     this.labelControl11.Text = "Name";
     //
     // ZPLSPOId
     //
     this.ZPLSPOId.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.ZPLSPOId.Appearance.Options.UseFont = true;
     this.ZPLSPOId.Image = ((System.Drawing.Image)(resources.GetObject("ZPLSPOId.Image")));
     this.ZPLSPOId.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.ZPLSPOId.Location = new System.Drawing.Point(149, 28);
     this.ZPLSPOId.Name = "ZPLSPOId";
     this.ZPLSPOId.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.ZPLSPOId.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem4.Text = "Add New Entry";
     superToolTip5.Items.Add(toolTipTitleItem4);
     this.ZPLSPOId.SuperTip = superToolTip5;
     this.ZPLSPOId.TabIndex = 100009;
     this.ZPLSPOId.TabStop = false;
     this.ZPLSPOId.Click += new System.EventHandler(this.ZPLSPOId_Click);
     //
     // ZtxtSPOName
     //
     this.ZtxtSPOName.Location = new System.Drawing.Point(220, 28);
     this.ZtxtSPOName.Name = "ZtxtSPOName";
     this.ZtxtSPOName.Size = new System.Drawing.Size(136, 20);
     this.ZtxtSPOName.TabIndex = 1;
     this.ZtxtSPOName.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtSPOName_PreviewKeyDown);
     //
     // labelControl12
     //
     this.labelControl12.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl12.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl12.LineVisible = true;
     this.labelControl12.Location = new System.Drawing.Point(10, 67);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(95, 20);
     this.labelControl12.TabIndex = 100017;
     this.labelControl12.Text = "CGroup Id";
     //
     // labelControl10
     //
     this.labelControl10.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl10.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl10.LineVisible = true;
     this.labelControl10.Location = new System.Drawing.Point(10, 47);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(95, 20);
     this.labelControl10.TabIndex = 100013;
     this.labelControl10.Text = "Company Id";
     //
     // labelControl8
     //
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl8.LineVisible = true;
     this.labelControl8.Location = new System.Drawing.Point(10, 28);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(95, 20);
     this.labelControl8.TabIndex = 100008;
     this.labelControl8.Text = "SPO Id";
     //
     // labelControl16
     //
     this.labelControl16.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl16.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl16.LineVisible = true;
     this.labelControl16.Location = new System.Drawing.Point(10, 104);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(95, 20);
     this.labelControl16.TabIndex = 124255;
     this.labelControl16.Text = "Other Groups";
     //
     // labelControl9
     //
     this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl9.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl9.LineVisible = true;
     this.labelControl9.Location = new System.Drawing.Point(183, 30);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(40, 20);
     this.labelControl9.TabIndex = 100006;
     this.labelControl9.Text = "Name";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(88, 6);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(70, 23);
     toolTipItem2.Text = "Cancel Current Operation";
     superToolTip6.Items.Add(toolTipItem2);
     this.btnCancel.SuperTip = superToolTip6;
     this.btnCancel.TabIndex = 10;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnAdd.Location = new System.Drawing.Point(12, 6);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(70, 23);
     toolTipItem3.Text = "Add New Module";
     superToolTip7.Items.Add(toolTipItem3);
     this.btnAdd.SuperTip = superToolTip7;
     this.btnAdd.TabIndex = 9;
     this.btnAdd.Text = " &Add ";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.btnAdd);
     this.groupControl2.Controls.Add(this.btnCancel);
     this.groupControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupControl2.Location = new System.Drawing.Point(0, 356);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.ShowCaption = false;
     this.groupControl2.Size = new System.Drawing.Size(567, 34);
     this.groupControl2.TabIndex = 13;
     //
     // frmZones
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(567, 390);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl5);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmZones";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Zones";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmZones_FormClosing);
     this.Load += new System.EventHandler(this.VendorEmployees_Load);
     this.Enter += new System.EventHandler(this.frmZones_Enter);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ZdatagridRegionalAllocation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtOtherGroup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtManagerId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyGroupID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtManagerName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtGroupName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtSPOID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZchkDiscontinue.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZchkMerck.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtSPOName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InboundQTabPnll));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem9 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem10 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem11 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem17 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem12 = new DevExpress.Utils.ToolTipItem();
            this.gridViewAssociatedDocs = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colAssociatedDocId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colInboundDocId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colIndedValue = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAssociatedDocFileName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAssociatedDocTradeId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAssociatedDocStatusCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAssociatedBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAssociatedDt = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFinalApprovedBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFinalApprovedDt = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDisputedBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDisputedDt = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colVaultedBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colVaultedDt = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCdtyGrpCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCptySn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colBrokerSn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDocTypeCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSecValidateReqFlag = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colTradeRqmtId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControlInboundDocs = new DevExpress.XtraGrid.GridControl();
            this.gridViewInboundDocs = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colCallerRef = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDocStatusCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSender = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colWorkingTradeID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSentTo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCmt = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colHasAutoAsctedFlag = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDocUserName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colFileName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colRcvdTs = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colUnresolvedCount = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colMappedCptySn = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colIgnoreFlag = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colBookmarkFlag = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colUserComments = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCommentFlag = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colTradeIds = new DevExpress.XtraGrid.Columns.GridColumn();
            this.panelMain = new DevExpress.XtraEditors.PanelControl();
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.imageSmall = new System.Windows.Forms.ImageList();
            this.barBtnPrint = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnDiscard = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnCopy = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnMatchDoc = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnIgnore = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnBookmark = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnUtils = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnUserCmts = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnDocCmt = new DevExpress.XtraBars.BarButtonItem();
            this.btnGroupMain = new DevExpress.XtraBars.BarButtonGroup();
            this.splitButton = new DevExpress.XtraBars.BarButtonItem();
            this.btnMergeDocument = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnGrpDocs = new DevExpress.XtraBars.BarButtonGroup();
            this.barBtnRedirectFax = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnGrpUser = new DevExpress.XtraBars.BarButtonGroup();
            this.barBtnGrpUtils = new DevExpress.XtraBars.BarButtonGroup();
            this.barBtnViewMatchedDocuments = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnApproveAndSend = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.defaultToolTipController1 = new DevExpress.Utils.DefaultToolTipController();
            this.popupMain = new DevExpress.XtraBars.PopupMenu();
            this.imageList2 = new System.Windows.Forms.ImageList();
            this.colTrdSysCode = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colTrdSysTicket = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewAssociatedDocs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlInboundDocs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewInboundDocs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit();
            this.panelMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMain)).BeginInit();
            this.SuspendLayout();
            // 
            // gridViewAssociatedDocs
            // 
            this.gridViewAssociatedDocs.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colAssociatedDocId,
            this.colInboundDocId,
            this.colTrdSysTicket,
            this.colTrdSysCode,
            this.colIndedValue,
            this.colAssociatedDocFileName,
            this.colAssociatedDocTradeId,
            this.colAssociatedDocStatusCode,
            this.colAssociatedBy,
            this.colAssociatedDt,
            this.colFinalApprovedBy,
            this.colFinalApprovedDt,
            this.colDisputedBy,
            this.colDisputedDt,
            this.colVaultedBy,
            this.colVaultedDt,
            this.colCdtyGrpCode,
            this.colCptySn,
            this.colBrokerSn,
            this.colDocTypeCode,
            this.colSecValidateReqFlag,
            this.colTradeRqmtId});
            this.gridViewAssociatedDocs.GridControl = this.gridControlInboundDocs;
            this.gridViewAssociatedDocs.Name = "gridViewAssociatedDocs";
            this.gridViewAssociatedDocs.OptionsBehavior.Editable = false;
            this.gridViewAssociatedDocs.OptionsCustomization.AllowGroup = false;
            this.gridViewAssociatedDocs.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridViewAssociatedDocs.OptionsView.AnimationType = DevExpress.XtraGrid.Views.Base.GridAnimationType.AnimateFocusedItem;
            this.gridViewAssociatedDocs.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowForFocusedRow;
            // 
            // colAssociatedDocId
            // 
            this.colAssociatedDocId.AppearanceHeader.Options.UseTextOptions = true;
            this.colAssociatedDocId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colAssociatedDocId.Caption = "Id";
            this.colAssociatedDocId.FieldName = "Id";
            this.colAssociatedDocId.Name = "colAssociatedDocId";
            this.colAssociatedDocId.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            this.colAssociatedDocId.Visible = true;
            this.colAssociatedDocId.VisibleIndex = 0;
            // 
            // colInboundDocId
            // 
            this.colInboundDocId.AppearanceHeader.Options.UseTextOptions = true;
            this.colInboundDocId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colInboundDocId.Caption = "Inbound Doc Id";
            this.colInboundDocId.FieldName = "InboundDocsId";
            this.colInboundDocId.Name = "colInboundDocId";
            this.colInboundDocId.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            this.colInboundDocId.Visible = true;
            this.colInboundDocId.VisibleIndex = 1;
            // 
            // colIndedValue
            // 
            this.colIndedValue.AppearanceHeader.Options.UseTextOptions = true;
            this.colIndedValue.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colIndedValue.Caption = "Index";
            this.colIndedValue.FieldName = "IndexVal";
            this.colIndedValue.Name = "colIndedValue";
            this.colIndedValue.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            this.colIndedValue.Visible = true;
            this.colIndedValue.VisibleIndex = 4;
            // 
            // colAssociatedDocFileName
            // 
            this.colAssociatedDocFileName.AppearanceHeader.Options.UseTextOptions = true;
            this.colAssociatedDocFileName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colAssociatedDocFileName.Caption = "File Name";
            this.colAssociatedDocFileName.FieldName = "FileName";
            this.colAssociatedDocFileName.Name = "colAssociatedDocFileName";
            this.colAssociatedDocFileName.Visible = true;
            this.colAssociatedDocFileName.VisibleIndex = 5;
            // 
            // colAssociatedDocTradeId
            // 
            this.colAssociatedDocTradeId.AppearanceHeader.Options.UseTextOptions = true;
            this.colAssociatedDocTradeId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colAssociatedDocTradeId.Caption = "Trade Id";
            this.colAssociatedDocTradeId.FieldName = "TradeId";
            this.colAssociatedDocTradeId.Name = "colAssociatedDocTradeId";
            this.colAssociatedDocTradeId.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            this.colAssociatedDocTradeId.Visible = true;
            this.colAssociatedDocTradeId.VisibleIndex = 6;
            // 
            // colAssociatedDocStatusCode
            // 
            this.colAssociatedDocStatusCode.AppearanceHeader.Options.UseTextOptions = true;
            this.colAssociatedDocStatusCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colAssociatedDocStatusCode.Caption = "Status Code";
            this.colAssociatedDocStatusCode.FieldName = "DocStatusCode";
            this.colAssociatedDocStatusCode.Name = "colAssociatedDocStatusCode";
            this.colAssociatedDocStatusCode.Visible = true;
            this.colAssociatedDocStatusCode.VisibleIndex = 7;
            // 
            // colAssociatedBy
            // 
            this.colAssociatedBy.AppearanceHeader.Options.UseTextOptions = true;
            this.colAssociatedBy.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colAssociatedBy.Caption = "Associated By";
            this.colAssociatedBy.FieldName = "AssociatedBy";
            this.colAssociatedBy.Name = "colAssociatedBy";
            this.colAssociatedBy.Visible = true;
            this.colAssociatedBy.VisibleIndex = 8;
            // 
            // colAssociatedDt
            // 
            this.colAssociatedDt.AppearanceHeader.Options.UseTextOptions = true;
            this.colAssociatedDt.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colAssociatedDt.Caption = "Associated Date";
            this.colAssociatedDt.DisplayFormat.FormatString = "MM-dd-yyyy hh:mm:ss tt";
            this.colAssociatedDt.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.colAssociatedDt.FieldName = "AssociatedDt";
            this.colAssociatedDt.Name = "colAssociatedDt";
            this.colAssociatedDt.UnboundType = DevExpress.Data.UnboundColumnType.DateTime;
            this.colAssociatedDt.Visible = true;
            this.colAssociatedDt.VisibleIndex = 9;
            // 
            // colFinalApprovedBy
            // 
            this.colFinalApprovedBy.AppearanceHeader.Options.UseTextOptions = true;
            this.colFinalApprovedBy.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colFinalApprovedBy.Caption = "Final Approved By";
            this.colFinalApprovedBy.FieldName = "FinalApprovedBy";
            this.colFinalApprovedBy.Name = "colFinalApprovedBy";
            this.colFinalApprovedBy.Visible = true;
            this.colFinalApprovedBy.VisibleIndex = 10;
            // 
            // colFinalApprovedDt
            // 
            this.colFinalApprovedDt.AppearanceHeader.Options.UseTextOptions = true;
            this.colFinalApprovedDt.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colFinalApprovedDt.Caption = "Final Approved Date";
            this.colFinalApprovedDt.DisplayFormat.FormatString = "MM-dd-yyyy hh:mm:ss tt";
            this.colFinalApprovedDt.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.colFinalApprovedDt.FieldName = "FinalApprovedDt";
            this.colFinalApprovedDt.Name = "colFinalApprovedDt";
            this.colFinalApprovedDt.UnboundType = DevExpress.Data.UnboundColumnType.DateTime;
            this.colFinalApprovedDt.Visible = true;
            this.colFinalApprovedDt.VisibleIndex = 11;
            // 
            // colDisputedBy
            // 
            this.colDisputedBy.AppearanceHeader.Options.UseTextOptions = true;
            this.colDisputedBy.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colDisputedBy.Caption = "Disputed By";
            this.colDisputedBy.FieldName = "DisputedBy";
            this.colDisputedBy.Name = "colDisputedBy";
            this.colDisputedBy.Visible = true;
            this.colDisputedBy.VisibleIndex = 12;
            // 
            // colDisputedDt
            // 
            this.colDisputedDt.AppearanceHeader.Options.UseTextOptions = true;
            this.colDisputedDt.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colDisputedDt.Caption = "Disputed Date";
            this.colDisputedDt.DisplayFormat.FormatString = "MM-dd-yyyy hh:mm:ss tt";
            this.colDisputedDt.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.colDisputedDt.FieldName = "DisputedDt";
            this.colDisputedDt.Name = "colDisputedDt";
            this.colDisputedDt.UnboundType = DevExpress.Data.UnboundColumnType.DateTime;
            this.colDisputedDt.Visible = true;
            this.colDisputedDt.VisibleIndex = 13;
            // 
            // colVaultedBy
            // 
            this.colVaultedBy.AppearanceHeader.Options.UseTextOptions = true;
            this.colVaultedBy.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colVaultedBy.Caption = "Vaulted By";
            this.colVaultedBy.FieldName = "VaultedBy";
            this.colVaultedBy.Name = "colVaultedBy";
            this.colVaultedBy.Visible = true;
            this.colVaultedBy.VisibleIndex = 14;
            // 
            // colVaultedDt
            // 
            this.colVaultedDt.AppearanceHeader.Options.UseTextOptions = true;
            this.colVaultedDt.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colVaultedDt.Caption = "Vaulted Date";
            this.colVaultedDt.DisplayFormat.FormatString = "MM-dd-yyyy hh:mm:ss tt";
            this.colVaultedDt.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.colVaultedDt.FieldName = "VaultedDt";
            this.colVaultedDt.Name = "colVaultedDt";
            this.colVaultedDt.UnboundType = DevExpress.Data.UnboundColumnType.DateTime;
            this.colVaultedDt.Visible = true;
            this.colVaultedDt.VisibleIndex = 15;
            // 
            // colCdtyGrpCode
            // 
            this.colCdtyGrpCode.AppearanceHeader.Options.UseTextOptions = true;
            this.colCdtyGrpCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colCdtyGrpCode.Caption = "Cdty Grp Code";
            this.colCdtyGrpCode.FieldName = "CdtyGroupCode";
            this.colCdtyGrpCode.Name = "colCdtyGrpCode";
            this.colCdtyGrpCode.Visible = true;
            this.colCdtyGrpCode.VisibleIndex = 16;
            // 
            // colCptySn
            // 
            this.colCptySn.AppearanceHeader.Options.UseTextOptions = true;
            this.colCptySn.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colCptySn.Caption = "Cpty Sn";
            this.colCptySn.FieldName = "CptySn";
            this.colCptySn.Name = "colCptySn";
            this.colCptySn.Visible = true;
            this.colCptySn.VisibleIndex = 17;
            // 
            // colBrokerSn
            // 
            this.colBrokerSn.AppearanceHeader.Options.UseTextOptions = true;
            this.colBrokerSn.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colBrokerSn.Caption = "Broker Sn";
            this.colBrokerSn.FieldName = "BrokerSn";
            this.colBrokerSn.Name = "colBrokerSn";
            this.colBrokerSn.Visible = true;
            this.colBrokerSn.VisibleIndex = 18;
            // 
            // colDocTypeCode
            // 
            this.colDocTypeCode.AppearanceHeader.Options.UseTextOptions = true;
            this.colDocTypeCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colDocTypeCode.Caption = "Doc Type Code";
            this.colDocTypeCode.FieldName = "DocTypeCode";
            this.colDocTypeCode.Name = "colDocTypeCode";
            this.colDocTypeCode.Visible = true;
            this.colDocTypeCode.VisibleIndex = 19;
            // 
            // colSecValidateReqFlag
            // 
            this.colSecValidateReqFlag.AppearanceHeader.Options.UseTextOptions = true;
            this.colSecValidateReqFlag.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colSecValidateReqFlag.Caption = "Requires 2nd Check";
            this.colSecValidateReqFlag.FieldName = "SecValidateReqFlag";
            this.colSecValidateReqFlag.Name = "colSecValidateReqFlag";
            this.colSecValidateReqFlag.Visible = true;
            this.colSecValidateReqFlag.VisibleIndex = 20;
            // 
            // colTradeRqmtId
            // 
            this.colTradeRqmtId.AppearanceHeader.Options.UseTextOptions = true;
            this.colTradeRqmtId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colTradeRqmtId.Caption = "Trade Rqmt Id";
            this.colTradeRqmtId.FieldName = "TradeRqmtId";
            this.colTradeRqmtId.Name = "colTradeRqmtId";
            this.colTradeRqmtId.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            this.colTradeRqmtId.Visible = true;
            this.colTradeRqmtId.VisibleIndex = 21;
            // 
            // gridControlInboundDocs
            // 
            this.gridControlInboundDocs.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.LevelTemplate = this.gridViewAssociatedDocs;
            gridLevelNode1.RelationName = "Level1";
            this.gridControlInboundDocs.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.gridControlInboundDocs.Location = new System.Drawing.Point(3, 121);
            this.gridControlInboundDocs.MainView = this.gridViewInboundDocs;
            this.gridControlInboundDocs.Name = "gridControlInboundDocs";
            this.gridControlInboundDocs.Size = new System.Drawing.Size(1160, 410);
            this.gridControlInboundDocs.TabIndex = 5;
            this.gridControlInboundDocs.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewInboundDocs,
            this.gridViewAssociatedDocs});
            this.gridControlInboundDocs.DoubleClick += new System.EventHandler(this.gridControlInboundDocs_DoubleClick);
            // 
            // gridViewInboundDocs
            // 
            this.gridViewInboundDocs.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colCallerRef,
            this.colDocStatusCode,
            this.colSender,
            this.colWorkingTradeID,
            this.colSentTo,
            this.colId,
            this.colCmt,
            this.colHasAutoAsctedFlag,
            this.colDocUserName,
            this.colFileName,
            this.colRcvdTs,
            this.colUnresolvedCount,
            this.colMappedCptySn,
            this.colIgnoreFlag,
            this.colBookmarkFlag,
            this.colUserComments,
            this.colCommentFlag,
            this.colTradeIds});
            this.gridViewInboundDocs.CustomizationFormBounds = new System.Drawing.Rectangle(729, 379, 208, 168);
            this.gridViewInboundDocs.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridViewInboundDocs.GridControl = this.gridControlInboundDocs;
            this.gridViewInboundDocs.IndicatorWidth = 45;
            this.gridViewInboundDocs.Name = "gridViewInboundDocs";
            this.gridViewInboundDocs.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewInboundDocs.OptionsBehavior.AllowIncrementalSearch = true;
            this.gridViewInboundDocs.OptionsBehavior.Editable = false;
            this.gridViewInboundDocs.OptionsDetail.ShowDetailTabs = false;
            this.gridViewInboundDocs.OptionsMenu.ShowAddNewSummaryItem = DevExpress.Utils.DefaultBoolean.False;
            this.gridViewInboundDocs.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridViewInboundDocs.OptionsSelection.MultiSelect = true;
            this.gridViewInboundDocs.OptionsView.AnimationType = DevExpress.XtraGrid.Views.Base.GridAnimationType.AnimateFocusedItem;
            this.gridViewInboundDocs.OptionsView.ColumnAutoWidth = false;
            this.gridViewInboundDocs.OptionsView.ShowGroupPanel = false;
            this.gridViewInboundDocs.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridViewInboundDocs_CustomDrawRowIndicator);
            this.gridViewInboundDocs.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewInboundDocs_RowStyle);
            this.gridViewInboundDocs.ShowGridMenu += new DevExpress.XtraGrid.Views.Grid.GridMenuEventHandler(this.gridViewInboundDocs_ShowGridMenu);
            this.gridViewInboundDocs.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewInboundDocs_FocusedRowChanged);
            this.gridViewInboundDocs.ColumnFilterChanged += new System.EventHandler(this.gridViewInboundDocs_ColumnFilterChanged);
            this.gridViewInboundDocs.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridViewInboundDocs_MouseDown);
            this.gridViewInboundDocs.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gridViewInboundDocs_MouseMove);
            this.gridViewInboundDocs.DataSourceChanged += new System.EventHandler(this.gridViewInboundDocs_DataSourceChanged);
            // 
            // colCallerRef
            // 
            this.colCallerRef.AppearanceHeader.Options.UseTextOptions = true;
            this.colCallerRef.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colCallerRef.Caption = "Caller Ref.";
            this.colCallerRef.FieldName = "CallerRef";
            this.colCallerRef.Name = "colCallerRef";
            this.colCallerRef.Visible = true;
            this.colCallerRef.VisibleIndex = 0;
            // 
            // colDocStatusCode
            // 
            this.colDocStatusCode.AppearanceHeader.Options.UseTextOptions = true;
            this.colDocStatusCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colDocStatusCode.Caption = "Status";
            this.colDocStatusCode.FieldName = "DocStatusCode";
            this.colDocStatusCode.Name = "colDocStatusCode";
            // 
            // colSender
            // 
            this.colSender.AppearanceHeader.Options.UseTextOptions = true;
            this.colSender.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colSender.Caption = "Sender";
            this.colSender.FieldName = "Sender";
            this.colSender.Name = "colSender";
            this.colSender.Visible = true;
            this.colSender.VisibleIndex = 1;
            // 
            // colWorkingTradeID
            // 
            this.colWorkingTradeID.AppearanceHeader.Options.UseTextOptions = true;
            this.colWorkingTradeID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colWorkingTradeID.Caption = "Working Trade Id";
            this.colWorkingTradeID.FieldName = "WorkingTradeID";
            this.colWorkingTradeID.Name = "colWorkingTradeID";
            this.colWorkingTradeID.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            // 
            // colSentTo
            // 
            this.colSentTo.AppearanceHeader.Options.UseTextOptions = true;
            this.colSentTo.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colSentTo.Caption = "Sent To";
            this.colSentTo.FieldName = "SentTo";
            this.colSentTo.Name = "colSentTo";
            this.colSentTo.Visible = true;
            this.colSentTo.VisibleIndex = 2;
            // 
            // colId
            // 
            this.colId.AppearanceHeader.Options.UseTextOptions = true;
            this.colId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colId.Caption = "Id";
            this.colId.FieldName = "Id";
            this.colId.Name = "colId";
            this.colId.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            // 
            // colCmt
            // 
            this.colCmt.AppearanceHeader.Options.UseTextOptions = true;
            this.colCmt.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colCmt.Caption = "Comment";
            this.colCmt.FieldName = "Cmt";
            this.colCmt.Name = "colCmt";
            this.colCmt.Visible = true;
            this.colCmt.VisibleIndex = 3;
            // 
            // colHasAutoAsctedFlag
            // 
            this.colHasAutoAsctedFlag.AppearanceHeader.Options.UseTextOptions = true;
            this.colHasAutoAsctedFlag.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colHasAutoAsctedFlag.Caption = "Auto Associated";
            this.colHasAutoAsctedFlag.FieldName = "HasAutoAsctedFlag";
            this.colHasAutoAsctedFlag.Name = "colHasAutoAsctedFlag";
            // 
            // colDocUserName
            // 
            this.colDocUserName.AppearanceHeader.Options.UseTextOptions = true;
            this.colDocUserName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colDocUserName.Caption = "Doc User Name";
            this.colDocUserName.FieldName = "DocUserName";
            this.colDocUserName.Name = "colDocUserName";
            // 
            // colFileName
            // 
            this.colFileName.AppearanceHeader.Options.UseTextOptions = true;
            this.colFileName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colFileName.Caption = "File Name";
            this.colFileName.FieldName = "FileName";
            this.colFileName.Name = "colFileName";
            // 
            // colRcvdTs
            // 
            this.colRcvdTs.AppearanceHeader.Options.UseTextOptions = true;
            this.colRcvdTs.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colRcvdTs.Caption = "Received";
            this.colRcvdTs.DisplayFormat.FormatString = "G";
            this.colRcvdTs.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.colRcvdTs.FieldName = "RcvdTs";
            this.colRcvdTs.Name = "colRcvdTs";
            this.colRcvdTs.Visible = true;
            this.colRcvdTs.VisibleIndex = 4;
            // 
            // colUnresolvedCount
            // 
            this.colUnresolvedCount.AppearanceHeader.Options.UseTextOptions = true;
            this.colUnresolvedCount.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colUnresolvedCount.Caption = "Unresolved Count";
            this.colUnresolvedCount.FieldName = "UnresolvedCount";
            this.colUnresolvedCount.Name = "colUnresolvedCount";
            // 
            // colMappedCptySn
            // 
            this.colMappedCptySn.AppearanceHeader.Options.UseTextOptions = true;
            this.colMappedCptySn.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colMappedCptySn.Caption = "Mapped Cpty";
            this.colMappedCptySn.FieldName = "MappedCptySn";
            this.colMappedCptySn.Name = "colMappedCptySn";
            this.colMappedCptySn.Visible = true;
            this.colMappedCptySn.VisibleIndex = 5;
            // 
            // colIgnoreFlag
            // 
            this.colIgnoreFlag.AppearanceHeader.Options.UseTextOptions = true;
            this.colIgnoreFlag.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colIgnoreFlag.Caption = "Ignore Flag";
            this.colIgnoreFlag.FieldName = "IgnoreFlag";
            this.colIgnoreFlag.Name = "colIgnoreFlag";
            this.colIgnoreFlag.Visible = true;
            this.colIgnoreFlag.VisibleIndex = 6;
            // 
            // colBookmarkFlag
            // 
            this.colBookmarkFlag.AppearanceHeader.Options.UseTextOptions = true;
            this.colBookmarkFlag.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colBookmarkFlag.Caption = "Bookmark Flag";
            this.colBookmarkFlag.FieldName = "BookmarkFlag";
            this.colBookmarkFlag.Name = "colBookmarkFlag";
            this.colBookmarkFlag.Visible = true;
            this.colBookmarkFlag.VisibleIndex = 7;
            // 
            // colUserComments
            // 
            this.colUserComments.AppearanceHeader.Options.UseTextOptions = true;
            this.colUserComments.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colUserComments.Caption = "User Comment";
            this.colUserComments.FieldName = "CommentUser";
            this.colUserComments.Name = "colUserComments";
            this.colUserComments.Visible = true;
            this.colUserComments.VisibleIndex = 8;
            // 
            // colCommentFlag
            // 
            this.colCommentFlag.AppearanceHeader.Options.UseTextOptions = true;
            this.colCommentFlag.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colCommentFlag.Caption = "User Comment Flag";
            this.colCommentFlag.FieldName = "CommentFlag";
            this.colCommentFlag.Name = "colCommentFlag";
            this.colCommentFlag.Visible = true;
            this.colCommentFlag.VisibleIndex = 9;
            // 
            // colTradeIds
            // 
            this.colTradeIds.AppearanceHeader.Options.UseTextOptions = true;
            this.colTradeIds.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colTradeIds.Caption = "Matched Trade IDs";
            this.colTradeIds.FieldName = "TradeIds";
            this.colTradeIds.Name = "colTradeIds";
            // 
            // panelMain
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.panelMain, DevExpress.Utils.DefaultBoolean.Default);
            this.panelMain.Controls.Add(this.gridControlInboundDocs);
            this.panelMain.Controls.Add(this.ribbonControl1);
            this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelMain.Location = new System.Drawing.Point(0, 0);
            this.panelMain.Name = "panelMain";
            this.panelMain.Size = new System.Drawing.Size(1166, 534);
            this.panelMain.TabIndex = 0;
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.Images = this.imageSmall;
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.barBtnPrint,
            this.barBtnDiscard,
            this.barBtnCopy,
            this.barBtnMatchDoc,
            this.barBtnIgnore,
            this.barBtnBookmark,
            this.barBtnUtils,
            this.barBtnUserCmts,
            this.barBtnDocCmt,
            this.btnGroupMain,
            this.barBtnGrpDocs,
            this.barBtnGrpUser,
            this.barBtnGrpUtils,
            this.barBtnRedirectFax,
            this.barBtnViewMatchedDocuments,
            this.barBtnApproveAndSend,
            this.splitButton,
            this.btnMergeDocument});
            this.ribbonControl1.Location = new System.Drawing.Point(3, 3);
            this.ribbonControl1.MaxItemId = 28;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1});
            this.ribbonControl1.ShowCategoryInCaption = false;
            this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.ribbonControl1.ShowToolbarCustomizeItem = false;
            this.ribbonControl1.Size = new System.Drawing.Size(1160, 118);
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.btnGroupMain);
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.barBtnGrpDocs);
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.barBtnGrpUser);
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.barBtnGrpUtils);
            this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
            this.ribbonControl1.ToolTipController = this.defaultToolTipController1.DefaultController;
            this.ribbonControl1.ShowCustomizationMenu += new DevExpress.XtraBars.Ribbon.RibbonCustomizationMenuEventHandler(this.ribbonControl1_ShowCustomizationMenu);
            // 
            // imageSmall
            // 
            this.imageSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageSmall.ImageStream")));
            this.imageSmall.TransparentColor = System.Drawing.Color.Transparent;
            this.imageSmall.Images.SetKeyName(0, "accept.png");
            this.imageSmall.Images.SetKeyName(1, "exclamation.png");
            this.imageSmall.Images.SetKeyName(2, "table_delete.png");
            this.imageSmall.Images.SetKeyName(3, "table_add.png");
            this.imageSmall.Images.SetKeyName(4, "lightning_go.png");
            this.imageSmall.Images.SetKeyName(5, "lightning.png");
            this.imageSmall.Images.SetKeyName(6, "lightning_add.png");
            this.imageSmall.Images.SetKeyName(7, "lightning_delete.png");
            this.imageSmall.Images.SetKeyName(8, "database_add.png");
            this.imageSmall.Images.SetKeyName(9, "eye.png");
            this.imageSmall.Images.SetKeyName(10, "find.png");
            this.imageSmall.Images.SetKeyName(11, "cancel.png");
            this.imageSmall.Images.SetKeyName(12, "transmit.png");
            this.imageSmall.Images.SetKeyName(13, "user_edit.png");
            this.imageSmall.Images.SetKeyName(14, "table_row_insert.png");
            this.imageSmall.Images.SetKeyName(15, "lightbulb_off.png");
            this.imageSmall.Images.SetKeyName(16, "lightbulb.png");
            this.imageSmall.Images.SetKeyName(17, "printer.png");
            this.imageSmall.Images.SetKeyName(18, "bin.png");
            this.imageSmall.Images.SetKeyName(19, "bin_closed.png");
            this.imageSmall.Images.SetKeyName(20, "page_add.png");
            this.imageSmall.Images.SetKeyName(21, "page_copy.png");
            this.imageSmall.Images.SetKeyName(22, "table_row_delete.png");
            this.imageSmall.Images.SetKeyName(23, "flag_red.gif");
            this.imageSmall.Images.SetKeyName(24, "page_bookmark.gif");
            this.imageSmall.Images.SetKeyName(25, "comment.gif");
            this.imageSmall.Images.SetKeyName(26, "user_comment.png");
            this.imageSmall.Images.SetKeyName(27, "comments_add.png");
            this.imageSmall.Images.SetKeyName(28, "wand.png");
            this.imageSmall.Images.SetKeyName(29, "telephone_go.png");
            this.imageSmall.Images.SetKeyName(30, "page_find.png");
            this.imageSmall.Images.SetKeyName(31, "flag_green.gif");
            this.imageSmall.Images.SetKeyName(32, "arrow-split-270-icon.png");
            this.imageSmall.Images.SetKeyName(33, "arrow_join.png");
            // 
            // barBtnPrint
            // 
            this.barBtnPrint.Caption = "Print";
            this.barBtnPrint.Id = 0;
            this.barBtnPrint.ImageIndex = 17;
            this.barBtnPrint.Name = "barBtnPrint";
            this.barBtnPrint.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem1.Text = "Print";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Print the currently selected document";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.barBtnPrint.SuperTip = superToolTip1;
            this.barBtnPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnPrint_ItemClick);
            // 
            // barBtnDiscard
            // 
            this.barBtnDiscard.Caption = "Discard";
            this.barBtnDiscard.Id = 1;
            this.barBtnDiscard.ImageIndex = 19;
            this.barBtnDiscard.Name = "barBtnDiscard";
            this.barBtnDiscard.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem2.Text = "Discard/Un-Discard Document(s)";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Send currently selected document(s) to the discarded folder.  While in the Discar" +
    "ded folder, this will Un-Discard the currently selected document(s) and send it " +
    "back to the Inbound Queue folder.";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            this.barBtnDiscard.SuperTip = superToolTip2;
            this.barBtnDiscard.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDiscard_ItemClick);
            // 
            // barBtnCopy
            // 
            this.barBtnCopy.Caption = "Copy";
            this.barBtnCopy.Id = 2;
            this.barBtnCopy.ImageIndex = 21;
            this.barBtnCopy.Name = "barBtnCopy";
            this.barBtnCopy.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem3.Text = "Copy Document";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Make physical copies of the currently selected document.  This will create new en" +
    "tries in the Inbound Queue for the currently selected document.";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            this.barBtnCopy.SuperTip = superToolTip3;
            this.barBtnCopy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCopy_ItemClick);
            // 
            // barBtnMatchDoc
            // 
            this.barBtnMatchDoc.Caption = "Associate";
            this.barBtnMatchDoc.Id = 4;
            this.barBtnMatchDoc.ImageIndex = 0;
            this.barBtnMatchDoc.Name = "barBtnMatchDoc";
            this.barBtnMatchDoc.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem4.Text = "Match Document";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Associate an Inbound Document to a particular Trade Requirement.  This action inv" +
    "okes the Trade Requirement editor window for the user to set the correct status " +
    "of the Trade Requirement";
            superToolTip4.Items.Add(toolTipTitleItem4);
            superToolTip4.Items.Add(toolTipItem4);
            this.barBtnMatchDoc.SuperTip = superToolTip4;
            this.barBtnMatchDoc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnMatchDoc_ItemClick);
            // 
            // barBtnIgnore
            // 
            this.barBtnIgnore.Caption = "Ignore";
            this.barBtnIgnore.Id = 5;
            this.barBtnIgnore.ImageIndex = 23;
            this.barBtnIgnore.Name = "barBtnIgnore";
            this.barBtnIgnore.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem5.Text = "Ignore/Un-Ignore Toggle";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = resources.GetString("toolTipItem5.Text");
            toolTipTitleItem6.LeftIndent = 6;
            toolTipTitleItem6.Text = "This is a user specific operation and will not have affect other users.";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem5);
            superToolTip5.Items.Add(toolTipTitleItem6);
            this.barBtnIgnore.SuperTip = superToolTip5;
            this.barBtnIgnore.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnIgnore_ItemClick_1);
            // 
            // barBtnBookmark
            // 
            this.barBtnBookmark.Caption = "Bookmark";
            this.barBtnBookmark.Id = 6;
            this.barBtnBookmark.ImageIndex = 24;
            this.barBtnBookmark.Name = "barBtnBookmark";
            this.barBtnBookmark.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem7.Text = "Bookmark Toggle";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "Toggles the Bookmark Flag column to On/Off.  Creates a \"B\" for the row that is be" +
    "ing bookmarked.";
            toolTipTitleItem8.LeftIndent = 6;
            toolTipTitleItem8.Text = "Use the Bookmark Flag column to filter on documents you have Bookmarked.";
            superToolTip6.Items.Add(toolTipTitleItem7);
            superToolTip6.Items.Add(toolTipItem6);
            superToolTip6.Items.Add(toolTipTitleItem8);
            this.barBtnBookmark.SuperTip = superToolTip6;
            this.barBtnBookmark.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnBookmark_ItemClick);
            // 
            // barBtnUtils
            // 
            this.barBtnUtils.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barBtnUtils.Caption = "Utils";
            this.barBtnUtils.Id = 8;
            this.barBtnUtils.ImageIndex = 28;
            this.barBtnUtils.Name = "barBtnUtils";
            this.barBtnUtils.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem9.Text = "Utilities";
            toolTipItem7.LeftIndent = 6;
            toolTipItem7.Text = "Not Yet Implemented";
            toolTipTitleItem10.LeftIndent = 6;
            toolTipTitleItem10.Text = "Will contain a list of utility functions.";
            superToolTip7.Items.Add(toolTipTitleItem9);
            superToolTip7.Items.Add(toolTipItem7);
            superToolTip7.Items.Add(toolTipTitleItem10);
            this.barBtnUtils.SuperTip = superToolTip7;
            // 
            // barBtnUserCmts
            // 
            this.barBtnUserCmts.Caption = "User Cmts";
            this.barBtnUserCmts.Id = 10;
            this.barBtnUserCmts.ImageIndex = 26;
            this.barBtnUserCmts.Name = "barBtnUserCmts";
            this.barBtnUserCmts.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem11.Text = "User Comment(s)";
            toolTipItem8.LeftIndent = 6;
            toolTipItem8.Text = "Creates a user specific comment for the selected Inbound Document.";
            toolTipTitleItem12.LeftIndent = 6;
            toolTipTitleItem12.Text = "Comment is user specific and will not be seen by other users.";
            superToolTip8.Items.Add(toolTipTitleItem11);
            superToolTip8.Items.Add(toolTipItem8);
            superToolTip8.Items.Add(toolTipTitleItem12);
            this.barBtnUserCmts.SuperTip = superToolTip8;
            this.barBtnUserCmts.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnUserCmts_ItemClick);
            // 
            // barBtnDocCmt
            // 
            this.barBtnDocCmt.Caption = "Doc Cmts";
            this.barBtnDocCmt.Id = 11;
            this.barBtnDocCmt.ImageIndex = 27;
            this.barBtnDocCmt.Name = "barBtnDocCmt";
            this.barBtnDocCmt.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem13.Text = "Document Comment";
            toolTipItem9.LeftIndent = 6;
            toolTipItem9.Text = "Create Inbound Document comments.";
            toolTipTitleItem14.LeftIndent = 6;
            toolTipTitleItem14.Text = "Will be seen by all users.";
            superToolTip9.Items.Add(toolTipTitleItem13);
            superToolTip9.Items.Add(toolTipItem9);
            superToolTip9.Items.Add(toolTipTitleItem14);
            this.barBtnDocCmt.SuperTip = superToolTip9;
            this.barBtnDocCmt.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDocCmt_ItemClick);
            // 
            // btnGroupMain
            // 
            this.btnGroupMain.Caption = "barButtonGroup1";
            this.btnGroupMain.Id = 12;
            this.btnGroupMain.ItemLinks.Add(this.barBtnMatchDoc);
            this.btnGroupMain.ItemLinks.Add(this.barBtnDiscard);
            this.btnGroupMain.ItemLinks.Add(this.barBtnIgnore);
            this.btnGroupMain.ItemLinks.Add(this.barBtnCopy);
            this.btnGroupMain.ItemLinks.Add(this.splitButton);
            this.btnGroupMain.ItemLinks.Add(this.btnMergeDocument);
            this.btnGroupMain.Name = "btnGroupMain";
            // 
            // splitButton
            // 
            this.splitButton.Caption = "Split";
            this.splitButton.Id = 21;
            this.splitButton.ImageIndex = 32;
            this.splitButton.Name = "splitButton";
            this.splitButton.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem15.Text = "Split Document";
            toolTipItem10.LeftIndent = 6;
            toolTipItem10.Text = "Split a multi-page Inbound document into 2 Inbound documents.";
            superToolTip10.Items.Add(toolTipTitleItem15);
            superToolTip10.Items.Add(toolTipItem10);
            this.splitButton.SuperTip = superToolTip10;
            this.splitButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnSplitDocumentItemClick);
            // 
            // btnMergeDocument
            // 
            this.btnMergeDocument.Caption = "Merge";
            this.btnMergeDocument.Id = 22;
            this.btnMergeDocument.ImageIndex = 33;
            this.btnMergeDocument.Name = "btnMergeDocument";
            this.btnMergeDocument.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem16.Text = "Merge Inbound Document";
            toolTipItem11.LeftIndent = 6;
            toolTipItem11.Text = "Select 2 documents and merge them into 1 multi-page document.";
            superToolTip11.Items.Add(toolTipTitleItem16);
            superToolTip11.Items.Add(toolTipItem11);
            this.btnMergeDocument.SuperTip = superToolTip11;
            this.btnMergeDocument.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OnMergeDocumentsClicked);
            // 
            // barBtnGrpDocs
            // 
            this.barBtnGrpDocs.Caption = "barButtonGroup1";
            this.barBtnGrpDocs.Id = 14;
            this.barBtnGrpDocs.ItemLinks.Add(this.barBtnDocCmt);
            this.barBtnGrpDocs.ItemLinks.Add(this.barBtnUserCmts);
            this.barBtnGrpDocs.ItemLinks.Add(this.barBtnRedirectFax);
            this.barBtnGrpDocs.Name = "barBtnGrpDocs";
            // 
            // barBtnRedirectFax
            // 
            this.barBtnRedirectFax.Caption = "Redirect Fax";
            this.barBtnRedirectFax.Id = 17;
            this.barBtnRedirectFax.ImageIndex = 29;
            this.barBtnRedirectFax.Name = "barBtnRedirectFax";
            this.barBtnRedirectFax.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            toolTipTitleItem17.Text = "Redirect Fax";
            toolTipItem12.LeftIndent = 6;
            toolTipItem12.Text = "Give the user the ability to change the Sent To fax number value if the fax was s" +
    "ent to the wrong fax machine.";
            superToolTip12.Items.Add(toolTipTitleItem17);
            superToolTip12.Items.Add(toolTipItem12);
            this.barBtnRedirectFax.SuperTip = superToolTip12;
            this.barBtnRedirectFax.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRedirectFax_ItemClick);
            // 
            // barBtnGrpUser
            // 
            this.barBtnGrpUser.Caption = "barButtonGroup1";
            this.barBtnGrpUser.Id = 15;
            this.barBtnGrpUser.ItemLinks.Add(this.barBtnPrint);
            this.barBtnGrpUser.ItemLinks.Add(this.barBtnBookmark);
            this.barBtnGrpUser.Name = "barBtnGrpUser";
            // 
            // barBtnGrpUtils
            // 
            this.barBtnGrpUtils.Caption = "barButtonGroup1";
            this.barBtnGrpUtils.Id = 16;
            this.barBtnGrpUtils.ItemLinks.Add(this.barBtnUtils);
            this.barBtnGrpUtils.Name = "barBtnGrpUtils";
            this.barBtnGrpUtils.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            this.barBtnGrpUtils.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // barBtnViewMatchedDocuments
            // 
            this.barBtnViewMatchedDocuments.Caption = "View Associated Documents";
            this.barBtnViewMatchedDocuments.Id = 18;
            this.barBtnViewMatchedDocuments.ImageIndex = 30;
            this.barBtnViewMatchedDocuments.Name = "barBtnViewMatchedDocuments";
            this.barBtnViewMatchedDocuments.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnViewMatchedDocuments_ItemClick);
            // 
            // barBtnApproveAndSend
            // 
            this.barBtnApproveAndSend.Caption = "Approve and Transmit";
            this.barBtnApproveAndSend.Id = 19;
            this.barBtnApproveAndSend.ImageIndex = 12;
            this.barBtnApproveAndSend.Name = "barBtnApproveAndSend";
            this.barBtnApproveAndSend.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            this.barBtnApproveAndSend.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barBtnApproveAndSend.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnApproveAndSend_ItemClick);
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "ribbonPage1";
            this.ribbonPage1.Visible = false;
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDiscard);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnCopy);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnMatchDoc);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnPrint);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnIgnore);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnBookmark);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnUtils);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnUserCmts);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDocCmt);
            this.ribbonPageGroup1.ItemLinks.Add(this.btnGroupMain, true);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnGrpUser, true);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnGrpUtils, true);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnRedirectFax);
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnGrpDocs);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.Text = "ribbonPageGroup1";
            // 
            // defaultToolTipController1
            // 
            // 
            // 
            // 
            this.defaultToolTipController1.DefaultController.ToolTipType = DevExpress.Utils.ToolTipType.SuperTip;
            // 
            // popupMain
            // 
            this.popupMain.ItemLinks.Add(this.barBtnPrint);
            this.popupMain.ItemLinks.Add(this.barBtnCopy, true);
            this.popupMain.ItemLinks.Add(this.barBtnDiscard);
            this.popupMain.ItemLinks.Add(this.barBtnViewMatchedDocuments, true);
            this.popupMain.ItemLinks.Add(this.barBtnRedirectFax, true);
            this.popupMain.ItemLinks.Add(this.barBtnApproveAndSend, true);
            this.popupMain.Name = "popupMain";
            this.popupMain.Ribbon = this.ribbonControl1;
            // 
            // imageList2
            // 
            this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
            this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
            this.imageList2.Images.SetKeyName(0, "");
            this.imageList2.Images.SetKeyName(1, "");
            this.imageList2.Images.SetKeyName(2, "");
            // 
            // colTrdSysCode
            // 
            this.colTrdSysCode.Caption = "Trading System Code";
            this.colTrdSysCode.FieldName = "TrdSysCode";
            this.colTrdSysCode.Name = "colTrdSysCode";
            this.colTrdSysCode.Visible = true;
            this.colTrdSysCode.VisibleIndex = 3;
            // 
            // colTrdSysTicket
            // 
            this.colTrdSysTicket.Caption = "Ticket";
            this.colTrdSysTicket.FieldName = "TrdSysTicket";
            this.colTrdSysTicket.Name = "colTrdSysTicket";
            this.colTrdSysTicket.Visible = true;
            this.colTrdSysTicket.VisibleIndex = 2;
            // 
            // InboundQTabPnll
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this, DevExpress.Utils.DefaultBoolean.Default);
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panelMain);
            this.Name = "InboundQTabPnll";
            this.Size = new System.Drawing.Size(1166, 534);
            ((System.ComponentModel.ISupportInitialize)(this.gridViewAssociatedDocs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlInboundDocs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewInboundDocs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelMain)).EndInit();
            this.panelMain.ResumeLayout(false);
            this.panelMain.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMain)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.btnRejectMultiChanges = new DevExpress.XtraEditors.SimpleButton();
            this.btnAcceptMultiChanges = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
            this.btnActorTrash = new DevExpress.XtraEditors.SimpleButton();
            this.btnActorDown = new DevExpress.XtraEditors.SimpleButton();
            this.btnActorUp = new DevExpress.XtraEditors.SimpleButton();
            this.txtYear = new DevExpress.XtraEditors.TextEdit();
            this.txtTop250 = new DevExpress.XtraEditors.TextEdit();
            this.txtRating = new DevExpress.XtraEditors.TextEdit();
            this.grdActors = new DevExpress.XtraGrid.GridControl();
            this.gridViewActors = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.clmName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmRole = new DevExpress.XtraGrid.Columns.GridColumn();
            this.txtWriters = new DevExpress.XtraEditors.TextEdit();
            this.txtDirectors = new DevExpress.XtraEditors.TextEdit();
            this.cmbStudio = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtOrigionalTitle = new DevExpress.XtraEditors.TextEdit();
            this.txtTagline = new DevExpress.XtraEditors.TextEdit();
            this.txtOutline = new DevExpress.XtraEditors.MemoEdit();
            this.txtPlot = new DevExpress.XtraEditors.MemoEdit();
            this.txtTitle = new DevExpress.XtraEditors.TextEdit();
            this.dateReleased = new DevExpress.XtraEditors.DateEdit();
            this.cmbGenre = new DevExpress.XtraEditors.CheckedComboBoxEdit();
            this.cmbLanguage = new DevExpress.XtraEditors.CheckedComboBoxEdit();
            this.cmbCountry = new DevExpress.XtraEditors.CheckedComboBoxEdit();
            this.txtRuntime = new DevExpress.XtraEditors.TextEdit();
            this.cmbSource = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtCert = new DevExpress.XtraEditors.MemoExEdit();
            this.cmbScraperGroup = new DevExpress.XtraEditors.ComboBoxEdit();
            this.cmbMpaa = new DevExpress.XtraEditors.MemoExEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.lblRuntime = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
            this.txtCountry = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
            this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
            this.layoutLanguage = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layActorsGroup = new DevExpress.XtraLayout.LayoutControlGroup();
            this.lblActorsGrd = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layMultiGroup = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layMultiEditKey = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtYear.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTop250.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRating.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdActors)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewActors)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtWriters.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDirectors.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbStudio.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOrigionalTitle.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTagline.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOutline.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPlot.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTitle.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateReleased.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateReleased.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbGenre.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbLanguage.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbCountry.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRuntime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbSource.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCert.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbScraperGroup.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbMpaa.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblRuntime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCountry)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutLanguage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layActorsGroup)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblActorsGrd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layMultiGroup)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layMultiEditKey)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.btnRejectMultiChanges);
            this.layoutControl1.Controls.Add(this.btnAcceptMultiChanges);
            this.layoutControl1.Controls.Add(this.panelControl1);
            this.layoutControl1.Controls.Add(this.btnActorTrash);
            this.layoutControl1.Controls.Add(this.btnActorDown);
            this.layoutControl1.Controls.Add(this.btnActorUp);
            this.layoutControl1.Controls.Add(this.txtYear);
            this.layoutControl1.Controls.Add(this.txtTop250);
            this.layoutControl1.Controls.Add(this.txtRating);
            this.layoutControl1.Controls.Add(this.grdActors);
            this.layoutControl1.Controls.Add(this.txtWriters);
            this.layoutControl1.Controls.Add(this.txtDirectors);
            this.layoutControl1.Controls.Add(this.cmbStudio);
            this.layoutControl1.Controls.Add(this.txtOrigionalTitle);
            this.layoutControl1.Controls.Add(this.txtTagline);
            this.layoutControl1.Controls.Add(this.txtOutline);
            this.layoutControl1.Controls.Add(this.txtPlot);
            this.layoutControl1.Controls.Add(this.txtTitle);
            this.layoutControl1.Controls.Add(this.dateReleased);
            this.layoutControl1.Controls.Add(this.cmbGenre);
            this.layoutControl1.Controls.Add(this.cmbLanguage);
            this.layoutControl1.Controls.Add(this.cmbCountry);
            this.layoutControl1.Controls.Add(this.txtRuntime);
            this.layoutControl1.Controls.Add(this.cmbSource);
            this.layoutControl1.Controls.Add(this.txtCert);
            this.layoutControl1.Controls.Add(this.cmbScraperGroup);
            this.layoutControl1.Controls.Add(this.cmbMpaa);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1290, 382, 250, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(762, 513);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // btnRejectMultiChanges
            // 
            this.btnRejectMultiChanges.Enabled = false;
            this.btnRejectMultiChanges.Image = global::YANFOE.Properties.Resources.delete;
            this.btnRejectMultiChanges.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnRejectMultiChanges.Location = new System.Drawing.Point(652, 211);
            this.btnRejectMultiChanges.Name = "btnRejectMultiChanges";
            this.btnRejectMultiChanges.Size = new System.Drawing.Size(105, 30);
            this.btnRejectMultiChanges.StyleController = this.layoutControl1;
            toolTipTitleItem1.Text = "Cancel Multi Edit Changes";
            superToolTip1.Items.Add(toolTipTitleItem1);
            this.btnRejectMultiChanges.SuperTip = superToolTip1;
            this.btnRejectMultiChanges.TabIndex = 35;
            // 
            // btnAcceptMultiChanges
            // 
            this.btnAcceptMultiChanges.Enabled = false;
            this.btnAcceptMultiChanges.Image = global::YANFOE.Properties.Resources.accept24;
            this.btnAcceptMultiChanges.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnAcceptMultiChanges.Location = new System.Drawing.Point(544, 211);
            this.btnAcceptMultiChanges.Name = "btnAcceptMultiChanges";
            this.btnAcceptMultiChanges.Size = new System.Drawing.Size(104, 30);
            this.btnAcceptMultiChanges.StyleController = this.layoutControl1;
            toolTipTitleItem2.Text = "Accept Multi Edit Changes";
            superToolTip2.Items.Add(toolTipTitleItem2);
            this.btnAcceptMultiChanges.SuperTip = superToolTip2;
            this.btnAcceptMultiChanges.TabIndex = 34;
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.groupControl1);
            this.panelControl1.Location = new System.Drawing.Point(544, 29);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(213, 178);
            this.panelControl1.TabIndex = 33;
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.memoEdit1);
            this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl1.Location = new System.Drawing.Point(2, 2);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(209, 174);
            this.groupControl1.TabIndex = 0;
            this.groupControl1.Text = "Multi Edit Mode";
            // 
            // memoEdit1
            // 
            this.memoEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.memoEdit1.EditValue = "Multi Edit mode allows you to edit multiple movies at once.";
            this.memoEdit1.Location = new System.Drawing.Point(2, 22);
            this.memoEdit1.Name = "memoEdit1";
            this.memoEdit1.Properties.ReadOnly = true;
            this.memoEdit1.Size = new System.Drawing.Size(205, 150);
            this.memoEdit1.TabIndex = 1;
            // 
            // btnActorTrash
            // 
            this.btnActorTrash.Image = global::YANFOE.Properties.Resources.trash32;
            this.btnActorTrash.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnActorTrash.Location = new System.Drawing.Point(641, 470);
            this.btnActorTrash.Name = "btnActorTrash";
            this.btnActorTrash.Size = new System.Drawing.Size(116, 38);
            this.btnActorTrash.StyleController = this.layoutControl1;
            toolTipTitleItem3.Text = "Delete Actor";
            superToolTip3.Items.Add(toolTipTitleItem3);
            this.btnActorTrash.SuperTip = superToolTip3;
            this.btnActorTrash.TabIndex = 30;
            this.btnActorTrash.Click += new System.EventHandler(this.BtnActorTrash_Click);
            // 
            // btnActorDown
            // 
            this.btnActorDown.Enabled = false;
            this.btnActorDown.Image = global::YANFOE.Properties.Resources.down32;
            this.btnActorDown.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnActorDown.Location = new System.Drawing.Point(591, 470);
            this.btnActorDown.Name = "btnActorDown";
            this.btnActorDown.Size = new System.Drawing.Size(46, 38);
            this.btnActorDown.StyleController = this.layoutControl1;
            toolTipTitleItem4.Text = "Move Actor Down";
            superToolTip4.Items.Add(toolTipTitleItem4);
            this.btnActorDown.SuperTip = superToolTip4;
            this.btnActorDown.TabIndex = 29;
            // 
            // btnActorUp
            // 
            this.btnActorUp.Enabled = false;
            this.btnActorUp.Image = global::YANFOE.Properties.Resources.up32;
            this.btnActorUp.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnActorUp.Location = new System.Drawing.Point(544, 470);
            this.btnActorUp.Name = "btnActorUp";
            this.btnActorUp.Size = new System.Drawing.Size(43, 38);
            this.btnActorUp.StyleController = this.layoutControl1;
            toolTipTitleItem5.Text = "Move Actor Up";
            superToolTip5.Items.Add(toolTipTitleItem5);
            this.btnActorUp.SuperTip = superToolTip5;
            this.btnActorUp.TabIndex = 28;
            // 
            // txtYear
            // 
            this.txtYear.Location = new System.Drawing.Point(435, 2);
            this.txtYear.Name = "txtYear";
            this.txtYear.Properties.NullValuePromptShowForEmptyValue = true;
            this.txtYear.Size = new System.Drawing.Size(97, 20);
            this.txtYear.StyleController = this.layoutControl1;
            this.txtYear.TabIndex = 27;
            // 
            // txtTop250
            // 
            this.txtTop250.EditValue = "";
            this.txtTop250.Location = new System.Drawing.Point(476, 491);
            this.txtTop250.Name = "txtTop250";
            this.txtTop250.Properties.Mask.AutoComplete = DevExpress.XtraEditors.Mask.AutoCompleteType.Optimistic;
            this.txtTop250.Properties.Mask.EditMask = "\\d{0,3}";
            this.txtTop250.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
            this.txtTop250.Properties.NullValuePrompt = "0-250";
            this.txtTop250.Properties.NullValuePromptShowForEmptyValue = true;
            this.txtTop250.Size = new System.Drawing.Size(56, 20);
            this.txtTop250.StyleController = this.layoutControl1;
            this.txtTop250.TabIndex = 26;
            // 
            // txtRating
            // 
            this.txtRating.EditValue = "";
            this.txtRating.Location = new System.Drawing.Point(476, 467);
            this.txtRating.Name = "txtRating";
            this.txtRating.Properties.Mask.EditMask = "\\d\\.\\d|\\d,\\d";
            this.txtRating.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
            this.txtRating.Size = new System.Drawing.Size(56, 20);
            this.txtRating.StyleController = this.layoutControl1;
            this.txtRating.TabIndex = 25;
            // 
            // grdActors
            // 
            this.grdActors.Location = new System.Drawing.Point(544, 251);
            this.grdActors.MainView = this.gridViewActors;
            this.grdActors.Name = "grdActors";
            this.grdActors.Size = new System.Drawing.Size(213, 215);
            this.grdActors.TabIndex = 23;
            this.grdActors.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewActors});
            // 
            // gridViewActors
            // 
            this.gridViewActors.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.clmName,
            this.clmRole});
            this.gridViewActors.GridControl = this.grdActors;
            this.gridViewActors.Name = "gridViewActors";
            this.gridViewActors.OptionsDetail.EnableMasterViewMode = false;
            this.gridViewActors.OptionsSelection.MultiSelect = true;
            this.gridViewActors.OptionsView.ShowGroupPanel = false;
            // 
            // clmName
            // 
            this.clmName.Caption = "Name";
            this.clmName.FieldName = "Name";
            this.clmName.Name = "clmName";
            this.clmName.Visible = true;
            this.clmName.VisibleIndex = 0;
            // 
            // clmRole
            // 
            this.clmRole.Caption = "Role";
            this.clmRole.FieldName = "Role";
            this.clmRole.Name = "clmRole";
            this.clmRole.Visible = true;
            this.clmRole.VisibleIndex = 1;
            // 
            // txtWriters
            // 
            this.txtWriters.Location = new System.Drawing.Point(353, 419);
            this.txtWriters.Name = "txtWriters";
            this.txtWriters.Size = new System.Drawing.Size(179, 20);
            this.txtWriters.StyleController = this.layoutControl1;
            this.txtWriters.TabIndex = 13;
            // 
            // txtDirectors
            // 
            this.txtDirectors.Location = new System.Drawing.Point(65, 419);
            this.txtDirectors.Name = "txtDirectors";
            this.txtDirectors.Size = new System.Drawing.Size(221, 20);
            this.txtDirectors.StyleController = this.layoutControl1;
            this.txtDirectors.TabIndex = 12;
            // 
            // cmbStudio
            // 
            this.cmbStudio.Location = new System.Drawing.Point(65, 395);
            this.cmbStudio.Name = "cmbStudio";
            this.cmbStudio.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbStudio.Size = new System.Drawing.Size(221, 20);
            this.cmbStudio.StyleController = this.layoutControl1;
            this.cmbStudio.TabIndex = 10;
            // 
            // txtOrigionalTitle
            // 
            this.txtOrigionalTitle.Location = new System.Drawing.Point(353, 371);
            this.txtOrigionalTitle.Name = "txtOrigionalTitle";
            this.txtOrigionalTitle.Size = new System.Drawing.Size(179, 20);
            this.txtOrigionalTitle.StyleController = this.layoutControl1;
            this.txtOrigionalTitle.TabIndex = 9;
            // 
            // txtTagline
            // 
            this.txtTagline.Location = new System.Drawing.Point(65, 371);
            this.txtTagline.Name = "txtTagline";
            this.txtTagline.Size = new System.Drawing.Size(221, 20);
            this.txtTagline.StyleController = this.layoutControl1;
            this.txtTagline.TabIndex = 8;
            // 
            // txtOutline
            // 
            this.txtOutline.Location = new System.Drawing.Point(65, 198);
            this.txtOutline.MinimumSize = new System.Drawing.Size(0, 30);
            this.txtOutline.Name = "txtOutline";
            this.txtOutline.Size = new System.Drawing.Size(467, 169);
            this.txtOutline.StyleController = this.layoutControl1;
            this.txtOutline.TabIndex = 7;
            // 
            // txtPlot
            // 
            this.txtPlot.Location = new System.Drawing.Point(65, 26);
            this.txtPlot.MinimumSize = new System.Drawing.Size(0, 30);
            this.txtPlot.Name = "txtPlot";
            this.txtPlot.Size = new System.Drawing.Size(467, 163);
            this.txtPlot.StyleController = this.layoutControl1;
            this.txtPlot.TabIndex = 5;
            // 
            // txtTitle
            // 
            this.txtTitle.Location = new System.Drawing.Point(65, 2);
            this.txtTitle.Name = "txtTitle";
            this.txtTitle.Size = new System.Drawing.Size(366, 20);
            this.txtTitle.StyleController = this.layoutControl1;
            this.txtTitle.TabIndex = 4;
            // 
            // dateReleased
            // 
            this.dateReleased.EditValue = new System.DateTime(((long)(0)));
            this.dateReleased.Location = new System.Drawing.Point(353, 395);
            this.dateReleased.Name = "dateReleased";
            this.dateReleased.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateReleased.Properties.DisplayFormat.FormatString = "dd-MM-yyyy";
            this.dateReleased.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.dateReleased.Properties.MinValue = new System.DateTime(1895, 1, 31, 0, 0, 0, 0);
            this.dateReleased.Properties.NullDate = new System.DateTime(2011, 2, 15, 1, 25, 40, 780);
            this.dateReleased.Properties.VistaEditTime = DevExpress.Utils.DefaultBoolean.False;
            this.dateReleased.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dateReleased.Size = new System.Drawing.Size(179, 20);
            this.dateReleased.StyleController = this.layoutControl1;
            this.dateReleased.TabIndex = 11;
            // 
            // cmbGenre
            // 
            this.cmbGenre.Location = new System.Drawing.Point(65, 443);
            this.cmbGenre.Name = "cmbGenre";
            this.cmbGenre.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbGenre.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            this.cmbGenre.Size = new System.Drawing.Size(221, 20);
            this.cmbGenre.StyleController = this.layoutControl1;
            this.cmbGenre.TabIndex = 14;
            // 
            // cmbLanguage
            // 
            this.cmbLanguage.Location = new System.Drawing.Point(353, 443);
            this.cmbLanguage.Name = "cmbLanguage";
            this.cmbLanguage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbLanguage.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            this.cmbLanguage.Size = new System.Drawing.Size(179, 20);
            this.cmbLanguage.StyleController = this.layoutControl1;
            this.cmbLanguage.TabIndex = 31;
            // 
            // cmbCountry
            // 
            this.cmbCountry.Location = new System.Drawing.Point(65, 467);
            this.cmbCountry.Name = "cmbCountry";
            this.cmbCountry.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbCountry.Size = new System.Drawing.Size(221, 20);
            this.cmbCountry.StyleController = this.layoutControl1;
            this.cmbCountry.TabIndex = 24;
            // 
            // txtRuntime
            // 
            this.txtRuntime.Location = new System.Drawing.Point(353, 467);
            this.txtRuntime.Name = "txtRuntime";
            this.txtRuntime.Properties.Mask.EditMask = "\\dh [0-5]\\dm";
            this.txtRuntime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
            this.txtRuntime.Properties.NullValuePrompt = "0h 00m";
            this.txtRuntime.Properties.NullValuePromptShowForEmptyValue = true;
            this.txtRuntime.Size = new System.Drawing.Size(56, 20);
            this.txtRuntime.StyleController = this.layoutControl1;
            this.txtRuntime.TabIndex = 17;
            // 
            // cmbSource
            // 
            this.cmbSource.Location = new System.Drawing.Point(217, 491);
            this.cmbSource.Name = "cmbSource";
            this.cmbSource.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbSource.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cmbSource.Size = new System.Drawing.Size(69, 20);
            this.cmbSource.StyleController = this.layoutControl1;
            this.cmbSource.TabIndex = 21;
            // 
            // txtCert
            // 
            this.txtCert.Location = new System.Drawing.Point(353, 491);
            this.txtCert.Name = "txtCert";
            this.txtCert.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtCert.Properties.ShowIcon = false;
            this.txtCert.Size = new System.Drawing.Size(56, 20);
            this.txtCert.StyleController = this.layoutControl1;
            this.txtCert.TabIndex = 20;
            // 
            // cmbScraperGroup
            // 
            this.cmbScraperGroup.Location = new System.Drawing.Point(541, 2);
            this.cmbScraperGroup.Name = "cmbScraperGroup";
            this.cmbScraperGroup.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbScraperGroup.Properties.NullValuePrompt = "Pick a scraper group.";
            this.cmbScraperGroup.Properties.NullValuePromptShowForEmptyValue = true;
            this.cmbScraperGroup.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cmbScraperGroup.Size = new System.Drawing.Size(219, 20);
            this.cmbScraperGroup.StyleController = this.layoutControl1;
            this.cmbScraperGroup.TabIndex = 32;
            // 
            // cmbMpaa
            // 
            this.cmbMpaa.Location = new System.Drawing.Point(65, 491);
            this.cmbMpaa.Name = "cmbMpaa";
            this.cmbMpaa.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbMpaa.Properties.ShowIcon = false;
            this.cmbMpaa.Size = new System.Drawing.Size(85, 20);
            this.cmbMpaa.StyleController = this.layoutControl1;
            this.cmbMpaa.TabIndex = 19;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem2,
            this.layoutControlItem1,
            this.layoutControlItem4,
            this.layoutControlItem3,
            this.layoutControlItem5,
            this.layoutControlItem6,
            this.layoutControlItem7,
            this.layoutControlItem8,
            this.layoutControlItem9,
            this.layoutControlItem10,
            this.lblRuntime,
            this.layoutControlItem15,
            this.layoutControlItem14,
            this.layoutControlItem16,
            this.txtCountry,
            this.layoutControlItem20,
            this.splitterItem1,
            this.layoutControlItem17,
            this.layoutControlItem21,
            this.splitterItem2,
            this.layoutLanguage,
            this.layoutControlItem11,
            this.layActorsGroup,
            this.layMultiGroup});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Size = new System.Drawing.Size(762, 513);
            this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem2.Control = this.txtPlot;
            this.layoutControlItem2.CustomizationFormText = "Plot:";
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(534, 167);
            this.layoutControlItem2.Text = "Plot";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem1.Control = this.txtTitle;
            this.layoutControlItem1.CustomizationFormText = "Title:";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(433, 24);
            this.layoutControlItem1.Text = "Title";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem4.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem4.Control = this.txtOutline;
            this.layoutControlItem4.CustomizationFormText = "Outline:";
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 196);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(534, 173);
            this.layoutControlItem4.Text = "Outline";
            this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Default;
            this.layoutControlItem4.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem3.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem3.Control = this.txtTagline;
            this.layoutControlItem3.CustomizationFormText = "Tagline";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 369);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(288, 24);
            this.layoutControlItem3.Text = "Tagline";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem5.Control = this.txtOrigionalTitle;
            this.layoutControlItem5.CustomizationFormText = "Original Title:";
            this.layoutControlItem5.Location = new System.Drawing.Point(288, 369);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(246, 24);
            this.layoutControlItem5.Text = "Original Title";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem6.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem6.Control = this.cmbStudio;
            this.layoutControlItem6.CustomizationFormText = "Studio:";
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 393);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(288, 24);
            this.layoutControlItem6.Text = "Studio";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem7.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem7.Control = this.dateReleased;
            this.layoutControlItem7.CustomizationFormText = "Released:";
            this.layoutControlItem7.Location = new System.Drawing.Point(288, 393);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(246, 24);
            this.layoutControlItem7.Text = "Released";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem8.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem8.Control = this.txtDirectors;
            this.layoutControlItem8.CustomizationFormText = "Directors:";
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 417);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(288, 24);
            this.layoutControlItem8.Text = "Directors";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem9.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem9.Control = this.txtWriters;
            this.layoutControlItem9.CustomizationFormText = "Writers:";
            this.layoutControlItem9.Location = new System.Drawing.Point(288, 417);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(246, 24);
            this.layoutControlItem9.Text = "Writers";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem10.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem10.Control = this.cmbGenre;
            this.layoutControlItem10.CustomizationFormText = "Genre:";
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 441);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.Size = new System.Drawing.Size(288, 24);
            this.layoutControlItem10.Text = "Genre";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(59, 13);
            // 
            // lblRuntime
            // 
            this.lblRuntime.AppearanceItemCaption.Options.UseTextOptions = true;
            this.lblRuntime.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.lblRuntime.Control = this.txtRuntime;
            this.lblRuntime.CustomizationFormText = "Country:";
            this.lblRuntime.Location = new System.Drawing.Point(288, 465);
            this.lblRuntime.Name = "lblRuntime";
            this.lblRuntime.Size = new System.Drawing.Size(123, 24);
            this.lblRuntime.Text = "Runtime";
            this.lblRuntime.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem15
            // 
            this.layoutControlItem15.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem15.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem15.Control = this.cmbMpaa;
            this.layoutControlItem15.CustomizationFormText = "MPAA:";
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 489);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.Size = new System.Drawing.Size(152, 24);
            this.layoutControlItem15.Text = "MPAA";
            this.layoutControlItem15.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem14
            // 
            this.layoutControlItem14.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem14.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem14.Control = this.txtCert;
            this.layoutControlItem14.CustomizationFormText = "Cert:";
            this.layoutControlItem14.Location = new System.Drawing.Point(288, 489);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.Size = new System.Drawing.Size(123, 24);
            this.layoutControlItem14.Text = "Cert";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem16
            // 
            this.layoutControlItem16.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem16.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem16.Control = this.cmbSource;
            this.layoutControlItem16.CustomizationFormText = "Source:";
            this.layoutControlItem16.Location = new System.Drawing.Point(152, 489);
            this.layoutControlItem16.Name = "layoutControlItem16";
            this.layoutControlItem16.Size = new System.Drawing.Size(136, 24);
            this.layoutControlItem16.Text = "Source";
            this.layoutControlItem16.TextSize = new System.Drawing.Size(59, 13);
            // 
            // txtCountry
            // 
            this.txtCountry.AppearanceItemCaption.Options.UseTextOptions = true;
            this.txtCountry.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtCountry.Control = this.cmbCountry;
            this.txtCountry.CustomizationFormText = "Runtime:";
            this.txtCountry.Location = new System.Drawing.Point(0, 465);
            this.txtCountry.Name = "txtCountry";
            this.txtCountry.Size = new System.Drawing.Size(288, 24);
            this.txtCountry.Text = "Country";
            this.txtCountry.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem20
            // 
            this.layoutControlItem20.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem20.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem20.Control = this.txtRating;
            this.layoutControlItem20.CustomizationFormText = "Rating:";
            this.layoutControlItem20.Location = new System.Drawing.Point(411, 465);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.Size = new System.Drawing.Size(123, 24);
            this.layoutControlItem20.Text = "Rating";
            this.layoutControlItem20.TextSize = new System.Drawing.Size(59, 13);
            // 
            // splitterItem1
            // 
            this.splitterItem1.AllowHotTrack = true;
            this.splitterItem1.CustomizationFormText = "splitterItem1";
            this.splitterItem1.Location = new System.Drawing.Point(534, 0);
            this.splitterItem1.Name = "splitterItem1";
            this.splitterItem1.Size = new System.Drawing.Size(5, 513);
            // 
            // layoutControlItem17
            // 
            this.layoutControlItem17.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem17.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem17.Control = this.txtTop250;
            this.layoutControlItem17.CustomizationFormText = "Top 250";
            this.layoutControlItem17.Location = new System.Drawing.Point(411, 489);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.Size = new System.Drawing.Size(123, 24);
            this.layoutControlItem17.Text = "Top 250";
            this.layoutControlItem17.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem21
            // 
            this.layoutControlItem21.Control = this.txtYear;
            this.layoutControlItem21.CustomizationFormText = "layoutControlItem21";
            this.layoutControlItem21.Location = new System.Drawing.Point(433, 0);
            this.layoutControlItem21.Name = "layoutControlItem21";
            this.layoutControlItem21.Size = new System.Drawing.Size(101, 24);
            this.layoutControlItem21.Text = "layoutControlItem21";
            this.layoutControlItem21.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem21.TextToControlDistance = 0;
            this.layoutControlItem21.TextVisible = false;
            // 
            // splitterItem2
            // 
            this.splitterItem2.AllowHotTrack = true;
            this.splitterItem2.CustomizationFormText = "splitterItem2";
            this.splitterItem2.Location = new System.Drawing.Point(0, 191);
            this.splitterItem2.Name = "splitterItem2";
            this.splitterItem2.Size = new System.Drawing.Size(534, 5);
            // 
            // layoutLanguage
            // 
            this.layoutLanguage.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutLanguage.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutLanguage.Control = this.cmbLanguage;
            this.layoutLanguage.CustomizationFormText = "Language";
            this.layoutLanguage.Location = new System.Drawing.Point(288, 441);
            this.layoutLanguage.Name = "layoutLanguage";
            this.layoutLanguage.Size = new System.Drawing.Size(246, 24);
            this.layoutLanguage.Text = "Language";
            this.layoutLanguage.TextSize = new System.Drawing.Size(59, 13);
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.cmbScraperGroup;
            this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
            this.layoutControlItem11.Location = new System.Drawing.Point(539, 0);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(223, 24);
            this.layoutControlItem11.Text = "layoutControlItem11";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem11.TextToControlDistance = 0;
            this.layoutControlItem11.TextVisible = false;
            // 
            // layActorsGroup
            // 
            this.layActorsGroup.CustomizationFormText = "lblActorsGroup";
            this.layActorsGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.lblActorsGrd,
            this.layoutControlItem22,
            this.layoutControlItem23,
            this.layoutControlItem24});
            this.layActorsGroup.Location = new System.Drawing.Point(539, 246);
            this.layActorsGroup.Name = "layActorsGroup";
            this.layActorsGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layActorsGroup.Size = new System.Drawing.Size(223, 267);
            this.layActorsGroup.Text = "layActorsGroup";
            this.layActorsGroup.TextVisible = false;
            // 
            // lblActorsGrd
            // 
            this.lblActorsGrd.Control = this.grdActors;
            this.lblActorsGrd.CustomizationFormText = "layoutControlItem18";
            this.lblActorsGrd.Location = new System.Drawing.Point(0, 0);
            this.lblActorsGrd.Name = "lblActorsGrd";
            this.lblActorsGrd.Size = new System.Drawing.Size(217, 219);
            this.lblActorsGrd.Text = "lblActorsGrd";
            this.lblActorsGrd.TextSize = new System.Drawing.Size(0, 0);
            this.lblActorsGrd.TextToControlDistance = 0;
            this.lblActorsGrd.TextVisible = false;
            // 
            // layoutControlItem22
            // 
            this.layoutControlItem22.Control = this.btnActorUp;
            this.layoutControlItem22.CustomizationFormText = "layoutControlItem22";
            this.layoutControlItem22.Location = new System.Drawing.Point(0, 219);
            this.layoutControlItem22.Name = "layoutControlItem22";
            this.layoutControlItem22.Size = new System.Drawing.Size(47, 42);
            this.layoutControlItem22.Text = "layoutControlItem22";
            this.layoutControlItem22.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem22.TextToControlDistance = 0;
            this.layoutControlItem22.TextVisible = false;
            // 
            // layoutControlItem23
            // 
            this.layoutControlItem23.Control = this.btnActorDown;
            this.layoutControlItem23.CustomizationFormText = "layoutControlItem23";
            this.layoutControlItem23.Location = new System.Drawing.Point(47, 219);
            this.layoutControlItem23.Name = "layoutControlItem23";
            this.layoutControlItem23.Size = new System.Drawing.Size(50, 42);
            this.layoutControlItem23.Text = "layoutControlItem23";
            this.layoutControlItem23.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem23.TextToControlDistance = 0;
            this.layoutControlItem23.TextVisible = false;
            // 
            // layoutControlItem24
            // 
            this.layoutControlItem24.Control = this.btnActorTrash;
            this.layoutControlItem24.CustomizationFormText = "layoutControlItem24";
            this.layoutControlItem24.Location = new System.Drawing.Point(97, 219);
            this.layoutControlItem24.Name = "layoutControlItem24";
            this.layoutControlItem24.Size = new System.Drawing.Size(120, 42);
            this.layoutControlItem24.Text = "layoutControlItem24";
            this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem24.TextToControlDistance = 0;
            this.layoutControlItem24.TextVisible = false;
            // 
            // layMultiGroup
            // 
            this.layMultiGroup.CustomizationFormText = "layMultiGroup";
            this.layMultiGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem13,
            this.layoutControlItem12,
            this.layMultiEditKey});
            this.layMultiGroup.Location = new System.Drawing.Point(539, 24);
            this.layMultiGroup.Name = "layMultiGroup";
            this.layMultiGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layMultiGroup.Size = new System.Drawing.Size(223, 222);
            this.layMultiGroup.Text = "layMultiGroup";
            this.layMultiGroup.TextVisible = false;
            this.layMultiGroup.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.btnRejectMultiChanges;
            this.layoutControlItem13.CustomizationFormText = "layoutControlItem13";
            this.layoutControlItem13.Location = new System.Drawing.Point(108, 182);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.Size = new System.Drawing.Size(109, 34);
            this.layoutControlItem13.Text = "layoutControlItem13";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem13.TextToControlDistance = 0;
            this.layoutControlItem13.TextVisible = false;
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.btnAcceptMultiChanges;
            this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
            this.layoutControlItem12.Location = new System.Drawing.Point(0, 182);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.Size = new System.Drawing.Size(108, 34);
            this.layoutControlItem12.Text = "layoutControlItem12";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem12.TextToControlDistance = 0;
            this.layoutControlItem12.TextVisible = false;
            // 
            // layMultiEditKey
            // 
            this.layMultiEditKey.Control = this.panelControl1;
            this.layMultiEditKey.CustomizationFormText = "layoutControlItem12";
            this.layMultiEditKey.Location = new System.Drawing.Point(0, 0);
            this.layMultiEditKey.Name = "lblMultiEditKey";
            this.layMultiEditKey.Size = new System.Drawing.Size(217, 182);
            this.layMultiEditKey.Text = "layMultiEditKey";
            this.layMultiEditKey.TextSize = new System.Drawing.Size(0, 0);
            this.layMultiEditKey.TextToControlDistance = 0;
            this.layMultiEditKey.TextVisible = false;
            // 
            // MovieMainDetailsUserControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.layoutControl1);
            this.DoubleBuffered = true;
            this.Name = "MovieMainDetailsUserControl";
            this.Size = new System.Drawing.Size(762, 513);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtYear.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTop250.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRating.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdActors)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewActors)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtWriters.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDirectors.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbStudio.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOrigionalTitle.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTagline.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOutline.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPlot.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTitle.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateReleased.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateReleased.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbGenre.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbLanguage.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbCountry.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRuntime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbSource.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCert.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbScraperGroup.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbMpaa.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblRuntime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCountry)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutLanguage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layActorsGroup)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblActorsGrd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layMultiGroup)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layMultiEditKey)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        protected void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.MainBar = new DevExpress.XtraBars.Bar();
            this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
            this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
            this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
            this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
            this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
            this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
            this.xtraTabControlDetail.SuspendLayout();
            this.xtraTabPageDetail.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
            this.SuspendLayout();
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.MainBar});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItemAdd,
            this.barButtonItemDelete,
            this.barButtonItemUpdate,
            this.barButtonItemPrint,
            this.barButtonItemCommit,
            this.barButtonItemNoCommit,
            this.barSubItem1,
            this.barButtonItemXem,
            this.barButtonItemSearch,
            this.barButtonItemClose,
            this.barCheckItemFilter,
            this.barButtonItem3,
            this.barButtonItem4});
            this.barManager1.MaxItemId = 34;
            // 
            // MainBar
            // 
            this.MainBar.BarName = "MainBar";
            this.MainBar.DockCol = 0;
            this.MainBar.DockRow = 0;
            this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
            this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
            this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Caption, this.barButtonItemAdd, "&Thêm"),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true)});
            this.MainBar.OptionsBar.AllowQuickCustomization = false;
            this.MainBar.OptionsBar.DrawDragBorder = false;
            this.MainBar.OptionsBar.RotateWhenVertical = false;
            this.MainBar.OptionsBar.UseWholeRow = true;
            this.MainBar.Text = "Custom 1";
            // 
            // barButtonItemAdd
            // 
            this.barButtonItemAdd.Caption = "Thêm";
            this.barButtonItemAdd.Id = 0;
            this.barButtonItemAdd.Name = "barButtonItemAdd";
            this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemAdd.SuperTip = superToolTip1;
            // 
            // barButtonItemXem
            // 
            this.barButtonItemXem.Caption = "&Xem";
            this.barButtonItemXem.Id = 24;
            this.barButtonItemXem.Name = "barButtonItemXem";
            this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItemDelete
            // 
            this.barButtonItemDelete.Caption = "&Xóa";
            this.barButtonItemDelete.Id = 1;
            this.barButtonItemDelete.Name = "barButtonItemDelete";
            this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItemUpdate
            // 
            this.barButtonItemUpdate.Caption = "&Sửa";
            this.barButtonItemUpdate.Id = 2;
            this.barButtonItemUpdate.Name = "barButtonItemUpdate";
            this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItemPrint
            // 
            this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemPrint.Caption = "&In";
            this.barButtonItemPrint.DropDownControl = this.popupMenu1;
            this.barButtonItemPrint.Id = 3;
            this.barButtonItemPrint.Name = "barButtonItemPrint";
            this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // popupMenu1
            // 
            this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
            this.popupMenu1.Manager = this.barManager1;
            this.popupMenu1.Name = "popupMenu1";
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "Xem trước";
            this.barButtonItem4.Id = 33;
            this.barButtonItem4.Name = "barButtonItem4";
            // 
            // barButtonItemCommit
            // 
            this.barButtonItemCommit.Caption = "&Duyệt";
            this.barButtonItemCommit.Id = 17;
            this.barButtonItemCommit.Name = "barButtonItemCommit";
            this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItemNoCommit
            // 
            this.barButtonItemNoCommit.Caption = "&Không duyệt";
            this.barButtonItemNoCommit.Id = 18;
            this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
            this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "Nghiệp vụ";
            this.barSubItem1.Id = 20;
            this.barSubItem1.Name = "barSubItem1";
            this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItemSearch
            // 
            this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemSearch.Caption = "Tìm kiếm";
            this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
            this.barButtonItemSearch.Id = 27;
            this.barButtonItemSearch.Name = "barButtonItemSearch";
            this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // popupMenuFilter
            // 
            this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
            this.popupMenuFilter.Manager = this.barManager1;
            this.popupMenuFilter.Name = "popupMenuFilter";
            // 
            // barCheckItemFilter
            // 
            this.barCheckItemFilter.Caption = "Điều &kiện lọc";
            this.barCheckItemFilter.Checked = true;
            this.barCheckItemFilter.Id = 29;
            this.barCheckItemFilter.Name = "barCheckItemFilter";
            this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItemClose
            // 
            this.barButtonItemClose.Caption = "Đóng";
            this.barButtonItemClose.Id = 28;
            this.barButtonItemClose.Name = "barButtonItemClose";
            this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItem3.Caption = "In";
            this.barButtonItem3.Id = 30;
            this.barButtonItem3.Name = "barButtonItem3";
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 120);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.splitContainerControl1.Panel1.Controls.Add(this.gridControlMaster);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
            this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
            this.splitContainerControl1.Panel2.ShowCaption = true;
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(785, 377);
            this.splitContainerControl1.SplitterPosition = 175;
            this.splitContainerControl1.TabIndex = 4;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // gridControlMaster
            // 
            this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlMaster.EmbeddedNavigator.Name = "";
            this.gridControlMaster.Location = new System.Drawing.Point(0, 0);
            this.gridControlMaster.MainView = this.gridViewMaster;
            this.gridControlMaster.Name = "gridControlMaster";
            this.gridControlMaster.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1});
            this.gridControlMaster.Size = new System.Drawing.Size(785, 175);
            this.gridControlMaster.TabIndex = 8;
            this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewMaster});
            // 
            // gridViewMaster
            // 
            this.gridViewMaster.Appearance.GroupPanel.Options.UseFont = true;
            this.gridViewMaster.GridControl = this.gridControlMaster;
            this.gridViewMaster.Name = "gridViewMaster";
            this.gridViewMaster.OptionsSelection.MultiSelect = true;
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // xtraTabControlDetail
            // 
            this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControlDetail.Name = "xtraTabControlDetail";
            this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
            this.xtraTabControlDetail.Size = new System.Drawing.Size(785, 196);
            this.xtraTabControlDetail.TabIndex = 10;
            this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPageDetail});
            this.xtraTabControlDetail.Text = "Thông tin";
            // 
            // xtraTabPageDetail
            // 
            this.xtraTabPageDetail.Controls.Add(this.gridControlDetail);
            this.xtraTabPageDetail.Name = "xtraTabPageDetail";
            this.xtraTabPageDetail.Size = new System.Drawing.Size(776, 165);
            this.xtraTabPageDetail.Text = "Chi tiết";
            // 
            // gridControlDetail
            // 
            this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlDetail.EmbeddedNavigator.Name = "";
            this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
            this.gridControlDetail.MainView = this.gridViewDetail;
            this.gridControlDetail.Name = "gridControlDetail";
            this.gridControlDetail.Size = new System.Drawing.Size(776, 165);
            this.gridControlDetail.TabIndex = 9;
            this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewDetail});
            // 
            // gridViewDetail
            // 
            this.gridViewDetail.GridControl = this.gridControlDetail;
            this.gridViewDetail.Name = "gridViewDetail";
            this.gridViewDetail.OptionsView.ShowGroupPanel = false;
            // 
            // popupControlContainerFilter
            // 
            this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Top;
            this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 24);
            this.popupControlContainerFilter.Manager = this.barManager1;
            this.popupControlContainerFilter.Name = "popupControlContainerFilter";
            this.popupControlContainerFilter.Size = new System.Drawing.Size(785, 96);
            this.popupControlContainerFilter.TabIndex = 5;
            this.popupControlContainerFilter.Visible = false;
            // 
            // frmBlankPhieuQL
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(785, 497);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.popupControlContainerFilter);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "frmBlankPhieuQL";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
            this.xtraTabControlDetail.ResumeLayout(false);
            this.xtraTabPageDetail.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProducts));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtrabarGeneralinformation = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.txtfactor = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtuompurchase = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtuomsize = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtuomsale = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cmbValueMethod = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtAvgRate = new DevExpress.XtraEditors.TextEdit();
     this.txtToleranceDay = new DevExpress.XtraEditors.TextEdit();
     this.txtLoadTime = new DevExpress.XtraEditors.TextEdit();
     this.txtPurchaseRate = new DevExpress.XtraEditors.TextEdit();
     this.txtSpecialRate = new DevExpress.XtraEditors.TextEdit();
     this.txtCostRate = new DevExpress.XtraEditors.TextEdit();
     this.txtTransit = new DevExpress.XtraEditors.TextEdit();
     this.txtTarget = new DevExpress.XtraEditors.TextEdit();
     this.txtNetBalance = new DevExpress.XtraEditors.TextEdit();
     this.txtBalanceBonus = new DevExpress.XtraEditors.TextEdit();
     this.txtBalanceStock = new DevExpress.XtraEditors.TextEdit();
     this.txtMaxQuantityDays = new DevExpress.XtraEditors.TextEdit();
     this.txtMaxQuantityPCustomer = new DevExpress.XtraEditors.TextEdit();
     this.txtPackInBox = new DevExpress.XtraEditors.TextEdit();
     this.txtInventoryDays = new DevExpress.XtraEditors.TextEdit();
     this.txtMinFlatRate = new DevExpress.XtraEditors.TextEdit();
     this.txtMaxFlatRate = new DevExpress.XtraEditors.TextEdit();
     this.cmbSaleTaxCalculation = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtSaleTaxVale = new DevExpress.XtraEditors.TextEdit();
     this.txtSaleTaxPer = new DevExpress.XtraEditors.TextEdit();
     this.txtMaxSalesDisc = new DevExpress.XtraEditors.TextEdit();
     this.txtPurchaseDiscountPer = new DevExpress.XtraEditors.TextEdit();
     this.txtRetailPrice = new DevExpress.XtraEditors.TextEdit();
     this.chkwolallow = new DevExpress.XtraEditors.CheckEdit();
     this.chkAllowPer = new DevExpress.XtraEditors.CheckEdit();
     this.chkAutoBonus = new DevExpress.XtraEditors.CheckEdit();
     this.chkSaleBase = new DevExpress.XtraEditors.CheckEdit();
     this.chkSaleTaxReg = new DevExpress.XtraEditors.CheckEdit();
     this.chkNonPharma = new DevExpress.XtraEditors.CheckEdit();
     this.chkExcempted = new DevExpress.XtraEditors.CheckEdit();
     this.chkUseFlatRate = new DevExpress.XtraEditors.CheckEdit();
     this.chkNorCotics = new DevExpress.XtraEditors.CheckEdit();
     this.chkHideinTabs = new DevExpress.XtraEditors.CheckEdit();
     this.chkAllowMaxQtyDays = new DevExpress.XtraEditors.CheckEdit();
     this.chkProductDiscontinue = new DevExpress.XtraEditors.CheckEdit();
     this.txtTradePrice = new DevExpress.XtraEditors.TextEdit();
     this.txtSaleRate = new DevExpress.XtraEditors.TextEdit();
     this.txtPackInCarton = new DevExpress.XtraEditors.TextEdit();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl50 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl25 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl24 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl52 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl53 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl28 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl30 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl31 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl32 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl37 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl38 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl44 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl43 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl41 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl42 = new DevExpress.XtraEditors.LabelControl();
     this.XtrabarBonus = new DevExpress.XtraTab.XtraTabPage();
     this.datagridBonus = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.datagridProductAllocation = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
     this.txtMaxLimit = new DevExpress.XtraEditors.TextEdit();
     this.txtMinLimit = new DevExpress.XtraEditors.TextEdit();
     this.txtBarCode = new DevExpress.XtraEditors.TextEdit();
     this.txtShelfCode = new DevExpress.XtraEditors.TextEdit();
     this.grdPresevasionStandard = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
     this.txtClaimPartnerID = new System.Windows.Forms.MaskedTextBox();
     this.txtClaimPartnerName = new DevExpress.XtraEditors.TextEdit();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.txtBussinessPartnerid = new System.Windows.Forms.MaskedTextBox();
     this.businessPartnerName = new DevExpress.XtraEditors.TextEdit();
     this.labelControl40 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl48 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl46 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl47 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl54 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl55 = new DevExpress.XtraEditors.LabelControl();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.dgFileAttachments = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.Productid = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.cmbProductCategory = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtShortName = new DevExpress.XtraEditors.TextEdit();
     this.txtArtical = new DevExpress.XtraEditors.TextEdit();
     this.txtProductName = new DevExpress.XtraEditors.TextEdit();
     this.cmbSkuType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cmbGeneralName = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cmbProtoType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btnPickList = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.txtProductId = new System.Windows.Forms.MaskedTextBox();
     this.txtPack = new DevExpress.XtraEditors.TextEdit();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl49 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl39 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.txtGroupSeq = new DevExpress.XtraEditors.TextEdit();
     this.txtGroupName = new DevExpress.XtraEditors.TextEdit();
     this.txtGroupid = new System.Windows.Forms.MaskedTextBox();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.txtmanualgroup = new DevExpress.XtraEditors.TextEdit();
     this.labelControl57 = new DevExpress.XtraEditors.LabelControl();
     this.txtdateto = new System.Windows.Forms.MaskedTextBox();
     this.txtdatefrom = new System.Windows.Forms.MaskedTextBox();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl56 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl51 = new DevExpress.XtraEditors.LabelControl();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.chkCompanyDiscount = new DevExpress.XtraEditors.CheckEdit();
     this.txtCompanySeq = new DevExpress.XtraEditors.TextEdit();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl35 = new DevExpress.XtraEditors.LabelControl();
     this.txtReportCompanyName = new DevExpress.XtraEditors.TextEdit();
     this.txtReportCompanyid = new System.Windows.Forms.MaskedTextBox();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.txtCompanyName = new DevExpress.XtraEditors.TextEdit();
     this.txtCompanyid = new System.Windows.Forms.MaskedTextBox();
     this.labelControl33 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl34 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl36 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtrabarGeneralinformation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtfactor.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuompurchase.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuomsize.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuomsale.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbValueMethod.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAvgRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtToleranceDay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLoadTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPurchaseRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSpecialRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCostRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTransit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNetBalance.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBalanceBonus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBalanceStock.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxQuantityDays.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxQuantityPCustomer.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackInBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInventoryDays.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMinFlatRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxFlatRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSaleTaxCalculation.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleTaxVale.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleTaxPer.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxSalesDisc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPurchaseDiscountPer.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRetailPrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkwolallow.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllowPer.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAutoBonus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkSaleBase.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkSaleTaxReg.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkNonPharma.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkExcempted.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkUseFlatRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkNorCotics.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkHideinTabs.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllowMaxQtyDays.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkProductDiscontinue.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTradePrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackInCarton.Properties)).BeginInit();
     this.XtrabarBonus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.datagridBonus)).BeginInit();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.datagridProductAllocation)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxLimit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMinLimit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBarCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShelfCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdPresevasionStandard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtClaimPartnerName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.businessPartnerName.Properties)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgFileAttachments)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProductCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShortName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtArtical.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtProductName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSkuType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbGeneralName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProtoType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPack.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGroupSeq.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGroupName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtmanualgroup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
     this.groupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkCompanyDiscount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanySeq.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReportCompanyName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanyName.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.xtraTabControl1.Location = new System.Drawing.Point(3, 171);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtrabarGeneralinformation;
     this.xtraTabControl1.Size = new System.Drawing.Size(701, 254);
     this.xtraTabControl1.TabIndex = 0;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtrabarGeneralinformation,
     this.XtrabarBonus,
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     this.xtraTabControl1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.xtraTabControl1_PreviewKeyDown);
     //
     // xtrabarGeneralinformation
     //
     this.xtrabarGeneralinformation.Controls.Add(this.panelControl1);
     this.xtrabarGeneralinformation.Name = "xtrabarGeneralinformation";
     this.xtrabarGeneralinformation.Size = new System.Drawing.Size(695, 226);
     this.xtrabarGeneralinformation.Text = "General Information";
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.txtfactor);
     this.panelControl1.Controls.Add(this.txtuompurchase);
     this.panelControl1.Controls.Add(this.txtuomsize);
     this.panelControl1.Controls.Add(this.txtuomsale);
     this.panelControl1.Controls.Add(this.cmbValueMethod);
     this.panelControl1.Controls.Add(this.txtAvgRate);
     this.panelControl1.Controls.Add(this.txtToleranceDay);
     this.panelControl1.Controls.Add(this.txtLoadTime);
     this.panelControl1.Controls.Add(this.txtPurchaseRate);
     this.panelControl1.Controls.Add(this.txtSpecialRate);
     this.panelControl1.Controls.Add(this.txtCostRate);
     this.panelControl1.Controls.Add(this.txtTransit);
     this.panelControl1.Controls.Add(this.txtTarget);
     this.panelControl1.Controls.Add(this.txtNetBalance);
     this.panelControl1.Controls.Add(this.txtBalanceBonus);
     this.panelControl1.Controls.Add(this.txtBalanceStock);
     this.panelControl1.Controls.Add(this.txtMaxQuantityDays);
     this.panelControl1.Controls.Add(this.txtMaxQuantityPCustomer);
     this.panelControl1.Controls.Add(this.txtPackInBox);
     this.panelControl1.Controls.Add(this.txtInventoryDays);
     this.panelControl1.Controls.Add(this.txtMinFlatRate);
     this.panelControl1.Controls.Add(this.txtMaxFlatRate);
     this.panelControl1.Controls.Add(this.cmbSaleTaxCalculation);
     this.panelControl1.Controls.Add(this.txtSaleTaxVale);
     this.panelControl1.Controls.Add(this.txtSaleTaxPer);
     this.panelControl1.Controls.Add(this.txtMaxSalesDisc);
     this.panelControl1.Controls.Add(this.txtPurchaseDiscountPer);
     this.panelControl1.Controls.Add(this.txtRetailPrice);
     this.panelControl1.Controls.Add(this.chkwolallow);
     this.panelControl1.Controls.Add(this.chkAllowPer);
     this.panelControl1.Controls.Add(this.chkAutoBonus);
     this.panelControl1.Controls.Add(this.chkSaleBase);
     this.panelControl1.Controls.Add(this.chkSaleTaxReg);
     this.panelControl1.Controls.Add(this.chkNonPharma);
     this.panelControl1.Controls.Add(this.chkExcempted);
     this.panelControl1.Controls.Add(this.chkUseFlatRate);
     this.panelControl1.Controls.Add(this.chkNorCotics);
     this.panelControl1.Controls.Add(this.chkHideinTabs);
     this.panelControl1.Controls.Add(this.chkAllowMaxQtyDays);
     this.panelControl1.Controls.Add(this.chkProductDiscontinue);
     this.panelControl1.Controls.Add(this.txtTradePrice);
     this.panelControl1.Controls.Add(this.txtSaleRate);
     this.panelControl1.Controls.Add(this.txtPackInCarton);
     this.panelControl1.Controls.Add(this.labelControl9);
     this.panelControl1.Controls.Add(this.labelControl18);
     this.panelControl1.Controls.Add(this.labelControl17);
     this.panelControl1.Controls.Add(this.labelControl16);
     this.panelControl1.Controls.Add(this.labelControl15);
     this.panelControl1.Controls.Add(this.labelControl13);
     this.panelControl1.Controls.Add(this.labelControl50);
     this.panelControl1.Controls.Add(this.labelControl12);
     this.panelControl1.Controls.Add(this.labelControl11);
     this.panelControl1.Controls.Add(this.labelControl19);
     this.panelControl1.Controls.Add(this.labelControl20);
     this.panelControl1.Controls.Add(this.labelControl25);
     this.panelControl1.Controls.Add(this.labelControl24);
     this.panelControl1.Controls.Add(this.labelControl23);
     this.panelControl1.Controls.Add(this.labelControl22);
     this.panelControl1.Controls.Add(this.labelControl21);
     this.panelControl1.Controls.Add(this.labelControl26);
     this.panelControl1.Controls.Add(this.labelControl52);
     this.panelControl1.Controls.Add(this.labelControl53);
     this.panelControl1.Controls.Add(this.labelControl27);
     this.panelControl1.Controls.Add(this.labelControl28);
     this.panelControl1.Controls.Add(this.labelControl29);
     this.panelControl1.Controls.Add(this.labelControl30);
     this.panelControl1.Controls.Add(this.labelControl31);
     this.panelControl1.Controls.Add(this.labelControl32);
     this.panelControl1.Controls.Add(this.labelControl37);
     this.panelControl1.Controls.Add(this.labelControl38);
     this.panelControl1.Controls.Add(this.labelControl44);
     this.panelControl1.Controls.Add(this.labelControl43);
     this.panelControl1.Controls.Add(this.labelControl41);
     this.panelControl1.Controls.Add(this.labelControl42);
     this.panelControl1.Location = new System.Drawing.Point(-1, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(700, 226);
     this.panelControl1.TabIndex = 180;
     //
     // txtfactor
     //
     this.txtfactor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtfactor.Location = new System.Drawing.Point(449, 161);
     this.txtfactor.Name = "txtfactor";
     this.txtfactor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtfactor.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.txtfactor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.txtfactor.Size = new System.Drawing.Size(82, 20);
     this.txtfactor.TabIndex = 124270;
     this.txtfactor.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtfactor_PreviewKeyDown);
     //
     // txtuompurchase
     //
     this.txtuompurchase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtuompurchase.Location = new System.Drawing.Point(449, 142);
     this.txtuompurchase.Name = "txtuompurchase";
     this.txtuompurchase.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtuompurchase.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.txtuompurchase.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.txtuompurchase.Size = new System.Drawing.Size(82, 20);
     this.txtuompurchase.TabIndex = 124262;
     this.txtuompurchase.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtuompurchase_PreviewKeyDown);
     //
     // txtuomsize
     //
     this.txtuomsize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtuomsize.Location = new System.Drawing.Point(449, 123);
     this.txtuomsize.Name = "txtuomsize";
     this.txtuomsize.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtuomsize.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.txtuomsize.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.txtuomsize.Size = new System.Drawing.Size(82, 20);
     this.txtuomsize.TabIndex = 124258;
     this.txtuomsize.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtuomsize_PreviewKeyDown);
     //
     // txtuomsale
     //
     this.txtuomsale.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtuomsale.Location = new System.Drawing.Point(449, 104);
     this.txtuomsale.Name = "txtuomsale";
     this.txtuomsale.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtuomsale.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.txtuomsale.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.txtuomsale.Size = new System.Drawing.Size(82, 20);
     this.txtuomsale.TabIndex = 124260;
     this.txtuomsale.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtuomsale_PreviewKeyDown);
     //
     // cmbValueMethod
     //
     this.cmbValueMethod.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbValueMethod.Location = new System.Drawing.Point(449, 85);
     this.cmbValueMethod.Name = "cmbValueMethod";
     this.cmbValueMethod.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbValueMethod.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbValueMethod.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbValueMethod.Size = new System.Drawing.Size(82, 20);
     this.cmbValueMethod.TabIndex = 37;
     this.cmbValueMethod.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmbValueMethod_PreviewKeyDown);
     //
     // txtAvgRate
     //
     this.txtAvgRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtAvgRate.Location = new System.Drawing.Point(449, 66);
     this.txtAvgRate.Name = "txtAvgRate";
     this.txtAvgRate.Size = new System.Drawing.Size(82, 20);
     this.txtAvgRate.TabIndex = 36;
     this.txtAvgRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtAvgRate_PreviewKeyDown);
     //
     // txtToleranceDay
     //
     this.txtToleranceDay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtToleranceDay.Location = new System.Drawing.Point(449, 47);
     this.txtToleranceDay.Name = "txtToleranceDay";
     this.txtToleranceDay.Size = new System.Drawing.Size(82, 20);
     this.txtToleranceDay.TabIndex = 35;
     this.txtToleranceDay.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtToleranceDay_PreviewKeyDown);
     //
     // txtLoadTime
     //
     this.txtLoadTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtLoadTime.Location = new System.Drawing.Point(449, 28);
     this.txtLoadTime.Name = "txtLoadTime";
     this.txtLoadTime.Size = new System.Drawing.Size(82, 20);
     this.txtLoadTime.TabIndex = 34;
     this.txtLoadTime.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtLoadTime_PreviewKeyDown);
     //
     // txtPurchaseRate
     //
     this.txtPurchaseRate.EditValue = "0.00";
     this.txtPurchaseRate.Location = new System.Drawing.Point(285, 199);
     this.txtPurchaseRate.Name = "txtPurchaseRate";
     this.txtPurchaseRate.Size = new System.Drawing.Size(82, 20);
     this.txtPurchaseRate.TabIndex = 32;
     this.txtPurchaseRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtPurchaseRate_PreviewKeyDown);
     //
     // txtSpecialRate
     //
     this.txtSpecialRate.EditValue = "0.00";
     this.txtSpecialRate.Location = new System.Drawing.Point(285, 180);
     this.txtSpecialRate.Name = "txtSpecialRate";
     this.txtSpecialRate.Size = new System.Drawing.Size(82, 20);
     this.txtSpecialRate.TabIndex = 31;
     this.txtSpecialRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtSpecialRate_PreviewKeyDown);
     //
     // txtCostRate
     //
     this.txtCostRate.EditValue = "0.00";
     this.txtCostRate.Location = new System.Drawing.Point(285, 161);
     this.txtCostRate.Name = "txtCostRate";
     this.txtCostRate.Size = new System.Drawing.Size(82, 20);
     this.txtCostRate.TabIndex = 30;
     this.txtCostRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtCostRate_PreviewKeyDown);
     //
     // txtTransit
     //
     this.txtTransit.EditValue = "0.00";
     this.txtTransit.Location = new System.Drawing.Point(285, 142);
     this.txtTransit.Name = "txtTransit";
     this.txtTransit.Size = new System.Drawing.Size(82, 20);
     this.txtTransit.TabIndex = 124268;
     this.txtTransit.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtTransit_PreviewKeyDown);
     //
     // txtTarget
     //
     this.txtTarget.EditValue = "0.00";
     this.txtTarget.Location = new System.Drawing.Point(285, 123);
     this.txtTarget.Name = "txtTarget";
     this.txtTarget.Size = new System.Drawing.Size(82, 20);
     this.txtTarget.TabIndex = 124266;
     this.txtTarget.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtTarget_PreviewKeyDown);
     //
     // txtNetBalance
     //
     this.txtNetBalance.EditValue = "0.00";
     this.txtNetBalance.Location = new System.Drawing.Point(285, 104);
     this.txtNetBalance.Name = "txtNetBalance";
     this.txtNetBalance.Size = new System.Drawing.Size(82, 20);
     this.txtNetBalance.TabIndex = 29;
     this.txtNetBalance.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtNetBalance_PreviewKeyDown);
     //
     // txtBalanceBonus
     //
     this.txtBalanceBonus.EditValue = "";
     this.txtBalanceBonus.Location = new System.Drawing.Point(285, 85);
     this.txtBalanceBonus.Name = "txtBalanceBonus";
     this.txtBalanceBonus.Size = new System.Drawing.Size(82, 20);
     this.txtBalanceBonus.TabIndex = 28;
     this.txtBalanceBonus.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtBalanceBonus_PreviewKeyDown);
     //
     // txtBalanceStock
     //
     this.txtBalanceStock.Location = new System.Drawing.Point(285, 66);
     this.txtBalanceStock.Name = "txtBalanceStock";
     this.txtBalanceStock.Size = new System.Drawing.Size(82, 20);
     this.txtBalanceStock.TabIndex = 27;
     this.txtBalanceStock.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtBalanceStock_PreviewKeyDown);
     //
     // txtMaxQuantityDays
     //
     this.txtMaxQuantityDays.Location = new System.Drawing.Point(285, 47);
     this.txtMaxQuantityDays.Name = "txtMaxQuantityDays";
     this.txtMaxQuantityDays.Size = new System.Drawing.Size(82, 20);
     this.txtMaxQuantityDays.TabIndex = 26;
     this.txtMaxQuantityDays.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMaxQuantityDays_PreviewKeyDown);
     //
     // txtMaxQuantityPCustomer
     //
     this.txtMaxQuantityPCustomer.Location = new System.Drawing.Point(285, 28);
     this.txtMaxQuantityPCustomer.Name = "txtMaxQuantityPCustomer";
     this.txtMaxQuantityPCustomer.Size = new System.Drawing.Size(82, 20);
     this.txtMaxQuantityPCustomer.TabIndex = 25;
     this.txtMaxQuantityPCustomer.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMaxQuantityPCustomer_PreviewKeyDown);
     //
     // txtPackInBox
     //
     this.txtPackInBox.Location = new System.Drawing.Point(102, 199);
     this.txtPackInBox.Name = "txtPackInBox";
     this.txtPackInBox.Size = new System.Drawing.Size(82, 20);
     this.txtPackInBox.TabIndex = 23;
     this.txtPackInBox.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtPackInBox_PreviewKeyDown);
     //
     // txtInventoryDays
     //
     this.txtInventoryDays.EditValue = "0.00";
     this.txtInventoryDays.Location = new System.Drawing.Point(102, 180);
     this.txtInventoryDays.Name = "txtInventoryDays";
     this.txtInventoryDays.Size = new System.Drawing.Size(82, 20);
     this.txtInventoryDays.TabIndex = 22;
     this.txtInventoryDays.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtInventoryDays_PreviewKeyDown);
     //
     // txtMinFlatRate
     //
     this.txtMinFlatRate.EditValue = "0.00";
     this.txtMinFlatRate.Location = new System.Drawing.Point(102, 161);
     this.txtMinFlatRate.Name = "txtMinFlatRate";
     this.txtMinFlatRate.Size = new System.Drawing.Size(82, 20);
     this.txtMinFlatRate.TabIndex = 21;
     this.txtMinFlatRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMinFlatRate_PreviewKeyDown);
     //
     // txtMaxFlatRate
     //
     this.txtMaxFlatRate.EditValue = "0.00";
     this.txtMaxFlatRate.Location = new System.Drawing.Point(102, 142);
     this.txtMaxFlatRate.Name = "txtMaxFlatRate";
     this.txtMaxFlatRate.Size = new System.Drawing.Size(82, 20);
     this.txtMaxFlatRate.TabIndex = 20;
     this.txtMaxFlatRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMaxFlatRate_PreviewKeyDown);
     //
     // cmbSaleTaxCalculation
     //
     this.cmbSaleTaxCalculation.Location = new System.Drawing.Point(102, 123);
     this.cmbSaleTaxCalculation.Name = "cmbSaleTaxCalculation";
     this.cmbSaleTaxCalculation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbSaleTaxCalculation.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbSaleTaxCalculation.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbSaleTaxCalculation.Size = new System.Drawing.Size(82, 20);
     this.cmbSaleTaxCalculation.TabIndex = 59;
     //
     // txtSaleTaxVale
     //
     this.txtSaleTaxVale.EditValue = "0.00";
     this.txtSaleTaxVale.Location = new System.Drawing.Point(102, 104);
     this.txtSaleTaxVale.Name = "txtSaleTaxVale";
     this.txtSaleTaxVale.Size = new System.Drawing.Size(82, 20);
     this.txtSaleTaxVale.TabIndex = 19;
     this.txtSaleTaxVale.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtSaleTaxVale_PreviewKeyDown);
     //
     // txtSaleTaxPer
     //
     this.txtSaleTaxPer.EditValue = "0.00";
     this.txtSaleTaxPer.Location = new System.Drawing.Point(102, 85);
     this.txtSaleTaxPer.Name = "txtSaleTaxPer";
     this.txtSaleTaxPer.Size = new System.Drawing.Size(82, 20);
     this.txtSaleTaxPer.TabIndex = 18;
     this.txtSaleTaxPer.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtSaleTaxPer_PreviewKeyDown);
     //
     // txtMaxSalesDisc
     //
     this.txtMaxSalesDisc.EditValue = "0.00";
     this.txtMaxSalesDisc.Location = new System.Drawing.Point(102, 66);
     this.txtMaxSalesDisc.Name = "txtMaxSalesDisc";
     this.txtMaxSalesDisc.Size = new System.Drawing.Size(82, 20);
     this.txtMaxSalesDisc.TabIndex = 17;
     this.txtMaxSalesDisc.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMaxSalesDisc_PreviewKeyDown);
     //
     // txtPurchaseDiscountPer
     //
     this.txtPurchaseDiscountPer.EditValue = "0.0000";
     this.txtPurchaseDiscountPer.Location = new System.Drawing.Point(102, 47);
     this.txtPurchaseDiscountPer.Name = "txtPurchaseDiscountPer";
     this.txtPurchaseDiscountPer.Size = new System.Drawing.Size(82, 20);
     this.txtPurchaseDiscountPer.TabIndex = 16;
     this.txtPurchaseDiscountPer.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtPurchaseDiscountPer_PreviewKeyDown);
     //
     // txtRetailPrice
     //
     this.txtRetailPrice.EditValue = "0.00";
     this.txtRetailPrice.Location = new System.Drawing.Point(102, 28);
     this.txtRetailPrice.Name = "txtRetailPrice";
     this.txtRetailPrice.Size = new System.Drawing.Size(82, 20);
     this.txtRetailPrice.TabIndex = 15;
     this.txtRetailPrice.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtRetailPrice_PreviewKeyDown);
     //
     // chkwolallow
     //
     this.chkwolallow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkwolallow.EnterMoveNextControl = true;
     this.chkwolallow.Location = new System.Drawing.Point(545, 179);
     this.chkwolallow.Name = "chkwolallow";
     this.chkwolallow.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkwolallow.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkwolallow.Properties.Appearance.Options.UseFont = true;
     this.chkwolallow.Properties.Appearance.Options.UseForeColor = true;
     this.chkwolallow.Properties.Caption = "With Out Lic Allow";
     this.chkwolallow.Size = new System.Drawing.Size(136, 19);
     this.chkwolallow.TabIndex = 50;
     this.chkwolallow.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkwolallow_PreviewKeyDown);
     //
     // chkAllowPer
     //
     this.chkAllowPer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkAllowPer.Location = new System.Drawing.Point(545, 145);
     this.chkAllowPer.Name = "chkAllowPer";
     this.chkAllowPer.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAllowPer.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkAllowPer.Properties.Appearance.Options.UseFont = true;
     this.chkAllowPer.Properties.Appearance.Options.UseForeColor = true;
     this.chkAllowPer.Properties.Caption = "Allow 100%";
     this.chkAllowPer.Size = new System.Drawing.Size(136, 19);
     this.chkAllowPer.TabIndex = 48;
     this.chkAllowPer.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkAllowPer_PreviewKeyDown);
     //
     // chkAutoBonus
     //
     this.chkAutoBonus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkAutoBonus.Location = new System.Drawing.Point(545, 162);
     this.chkAutoBonus.Name = "chkAutoBonus";
     this.chkAutoBonus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAutoBonus.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkAutoBonus.Properties.Appearance.Options.UseFont = true;
     this.chkAutoBonus.Properties.Appearance.Options.UseForeColor = true;
     this.chkAutoBonus.Properties.Caption = "Auto Bonus";
     this.chkAutoBonus.Size = new System.Drawing.Size(136, 19);
     this.chkAutoBonus.TabIndex = 49;
     this.chkAutoBonus.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkAutoBonus_PreviewKeyDown);
     //
     // chkSaleBase
     //
     this.chkSaleBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkSaleBase.Location = new System.Drawing.Point(545, 128);
     this.chkSaleBase.Name = "chkSaleBase";
     this.chkSaleBase.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSaleBase.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkSaleBase.Properties.Appearance.Options.UseFont = true;
     this.chkSaleBase.Properties.Appearance.Options.UseForeColor = true;
     this.chkSaleBase.Properties.Caption = "Sale Base";
     this.chkSaleBase.Size = new System.Drawing.Size(136, 19);
     this.chkSaleBase.TabIndex = 47;
     this.chkSaleBase.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkSaleBase_PreviewKeyDown);
     //
     // chkSaleTaxReg
     //
     this.chkSaleTaxReg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkSaleTaxReg.Location = new System.Drawing.Point(545, 93);
     this.chkSaleTaxReg.Name = "chkSaleTaxReg";
     this.chkSaleTaxReg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSaleTaxReg.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkSaleTaxReg.Properties.Appearance.Options.UseFont = true;
     this.chkSaleTaxReg.Properties.Appearance.Options.UseForeColor = true;
     this.chkSaleTaxReg.Properties.Caption = "S.Tax Reg";
     this.chkSaleTaxReg.Size = new System.Drawing.Size(111, 19);
     this.chkSaleTaxReg.TabIndex = 44;
     this.chkSaleTaxReg.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkSaleTaxReg_PreviewKeyDown);
     //
     // chkNonPharma
     //
     this.chkNonPharma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkNonPharma.Location = new System.Drawing.Point(545, 110);
     this.chkNonPharma.Name = "chkNonPharma";
     this.chkNonPharma.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkNonPharma.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkNonPharma.Properties.Appearance.Options.UseFont = true;
     this.chkNonPharma.Properties.Appearance.Options.UseForeColor = true;
     this.chkNonPharma.Properties.Caption = "Non Pharma";
     this.chkNonPharma.Size = new System.Drawing.Size(89, 19);
     this.chkNonPharma.TabIndex = 45;
     this.chkNonPharma.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkNonPharma_PreviewKeyDown);
     //
     // chkExcempted
     //
     this.chkExcempted.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkExcempted.Location = new System.Drawing.Point(545, 76);
     this.chkExcempted.Name = "chkExcempted";
     this.chkExcempted.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkExcempted.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkExcempted.Properties.Appearance.Options.UseFont = true;
     this.chkExcempted.Properties.Appearance.Options.UseForeColor = true;
     this.chkExcempted.Properties.Caption = "Tax Excempted";
     this.chkExcempted.Size = new System.Drawing.Size(111, 19);
     this.chkExcempted.TabIndex = 43;
     this.chkExcempted.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkExcempted_PreviewKeyDown);
     //
     // chkUseFlatRate
     //
     this.chkUseFlatRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkUseFlatRate.Location = new System.Drawing.Point(545, 7);
     this.chkUseFlatRate.Name = "chkUseFlatRate";
     this.chkUseFlatRate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkUseFlatRate.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkUseFlatRate.Properties.Appearance.Options.UseFont = true;
     this.chkUseFlatRate.Properties.Appearance.Options.UseForeColor = true;
     this.chkUseFlatRate.Properties.Caption = "Use Flat Rate";
     this.chkUseFlatRate.Size = new System.Drawing.Size(139, 19);
     this.chkUseFlatRate.TabIndex = 39;
     this.chkUseFlatRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkUseFlatRate_PreviewKeyDown);
     //
     // chkNorCotics
     //
     this.chkNorCotics.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkNorCotics.Location = new System.Drawing.Point(545, 24);
     this.chkNorCotics.Name = "chkNorCotics";
     this.chkNorCotics.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkNorCotics.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkNorCotics.Properties.Appearance.Options.UseFont = true;
     this.chkNorCotics.Properties.Appearance.Options.UseForeColor = true;
     this.chkNorCotics.Properties.Caption = "Norcotics";
     this.chkNorCotics.Size = new System.Drawing.Size(75, 19);
     this.chkNorCotics.TabIndex = 40;
     this.chkNorCotics.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkNorCotics_PreviewKeyDown);
     //
     // chkHideinTabs
     //
     this.chkHideinTabs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkHideinTabs.Location = new System.Drawing.Point(545, 59);
     this.chkHideinTabs.Name = "chkHideinTabs";
     this.chkHideinTabs.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkHideinTabs.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkHideinTabs.Properties.Appearance.Options.UseFont = true;
     this.chkHideinTabs.Properties.Appearance.Options.UseForeColor = true;
     this.chkHideinTabs.Properties.Caption = "Hide in Tabs";
     this.chkHideinTabs.Size = new System.Drawing.Size(111, 19);
     this.chkHideinTabs.TabIndex = 42;
     this.chkHideinTabs.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkHideinTabs_PreviewKeyDown);
     //
     // chkAllowMaxQtyDays
     //
     this.chkAllowMaxQtyDays.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkAllowMaxQtyDays.Location = new System.Drawing.Point(545, 42);
     this.chkAllowMaxQtyDays.Name = "chkAllowMaxQtyDays";
     this.chkAllowMaxQtyDays.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAllowMaxQtyDays.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkAllowMaxQtyDays.Properties.Appearance.Options.UseFont = true;
     this.chkAllowMaxQtyDays.Properties.Appearance.Options.UseForeColor = true;
     this.chkAllowMaxQtyDays.Properties.Caption = "Allow Max Qty & Days";
     this.chkAllowMaxQtyDays.Size = new System.Drawing.Size(139, 19);
     this.chkAllowMaxQtyDays.TabIndex = 41;
     this.chkAllowMaxQtyDays.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkAllowMaxQtyDays_PreviewKeyDown);
     //
     // chkProductDiscontinue
     //
     this.chkProductDiscontinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkProductDiscontinue.Location = new System.Drawing.Point(545, 197);
     this.chkProductDiscontinue.Name = "chkProductDiscontinue";
     this.chkProductDiscontinue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkProductDiscontinue.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkProductDiscontinue.Properties.Appearance.Options.UseFont = true;
     this.chkProductDiscontinue.Properties.Appearance.Options.UseForeColor = true;
     this.chkProductDiscontinue.Properties.Caption = "Product Discountinue";
     this.chkProductDiscontinue.Size = new System.Drawing.Size(141, 19);
     this.chkProductDiscontinue.TabIndex = 38;
     this.chkProductDiscontinue.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkProductDiscontinue_PreviewKeyDown);
     //
     // txtTradePrice
     //
     this.txtTradePrice.EditValue = "0.00";
     this.txtTradePrice.Location = new System.Drawing.Point(102, 9);
     this.txtTradePrice.Name = "txtTradePrice";
     this.txtTradePrice.Size = new System.Drawing.Size(82, 20);
     this.txtTradePrice.TabIndex = 14;
     this.txtTradePrice.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtTradePrice_PreviewKeyDown);
     //
     // txtSaleRate
     //
     this.txtSaleRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSaleRate.EditValue = "0.00";
     this.txtSaleRate.Location = new System.Drawing.Point(449, 9);
     this.txtSaleRate.Name = "txtSaleRate";
     this.txtSaleRate.Size = new System.Drawing.Size(82, 20);
     this.txtSaleRate.TabIndex = 33;
     this.txtSaleRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtSaleRate_PreviewKeyDown);
     //
     // txtPackInCarton
     //
     this.txtPackInCarton.Location = new System.Drawing.Point(285, 9);
     this.txtPackInCarton.Name = "txtPackInCarton";
     this.txtPackInCarton.Size = new System.Drawing.Size(82, 20);
     this.txtPackInCarton.TabIndex = 24;
     this.txtPackInCarton.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtPackInCarton_PreviewKeyDown);
     //
     // labelControl9
     //
     this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl9.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl9.LineVisible = true;
     this.labelControl9.Location = new System.Drawing.Point(16, 9);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(96, 20);
     this.labelControl9.TabIndex = 140;
     this.labelControl9.Text = "Trade Price";
     //
     // labelControl18
     //
     this.labelControl18.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl18.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl18.LineVisible = true;
     this.labelControl18.Location = new System.Drawing.Point(16, 28);
     this.labelControl18.Name = "labelControl18";
     this.labelControl18.Size = new System.Drawing.Size(96, 20);
     this.labelControl18.TabIndex = 157;
     this.labelControl18.Text = "Retail Price";
     //
     // labelControl17
     //
     this.labelControl17.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl17.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl17.LineVisible = true;
     this.labelControl17.Location = new System.Drawing.Point(16, 47);
     this.labelControl17.Name = "labelControl17";
     this.labelControl17.Size = new System.Drawing.Size(96, 20);
     this.labelControl17.TabIndex = 156;
     this.labelControl17.Text = "Purchase Disc %";
     //
     // labelControl16
     //
     this.labelControl16.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl16.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl16.LineVisible = true;
     this.labelControl16.Location = new System.Drawing.Point(16, 66);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(96, 20);
     this.labelControl16.TabIndex = 155;
     this.labelControl16.Text = "Max Sales Disc %";
     //
     // labelControl15
     //
     this.labelControl15.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl15.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl15.LineVisible = true;
     this.labelControl15.Location = new System.Drawing.Point(16, 85);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(96, 20);
     this.labelControl15.TabIndex = 154;
     this.labelControl15.Text = "Sale Tax %";
     //
     // labelControl13
     //
     this.labelControl13.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl13.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl13.LineVisible = true;
     this.labelControl13.Location = new System.Drawing.Point(16, 104);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(96, 20);
     this.labelControl13.TabIndex = 153;
     this.labelControl13.Text = "Sale Tax Value";
     //
     // labelControl50
     //
     this.labelControl50.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl50.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl50.LineVisible = true;
     this.labelControl50.Location = new System.Drawing.Point(16, 123);
     this.labelControl50.Name = "labelControl50";
     this.labelControl50.Size = new System.Drawing.Size(96, 20);
     this.labelControl50.TabIndex = 60;
     this.labelControl50.Text = "Sale Tax Calc";
     //
     // labelControl12
     //
     this.labelControl12.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl12.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl12.LineVisible = true;
     this.labelControl12.Location = new System.Drawing.Point(16, 142);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(96, 20);
     this.labelControl12.TabIndex = 152;
     this.labelControl12.Text = "Max Flat Rate";
     //
     // labelControl11
     //
     this.labelControl11.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl11.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl11.LineVisible = true;
     this.labelControl11.Location = new System.Drawing.Point(16, 161);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(96, 20);
     this.labelControl11.TabIndex = 151;
     this.labelControl11.Text = "Min Flat Rate";
     //
     // labelControl19
     //
     this.labelControl19.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl19.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl19.LineVisible = true;
     this.labelControl19.Location = new System.Drawing.Point(16, 180);
     this.labelControl19.Name = "labelControl19";
     this.labelControl19.Size = new System.Drawing.Size(96, 20);
     this.labelControl19.TabIndex = 158;
     this.labelControl19.Text = "Inventory Days";
     //
     // labelControl20
     //
     this.labelControl20.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl20.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl20.LineVisible = true;
     this.labelControl20.Location = new System.Drawing.Point(16, 198);
     this.labelControl20.Name = "labelControl20";
     this.labelControl20.Size = new System.Drawing.Size(96, 20);
     this.labelControl20.TabIndex = 159;
     this.labelControl20.Text = "Tabs in Pack";
     //
     // labelControl25
     //
     this.labelControl25.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl25.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl25.LineVisible = true;
     this.labelControl25.Location = new System.Drawing.Point(191, 10);
     this.labelControl25.Name = "labelControl25";
     this.labelControl25.Size = new System.Drawing.Size(100, 20);
     this.labelControl25.TabIndex = 164;
     this.labelControl25.Text = "Packs in Carton";
     //
     // labelControl24
     //
     this.labelControl24.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl24.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl24.LineVisible = true;
     this.labelControl24.Location = new System.Drawing.Point(191, 29);
     this.labelControl24.Name = "labelControl24";
     this.labelControl24.Size = new System.Drawing.Size(100, 20);
     this.labelControl24.TabIndex = 163;
     this.labelControl24.Text = "Max Qty/Customer";
     //
     // labelControl23
     //
     this.labelControl23.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl23.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl23.LineVisible = true;
     this.labelControl23.Location = new System.Drawing.Point(191, 48);
     this.labelControl23.Name = "labelControl23";
     this.labelControl23.Size = new System.Drawing.Size(100, 20);
     this.labelControl23.TabIndex = 162;
     this.labelControl23.Text = "Max Qty Days";
     //
     // labelControl22
     //
     this.labelControl22.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl22.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl22.LineVisible = true;
     this.labelControl22.Location = new System.Drawing.Point(191, 67);
     this.labelControl22.Name = "labelControl22";
     this.labelControl22.Size = new System.Drawing.Size(100, 20);
     this.labelControl22.TabIndex = 161;
     this.labelControl22.Text = "Balance Stock";
     //
     // labelControl21
     //
     this.labelControl21.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl21.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl21.LineVisible = true;
     this.labelControl21.Location = new System.Drawing.Point(191, 86);
     this.labelControl21.Name = "labelControl21";
     this.labelControl21.Size = new System.Drawing.Size(100, 20);
     this.labelControl21.TabIndex = 160;
     this.labelControl21.Text = "Balance Bonus";
     //
     // labelControl26
     //
     this.labelControl26.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl26.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl26.LineVisible = true;
     this.labelControl26.Location = new System.Drawing.Point(191, 104);
     this.labelControl26.Name = "labelControl26";
     this.labelControl26.Size = new System.Drawing.Size(100, 20);
     this.labelControl26.TabIndex = 165;
     this.labelControl26.Text = "Net Balance";
     //
     // labelControl52
     //
     this.labelControl52.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl52.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl52.LineVisible = true;
     this.labelControl52.Location = new System.Drawing.Point(191, 123);
     this.labelControl52.Name = "labelControl52";
     this.labelControl52.Size = new System.Drawing.Size(100, 20);
     this.labelControl52.TabIndex = 124267;
     this.labelControl52.Text = "Target";
     //
     // labelControl53
     //
     this.labelControl53.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl53.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl53.LineVisible = true;
     this.labelControl53.Location = new System.Drawing.Point(191, 142);
     this.labelControl53.Name = "labelControl53";
     this.labelControl53.Size = new System.Drawing.Size(100, 20);
     this.labelControl53.TabIndex = 124269;
     this.labelControl53.Text = "Transit";
     //
     // labelControl27
     //
     this.labelControl27.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl27.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl27.LineVisible = true;
     this.labelControl27.Location = new System.Drawing.Point(191, 162);
     this.labelControl27.Name = "labelControl27";
     this.labelControl27.Size = new System.Drawing.Size(100, 20);
     this.labelControl27.TabIndex = 166;
     this.labelControl27.Text = "Total Cost";
     //
     // labelControl28
     //
     this.labelControl28.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl28.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl28.LineVisible = true;
     this.labelControl28.Location = new System.Drawing.Point(191, 180);
     this.labelControl28.Name = "labelControl28";
     this.labelControl28.Size = new System.Drawing.Size(100, 20);
     this.labelControl28.TabIndex = 167;
     this.labelControl28.Text = "Special Rate";
     //
     // labelControl29
     //
     this.labelControl29.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl29.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl29.LineVisible = true;
     this.labelControl29.Location = new System.Drawing.Point(191, 199);
     this.labelControl29.Name = "labelControl29";
     this.labelControl29.Size = new System.Drawing.Size(100, 20);
     this.labelControl29.TabIndex = 168;
     this.labelControl29.Text = "Pure Rate";
     //
     // labelControl30
     //
     this.labelControl30.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl30.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl30.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl30.LineVisible = true;
     this.labelControl30.Location = new System.Drawing.Point(373, 10);
     this.labelControl30.Name = "labelControl30";
     this.labelControl30.Size = new System.Drawing.Size(82, 20);
     this.labelControl30.TabIndex = 169;
     this.labelControl30.Text = "Sale Rate";
     //
     // labelControl31
     //
     this.labelControl31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl31.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl31.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl31.LineVisible = true;
     this.labelControl31.Location = new System.Drawing.Point(373, 29);
     this.labelControl31.Name = "labelControl31";
     this.labelControl31.Size = new System.Drawing.Size(82, 20);
     this.labelControl31.TabIndex = 182;
     this.labelControl31.Text = "Lead Time";
     //
     // labelControl32
     //
     this.labelControl32.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl32.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl32.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl32.LineVisible = true;
     this.labelControl32.Location = new System.Drawing.Point(373, 48);
     this.labelControl32.Name = "labelControl32";
     this.labelControl32.Size = new System.Drawing.Size(82, 20);
     this.labelControl32.TabIndex = 184;
     this.labelControl32.Text = "Tolerance Day";
     //
     // labelControl37
     //
     this.labelControl37.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl37.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl37.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl37.LineVisible = true;
     this.labelControl37.Location = new System.Drawing.Point(373, 67);
     this.labelControl37.Name = "labelControl37";
     this.labelControl37.Size = new System.Drawing.Size(82, 20);
     this.labelControl37.TabIndex = 186;
     this.labelControl37.Text = "Avg Rate";
     //
     // labelControl38
     //
     this.labelControl38.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl38.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl38.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl38.LineVisible = true;
     this.labelControl38.Location = new System.Drawing.Point(373, 86);
     this.labelControl38.Name = "labelControl38";
     this.labelControl38.Size = new System.Drawing.Size(82, 20);
     this.labelControl38.TabIndex = 103;
     this.labelControl38.Text = "Value Method";
     //
     // labelControl44
     //
     this.labelControl44.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl44.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl44.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl44.LineVisible = true;
     this.labelControl44.Location = new System.Drawing.Point(373, 105);
     this.labelControl44.Name = "labelControl44";
     this.labelControl44.Size = new System.Drawing.Size(82, 20);
     this.labelControl44.TabIndex = 124261;
     this.labelControl44.Text = "UOM-Sale";
     //
     // labelControl43
     //
     this.labelControl43.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl43.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl43.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl43.LineVisible = true;
     this.labelControl43.Location = new System.Drawing.Point(373, 124);
     this.labelControl43.Name = "labelControl43";
     this.labelControl43.Size = new System.Drawing.Size(82, 20);
     this.labelControl43.TabIndex = 124259;
     this.labelControl43.Text = "UOM-Size";
     //
     // labelControl41
     //
     this.labelControl41.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl41.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl41.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl41.LineVisible = true;
     this.labelControl41.Location = new System.Drawing.Point(373, 144);
     this.labelControl41.Name = "labelControl41";
     this.labelControl41.Size = new System.Drawing.Size(82, 20);
     this.labelControl41.TabIndex = 124263;
     this.labelControl41.Text = "UOM-Purchase";
     //
     // labelControl42
     //
     this.labelControl42.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl42.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl42.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl42.LineVisible = true;
     this.labelControl42.Location = new System.Drawing.Point(373, 161);
     this.labelControl42.Name = "labelControl42";
     this.labelControl42.Size = new System.Drawing.Size(82, 20);
     this.labelControl42.TabIndex = 124265;
     this.labelControl42.Text = "Factor";
     //
     // XtrabarBonus
     //
     this.XtrabarBonus.Controls.Add(this.datagridBonus);
     this.XtrabarBonus.Name = "XtrabarBonus";
     this.XtrabarBonus.Size = new System.Drawing.Size(695, 226);
     this.XtrabarBonus.Text = "Bonus";
     //
     // datagridBonus
     //
     this.datagridBonus.AllowAddNew = true;
     this.datagridBonus.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.datagridBonus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.datagridBonus.Caption = "Product Bonus";
     this.datagridBonus.CaptionHeight = 20;
     this.datagridBonus.CollapseColor = System.Drawing.Color.Transparent;
     this.datagridBonus.ColumnFooters = true;
     this.datagridBonus.DirectionAfterEnter = C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum.MoveNone;
     this.datagridBonus.ExpandColor = System.Drawing.Color.Transparent;
     this.datagridBonus.ForeColor = System.Drawing.SystemColors.Window;
     this.datagridBonus.Images.Add(((System.Drawing.Image)(resources.GetObject("datagridBonus.Images"))));
     this.datagridBonus.Location = new System.Drawing.Point(0, 1);
     this.datagridBonus.Name = "datagridBonus";
     this.datagridBonus.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.datagridBonus.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.datagridBonus.PreviewInfo.ZoomFactor = 75D;
     this.datagridBonus.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("datagridBonus.PrintInfo.PageSettings")));
     this.datagridBonus.RecordSelectors = false;
     this.datagridBonus.RowHeight = 20;
     this.datagridBonus.RowSubDividerColor = System.Drawing.Color.Black;
     this.datagridBonus.ScrollTips = true;
     this.datagridBonus.Size = new System.Drawing.Size(726, 304);
     this.datagridBonus.TabIndex = 32000;
     this.datagridBonus.Text = "c1TrueDBGrid1";
     this.datagridBonus.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2007Blue;
     this.datagridBonus.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.datagridBonus_AfterColUpdate);
     this.datagridBonus.KeyDown += new System.Windows.Forms.KeyEventHandler(this.datagridBonus_KeyDown);
     this.datagridBonus.PropBag = resources.GetString("datagridBonus.PropBag");
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.datagridProductAllocation);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(695, 226);
     this.xtraTabPage1.Text = "Territory Allocation";
     //
     // datagridProductAllocation
     //
     this.datagridProductAllocation.AllowAddNew = true;
     this.datagridProductAllocation.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.datagridProductAllocation.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.datagridProductAllocation.Caption = "Product Allocation";
     this.datagridProductAllocation.CaptionHeight = 20;
     this.datagridProductAllocation.CollapseColor = System.Drawing.Color.Transparent;
     this.datagridProductAllocation.ColumnFooters = true;
     this.datagridProductAllocation.DirectionAfterEnter = C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum.MoveNone;
     this.datagridProductAllocation.ExpandColor = System.Drawing.Color.Transparent;
     this.datagridProductAllocation.ForeColor = System.Drawing.SystemColors.Window;
     this.datagridProductAllocation.Images.Add(((System.Drawing.Image)(resources.GetObject("datagridProductAllocation.Images"))));
     this.datagridProductAllocation.Location = new System.Drawing.Point(-1, 0);
     this.datagridProductAllocation.Name = "datagridProductAllocation";
     this.datagridProductAllocation.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.datagridProductAllocation.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.datagridProductAllocation.PreviewInfo.ZoomFactor = 75D;
     this.datagridProductAllocation.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("datagridProductAllocation.PrintInfo.PageSettings")));
     this.datagridProductAllocation.RecordSelectors = false;
     this.datagridProductAllocation.RowHeight = 20;
     this.datagridProductAllocation.RowSubDividerColor = System.Drawing.Color.Black;
     this.datagridProductAllocation.ScrollTips = true;
     this.datagridProductAllocation.Size = new System.Drawing.Size(696, 233);
     this.datagridProductAllocation.TabIndex = 1;
     this.datagridProductAllocation.Text = "c1TrueDBGrid1";
     this.datagridProductAllocation.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2007Blue;
     this.datagridProductAllocation.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.datagridProductAllocation_AfterColUpdate);
     this.datagridProductAllocation.KeyDown += new System.Windows.Forms.KeyEventHandler(this.datagridProductAllocation_KeyDown);
     this.datagridProductAllocation.PropBag = resources.GetString("datagridProductAllocation.PropBag");
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.groupControl5);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(695, 226);
     this.xtraTabPage2.Text = "Advance Information";
     //
     // groupControl5
     //
     this.groupControl5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl5.Controls.Add(this.txtMaxLimit);
     this.groupControl5.Controls.Add(this.txtMinLimit);
     this.groupControl5.Controls.Add(this.txtBarCode);
     this.groupControl5.Controls.Add(this.txtShelfCode);
     this.groupControl5.Controls.Add(this.grdPresevasionStandard);
     this.groupControl5.Controls.Add(this.simpleButton8);
     this.groupControl5.Controls.Add(this.txtClaimPartnerID);
     this.groupControl5.Controls.Add(this.txtClaimPartnerName);
     this.groupControl5.Controls.Add(this.simpleButton7);
     this.groupControl5.Controls.Add(this.txtBussinessPartnerid);
     this.groupControl5.Controls.Add(this.businessPartnerName);
     this.groupControl5.Controls.Add(this.labelControl40);
     this.groupControl5.Controls.Add(this.labelControl48);
     this.groupControl5.Controls.Add(this.labelControl46);
     this.groupControl5.Controls.Add(this.labelControl47);
     this.groupControl5.Controls.Add(this.labelControl54);
     this.groupControl5.Controls.Add(this.labelControl55);
     this.groupControl5.Location = new System.Drawing.Point(0, 0);
     this.groupControl5.Name = "groupControl5";
     this.groupControl5.ShowCaption = false;
     this.groupControl5.Size = new System.Drawing.Size(695, 233);
     this.groupControl5.TabIndex = 0;
     this.groupControl5.Text = "Extra Information";
     //
     // txtMaxLimit
     //
     this.txtMaxLimit.Location = new System.Drawing.Point(103, 102);
     this.txtMaxLimit.Name = "txtMaxLimit";
     this.txtMaxLimit.Size = new System.Drawing.Size(209, 20);
     this.txtMaxLimit.TabIndex = 124268;
     this.txtMaxLimit.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMaxLimit_PreviewKeyDown);
     //
     // txtMinLimit
     //
     this.txtMinLimit.Location = new System.Drawing.Point(103, 83);
     this.txtMinLimit.Name = "txtMinLimit";
     this.txtMinLimit.Size = new System.Drawing.Size(209, 20);
     this.txtMinLimit.TabIndex = 124266;
     this.txtMinLimit.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMinLimit_PreviewKeyDown);
     //
     // txtBarCode
     //
     this.txtBarCode.Location = new System.Drawing.Point(103, 64);
     this.txtBarCode.Name = "txtBarCode";
     this.txtBarCode.Size = new System.Drawing.Size(209, 20);
     this.txtBarCode.TabIndex = 124261;
     this.txtBarCode.TabStop = false;
     this.txtBarCode.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtBarCode_PreviewKeyDown);
     //
     // txtShelfCode
     //
     this.txtShelfCode.Location = new System.Drawing.Point(103, 45);
     this.txtShelfCode.Name = "txtShelfCode";
     this.txtShelfCode.Size = new System.Drawing.Size(209, 20);
     this.txtShelfCode.TabIndex = 124259;
     this.txtShelfCode.TabStop = false;
     this.txtShelfCode.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtShelfCode_PreviewKeyDown);
     //
     // grdPresevasionStandard
     //
     this.grdPresevasionStandard.AllowAddNew = true;
     this.grdPresevasionStandard.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.grdPresevasionStandard.CaptionHeight = 17;
     this.grdPresevasionStandard.Images.Add(((System.Drawing.Image)(resources.GetObject("grdPresevasionStandard.Images"))));
     this.grdPresevasionStandard.Location = new System.Drawing.Point(411, 5);
     this.grdPresevasionStandard.Name = "grdPresevasionStandard";
     this.grdPresevasionStandard.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.grdPresevasionStandard.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.grdPresevasionStandard.PreviewInfo.ZoomFactor = 75D;
     this.grdPresevasionStandard.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("grdPresevasionStandard.PrintInfo.PageSettings")));
     this.grdPresevasionStandard.RowHeight = 15;
     this.grdPresevasionStandard.Size = new System.Drawing.Size(277, 225);
     this.grdPresevasionStandard.TabIndex = 124270;
     this.grdPresevasionStandard.Text = "c1TrueDBGrid2";
     this.grdPresevasionStandard.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.grdPresevasionStandard_AfterColUpdate);
     this.grdPresevasionStandard.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.grdPresevasionStandard_PreviewKeyDown);
     this.grdPresevasionStandard.PropBag = resources.GetString("grdPresevasionStandard.PropBag");
     //
     // simpleButton8
     //
     this.simpleButton8.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.simpleButton8.Appearance.Options.UseFont = true;
     this.simpleButton8.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.simpleButton8.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton8.Location = new System.Drawing.Point(152, 26);
     this.simpleButton8.Name = "simpleButton8";
     this.simpleButton8.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.simpleButton8.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem1.Text = "Add New Entry";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.simpleButton8.SuperTip = superToolTip1;
     this.simpleButton8.TabIndex = 124264;
     this.simpleButton8.Click += new System.EventHandler(this.simpleButton8_Click);
     //
     // txtClaimPartnerID
     //
     this.txtClaimPartnerID.Location = new System.Drawing.Point(103, 25);
     this.txtClaimPartnerID.Mask = "000000";
     this.txtClaimPartnerID.Name = "txtClaimPartnerID";
     this.txtClaimPartnerID.Size = new System.Drawing.Size(49, 21);
     this.txtClaimPartnerID.TabIndex = 124262;
     this.txtClaimPartnerID.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtClaimPartnerID_PreviewKeyDown);
     //
     // txtClaimPartnerName
     //
     this.txtClaimPartnerName.Location = new System.Drawing.Point(176, 26);
     this.txtClaimPartnerName.Name = "txtClaimPartnerName";
     this.txtClaimPartnerName.Size = new System.Drawing.Size(136, 20);
     this.txtClaimPartnerName.TabIndex = 124265;
     //
     // simpleButton7
     //
     this.simpleButton7.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.simpleButton7.Appearance.Options.UseFont = true;
     this.simpleButton7.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.simpleButton7.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton7.Location = new System.Drawing.Point(152, 6);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.simpleButton7.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem2.Text = "Add New Entry";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.simpleButton7.SuperTip = superToolTip2;
     this.simpleButton7.TabIndex = 124250;
     this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
     //
     // txtBussinessPartnerid
     //
     this.txtBussinessPartnerid.Location = new System.Drawing.Point(103, 6);
     this.txtBussinessPartnerid.Mask = "000000";
     this.txtBussinessPartnerid.Name = "txtBussinessPartnerid";
     this.txtBussinessPartnerid.Size = new System.Drawing.Size(49, 21);
     this.txtBussinessPartnerid.TabIndex = 124248;
     this.txtBussinessPartnerid.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtBussinessPartnerid_PreviewKeyDown);
     //
     // businessPartnerName
     //
     this.businessPartnerName.Location = new System.Drawing.Point(176, 7);
     this.businessPartnerName.Name = "businessPartnerName";
     this.businessPartnerName.Size = new System.Drawing.Size(136, 20);
     this.businessPartnerName.TabIndex = 124251;
     //
     // labelControl40
     //
     this.labelControl40.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl40.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl40.LineVisible = true;
     this.labelControl40.Location = new System.Drawing.Point(8, 6);
     this.labelControl40.Name = "labelControl40";
     this.labelControl40.Size = new System.Drawing.Size(103, 20);
     this.labelControl40.TabIndex = 124249;
     this.labelControl40.Text = "Business Partner ID";
     //
     // labelControl48
     //
     this.labelControl48.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl48.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl48.LineVisible = true;
     this.labelControl48.Location = new System.Drawing.Point(8, 26);
     this.labelControl48.Name = "labelControl48";
     this.labelControl48.Size = new System.Drawing.Size(103, 20);
     this.labelControl48.TabIndex = 124263;
     this.labelControl48.Text = "Claim Partner ID";
     //
     // labelControl46
     //
     this.labelControl46.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl46.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl46.LineVisible = true;
     this.labelControl46.Location = new System.Drawing.Point(8, 46);
     this.labelControl46.Name = "labelControl46";
     this.labelControl46.Size = new System.Drawing.Size(103, 20);
     this.labelControl46.TabIndex = 124258;
     this.labelControl46.Text = "Shelf Code";
     //
     // labelControl47
     //
     this.labelControl47.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl47.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl47.LineVisible = true;
     this.labelControl47.Location = new System.Drawing.Point(8, 65);
     this.labelControl47.Name = "labelControl47";
     this.labelControl47.Size = new System.Drawing.Size(103, 20);
     this.labelControl47.TabIndex = 124260;
     this.labelControl47.Text = "Bar Code";
     //
     // labelControl54
     //
     this.labelControl54.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl54.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl54.LineVisible = true;
     this.labelControl54.Location = new System.Drawing.Point(8, 85);
     this.labelControl54.Name = "labelControl54";
     this.labelControl54.Size = new System.Drawing.Size(103, 20);
     this.labelControl54.TabIndex = 124267;
     this.labelControl54.Text = "Min Limit";
     //
     // labelControl55
     //
     this.labelControl55.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl55.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl55.LineVisible = true;
     this.labelControl55.Location = new System.Drawing.Point(8, 103);
     this.labelControl55.Name = "labelControl55";
     this.labelControl55.Size = new System.Drawing.Size(103, 20);
     this.labelControl55.TabIndex = 124269;
     this.labelControl55.Text = "Max Limit";
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.dgFileAttachments);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(695, 226);
     this.xtraTabPage3.Text = "Attachment & Remarks";
     //
     // dgFileAttachments
     //
     this.dgFileAttachments.AllowAddNew = true;
     this.dgFileAttachments.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.dgFileAttachments.CaptionHeight = 17;
     this.dgFileAttachments.Images.Add(((System.Drawing.Image)(resources.GetObject("dgFileAttachments.Images"))));
     this.dgFileAttachments.Location = new System.Drawing.Point(0, 0);
     this.dgFileAttachments.Name = "dgFileAttachments";
     this.dgFileAttachments.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.dgFileAttachments.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.dgFileAttachments.PreviewInfo.ZoomFactor = 75D;
     this.dgFileAttachments.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("dgFileAttachments.PrintInfo.PageSettings")));
     this.dgFileAttachments.RowHeight = 15;
     this.dgFileAttachments.Size = new System.Drawing.Size(698, 233);
     this.dgFileAttachments.TabIndex = 0;
     this.dgFileAttachments.Text = "c1TrueDBGrid1";
     this.dgFileAttachments.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.dgFileAttachments_AfterColUpdate);
     this.dgFileAttachments.ButtonClick += new C1.Win.C1TrueDBGrid.ColEventHandler(this.dgFileAttachments_ButtonClick);
     this.dgFileAttachments.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.dgFileAttachments_PreviewKeyDown);
     this.dgFileAttachments.PropBag = resources.GetString("dgFileAttachments.PropBag");
     //
     // Productid
     //
     this.Productid.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.Productid.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.Productid.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.Productid.LineVisible = true;
     this.Productid.Location = new System.Drawing.Point(4, 12);
     this.Productid.Name = "Productid";
     this.Productid.Size = new System.Drawing.Size(72, 20);
     this.Productid.TabIndex = 1;
     this.Productid.Text = "Item Id";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.cmbProductCategory);
     this.groupControl1.Controls.Add(this.txtShortName);
     this.groupControl1.Controls.Add(this.txtArtical);
     this.groupControl1.Controls.Add(this.txtProductName);
     this.groupControl1.Controls.Add(this.cmbSkuType);
     this.groupControl1.Controls.Add(this.cmbGeneralName);
     this.groupControl1.Controls.Add(this.cmbProtoType);
     this.groupControl1.Controls.Add(this.btnPickList);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.txtProductId);
     this.groupControl1.Controls.Add(this.txtPack);
     this.groupControl1.Controls.Add(this.Productid);
     this.groupControl1.Controls.Add(this.labelControl6);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.labelControl8);
     this.groupControl1.Controls.Add(this.labelControl14);
     this.groupControl1.Controls.Add(this.labelControl7);
     this.groupControl1.Controls.Add(this.labelControl49);
     this.groupControl1.Controls.Add(this.labelControl39);
     this.groupControl1.Location = new System.Drawing.Point(2, 3);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.ShowCaption = false;
     this.groupControl1.Size = new System.Drawing.Size(405, 105);
     this.groupControl1.TabIndex = 11;
     this.groupControl1.Text = "Products";
     //
     // cmbProductCategory
     //
     this.cmbProductCategory.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.cmbProductCategory.Location = new System.Drawing.Point(308, 67);
     this.cmbProductCategory.Name = "cmbProductCategory";
     this.cmbProductCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbProductCategory.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbProductCategory.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbProductCategory.Size = new System.Drawing.Size(91, 20);
     this.cmbProductCategory.TabIndex = 55;
     this.cmbProductCategory.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmbProductCategory_PreviewKeyDown);
     //
     // txtShortName
     //
     this.txtShortName.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtShortName.Location = new System.Drawing.Point(62, 69);
     this.txtShortName.Name = "txtShortName";
     this.txtShortName.Size = new System.Drawing.Size(169, 20);
     this.txtShortName.TabIndex = 6;
     this.txtShortName.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtShortName_PreviewKeyDown);
     //
     // txtArtical
     //
     this.txtArtical.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtArtical.Location = new System.Drawing.Point(62, 50);
     this.txtArtical.Name = "txtArtical";
     this.txtArtical.Size = new System.Drawing.Size(169, 20);
     this.txtArtical.TabIndex = 5;
     this.txtArtical.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtArtical_PreviewKeyDown);
     //
     // txtProductName
     //
     this.txtProductName.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtProductName.Location = new System.Drawing.Point(62, 31);
     this.txtProductName.Name = "txtProductName";
     this.txtProductName.Size = new System.Drawing.Size(169, 20);
     this.txtProductName.TabIndex = 4;
     this.txtProductName.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtProductName_PreviewKeyDown);
     //
     // cmbSkuType
     //
     this.cmbSkuType.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.cmbSkuType.Location = new System.Drawing.Point(308, 48);
     this.cmbSkuType.Name = "cmbSkuType";
     this.cmbSkuType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbSkuType.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbSkuType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbSkuType.Size = new System.Drawing.Size(91, 20);
     this.cmbSkuType.TabIndex = 57;
     this.cmbSkuType.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmbSkuType_PreviewKeyDown);
     //
     // cmbGeneralName
     //
     this.cmbGeneralName.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.cmbGeneralName.Location = new System.Drawing.Point(308, 29);
     this.cmbGeneralName.Name = "cmbGeneralName";
     this.cmbGeneralName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbGeneralName.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbGeneralName.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbGeneralName.Size = new System.Drawing.Size(91, 20);
     this.cmbGeneralName.TabIndex = 3;
     this.cmbGeneralName.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmbGeneralName_PreviewKeyDown);
     //
     // cmbProtoType
     //
     this.cmbProtoType.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.cmbProtoType.Location = new System.Drawing.Point(308, 11);
     this.cmbProtoType.Name = "cmbProtoType";
     this.cmbProtoType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbProtoType.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbProtoType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbProtoType.Size = new System.Drawing.Size(91, 20);
     this.cmbProtoType.TabIndex = 2;
     this.cmbProtoType.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmbProtoType_PreviewKeyDown);
     //
     // btnPickList
     //
     this.btnPickList.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnPickList.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btnPickList.Appearance.Options.UseFont = true;
     this.btnPickList.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.btnPickList.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnPickList.Location = new System.Drawing.Point(113, 12);
     this.btnPickList.Name = "btnPickList";
     this.btnPickList.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.btnPickList.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem3.Text = "Add New Entry";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnPickList.SuperTip = superToolTip3;
     this.btnPickList.TabIndex = 47;
     this.btnPickList.TabStop = false;
     this.btnPickList.Click += new System.EventHandler(this.btnPickList_Click);
     //
     // labelControl3
     //
     this.labelControl3.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl3.Location = new System.Drawing.Point(140, 15);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(22, 13);
     this.labelControl3.TabIndex = 4;
     this.labelControl3.Text = "Pack";
     //
     // txtProductId
     //
     this.txtProductId.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtProductId.Location = new System.Drawing.Point(62, 11);
     this.txtProductId.Mask = "000-000";
     this.txtProductId.Name = "txtProductId";
     this.txtProductId.Size = new System.Drawing.Size(51, 21);
     this.txtProductId.TabIndex = 0;
     this.txtProductId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductId_KeyDown);
     this.txtProductId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtProductId_KeyPress);
     this.txtProductId.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtProductId_PreviewKeyDown);
     //
     // txtPack
     //
     this.txtPack.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtPack.Location = new System.Drawing.Point(171, 12);
     this.txtPack.Name = "txtPack";
     this.txtPack.Size = new System.Drawing.Size(60, 20);
     this.txtPack.TabIndex = 1;
     this.txtPack.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtPack_PreviewKeyDown);
     //
     // labelControl6
     //
     this.labelControl6.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl6.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl6.LineVisible = true;
     this.labelControl6.Location = new System.Drawing.Point(4, 32);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(79, 20);
     this.labelControl6.TabIndex = 7;
     this.labelControl6.Text = "Item Name";
     //
     // labelControl2
     //
     this.labelControl2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl2.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl2.LineVisible = true;
     this.labelControl2.Location = new System.Drawing.Point(4, 51);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(72, 20);
     this.labelControl2.TabIndex = 52;
     this.labelControl2.Text = "Artical No.";
     //
     // labelControl8
     //
     this.labelControl8.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl8.LineVisible = true;
     this.labelControl8.Location = new System.Drawing.Point(4, 70);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(72, 20);
     this.labelControl8.TabIndex = 59;
     this.labelControl8.Text = "Description";
     //
     // labelControl14
     //
     this.labelControl14.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl14.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl14.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl14.LineVisible = true;
     this.labelControl14.Location = new System.Drawing.Point(235, 11);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(90, 20);
     this.labelControl14.TabIndex = 52;
     this.labelControl14.Text = "Item Type";
     //
     // labelControl7
     //
     this.labelControl7.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl7.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl7.LineVisible = true;
     this.labelControl7.Location = new System.Drawing.Point(235, 30);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(90, 20);
     this.labelControl7.TabIndex = 54;
     this.labelControl7.Text = "Gen. Name";
     //
     // labelControl49
     //
     this.labelControl49.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl49.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl49.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl49.LineVisible = true;
     this.labelControl49.Location = new System.Drawing.Point(235, 48);
     this.labelControl49.Name = "labelControl49";
     this.labelControl49.Size = new System.Drawing.Size(77, 20);
     this.labelControl49.TabIndex = 58;
     this.labelControl49.Text = "SKU Type";
     //
     // labelControl39
     //
     this.labelControl39.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl39.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl39.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl39.LineVisible = true;
     this.labelControl39.Location = new System.Drawing.Point(235, 67);
     this.labelControl39.Name = "labelControl39";
     this.labelControl39.Size = new System.Drawing.Size(90, 20);
     this.labelControl39.TabIndex = 56;
     this.labelControl39.Text = "Item Category";
     //
     // labelControl4
     //
     this.labelControl4.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl4.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl4.LineVisible = true;
     this.labelControl4.Location = new System.Drawing.Point(169, 9);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(54, 20);
     this.labelControl4.TabIndex = 5;
     this.labelControl4.Text = "Group Seq.";
     //
     // labelControl5
     //
     this.labelControl5.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl5.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl5.LineVisible = true;
     this.labelControl5.Location = new System.Drawing.Point(5, 30);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(84, 20);
     this.labelControl5.TabIndex = 6;
     this.labelControl5.Text = "Group Name";
     //
     // labelControl10
     //
     this.labelControl10.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl10.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl10.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl10.LineVisible = true;
     this.labelControl10.Location = new System.Drawing.Point(5, 8);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(71, 20);
     this.labelControl10.TabIndex = 11;
     this.labelControl10.Text = "Group Id";
     //
     // txtGroupSeq
     //
     this.txtGroupSeq.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtGroupSeq.Location = new System.Drawing.Point(224, 10);
     this.txtGroupSeq.Name = "txtGroupSeq";
     this.txtGroupSeq.Size = new System.Drawing.Size(62, 20);
     this.txtGroupSeq.TabIndex = 8;
     this.txtGroupSeq.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtGroupSeq_PreviewKeyDown);
     //
     // txtGroupName
     //
     this.txtGroupName.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtGroupName.Location = new System.Drawing.Point(85, 29);
     this.txtGroupName.Name = "txtGroupName";
     this.txtGroupName.Size = new System.Drawing.Size(201, 20);
     this.txtGroupName.TabIndex = 124244;
     this.txtGroupName.TabStop = false;
     //
     // txtGroupid
     //
     this.txtGroupid.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtGroupid.Location = new System.Drawing.Point(85, 9);
     this.txtGroupid.Mask = "000-000";
     this.txtGroupid.Name = "txtGroupid";
     this.txtGroupid.Size = new System.Drawing.Size(51, 21);
     this.txtGroupid.TabIndex = 7;
     this.txtGroupid.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtGroupid_PreviewKeyDown);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.simpleButton1.Appearance.Options.UseFont = true;
     this.simpleButton1.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.simpleButton1.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton1.Location = new System.Drawing.Point(137, 9);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.simpleButton1.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem4.Text = "Add New Entry";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.simpleButton1.SuperTip = superToolTip4;
     this.simpleButton1.TabIndex = 48;
     this.simpleButton1.TabStop = false;
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // groupControl2
     //
     this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl2.Controls.Add(this.txtmanualgroup);
     this.groupControl2.Controls.Add(this.labelControl57);
     this.groupControl2.Controls.Add(this.txtdateto);
     this.groupControl2.Controls.Add(this.txtdatefrom);
     this.groupControl2.Controls.Add(this.simpleButton4);
     this.groupControl2.Controls.Add(this.simpleButton1);
     this.groupControl2.Controls.Add(this.labelControl10);
     this.groupControl2.Controls.Add(this.txtGroupName);
     this.groupControl2.Controls.Add(this.labelControl4);
     this.groupControl2.Controls.Add(this.txtGroupSeq);
     this.groupControl2.Controls.Add(this.txtGroupid);
     this.groupControl2.Controls.Add(this.labelControl5);
     this.groupControl2.Controls.Add(this.labelControl56);
     this.groupControl2.Controls.Add(this.labelControl51);
     this.groupControl2.Location = new System.Drawing.Point(411, 3);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.ShowCaption = false;
     this.groupControl2.Size = new System.Drawing.Size(291, 105);
     this.groupControl2.TabIndex = 12;
     this.groupControl2.Text = "Group";
     this.groupControl2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl2_Paint);
     //
     // txtmanualgroup
     //
     this.txtmanualgroup.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtmanualgroup.Location = new System.Drawing.Point(85, 68);
     this.txtmanualgroup.Name = "txtmanualgroup";
     this.txtmanualgroup.Size = new System.Drawing.Size(201, 20);
     this.txtmanualgroup.TabIndex = 124245;
     this.txtmanualgroup.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtmanualgroup_PreviewKeyDown);
     //
     // labelControl57
     //
     this.labelControl57.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl57.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl57.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl57.LineVisible = true;
     this.labelControl57.Location = new System.Drawing.Point(168, 50);
     this.labelControl57.Name = "labelControl57";
     this.labelControl57.Size = new System.Drawing.Size(38, 20);
     this.labelControl57.TabIndex = 124252;
     this.labelControl57.Text = "Date To";
     //
     // txtdateto
     //
     this.txtdateto.Location = new System.Drawing.Point(211, 48);
     this.txtdateto.Mask = "00/00/0000";
     this.txtdateto.Name = "txtdateto";
     this.txtdateto.Size = new System.Drawing.Size(75, 21);
     this.txtdateto.TabIndex = 124251;
     this.txtdateto.ValidatingType = typeof(System.DateTime);
     this.txtdateto.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtdateto_PreviewKeyDown);
     //
     // txtdatefrom
     //
     this.txtdatefrom.Location = new System.Drawing.Point(85, 48);
     this.txtdatefrom.Mask = "00/00/0000";
     this.txtdatefrom.Name = "txtdatefrom";
     this.txtdatefrom.Size = new System.Drawing.Size(75, 21);
     this.txtdatefrom.TabIndex = 124250;
     this.txtdatefrom.ValidatingType = typeof(System.DateTime);
     this.txtdatefrom.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtdatefrom_PreviewKeyDown);
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
     this.simpleButton4.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton4.Location = new System.Drawing.Point(63, 9);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(21, 20);
     toolTipItem1.Text = "Save Module";
     superToolTip5.Items.Add(toolTipItem1);
     this.simpleButton4.SuperTip = superToolTip5;
     this.simpleButton4.TabIndex = 187;
     this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
     //
     // labelControl56
     //
     this.labelControl56.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl56.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl56.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl56.LineVisible = true;
     this.labelControl56.Location = new System.Drawing.Point(5, 51);
     this.labelControl56.Name = "labelControl56";
     this.labelControl56.Size = new System.Drawing.Size(84, 20);
     this.labelControl56.TabIndex = 124249;
     this.labelControl56.Text = "Date From";
     //
     // labelControl51
     //
     this.labelControl51.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl51.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl51.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl51.LineVisible = true;
     this.labelControl51.Location = new System.Drawing.Point(5, 69);
     this.labelControl51.Name = "labelControl51";
     this.labelControl51.Size = new System.Drawing.Size(84, 20);
     this.labelControl51.TabIndex = 124246;
     this.labelControl51.Text = "Manual Groups";
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAdd.Image = global::ERPGUI.Properties.Resources.addfooter_16x16;
     this.btnAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnAdd.Location = new System.Drawing.Point(3, 426);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(70, 23);
     toolTipItem2.Text = "Add New Module";
     superToolTip6.Items.Add(toolTipItem2);
     this.btnAdd.SuperTip = superToolTip6;
     this.btnAdd.TabIndex = 47;
     this.btnAdd.Text = " &Add ";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnCancel.Image = global::ERPGUI.Properties.Resources.deletedatasource_16x16;
     this.btnCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(79, 426);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(70, 23);
     toolTipItem3.Text = "Cancel Current Operation";
     superToolTip7.Items.Add(toolTipItem3);
     this.btnCancel.SuperTip = superToolTip7;
     this.btnCancel.TabIndex = 50;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // groupControl4
     //
     this.groupControl4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl4.Controls.Add(this.simpleButton6);
     this.groupControl4.Controls.Add(this.simpleButton5);
     this.groupControl4.Controls.Add(this.chkCompanyDiscount);
     this.groupControl4.Controls.Add(this.txtCompanySeq);
     this.groupControl4.Controls.Add(this.simpleButton3);
     this.groupControl4.Controls.Add(this.labelControl35);
     this.groupControl4.Controls.Add(this.txtReportCompanyName);
     this.groupControl4.Controls.Add(this.txtReportCompanyid);
     this.groupControl4.Controls.Add(this.simpleButton2);
     this.groupControl4.Controls.Add(this.txtCompanyName);
     this.groupControl4.Controls.Add(this.txtCompanyid);
     this.groupControl4.Controls.Add(this.labelControl33);
     this.groupControl4.Controls.Add(this.labelControl34);
     this.groupControl4.Controls.Add(this.labelControl36);
     this.groupControl4.Controls.Add(this.labelControl1);
     this.groupControl4.Location = new System.Drawing.Point(3, 110);
     this.groupControl4.Name = "groupControl4";
     this.groupControl4.ShowCaption = false;
     this.groupControl4.Size = new System.Drawing.Size(699, 55);
     this.groupControl4.TabIndex = 49;
     this.groupControl4.Text = "Group";
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.simpleButton6.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton6.Image")));
     this.simpleButton6.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton6.Location = new System.Drawing.Point(110, 27);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(21, 20);
     toolTipItem4.Text = "Save Module";
     superToolTip8.Items.Add(toolTipItem4);
     this.simpleButton6.SuperTip = superToolTip8;
     this.simpleButton6.TabIndex = 124246;
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.simpleButton5.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image")));
     this.simpleButton5.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton5.Location = new System.Drawing.Point(110, 6);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(21, 20);
     toolTipItem5.Text = "Save Module";
     superToolTip9.Items.Add(toolTipItem5);
     this.simpleButton5.SuperTip = superToolTip9;
     this.simpleButton5.TabIndex = 124245;
     //
     // chkCompanyDiscount
     //
     this.chkCompanyDiscount.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.chkCompanyDiscount.Location = new System.Drawing.Point(472, 26);
     this.chkCompanyDiscount.Name = "chkCompanyDiscount";
     this.chkCompanyDiscount.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkCompanyDiscount.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkCompanyDiscount.Properties.Appearance.Options.UseFont = true;
     this.chkCompanyDiscount.Properties.Appearance.Options.UseForeColor = true;
     this.chkCompanyDiscount.Properties.Caption = "Company Discount";
     this.chkCompanyDiscount.Size = new System.Drawing.Size(136, 19);
     this.chkCompanyDiscount.TabIndex = 100001;
     this.chkCompanyDiscount.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkCompanyDiscount_PreviewKeyDown);
     //
     // txtCompanySeq
     //
     this.txtCompanySeq.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtCompanySeq.Location = new System.Drawing.Point(542, 6);
     this.txtCompanySeq.Name = "txtCompanySeq";
     this.txtCompanySeq.Size = new System.Drawing.Size(62, 20);
     this.txtCompanySeq.TabIndex = 10;
     this.txtCompanySeq.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtCompanySeq_PreviewKeyDown);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.simpleButton3.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.simpleButton3.Appearance.Options.UseFont = true;
     this.simpleButton3.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.simpleButton3.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton3.Location = new System.Drawing.Point(159, 27);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.simpleButton3.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem5.Text = "Add New Entry";
     superToolTip10.Items.Add(toolTipTitleItem5);
     this.simpleButton3.SuperTip = superToolTip10;
     this.simpleButton3.TabIndex = 53;
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // labelControl35
     //
     this.labelControl35.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl35.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl35.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl35.LineVisible = true;
     this.labelControl35.Location = new System.Drawing.Point(17, 29);
     this.labelControl35.Name = "labelControl35";
     this.labelControl35.Size = new System.Drawing.Size(101, 20);
     this.labelControl35.TabIndex = 50;
     this.labelControl35.Text = "Report CompanyId";
     //
     // txtReportCompanyName
     //
     this.txtReportCompanyName.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtReportCompanyName.Location = new System.Drawing.Point(264, 26);
     this.txtReportCompanyName.Name = "txtReportCompanyName";
     this.txtReportCompanyName.Size = new System.Drawing.Size(204, 20);
     this.txtReportCompanyName.TabIndex = 13;
     //
     // txtReportCompanyid
     //
     this.txtReportCompanyid.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtReportCompanyid.Location = new System.Drawing.Point(133, 27);
     this.txtReportCompanyid.Mask = "000";
     this.txtReportCompanyid.Name = "txtReportCompanyid";
     this.txtReportCompanyid.Size = new System.Drawing.Size(25, 21);
     this.txtReportCompanyid.TabIndex = 11;
     this.txtReportCompanyid.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtReportCompanyid_PreviewKeyDown);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.simpleButton2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.simpleButton2.Appearance.Options.UseFont = true;
     this.simpleButton2.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.simpleButton2.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton2.Location = new System.Drawing.Point(159, 6);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.simpleButton2.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem6.Text = "Add New Entry";
     superToolTip11.Items.Add(toolTipTitleItem6);
     this.simpleButton2.SuperTip = superToolTip11;
     this.simpleButton2.TabIndex = 48;
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // txtCompanyName
     //
     this.txtCompanyName.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtCompanyName.Location = new System.Drawing.Point(264, 6);
     this.txtCompanyName.Name = "txtCompanyName";
     this.txtCompanyName.Size = new System.Drawing.Size(204, 20);
     this.txtCompanyName.TabIndex = 100000;
     //
     // txtCompanyid
     //
     this.txtCompanyid.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtCompanyid.Location = new System.Drawing.Point(133, 6);
     this.txtCompanyid.Mask = "000";
     this.txtCompanyid.Name = "txtCompanyid";
     this.txtCompanyid.Size = new System.Drawing.Size(25, 21);
     this.txtCompanyid.TabIndex = 9;
     this.txtCompanyid.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtCompanyid_PreviewKeyDown);
     //
     // labelControl33
     //
     this.labelControl33.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl33.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl33.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl33.LineVisible = true;
     this.labelControl33.Location = new System.Drawing.Point(17, 7);
     this.labelControl33.Name = "labelControl33";
     this.labelControl33.Size = new System.Drawing.Size(101, 20);
     this.labelControl33.TabIndex = 11;
     this.labelControl33.Text = "Company Id";
     //
     // labelControl34
     //
     this.labelControl34.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl34.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl34.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl34.LineVisible = true;
     this.labelControl34.Location = new System.Drawing.Point(187, 6);
     this.labelControl34.Name = "labelControl34";
     this.labelControl34.Size = new System.Drawing.Size(95, 20);
     this.labelControl34.TabIndex = 6;
     this.labelControl34.Text = "Company Name";
     //
     // labelControl36
     //
     this.labelControl36.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl36.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl36.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl36.LineVisible = true;
     this.labelControl36.Location = new System.Drawing.Point(187, 26);
     this.labelControl36.Name = "labelControl36";
     this.labelControl36.Size = new System.Drawing.Size(95, 20);
     this.labelControl36.TabIndex = 49;
     this.labelControl36.Text = "Company Name";
     //
     // labelControl1
     //
     this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl1.LineVisible = true;
     this.labelControl1.Location = new System.Drawing.Point(471, 6);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(81, 20);
     this.labelControl1.TabIndex = 54;
     this.labelControl1.Text = "Company Seq.";
     //
     // frmProducts
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(704, 454);
     this.Controls.Add(this.groupControl4);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnCancel);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmProducts";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Products";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmProducts_FormClosing);
     this.Load += new System.EventHandler(this.frmProducts_Load);
     this.Enter += new System.EventHandler(this.frmProducts_Enter);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtrabarGeneralinformation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtfactor.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuompurchase.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuomsize.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuomsale.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbValueMethod.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAvgRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtToleranceDay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLoadTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPurchaseRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSpecialRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCostRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTransit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNetBalance.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBalanceBonus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBalanceStock.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxQuantityDays.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxQuantityPCustomer.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackInBox.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInventoryDays.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMinFlatRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxFlatRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSaleTaxCalculation.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleTaxVale.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleTaxPer.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxSalesDisc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPurchaseDiscountPer.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRetailPrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkwolallow.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllowPer.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAutoBonus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkSaleBase.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkSaleTaxReg.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkNonPharma.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkExcempted.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkUseFlatRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkNorCotics.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkHideinTabs.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllowMaxQtyDays.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkProductDiscontinue.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTradePrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackInCarton.Properties)).EndInit();
     this.XtrabarBonus.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.datagridBonus)).EndInit();
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.datagridProductAllocation)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     this.groupControl5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxLimit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMinLimit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBarCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShelfCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdPresevasionStandard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtClaimPartnerName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.businessPartnerName.Properties)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgFileAttachments)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProductCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShortName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtArtical.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtProductName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSkuType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbGeneralName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProtoType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPack.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGroupSeq.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGroupName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtmanualgroup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
     this.groupControl4.ResumeLayout(false);
     this.groupControl4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkCompanyDiscount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanySeq.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReportCompanyName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanyName.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 54
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Principal));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.Switch = new DevExpress.XtraBars.BarToggleSwitchItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barEditItem4 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem5 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemToggleSwitch2 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
            this.barEditItem6 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemToggleSwitch3 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
            this.barToggleSwitchItem1 = new DevExpress.XtraBars.BarToggleSwitchItem();
            this.barEditItem7 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemButtonEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.barEditItem8 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.dispositivosBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dataSet1 = new Veriphone.DataSet1();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.coldevice_name = new DevExpress.XtraGrid.Columns.GridColumn();
            this.coldevice_ubicacion = new DevExpress.XtraGrid.Columns.GridColumn();
            this.coldevice_ip = new DevExpress.XtraGrid.Columns.GridColumn();
            this.status = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.dispositivosTableAdapter = new Veriphone.DataSet1TableAdapters.dispositivosTableAdapter();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.dataSet11 = new Veriphone.DataSet1();
            this.correosTableAdapter = new Veriphone.DataSet1TableAdapters.correosTableAdapter();
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.bindingServer = new System.Windows.Forms.BindingSource(this.components);
            this.timer3 = new System.Windows.Forms.Timer(this.components);
            this.timer4 = new System.Windows.Forms.Timer(this.components);
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dispositivosBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingServer)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.barButtonItem1,
            this.barButtonItem2,
            this.Switch,
            this.barSubItem1,
            this.barButtonItem3,
            this.barEditItem1,
            this.barEditItem2,
            this.barEditItem3,
            this.barEditItem4,
            this.barButtonItem4,
            this.barEditItem5,
            this.barEditItem6,
            this.barToggleSwitchItem1,
            this.barEditItem7,
            this.barEditItem8,
            this.barButtonItem5});
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 18;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1});
            this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemButtonEdit2,
            this.repositoryItemButtonEdit3,
            this.repositoryItemTextEdit1,
            this.repositoryItemButtonEdit4,
            this.repositoryItemToggleSwitch2,
            this.repositoryItemToggleSwitch3,
            this.repositoryItemButtonEdit5,
            this.repositoryItemProgressBar1});
            this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.MacOffice;
            this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.True;
            this.ribbonControl1.ShowToolbarCustomizeItem = false;
            this.ribbonControl1.Size = new System.Drawing.Size(626, 104);
            this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
            this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
            this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            this.ribbonControl1.Click += new System.EventHandler(this.ribbonControl1_Click);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Actualizar";
            this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
            this.barButtonItem1.Id = 1;
            this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "barButtonItem2";
            this.barButtonItem2.Id = 2;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // Switch
            // 
            this.Switch.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            this.Switch.Caption = "Auto";
            this.Switch.Id = 3;
            this.Switch.Name = "Switch";
            this.Switch.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.Switch_CheckedChanged_1);
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "barSubItem1";
            this.barSubItem1.Id = 4;
            this.barSubItem1.Name = "barSubItem1";
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "Agregar";
            this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
            this.barButtonItem3.Id = 5;
            this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "IP";
            this.barEditItem1.Edit = this.repositoryItemCheckEdit1;
            this.barEditItem1.Id = 7;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "IP";
            this.barEditItem2.Edit = this.repositoryItemButtonEdit3;
            this.barEditItem2.Id = 8;
            this.barEditItem2.Name = "barEditItem2";
            // 
            // repositoryItemButtonEdit3
            // 
            this.repositoryItemButtonEdit3.AutoHeight = false;
            this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
            // 
            // barEditItem3
            // 
            this.barEditItem3.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            this.barEditItem3.AutoHideEdit = false;
            this.barEditItem3.Caption = "IP";
            this.barEditItem3.Edit = this.repositoryItemTextEdit1;
            this.barEditItem3.Id = 9;
            this.barEditItem3.Name = "barEditItem3";
            this.barEditItem3.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.barEditItem3.Width = 100;
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // barEditItem4
            // 
            this.barEditItem4.Caption = "IP";
            this.barEditItem4.Edit = this.repositoryItemButtonEdit4;
            this.barEditItem4.Id = 10;
            this.barEditItem4.Name = "barEditItem4";
            this.barEditItem4.Width = 100;
            this.barEditItem4.HiddenEditor += new DevExpress.XtraBars.ItemClickEventHandler(this.barEditItem4_HiddenEditor);
            this.barEditItem4.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.barEditItem4_HyperlinkClick);
            this.barEditItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEditItem4_ItemClick);
            this.barEditItem4.ItemPress += new DevExpress.XtraBars.ItemClickEventHandler(this.barEditItem4_ItemPress);
            // 
            // repositoryItemButtonEdit4
            // 
            this.repositoryItemButtonEdit4.AutoHeight = false;
            this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Id = 11;
            this.barButtonItem4.Name = "barButtonItem4";
            // 
            // barEditItem5
            // 
            this.barEditItem5.Caption = "Notificar";
            this.barEditItem5.Edit = this.repositoryItemToggleSwitch2;
            this.barEditItem5.EditHeight = 24;
            this.barEditItem5.Id = 12;
            this.barEditItem5.Name = "barEditItem5";
            this.barEditItem5.Width = 70;
            this.barEditItem5.EditValueChanged += new System.EventHandler(this.barEditItem5_EditValueChanged);
            this.barEditItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEditItem5_ItemClick);
            // 
            // repositoryItemToggleSwitch2
            // 
            this.repositoryItemToggleSwitch2.AutoHeight = false;
            this.repositoryItemToggleSwitch2.Name = "repositoryItemToggleSwitch2";
            this.repositoryItemToggleSwitch2.OffText = "Off";
            this.repositoryItemToggleSwitch2.OnText = "On";
            // 
            // barEditItem6
            // 
            this.barEditItem6.Caption = "barEditItem6";
            this.barEditItem6.Edit = this.repositoryItemToggleSwitch3;
            this.barEditItem6.EditHeight = 24;
            this.barEditItem6.Id = 13;
            this.barEditItem6.Name = "barEditItem6";
            this.barEditItem6.Width = 70;
            // 
            // repositoryItemToggleSwitch3
            // 
            this.repositoryItemToggleSwitch3.AutoHeight = false;
            this.repositoryItemToggleSwitch3.Name = "repositoryItemToggleSwitch3";
            this.repositoryItemToggleSwitch3.OffText = "Off";
            this.repositoryItemToggleSwitch3.OnText = "On";
            // 
            // barToggleSwitchItem1
            // 
            this.barToggleSwitchItem1.Caption = "Notificar";
            this.barToggleSwitchItem1.Id = 14;
            this.barToggleSwitchItem1.Name = "barToggleSwitchItem1";
            this.barToggleSwitchItem1.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barToggleSwitchItem1_CheckedChanged);
            // 
            // barEditItem7
            // 
            this.barEditItem7.Caption = "IP";
            this.barEditItem7.Edit = this.repositoryItemButtonEdit5;
            this.barEditItem7.Id = 15;
            this.barEditItem7.Name = "barEditItem7";
            this.barEditItem7.Width = 90;
            this.barEditItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEditItem7_ItemClick);
            // 
            // repositoryItemButtonEdit5
            // 
            this.repositoryItemButtonEdit5.AutoHeight = false;
            this.repositoryItemButtonEdit5.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemButtonEdit5.Name = "repositoryItemButtonEdit5";
            // 
            // barEditItem8
            // 
            this.barEditItem8.Caption = "barEditItem8";
            this.barEditItem8.Edit = this.repositoryItemProgressBar1;
            this.barEditItem8.Id = 16;
            this.barEditItem8.Name = "barEditItem8";
            // 
            // repositoryItemProgressBar1
            // 
            this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
            this.barButtonItem5.Id = 17;
            this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
            this.barButtonItem5.Name = "barButtonItem5";
            toolTipTitleItem1.Text = "Minimizar";
            superToolTip1.Items.Add(toolTipTitleItem1);
            this.barButtonItem5.SuperTip = superToolTip1;
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup2,
            this.ribbonPageGroup4,
            this.ribbonPageGroup3,
            this.ribbonPageGroup5});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "Home";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem3);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.ShowCaptionButton = false;
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.ItemLinks.Add(this.Switch);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.ShowCaptionButton = false;
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.barToggleSwitchItem1);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ItemLinks.Add(this.barEditItem7);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "Enviar Ping                  .";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.AllowTextClipping = false;
            this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem5);
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.ShowCaptionButton = false;
            this.ribbonPageGroup5.Text = "Minimizar";
            // 
            // repositoryItemButtonEdit2
            // 
            this.repositoryItemButtonEdit2.AutoHeight = false;
            this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
            // 
            // ribbonStatusBar1
            // 
            this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 380);
            this.ribbonStatusBar1.Name = "ribbonStatusBar1";
            this.ribbonStatusBar1.Ribbon = this.ribbonControl1;
            this.ribbonStatusBar1.Size = new System.Drawing.Size(626, 27);
            // 
            // gridControl1
            // 
            this.gridControl1.DataSource = this.dispositivosBindingSource;
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.Location = new System.Drawing.Point(0, 104);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.MenuManager = this.ribbonControl1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemToggleSwitch1,
            this.repositoryItemCheckEdit1,
            this.repositoryItemPictureEdit1,
            this.repositoryItemButtonEdit1});
            this.gridControl1.Size = new System.Drawing.Size(626, 303);
            this.gridControl1.TabIndex = 1;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // dispositivosBindingSource
            // 
            this.dispositivosBindingSource.DataMember = "dispositivos";
            this.dispositivosBindingSource.DataSource = this.dataSet1;
            // 
            // dataSet1
            // 
            this.dataSet1.DataSetName = "DataSet1";
            this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colid,
            this.coldevice_name,
            this.coldevice_ubicacion,
            this.coldevice_ip,
            this.status});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // colid
            // 
            this.colid.Caption = "ID";
            this.colid.FieldName = "id";
            this.colid.Name = "colid";
            this.colid.Visible = true;
            this.colid.VisibleIndex = 0;
            this.colid.Width = 40;
            // 
            // coldevice_name
            // 
            this.coldevice_name.Caption = "NOMBRE";
            this.coldevice_name.FieldName = "device_name";
            this.coldevice_name.Name = "coldevice_name";
            this.coldevice_name.Visible = true;
            this.coldevice_name.VisibleIndex = 1;
            this.coldevice_name.Width = 166;
            // 
            // coldevice_ubicacion
            // 
            this.coldevice_ubicacion.Caption = "UBICACION";
            this.coldevice_ubicacion.FieldName = "device_ubicacion";
            this.coldevice_ubicacion.Name = "coldevice_ubicacion";
            this.coldevice_ubicacion.Visible = true;
            this.coldevice_ubicacion.VisibleIndex = 2;
            this.coldevice_ubicacion.Width = 166;
            // 
            // coldevice_ip
            // 
            this.coldevice_ip.Caption = "IP";
            this.coldevice_ip.FieldName = "device_ip";
            this.coldevice_ip.Name = "coldevice_ip";
            this.coldevice_ip.Visible = true;
            this.coldevice_ip.VisibleIndex = 3;
            this.coldevice_ip.Width = 124;
            // 
            // status
            // 
            this.status.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.status.AppearanceCell.Options.UseFont = true;
            this.status.Caption = "STATUS";
            this.status.FieldName = "status";
            this.status.Name = "status";
            this.status.OptionsColumn.AllowEdit = false;
            this.status.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.status.Visible = true;
            this.status.VisibleIndex = 4;
            this.status.Width = 112;
            // 
            // repositoryItemToggleSwitch1
            // 
            this.repositoryItemToggleSwitch1.AutoHeight = false;
            this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
            this.repositoryItemToggleSwitch1.OffText = "Off";
            this.repositoryItemToggleSwitch1.OnText = "On";
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            // 
            // repositoryItemButtonEdit1
            // 
            this.repositoryItemButtonEdit1.AutoHeight = false;
            this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            // 
            // dispositivosTableAdapter
            // 
            this.dispositivosTableAdapter.ClearBeforeFill = true;
            // 
            // timer1
            // 
            this.timer1.Interval = 10000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // timer2
            // 
            this.timer2.Interval = 60000;
            this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
            // 
            // bindingSource1
            // 
            this.bindingSource1.DataMember = "correos";
            this.bindingSource1.DataSource = this.dataSet11;
            // 
            // dataSet11
            // 
            this.dataSet11.DataSetName = "DataSet1";
            this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // correosTableAdapter
            // 
            this.correosTableAdapter.ClearBeforeFill = true;
            // 
            // progressBar1
            // 
            this.progressBar1.Location = new System.Drawing.Point(0, 380);
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(126, 27);
            this.progressBar1.TabIndex = 4;
            // 
            // timer3
            // 
            this.timer3.Interval = 1000;
            this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
            // 
            // timer4
            // 
            this.timer4.Interval = 1000;
            this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.abrirToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
            // 
            // abrirToolStripMenuItem
            // 
            this.abrirToolStripMenuItem.Name = "abrirToolStripMenuItem";
            this.abrirToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.abrirToolStripMenuItem.Text = "Abrir";
            this.abrirToolStripMenuItem.Click += new System.EventHandler(this.abrirToolStripMenuItem_Click);
            // 
            // notifyIcon1
            // 
            this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
            this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
            this.notifyIcon1.Text = "notifyIcon1";
            this.notifyIcon1.Visible = true;
            this.notifyIcon1.Click += new System.EventHandler(this.notifyIcon1_Click);
            // 
            // Principal
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(626, 407);
            this.Controls.Add(this.progressBar1);
            this.Controls.Add(this.ribbonStatusBar1);
            this.Controls.Add(this.gridControl1);
            this.Controls.Add(this.ribbonControl1);
            this.MaximumSize = new System.Drawing.Size(642, 445);
            this.MinimumSize = new System.Drawing.Size(642, 445);
            this.Name = "Principal";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Veriphone";
            this.Load += new System.EventHandler(this.Principal_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dispositivosBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingServer)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DashboardDesignerUC));
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem1 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem2 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem3 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem4 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem5 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem6 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem7 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem8 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem9 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem10 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem11 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem12 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItem galleryItem13 = new DevExpress.XtraBars.Ribbon.GalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup2 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup3 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup4 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup5 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup6 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup7 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup8 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup9 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem1 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem2 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem3 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup10 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem4 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem5 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem6 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem7 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem8 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem9 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup11 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem10 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem11 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem12 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem13 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem14 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem15 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem16 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup12 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem17 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem18 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup13 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem19 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup14 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem20 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem21 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem chartSeriesTypeGalleryItem22 = new DevExpress.DashboardWin.Bars.ChartSeriesTypeGalleryItem();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup15 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup16 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup17 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            this.dashboardDesignerMain = new DevExpress.DashboardWin.DashboardDesigner();
            this.ribbonControlMain = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.dashboardBackstageViewControl1 = new DevExpress.DashboardWin.Bars.DashboardBackstageViewControl();
            this.dashboardBarAndDockingControllerMain = new DevExpress.DashboardWin.Native.DashboardBarAndDockingController(this.components);
            this.backstageViewClientControl1 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.recentDashboardsControl1 = new DevExpress.DashboardWin.Bars.RecentDashboardsControl();
            this.dashboardBackstageRecentTab1 = new DevExpress.DashboardWin.Bars.DashboardBackstageRecentTab();
            this.dashboardBackstageNewButton1 = new DevExpress.DashboardWin.Bars.DashboardBackstageNewButton();
            this.dashboardBackstageOpenButton1 = new DevExpress.DashboardWin.Bars.DashboardBackstageOpenButton();
            this.dashboardBackstageSaveButton1 = new DevExpress.DashboardWin.Bars.DashboardBackstageSaveButton();
            this.dashboardBackstageSaveAsButton1 = new DevExpress.DashboardWin.Bars.DashboardBackstageSaveAsButton();
            this.fileNewBarItem1 = new DevExpress.DashboardWin.Bars.FileNewBarItem();
            this.fileOpenBarItem1 = new DevExpress.DashboardWin.Bars.FileOpenBarItem();
            this.fileSaveBarItem1 = new DevExpress.DashboardWin.Bars.FileSaveBarItem();
            this.fileSaveAsBarItem1 = new DevExpress.DashboardWin.Bars.FileSaveAsBarItem();
            this.undoBarItem1 = new DevExpress.DashboardWin.Bars.UndoBarItem();
            this.redoBarItem1 = new DevExpress.DashboardWin.Bars.RedoBarItem();
            this.newDataSourceBarItem1 = new DevExpress.DashboardWin.Bars.NewDataSourceBarItem();
            this.editDataSourceBarItem1 = new DevExpress.DashboardWin.Bars.EditDataSourceBarItem();
            this.renameDataSourceBarItem1 = new DevExpress.DashboardWin.Bars.RenameDataSourceBarItem();
            this.deleteDataSourceBarItem1 = new DevExpress.DashboardWin.Bars.DeleteDataSourceBarItem();
            this.serverModeBarItem1 = new DevExpress.DashboardWin.Bars.ServerModeBarItem();
            this.addCalculatedFieldBarItem1 = new DevExpress.DashboardWin.Bars.AddCalculatedFieldBarItem();
            this.dashboardParametersBarItem1 = new DevExpress.DashboardWin.Bars.DashboardParametersBarItem();
            this.editDataSourceFilterBarItem1 = new DevExpress.DashboardWin.Bars.EditDataSourceFilterBarItem();
            this.clearDataSourceFilterBarItem1 = new DevExpress.DashboardWin.Bars.ClearDataSourceFilterBarItem();
            this.insertPivotBarItem1 = new DevExpress.DashboardWin.Bars.InsertPivotBarItem();
            this.insertGridBarItem1 = new DevExpress.DashboardWin.Bars.InsertGridBarItem();
            this.insertChartBarItem1 = new DevExpress.DashboardWin.Bars.InsertChartBarItem();
            this.insertPiesBarItem1 = new DevExpress.DashboardWin.Bars.InsertPiesBarItem();
            this.insertGaugesBarItem1 = new DevExpress.DashboardWin.Bars.InsertGaugesBarItem();
            this.insertCardsBarItem1 = new DevExpress.DashboardWin.Bars.InsertCardsBarItem();
            this.insertChoroplethMapBarItem1 = new DevExpress.DashboardWin.Bars.InsertChoroplethMapBarItem();
            this.insertGeoPointMapBarSubItem1 = new DevExpress.DashboardWin.Bars.InsertGeoPointMapBarSubItem();
            this.insertGeoPointMapBarItem1 = new DevExpress.DashboardWin.Bars.InsertGeoPointMapBarItem();
            this.insertBubbleMapBarItem1 = new DevExpress.DashboardWin.Bars.InsertBubbleMapBarItem();
            this.insertPieMapBarItem1 = new DevExpress.DashboardWin.Bars.InsertPieMapBarItem();
            this.insertRangeFilterBarItem1 = new DevExpress.DashboardWin.Bars.InsertRangeFilterBarItem();
            this.insertImageBarItem1 = new DevExpress.DashboardWin.Bars.InsertImageBarItem();
            this.insertTextBoxBarItem1 = new DevExpress.DashboardWin.Bars.InsertTextBoxBarItem();
            this.duplicateItemBarItem1 = new DevExpress.DashboardWin.Bars.DuplicateItemBarItem();
            this.deleteItemBarItem1 = new DevExpress.DashboardWin.Bars.DeleteItemBarItem();
            this.convertDashboardItemTypeBarItem1 = new DevExpress.DashboardWin.Bars.ConvertDashboardItemTypeBarItem();
            this.convertToPivotBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToPivotBarItem();
            this.convertToGridBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToGridBarItem();
            this.convertToChartBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToChartBarItem();
            this.convertToPieBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToPieBarItem();
            this.convertToGaugeBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToGaugeBarItem();
            this.convertToCardBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToCardBarItem();
            this.convertToChoroplethMapBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToChoroplethMapBarItem();
            this.convertGeoPointMapBaseBarItem1 = new DevExpress.DashboardWin.Bars.ConvertGeoPointMapBaseBarItem();
            this.convertToGeoPointMapBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToGeoPointMapBarItem();
            this.convertToBubbleMapBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToBubbleMapBarItem();
            this.convertToPieMapBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToPieMapBarItem();
            this.convertToRangeFilterBarItem1 = new DevExpress.DashboardWin.Bars.ConvertToRangeFilterBarItem();
            this.removeDataItemsBarItem1 = new DevExpress.DashboardWin.Bars.RemoveDataItemsBarItem();
            this.transposeItemBarItem1 = new DevExpress.DashboardWin.Bars.TransposeItemBarItem();
            this.dashboardTitleBarItem1 = new DevExpress.DashboardWin.Bars.DashboardTitleBarItem();
            this.setCurrencyCultureBarItem1 = new DevExpress.DashboardWin.Bars.SetCurrencyCultureBarItem();
            this.dashboardSkinsBarItem1 = new DevExpress.DashboardWin.Bars.DashboardSkinsBarItem();
            this.editFilterBarItem1 = new DevExpress.DashboardWin.Bars.EditFilterBarItem();
            this.clearFilterBarItem1 = new DevExpress.DashboardWin.Bars.ClearFilterBarItem();
            this.masterFilterBarItem1 = new DevExpress.DashboardWin.Bars.MasterFilterBarItem();
            this.multipleValuesMasterFilterBarItem1 = new DevExpress.DashboardWin.Bars.MultipleValuesMasterFilterBarItem();
            this.drillDownBarItem1 = new DevExpress.DashboardWin.Bars.DrillDownBarItem();
            this.ignoreMasterFiltersBarItem1 = new DevExpress.DashboardWin.Bars.IgnoreMasterFiltersBarItem();
            this.crossDataSourceFilteringBarItem1 = new DevExpress.DashboardWin.Bars.CrossDataSourceFilteringBarItem();
            this.chartTargetDimensionsArgumentsBarItem1 = new DevExpress.DashboardWin.Bars.ChartTargetDimensionsArgumentsBarItem();
            this.chartTargetDimensionsSeriesBarItem1 = new DevExpress.DashboardWin.Bars.ChartTargetDimensionsSeriesBarItem();
            this.pieTargetDimensionsArgumentsBarItem1 = new DevExpress.DashboardWin.Bars.PieTargetDimensionsArgumentsBarItem();
            this.pieTargetDimensionsSeriesBarItem1 = new DevExpress.DashboardWin.Bars.PieTargetDimensionsSeriesBarItem();
            this.geoPointMapClusterizationBarItem1 = new DevExpress.DashboardWin.Bars.GeoPointMapClusterizationBarItem();
            this.showItemCaptionBarItem1 = new DevExpress.DashboardWin.Bars.ShowItemCaptionBarItem();
            this.editItemNamesBarItem1 = new DevExpress.DashboardWin.Bars.EditItemNamesBarItem();
            this.contentAutoArrangeBarItem1 = new DevExpress.DashboardWin.Bars.ContentAutoArrangeBarItem();
            this.contentArrangeInColumnsBarItem1 = new DevExpress.DashboardWin.Bars.ContentArrangeInColumnsBarItem();
            this.contentArrangeInRowsBarItem1 = new DevExpress.DashboardWin.Bars.ContentArrangeInRowsBarItem();
            this.contentArrangementCountBarItem1 = new DevExpress.DashboardWin.Bars.ContentArrangementCountBarItem();
            this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.gridHorizontalLinesBarItem1 = new DevExpress.DashboardWin.Bars.GridHorizontalLinesBarItem();
            this.gridVerticalLinesBarItem1 = new DevExpress.DashboardWin.Bars.GridVerticalLinesBarItem();
            this.gridMergeCellsBarItem1 = new DevExpress.DashboardWin.Bars.GridMergeCellsBarItem();
            this.gridBandedRowsBarItem1 = new DevExpress.DashboardWin.Bars.GridBandedRowsBarItem();
            this.gridColumnHeadersBarItem1 = new DevExpress.DashboardWin.Bars.GridColumnHeadersBarItem();
            this.chartRotateBarItem1 = new DevExpress.DashboardWin.Bars.ChartRotateBarItem();
            this.chartXAxisSettingsBarItem1 = new DevExpress.DashboardWin.Bars.ChartXAxisSettingsBarItem();
            this.chartYAxisSettingsBarItem1 = new DevExpress.DashboardWin.Bars.ChartYAxisSettingsBarItem();
            this.chartShowLegendBarItem1 = new DevExpress.DashboardWin.Bars.ChartShowLegendBarItem();
            this.galleryChartLegendPositionItem1 = new DevExpress.DashboardWin.Bars.GalleryChartLegendPositionItem();
            this.galleryChartSeriesTypeItem1 = new DevExpress.DashboardWin.Bars.GalleryChartSeriesTypeItem();
            this.pieLabelsDataLabelsBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsDataLabelsBarItem();
            this.pieLabelsDataLabelsNoneBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsDataLabelsNoneBarItem();
            this.pieLabelsDataLabelArgumentBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsDataLabelArgumentBarItem();
            this.pieLabelsDataLabelsValueBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsDataLabelsValueBarItem();
            this.pieLabelsDataLabelsArgumentAndValueBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsDataLabelsArgumentAndValueBarItem();
            this.pieLabelsDataLabelsPercentBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsDataLabelsPercentBarItem();
            this.pieLabelsDataLabelsValueAndPercentBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsDataLabelsValueAndPercentBarItem();
            this.pieLabelsDataLabelsArgumentAndPercentBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsDataLabelsArgumentAndPercentBarItem();
            this.pieLabelsDataLabelsArgumentValueAndPercentBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsDataLabelsArgumentValueAndPercentBarItem();
            this.pieTooltipsBarItem1 = new DevExpress.DashboardWin.Bars.PieTooltipsBarItem();
            this.pieLabelsTooltipsNoneBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsTooltipsNoneBarItem();
            this.pieLabelsTooltipsArgumentBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsTooltipsArgumentBarItem();
            this.pieLabelsTooltipsValueBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsTooltipsValueBarItem();
            this.pieLabelsTooltipsArgumentAndValueBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsTooltipsArgumentAndValueBarItem();
            this.pieLabelsTooltipsPercentBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsTooltipsPercentBarItem();
            this.pieLabelsTooltipsValueAndPercentBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsTooltipsValueAndPercentBarItem();
            this.pieLabelsTooltipsArgumentAndPercentBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsTooltipsArgumentAndPercentBarItem();
            this.pieLabelsTooltipsArgumentValueAndPercentBarItem1 = new DevExpress.DashboardWin.Bars.PieLabelsTooltipsArgumentValueAndPercentBarItem();
            this.pieStylePieBarItem1 = new DevExpress.DashboardWin.Bars.PieStylePieBarItem();
            this.pieStyleDonutBarItem1 = new DevExpress.DashboardWin.Bars.PieStyleDonutBarItem();
            this.pieShowCaptionsBarItem1 = new DevExpress.DashboardWin.Bars.PieShowCaptionsBarItem();
            this.gaugeStyleFullCircularBarItem1 = new DevExpress.DashboardWin.Bars.GaugeStyleFullCircularBarItem();
            this.gaugeStyleHalfCircularBarItem1 = new DevExpress.DashboardWin.Bars.GaugeStyleHalfCircularBarItem();
            this.gaugeStyleLeftQuarterCircularBarItem1 = new DevExpress.DashboardWin.Bars.GaugeStyleLeftQuarterCircularBarItem();
            this.gaugeStyleRightQuarterCircularBarItem1 = new DevExpress.DashboardWin.Bars.GaugeStyleRightQuarterCircularBarItem();
            this.gaugeStyleThreeForthCircularBarItem1 = new DevExpress.DashboardWin.Bars.GaugeStyleThreeForthCircularBarItem();
            this.gaugeStyleLinearHorizontalBarItem1 = new DevExpress.DashboardWin.Bars.GaugeStyleLinearHorizontalBarItem();
            this.gaugeStyleLinearVerticalBarItem1 = new DevExpress.DashboardWin.Bars.GaugeStyleLinearVerticalBarItem();
            this.gaugeShowCaptionsBarItem1 = new DevExpress.DashboardWin.Bars.GaugeShowCaptionsBarItem();
            this.imageLoadBarItem1 = new DevExpress.DashboardWin.Bars.ImageLoadBarItem();
            this.imageImportBarItem1 = new DevExpress.DashboardWin.Bars.ImageImportBarItem();
            this.imageSizeModeClipBarItem1 = new DevExpress.DashboardWin.Bars.ImageSizeModeClipBarItem();
            this.imageSizeModeStretchBarItem1 = new DevExpress.DashboardWin.Bars.ImageSizeModeStretchBarItem();
            this.imageSizeModeSqueezeBarItem1 = new DevExpress.DashboardWin.Bars.ImageSizeModeSqueezeBarItem();
            this.imageSizeModeZoomBarItem1 = new DevExpress.DashboardWin.Bars.ImageSizeModeZoomBarItem();
            this.imageAlignmentTopLeftBarItem1 = new DevExpress.DashboardWin.Bars.ImageAlignmentTopLeftBarItem();
            this.imageAlignmentCenterLeftBarItem1 = new DevExpress.DashboardWin.Bars.ImageAlignmentCenterLeftBarItem();
            this.imageAlignmentBottomLeftBarItem1 = new DevExpress.DashboardWin.Bars.ImageAlignmentBottomLeftBarItem();
            this.imageAlignmentTopCenterBarItem1 = new DevExpress.DashboardWin.Bars.ImageAlignmentTopCenterBarItem();
            this.imageAlignmentCenterCenterBarItem1 = new DevExpress.DashboardWin.Bars.ImageAlignmentCenterCenterBarItem();
            this.imageAlignmentBottomCenterBarItem1 = new DevExpress.DashboardWin.Bars.ImageAlignmentBottomCenterBarItem();
            this.imageAlignmentTopRightBarItem1 = new DevExpress.DashboardWin.Bars.ImageAlignmentTopRightBarItem();
            this.imageAlignmentCenterRightBarItem1 = new DevExpress.DashboardWin.Bars.ImageAlignmentCenterRightBarItem();
            this.imageAlignmentBottomRightBarItem1 = new DevExpress.DashboardWin.Bars.ImageAlignmentBottomRightBarItem();
            this.textBoxEditTextBarItem1 = new DevExpress.DashboardWin.Bars.TextBoxEditTextBarItem();
            this.rangeFilterLineSeriesTypeBarItem1 = new DevExpress.DashboardWin.Bars.RangeFilterLineSeriesTypeBarItem();
            this.rangeFilterStackedLineSeriesTypeBarItem1 = new DevExpress.DashboardWin.Bars.RangeFilterStackedLineSeriesTypeBarItem();
            this.rangeFilterFullStackedLineSeriesTypeBarItem1 = new DevExpress.DashboardWin.Bars.RangeFilterFullStackedLineSeriesTypeBarItem();
            this.rangeFilterAreaSeriesTypeBarItem1 = new DevExpress.DashboardWin.Bars.RangeFilterAreaSeriesTypeBarItem();
            this.rangeFilterStackedAreaSeriesTypeBarItem1 = new DevExpress.DashboardWin.Bars.RangeFilterStackedAreaSeriesTypeBarItem();
            this.rangeFilterFullStackedAreaSeriesTypeBarItem1 = new DevExpress.DashboardWin.Bars.RangeFilterFullStackedAreaSeriesTypeBarItem();
            this.pivotInitialStateBarItem1 = new DevExpress.DashboardWin.Bars.PivotInitialStateBarItem();
            this.pivotAutoExpandColumnBarItem1 = new DevExpress.DashboardWin.Bars.PivotAutoExpandColumnBarItem();
            this.pivotAutoExpandRowBarItem1 = new DevExpress.DashboardWin.Bars.PivotAutoExpandRowBarItem();
            this.mapLoadBarItem1 = new DevExpress.DashboardWin.Bars.MapLoadBarItem();
            this.mapImportBarItem1 = new DevExpress.DashboardWin.Bars.MapImportBarItem();
            this.mapDefaultShapefileBarItem1 = new DevExpress.DashboardWin.Bars.MapDefaultShapefileBarItem();
            this.mapWorldCountriesBarItem1 = new DevExpress.DashboardWin.Bars.MapWorldCountriesBarItem();
            this.mapEuropeBarItem1 = new DevExpress.DashboardWin.Bars.MapEuropeBarItem();
            this.mapAsiaBarItem1 = new DevExpress.DashboardWin.Bars.MapAsiaBarItem();
            this.mapNorthAmericaBarItem1 = new DevExpress.DashboardWin.Bars.MapNorthAmericaBarItem();
            this.mapSouthAmericaBarItem1 = new DevExpress.DashboardWin.Bars.MapSouthAmericaBarItem();
            this.mapAfricaBarItem1 = new DevExpress.DashboardWin.Bars.MapAfricaBarItem();
            this.mapUSABarItem1 = new DevExpress.DashboardWin.Bars.MapUSABarItem();
            this.mapCanadaBarItem1 = new DevExpress.DashboardWin.Bars.MapCanadaBarItem();
            this.mapLockNavigationBarItem1 = new DevExpress.DashboardWin.Bars.MapLockNavigationBarItem();
            this.mapFullExtentBarItem1 = new DevExpress.DashboardWin.Bars.MapFullExtentBarItem();
            this.mapShowLegendBarItem1 = new DevExpress.DashboardWin.Bars.MapShowLegendBarItem();
            this.galleryMapLegendPositionItem1 = new DevExpress.DashboardWin.Bars.GalleryMapLegendPositionItem();
            this.changeWeightedLegendTypeBarItem1 = new DevExpress.DashboardWin.Bars.ChangeWeightedLegendTypeBarItem();
            this.weightedLegendNoneBarItem1 = new DevExpress.DashboardWin.Bars.WeightedLegendNoneBarItem();
            this.weightedLegendLinearBarItem1 = new DevExpress.DashboardWin.Bars.WeightedLegendLinearBarItem();
            this.weightedLegendNestedBarItem1 = new DevExpress.DashboardWin.Bars.WeightedLegendNestedBarItem();
            this.galleryWeightedLegendPositionItem1 = new DevExpress.DashboardWin.Bars.GalleryWeightedLegendPositionItem();
            this.pieMapIsWeightedBarItem1 = new DevExpress.DashboardWin.Bars.PieMapIsWeightedBarItem();
            this.quickAccessUndoBarItem1 = new DevExpress.DashboardWin.Bars.QuickAccessUndoBarItem();
            this.quickAccessRedoBarItem1 = new DevExpress.DashboardWin.Bars.QuickAccessRedoBarItem();
            this.bbiNew = new DevExpress.XtraBars.BarButtonItem();
            this.bbiOpen = new DevExpress.XtraBars.BarButtonItem();
            this.bbiSave = new DevExpress.XtraBars.BarButtonItem();
            this.bbiSaveAs = new DevExpress.XtraBars.BarButtonItem();
            this.bbiAddDatasource = new DevExpress.XtraBars.BarButtonItem();
            this.pivotToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.PivotToolsRibbonPageCategory();
            this.dataRibbonPage1 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.pivotLayoutRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.PivotLayoutRibbonPageGroup();
            this.dashboardItemDesignRibbonPage9 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup9 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.gridToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.GridToolsRibbonPageCategory();
            this.dataRibbonPage2 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup2 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.masterFilterRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.MasterFilterRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup2 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.dashboardItemDesignRibbonPage1 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.gridCellsRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.GridCellsRibbonPageGroup();
            this.chartToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.ChartToolsRibbonPageCategory();
            this.dataRibbonPage3 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup3 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.masterFilterRibbonPageGroup2 = new DevExpress.DashboardWin.Bars.MasterFilterRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup3 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.targetDimensionsRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.TargetDimensionsRibbonPageGroup();
            this.dashboardItemDesignRibbonPage2 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup2 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.chartLayoutPageGroup1 = new DevExpress.DashboardWin.Bars.ChartLayoutPageGroup();
            this.chartLegendPositionPageGroup1 = new DevExpress.DashboardWin.Bars.ChartLegendPositionPageGroup();
            this.chartStylePageGroup1 = new DevExpress.DashboardWin.Bars.ChartStylePageGroup();
            this.piesToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.PiesToolsRibbonPageCategory();
            this.dataRibbonPage4 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup4 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.masterFilterRibbonPageGroup3 = new DevExpress.DashboardWin.Bars.MasterFilterRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup4 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.targetDimensionsRibbonPageGroup2 = new DevExpress.DashboardWin.Bars.TargetDimensionsRibbonPageGroup();
            this.dashboardItemDesignRibbonPage3 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup3 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.contentArrangementRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.ContentArrangementRibbonPageGroup();
            this.pieLabelsRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.PieLabelsRibbonPageGroup();
            this.pieStyleRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.PieStyleRibbonPageGroup();
            this.gaugesToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.GaugesToolsRibbonPageCategory();
            this.dataRibbonPage5 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup5 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.masterFilterRibbonPageGroup4 = new DevExpress.DashboardWin.Bars.MasterFilterRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup5 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.dashboardItemDesignRibbonPage4 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup4 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.contentArrangementRibbonPageGroup2 = new DevExpress.DashboardWin.Bars.ContentArrangementRibbonPageGroup();
            this.gaugeStyleRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.GaugeStyleRibbonPageGroup();
            this.gaugesLabelsRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.GaugesLabelsRibbonPageGroup();
            this.cardsToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.CardsToolsRibbonPageCategory();
            this.dataRibbonPage6 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup6 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.masterFilterRibbonPageGroup5 = new DevExpress.DashboardWin.Bars.MasterFilterRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup6 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.dashboardItemDesignRibbonPage5 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup5 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.contentArrangementRibbonPageGroup3 = new DevExpress.DashboardWin.Bars.ContentArrangementRibbonPageGroup();
            this.rangeFilterToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.RangeFilterToolsRibbonPageCategory();
            this.dataRibbonPage7 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup7 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup7 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.dashboardItemDesignRibbonPage8 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup8 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.rangeFilterSeriesTypeRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.RangeFilterSeriesTypeRibbonPageGroup();
            this.choroplethMapToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.ChoroplethMapToolsRibbonPageCategory();
            this.dataRibbonPage8 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup8 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.masterFilterRibbonPageGroup6 = new DevExpress.DashboardWin.Bars.MasterFilterRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup8 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.dashboardItemDesignRibbonPage10 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup10 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.mapShapefileRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.MapShapefileRibbonPageGroup();
            this.mapNavigationPageGroup1 = new DevExpress.DashboardWin.Bars.MapNavigationPageGroup();
            this.mapLegendPositionPageGroup1 = new DevExpress.DashboardWin.Bars.MapLegendPositionPageGroup();
            this.geoPointMapToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.GeoPointMapToolsRibbonPageCategory();
            this.dataRibbonPage9 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup9 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.masterFilterRibbonPageGroup7 = new DevExpress.DashboardWin.Bars.MasterFilterRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup9 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.geoPointMapClusterizationRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.GeoPointMapClusterizationRibbonPageGroup();
            this.dashboardItemDesignRibbonPage11 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup11 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.mapShapefileRibbonPageGroup2 = new DevExpress.DashboardWin.Bars.MapShapefileRibbonPageGroup();
            this.mapNavigationPageGroup2 = new DevExpress.DashboardWin.Bars.MapNavigationPageGroup();
            this.bubbleMapToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.BubbleMapToolsRibbonPageCategory();
            this.dataRibbonPage10 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup10 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.masterFilterRibbonPageGroup8 = new DevExpress.DashboardWin.Bars.MasterFilterRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup10 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.geoPointMapClusterizationRibbonPageGroup2 = new DevExpress.DashboardWin.Bars.GeoPointMapClusterizationRibbonPageGroup();
            this.dashboardItemDesignRibbonPage12 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup12 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.mapShapefileRibbonPageGroup3 = new DevExpress.DashboardWin.Bars.MapShapefileRibbonPageGroup();
            this.mapNavigationPageGroup3 = new DevExpress.DashboardWin.Bars.MapNavigationPageGroup();
            this.mapLegendPositionPageGroup2 = new DevExpress.DashboardWin.Bars.MapLegendPositionPageGroup();
            this.weightedLegendPageGroup1 = new DevExpress.DashboardWin.Bars.WeightedLegendPageGroup();
            this.pieMapToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.PieMapToolsRibbonPageCategory();
            this.dataRibbonPage11 = new DevExpress.DashboardWin.Bars.DataRibbonPage();
            this.filteringRibbonPageGroup11 = new DevExpress.DashboardWin.Bars.FilteringRibbonPageGroup();
            this.masterFilterRibbonPageGroup9 = new DevExpress.DashboardWin.Bars.MasterFilterRibbonPageGroup();
            this.interactivitySettingsRibbonPageGroup11 = new DevExpress.DashboardWin.Bars.InteractivitySettingsRibbonPageGroup();
            this.geoPointMapClusterizationRibbonPageGroup3 = new DevExpress.DashboardWin.Bars.GeoPointMapClusterizationRibbonPageGroup();
            this.dashboardItemDesignRibbonPage13 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup13 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.mapShapefileRibbonPageGroup4 = new DevExpress.DashboardWin.Bars.MapShapefileRibbonPageGroup();
            this.mapNavigationPageGroup4 = new DevExpress.DashboardWin.Bars.MapNavigationPageGroup();
            this.mapLegendPositionPageGroup3 = new DevExpress.DashboardWin.Bars.MapLegendPositionPageGroup();
            this.weightedLegendPageGroup2 = new DevExpress.DashboardWin.Bars.WeightedLegendPageGroup();
            this.pieMapOptionsPageGroup1 = new DevExpress.DashboardWin.Bars.PieMapOptionsPageGroup();
            this.imageToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.ImageToolsRibbonPageCategory();
            this.dashboardItemDesignRibbonPage6 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup6 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.imageOpenRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.ImageOpenRibbonPageGroup();
            this.imageSizeModeRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.ImageSizeModeRibbonPageGroup();
            this.imageAlignmentRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.ImageAlignmentRibbonPageGroup();
            this.textBoxToolsRibbonPageCategory1 = new DevExpress.DashboardWin.Bars.TextBoxToolsRibbonPageCategory();
            this.dashboardItemDesignRibbonPage7 = new DevExpress.DashboardWin.Bars.DashboardItemDesignRibbonPage();
            this.commonItemDesignRibbonPageGroup7 = new DevExpress.DashboardWin.Bars.CommonItemDesignRibbonPageGroup();
            this.textBoxSettingsRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.TextBoxSettingsRibbonPageGroup();
            this.homeRibbonPage1 = new DevExpress.DashboardWin.Bars.HomeRibbonPage();
            this.fileRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.FileRibbonPageGroup();
            this.historyRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.HistoryRibbonPageGroup();
            this.insertRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.InsertRibbonPageGroup();
            this.itemOperationRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.ItemOperationRibbonPageGroup();
            this.dashboardDesignRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.DashboardDesignRibbonPageGroup();
            this.quickAccessHistoryRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.QuickAccessHistoryRibbonPageGroup();
            this.dataSourceRibbonPage1 = new DevExpress.DashboardWin.Bars.DataSourceRibbonPage();
            this.dataSourceRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.DataSourceRibbonPageGroup();
            this.dataSourceElementsRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.DataSourceElementsRibbonPageGroup();
            this.dataSourceFilteringRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.DataSourceFilteringRibbonPageGroup();
            this.viewRibbonPage1 = new DevExpress.DashboardWin.Bars.ViewRibbonPage();
            this.skinsRibbonPageGroup1 = new DevExpress.DashboardWin.Bars.SkinsRibbonPageGroup();
            this.dashboardBarControllerMain = new DevExpress.DashboardWin.Bars.DashboardBarController();
            this.appDashboardDSTableAdapter = new NICSQLTools.Data.dsDataSourceTableAdapters.AppDatasourceTableAdapter();
            this.dsData = new NICSQLTools.Data.dsData();
            this.appDashboardSchemaTableAdapter = new NICSQLTools.Data.dsDataTableAdapters.AppDashboardSchemaTableAdapter();
            this.dsDataSource = new NICSQLTools.Data.dsDataSource();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dashboardBackstageViewControl1)).BeginInit();
            this.dashboardBackstageViewControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dashboardBarAndDockingControllerMain)).BeginInit();
            this.backstageViewClientControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dashboardBarControllerMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsData)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsDataSource)).BeginInit();
            this.SuspendLayout();
            // 
            // dashboardDesignerMain
            // 
            this.dashboardDesignerMain.ActionOnClose = DevExpress.DashboardWin.DashboardActionOnClose.Discard;
            this.dashboardDesignerMain.AutoScroll = true;
            this.dashboardDesignerMain.CustomDBSchemaProvider = null;
            this.dashboardDesignerMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dashboardDesignerMain.Location = new System.Drawing.Point(0, 142);
            this.dashboardDesignerMain.MenuManager = this.ribbonControlMain;
            this.dashboardDesignerMain.Name = "dashboardDesignerMain";
            this.dashboardDesignerMain.PrintingOptions.DocumentContentOptions.FilterState = DevExpress.DashboardWin.DashboardPrintingFilterState.SeparatePage;
            this.dashboardDesignerMain.PrintingOptions.FontInfo.GdiCharSet = ((byte)(0));
            this.dashboardDesignerMain.PrintingOptions.FontInfo.Name = null;
            this.dashboardDesignerMain.Size = new System.Drawing.Size(982, 391);
            this.dashboardDesignerMain.TabIndex = 0;
            // 
            // ribbonControlMain
            // 
            this.ribbonControlMain.ApplicationButtonDropDownControl = this.dashboardBackstageViewControl1;
            this.ribbonControlMain.AutoSaveLayoutToXml = true;
            this.ribbonControlMain.AutoSaveLayoutToXmlPath = "RibbonSettingsDashboard.xml";
            this.ribbonControlMain.Controller = this.dashboardBarAndDockingControllerMain;
            this.ribbonControlMain.ExpandCollapseItem.Id = 0;
            this.ribbonControlMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControlMain.ExpandCollapseItem,
            this.fileNewBarItem1,
            this.fileOpenBarItem1,
            this.fileSaveBarItem1,
            this.fileSaveAsBarItem1,
            this.undoBarItem1,
            this.redoBarItem1,
            this.newDataSourceBarItem1,
            this.editDataSourceBarItem1,
            this.renameDataSourceBarItem1,
            this.deleteDataSourceBarItem1,
            this.serverModeBarItem1,
            this.addCalculatedFieldBarItem1,
            this.dashboardParametersBarItem1,
            this.editDataSourceFilterBarItem1,
            this.clearDataSourceFilterBarItem1,
            this.insertPivotBarItem1,
            this.insertGridBarItem1,
            this.insertChartBarItem1,
            this.insertPiesBarItem1,
            this.insertGaugesBarItem1,
            this.insertCardsBarItem1,
            this.insertChoroplethMapBarItem1,
            this.insertGeoPointMapBarSubItem1,
            this.insertGeoPointMapBarItem1,
            this.insertBubbleMapBarItem1,
            this.insertPieMapBarItem1,
            this.insertRangeFilterBarItem1,
            this.insertImageBarItem1,
            this.insertTextBoxBarItem1,
            this.duplicateItemBarItem1,
            this.deleteItemBarItem1,
            this.convertDashboardItemTypeBarItem1,
            this.convertToPivotBarItem1,
            this.convertToGridBarItem1,
            this.convertToChartBarItem1,
            this.convertToPieBarItem1,
            this.convertToGaugeBarItem1,
            this.convertToCardBarItem1,
            this.convertToChoroplethMapBarItem1,
            this.convertToGeoPointMapBarItem1,
            this.convertToBubbleMapBarItem1,
            this.convertToPieMapBarItem1,
            this.convertGeoPointMapBaseBarItem1,
            this.convertToRangeFilterBarItem1,
            this.removeDataItemsBarItem1,
            this.transposeItemBarItem1,
            this.dashboardTitleBarItem1,
            this.setCurrencyCultureBarItem1,
            this.dashboardSkinsBarItem1,
            this.editFilterBarItem1,
            this.clearFilterBarItem1,
            this.masterFilterBarItem1,
            this.multipleValuesMasterFilterBarItem1,
            this.drillDownBarItem1,
            this.ignoreMasterFiltersBarItem1,
            this.crossDataSourceFilteringBarItem1,
            this.chartTargetDimensionsArgumentsBarItem1,
            this.chartTargetDimensionsSeriesBarItem1,
            this.pieTargetDimensionsArgumentsBarItem1,
            this.pieTargetDimensionsSeriesBarItem1,
            this.geoPointMapClusterizationBarItem1,
            this.showItemCaptionBarItem1,
            this.editItemNamesBarItem1,
            this.contentAutoArrangeBarItem1,
            this.contentArrangeInColumnsBarItem1,
            this.contentArrangeInRowsBarItem1,
            this.contentArrangementCountBarItem1,
            this.gridHorizontalLinesBarItem1,
            this.gridVerticalLinesBarItem1,
            this.gridMergeCellsBarItem1,
            this.gridBandedRowsBarItem1,
            this.gridColumnHeadersBarItem1,
            this.chartRotateBarItem1,
            this.chartXAxisSettingsBarItem1,
            this.chartYAxisSettingsBarItem1,
            this.chartShowLegendBarItem1,
            this.galleryChartLegendPositionItem1,
            this.galleryChartSeriesTypeItem1,
            this.pieLabelsDataLabelsBarItem1,
            this.pieLabelsDataLabelsNoneBarItem1,
            this.pieLabelsDataLabelArgumentBarItem1,
            this.pieLabelsDataLabelsValueBarItem1,
            this.pieLabelsDataLabelsArgumentAndValueBarItem1,
            this.pieLabelsDataLabelsPercentBarItem1,
            this.pieLabelsDataLabelsValueAndPercentBarItem1,
            this.pieLabelsDataLabelsArgumentAndPercentBarItem1,
            this.pieLabelsDataLabelsArgumentValueAndPercentBarItem1,
            this.pieTooltipsBarItem1,
            this.pieLabelsTooltipsNoneBarItem1,
            this.pieLabelsTooltipsArgumentBarItem1,
            this.pieLabelsTooltipsValueBarItem1,
            this.pieLabelsTooltipsArgumentAndValueBarItem1,
            this.pieLabelsTooltipsPercentBarItem1,
            this.pieLabelsTooltipsValueAndPercentBarItem1,
            this.pieLabelsTooltipsArgumentAndPercentBarItem1,
            this.pieLabelsTooltipsArgumentValueAndPercentBarItem1,
            this.pieStylePieBarItem1,
            this.pieStyleDonutBarItem1,
            this.pieShowCaptionsBarItem1,
            this.gaugeStyleFullCircularBarItem1,
            this.gaugeStyleHalfCircularBarItem1,
            this.gaugeStyleLeftQuarterCircularBarItem1,
            this.gaugeStyleRightQuarterCircularBarItem1,
            this.gaugeStyleThreeForthCircularBarItem1,
            this.gaugeStyleLinearHorizontalBarItem1,
            this.gaugeStyleLinearVerticalBarItem1,
            this.gaugeShowCaptionsBarItem1,
            this.imageLoadBarItem1,
            this.imageImportBarItem1,
            this.imageSizeModeClipBarItem1,
            this.imageSizeModeStretchBarItem1,
            this.imageSizeModeSqueezeBarItem1,
            this.imageSizeModeZoomBarItem1,
            this.imageAlignmentTopLeftBarItem1,
            this.imageAlignmentCenterLeftBarItem1,
            this.imageAlignmentBottomLeftBarItem1,
            this.imageAlignmentTopCenterBarItem1,
            this.imageAlignmentCenterCenterBarItem1,
            this.imageAlignmentBottomCenterBarItem1,
            this.imageAlignmentTopRightBarItem1,
            this.imageAlignmentCenterRightBarItem1,
            this.imageAlignmentBottomRightBarItem1,
            this.textBoxEditTextBarItem1,
            this.rangeFilterLineSeriesTypeBarItem1,
            this.rangeFilterStackedLineSeriesTypeBarItem1,
            this.rangeFilterFullStackedLineSeriesTypeBarItem1,
            this.rangeFilterAreaSeriesTypeBarItem1,
            this.rangeFilterStackedAreaSeriesTypeBarItem1,
            this.rangeFilterFullStackedAreaSeriesTypeBarItem1,
            this.pivotInitialStateBarItem1,
            this.pivotAutoExpandColumnBarItem1,
            this.pivotAutoExpandRowBarItem1,
            this.mapLoadBarItem1,
            this.mapImportBarItem1,
            this.mapDefaultShapefileBarItem1,
            this.mapWorldCountriesBarItem1,
            this.mapEuropeBarItem1,
            this.mapAsiaBarItem1,
            this.mapNorthAmericaBarItem1,
            this.mapSouthAmericaBarItem1,
            this.mapAfricaBarItem1,
            this.mapUSABarItem1,
            this.mapCanadaBarItem1,
            this.mapLockNavigationBarItem1,
            this.mapFullExtentBarItem1,
            this.mapShowLegendBarItem1,
            this.galleryMapLegendPositionItem1,
            this.changeWeightedLegendTypeBarItem1,
            this.weightedLegendNoneBarItem1,
            this.weightedLegendLinearBarItem1,
            this.weightedLegendNestedBarItem1,
            this.galleryWeightedLegendPositionItem1,
            this.pieMapIsWeightedBarItem1,
            this.quickAccessUndoBarItem1,
            this.quickAccessRedoBarItem1,
            this.bbiNew,
            this.bbiOpen,
            this.bbiSave,
            this.bbiSaveAs,
            this.bbiAddDatasource});
            this.ribbonControlMain.Location = new System.Drawing.Point(0, 0);
            this.ribbonControlMain.MaxItemId = 161;
            this.ribbonControlMain.Name = "ribbonControlMain";
            this.ribbonControlMain.PageCategories.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageCategory[] {
            this.pivotToolsRibbonPageCategory1,
            this.gridToolsRibbonPageCategory1,
            this.chartToolsRibbonPageCategory1,
            this.piesToolsRibbonPageCategory1,
            this.gaugesToolsRibbonPageCategory1,
            this.cardsToolsRibbonPageCategory1,
            this.rangeFilterToolsRibbonPageCategory1,
            this.choroplethMapToolsRibbonPageCategory1,
            this.geoPointMapToolsRibbonPageCategory1,
            this.bubbleMapToolsRibbonPageCategory1,
            this.pieMapToolsRibbonPageCategory1,
            this.imageToolsRibbonPageCategory1,
            this.textBoxToolsRibbonPageCategory1});
            this.ribbonControlMain.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.homeRibbonPage1,
            this.dataSourceRibbonPage1,
            this.viewRibbonPage1});
            this.ribbonControlMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemSpinEdit1});
            this.ribbonControlMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
            this.ribbonControlMain.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControlMain.ShowFullScreenButton = DevExpress.Utils.DefaultBoolean.True;
            this.ribbonControlMain.Size = new System.Drawing.Size(982, 142);
            this.ribbonControlMain.Toolbar.ItemLinks.Add(this.bbiSave);
            this.ribbonControlMain.Toolbar.ItemLinks.Add(this.quickAccessUndoBarItem1);
            this.ribbonControlMain.Toolbar.ItemLinks.Add(this.quickAccessRedoBarItem1);
            this.ribbonControlMain.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Above;
            // 
            // dashboardBackstageViewControl1
            // 
            this.dashboardBackstageViewControl1.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Yellow;
            this.dashboardBackstageViewControl1.Controller = this.dashboardBarAndDockingControllerMain;
            this.dashboardBackstageViewControl1.Controls.Add(this.backstageViewClientControl1);
            this.dashboardBackstageViewControl1.DashboardRecentTab = this.dashboardBackstageRecentTab1;
            this.dashboardBackstageViewControl1.Items.Add(this.dashboardBackstageNewButton1);
            this.dashboardBackstageViewControl1.Items.Add(this.dashboardBackstageOpenButton1);
            this.dashboardBackstageViewControl1.Items.Add(this.dashboardBackstageSaveButton1);
            this.dashboardBackstageViewControl1.Items.Add(this.dashboardBackstageSaveAsButton1);
            this.dashboardBackstageViewControl1.Items.Add(this.dashboardBackstageRecentTab1);
            this.dashboardBackstageViewControl1.Location = new System.Drawing.Point(0, 0);
            this.dashboardBackstageViewControl1.Name = "dashboardBackstageViewControl1";
            this.dashboardBackstageViewControl1.Ribbon = this.ribbonControlMain;
            this.dashboardBackstageViewControl1.SelectedTab = this.dashboardBackstageRecentTab1;
            this.dashboardBackstageViewControl1.SelectedTabIndex = 4;
            this.dashboardBackstageViewControl1.Size = new System.Drawing.Size(240, 150);
            this.dashboardBackstageViewControl1.TabIndex = 2;
            // 
            // dashboardBarAndDockingControllerMain
            // 
            this.dashboardBarAndDockingControllerMain.PropertiesBar.DefaultGlyphSize = new System.Drawing.Size(16, 16);
            this.dashboardBarAndDockingControllerMain.PropertiesBar.DefaultLargeGlyphSize = new System.Drawing.Size(32, 32);
            // 
            // backstageViewClientControl1
            // 
            this.backstageViewClientControl1.Controls.Add(this.recentDashboardsControl1);
            this.backstageViewClientControl1.Location = new System.Drawing.Point(133, 63);
            this.backstageViewClientControl1.Name = "backstageViewClientControl1";
            this.backstageViewClientControl1.Size = new System.Drawing.Size(106, 86);
            this.backstageViewClientControl1.TabIndex = 0;
            // 
            // recentDashboardsControl1
            // 
            this.recentDashboardsControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.recentDashboardsControl1.ForeColor = System.Drawing.Color.Transparent;
            this.recentDashboardsControl1.Location = new System.Drawing.Point(0, 0);
            this.recentDashboardsControl1.Name = "recentDashboardsControl1";
            this.recentDashboardsControl1.ServiceProvider = this.dashboardDesignerMain;
            this.recentDashboardsControl1.Size = new System.Drawing.Size(106, 86);
            this.recentDashboardsControl1.TabIndex = 0;
            // 
            // dashboardBackstageRecentTab1
            // 
            this.dashboardBackstageRecentTab1.ContentControl = this.backstageViewClientControl1;
            this.dashboardBackstageRecentTab1.Name = "dashboardBackstageRecentTab1";
            this.dashboardBackstageRecentTab1.RecentDashboardsControl = this.recentDashboardsControl1;
            this.dashboardBackstageRecentTab1.Selected = true;
            // 
            // dashboardBackstageNewButton1
            // 
            this.dashboardBackstageNewButton1.Glyph = ((System.Drawing.Image)(resources.GetObject("dashboardBackstageNewButton1.Glyph")));
            this.dashboardBackstageNewButton1.Name = "dashboardBackstageNewButton1";
            this.dashboardBackstageNewButton1.ServiceProvider = this.dashboardDesignerMain;
            // 
            // dashboardBackstageOpenButton1
            // 
            this.dashboardBackstageOpenButton1.Glyph = ((System.Drawing.Image)(resources.GetObject("dashboardBackstageOpenButton1.Glyph")));
            this.dashboardBackstageOpenButton1.Name = "dashboardBackstageOpenButton1";
            this.dashboardBackstageOpenButton1.ServiceProvider = this.dashboardDesignerMain;
            // 
            // dashboardBackstageSaveButton1
            // 
            this.dashboardBackstageSaveButton1.Glyph = ((System.Drawing.Image)(resources.GetObject("dashboardBackstageSaveButton1.Glyph")));
            this.dashboardBackstageSaveButton1.Name = "dashboardBackstageSaveButton1";
            this.dashboardBackstageSaveButton1.ServiceProvider = this.dashboardDesignerMain;
            // 
            // dashboardBackstageSaveAsButton1
            // 
            this.dashboardBackstageSaveAsButton1.Glyph = ((System.Drawing.Image)(resources.GetObject("dashboardBackstageSaveAsButton1.Glyph")));
            this.dashboardBackstageSaveAsButton1.Name = "dashboardBackstageSaveAsButton1";
            this.dashboardBackstageSaveAsButton1.ServiceProvider = this.dashboardDesignerMain;
            // 
            // fileNewBarItem1
            // 
            this.fileNewBarItem1.Id = 1;
            this.fileNewBarItem1.Name = "fileNewBarItem1";
            // 
            // fileOpenBarItem1
            // 
            this.fileOpenBarItem1.Id = 2;
            this.fileOpenBarItem1.Name = "fileOpenBarItem1";
            // 
            // fileSaveBarItem1
            // 
            this.fileSaveBarItem1.Id = 3;
            this.fileSaveBarItem1.Name = "fileSaveBarItem1";
            // 
            // fileSaveAsBarItem1
            // 
            this.fileSaveAsBarItem1.Id = 4;
            this.fileSaveAsBarItem1.Name = "fileSaveAsBarItem1";
            // 
            // undoBarItem1
            // 
            this.undoBarItem1.Id = 5;
            this.undoBarItem1.Name = "undoBarItem1";
            // 
            // redoBarItem1
            // 
            this.redoBarItem1.Id = 6;
            this.redoBarItem1.Name = "redoBarItem1";
            // 
            // newDataSourceBarItem1
            // 
            this.newDataSourceBarItem1.Id = 7;
            this.newDataSourceBarItem1.Name = "newDataSourceBarItem1";
            // 
            // editDataSourceBarItem1
            // 
            this.editDataSourceBarItem1.Id = 8;
            this.editDataSourceBarItem1.Name = "editDataSourceBarItem1";
            // 
            // renameDataSourceBarItem1
            // 
            this.renameDataSourceBarItem1.Id = 9;
            this.renameDataSourceBarItem1.Name = "renameDataSourceBarItem1";
            // 
            // deleteDataSourceBarItem1
            // 
            this.deleteDataSourceBarItem1.Id = 10;
            this.deleteDataSourceBarItem1.Name = "deleteDataSourceBarItem1";
            // 
            // serverModeBarItem1
            // 
            this.serverModeBarItem1.Id = 11;
            this.serverModeBarItem1.Name = "serverModeBarItem1";
            // 
            // addCalculatedFieldBarItem1
            // 
            this.addCalculatedFieldBarItem1.Id = 12;
            this.addCalculatedFieldBarItem1.Name = "addCalculatedFieldBarItem1";
            // 
            // dashboardParametersBarItem1
            // 
            this.dashboardParametersBarItem1.Id = 13;
            this.dashboardParametersBarItem1.Name = "dashboardParametersBarItem1";
            // 
            // editDataSourceFilterBarItem1
            // 
            this.editDataSourceFilterBarItem1.Id = 14;
            this.editDataSourceFilterBarItem1.Name = "editDataSourceFilterBarItem1";
            // 
            // clearDataSourceFilterBarItem1
            // 
            this.clearDataSourceFilterBarItem1.Id = 15;
            this.clearDataSourceFilterBarItem1.Name = "clearDataSourceFilterBarItem1";
            // 
            // insertPivotBarItem1
            // 
            this.insertPivotBarItem1.Id = 16;
            this.insertPivotBarItem1.Name = "insertPivotBarItem1";
            // 
            // insertGridBarItem1
            // 
            this.insertGridBarItem1.Id = 17;
            this.insertGridBarItem1.Name = "insertGridBarItem1";
            // 
            // insertChartBarItem1
            // 
            this.insertChartBarItem1.Id = 18;
            this.insertChartBarItem1.Name = "insertChartBarItem1";
            // 
            // insertPiesBarItem1
            // 
            this.insertPiesBarItem1.Id = 19;
            this.insertPiesBarItem1.Name = "insertPiesBarItem1";
            // 
            // insertGaugesBarItem1
            // 
            this.insertGaugesBarItem1.Id = 20;
            this.insertGaugesBarItem1.Name = "insertGaugesBarItem1";
            // 
            // insertCardsBarItem1
            // 
            this.insertCardsBarItem1.Id = 21;
            this.insertCardsBarItem1.Name = "insertCardsBarItem1";
            // 
            // insertChoroplethMapBarItem1
            // 
            this.insertChoroplethMapBarItem1.Id = 22;
            this.insertChoroplethMapBarItem1.Name = "insertChoroplethMapBarItem1";
            // 
            // insertGeoPointMapBarSubItem1
            // 
            this.insertGeoPointMapBarSubItem1.Id = 23;
            this.insertGeoPointMapBarSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.insertGeoPointMapBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertBubbleMapBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertPieMapBarItem1)});
            this.insertGeoPointMapBarSubItem1.Name = "insertGeoPointMapBarSubItem1";
            this.insertGeoPointMapBarSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
            // 
            // insertGeoPointMapBarItem1
            // 
            this.insertGeoPointMapBarItem1.Id = 24;
            this.insertGeoPointMapBarItem1.Name = "insertGeoPointMapBarItem1";
            // 
            // insertBubbleMapBarItem1
            // 
            this.insertBubbleMapBarItem1.Id = 25;
            this.insertBubbleMapBarItem1.Name = "insertBubbleMapBarItem1";
            // 
            // insertPieMapBarItem1
            // 
            this.insertPieMapBarItem1.Id = 26;
            this.insertPieMapBarItem1.Name = "insertPieMapBarItem1";
            // 
            // insertRangeFilterBarItem1
            // 
            this.insertRangeFilterBarItem1.Id = 27;
            this.insertRangeFilterBarItem1.Name = "insertRangeFilterBarItem1";
            // 
            // insertImageBarItem1
            // 
            this.insertImageBarItem1.Id = 28;
            this.insertImageBarItem1.Name = "insertImageBarItem1";
            // 
            // insertTextBoxBarItem1
            // 
            this.insertTextBoxBarItem1.Id = 29;
            this.insertTextBoxBarItem1.Name = "insertTextBoxBarItem1";
            // 
            // duplicateItemBarItem1
            // 
            this.duplicateItemBarItem1.Id = 30;
            this.duplicateItemBarItem1.Name = "duplicateItemBarItem1";
            // 
            // deleteItemBarItem1
            // 
            this.deleteItemBarItem1.Id = 31;
            this.deleteItemBarItem1.Name = "deleteItemBarItem1";
            // 
            // convertDashboardItemTypeBarItem1
            // 
            this.convertDashboardItemTypeBarItem1.Id = 32;
            this.convertDashboardItemTypeBarItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToPivotBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToGridBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToChartBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToPieBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToGaugeBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToCardBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToChoroplethMapBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.convertGeoPointMapBaseBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToRangeFilterBarItem1)});
            this.convertDashboardItemTypeBarItem1.Name = "convertDashboardItemTypeBarItem1";
            this.convertDashboardItemTypeBarItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
            // 
            // convertToPivotBarItem1
            // 
            this.convertToPivotBarItem1.Id = 33;
            this.convertToPivotBarItem1.Name = "convertToPivotBarItem1";
            // 
            // convertToGridBarItem1
            // 
            this.convertToGridBarItem1.Id = 34;
            this.convertToGridBarItem1.Name = "convertToGridBarItem1";
            // 
            // convertToChartBarItem1
            // 
            this.convertToChartBarItem1.Id = 35;
            this.convertToChartBarItem1.Name = "convertToChartBarItem1";
            // 
            // convertToPieBarItem1
            // 
            this.convertToPieBarItem1.Id = 36;
            this.convertToPieBarItem1.Name = "convertToPieBarItem1";
            // 
            // convertToGaugeBarItem1
            // 
            this.convertToGaugeBarItem1.Id = 37;
            this.convertToGaugeBarItem1.Name = "convertToGaugeBarItem1";
            // 
            // convertToCardBarItem1
            // 
            this.convertToCardBarItem1.Id = 38;
            this.convertToCardBarItem1.Name = "convertToCardBarItem1";
            // 
            // convertToChoroplethMapBarItem1
            // 
            this.convertToChoroplethMapBarItem1.Id = 39;
            this.convertToChoroplethMapBarItem1.Name = "convertToChoroplethMapBarItem1";
            // 
            // convertGeoPointMapBaseBarItem1
            // 
            this.convertGeoPointMapBaseBarItem1.Id = 43;
            this.convertGeoPointMapBaseBarItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToGeoPointMapBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToBubbleMapBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.convertToPieMapBarItem1)});
            this.convertGeoPointMapBaseBarItem1.Name = "convertGeoPointMapBaseBarItem1";
            // 
            // convertToGeoPointMapBarItem1
            // 
            this.convertToGeoPointMapBarItem1.Id = 40;
            this.convertToGeoPointMapBarItem1.Name = "convertToGeoPointMapBarItem1";
            // 
            // convertToBubbleMapBarItem1
            // 
            this.convertToBubbleMapBarItem1.Id = 41;
            this.convertToBubbleMapBarItem1.Name = "convertToBubbleMapBarItem1";
            // 
            // convertToPieMapBarItem1
            // 
            this.convertToPieMapBarItem1.Id = 42;
            this.convertToPieMapBarItem1.Name = "convertToPieMapBarItem1";
            // 
            // convertToRangeFilterBarItem1
            // 
            this.convertToRangeFilterBarItem1.Id = 44;
            this.convertToRangeFilterBarItem1.Name = "convertToRangeFilterBarItem1";
            // 
            // removeDataItemsBarItem1
            // 
            this.removeDataItemsBarItem1.Id = 45;
            this.removeDataItemsBarItem1.Name = "removeDataItemsBarItem1";
            // 
            // transposeItemBarItem1
            // 
            this.transposeItemBarItem1.Id = 46;
            this.transposeItemBarItem1.Name = "transposeItemBarItem1";
            // 
            // dashboardTitleBarItem1
            // 
            this.dashboardTitleBarItem1.Id = 47;
            this.dashboardTitleBarItem1.Name = "dashboardTitleBarItem1";
            // 
            // setCurrencyCultureBarItem1
            // 
            this.setCurrencyCultureBarItem1.Id = 48;
            this.setCurrencyCultureBarItem1.Name = "setCurrencyCultureBarItem1";
            // 
            // dashboardSkinsBarItem1
            // 
            // 
            // 
            // 
            this.dashboardSkinsBarItem1.Gallery.AllowHoverImages = true;
            this.dashboardSkinsBarItem1.Gallery.ColumnCount = 4;
            this.dashboardSkinsBarItem1.Gallery.FixedHoverImageSize = false;
            galleryItemGroup1.Caption = "Standard Skins";
            galleryItem1.Caption = "DevExpress Style";
            galleryItem1.Checked = true;
            galleryItem1.Hint = "DevExpress Style";
            galleryItem1.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem1.HoverImage")));
            galleryItem1.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem1.Image")));
            galleryItem1.Tag = "DevExpress Style";
            galleryItem2.Caption = "DevExpress Dark Style";
            galleryItem2.Hint = "DevExpress Dark Style";
            galleryItem2.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem2.HoverImage")));
            galleryItem2.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem2.Image")));
            galleryItem2.Tag = "DevExpress Dark Style";
            galleryItem3.Caption = "Office 2013 White";
            galleryItem3.Hint = "Office 2013 White";
            galleryItem3.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem3.HoverImage")));
            galleryItem3.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem3.Image")));
            galleryItem3.Tag = "Office 2013";
            galleryItem4.Caption = "Office 2013 Dark Gray";
            galleryItem4.Hint = "Office 2013 Dark Gray";
            galleryItem4.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem4.HoverImage")));
            galleryItem4.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem4.Image")));
            galleryItem4.Tag = "Office 2013 Dark Gray";
            galleryItem5.Caption = "Office 2013 Light Gray";
            galleryItem5.Hint = "Office 2013 Light Gray";
            galleryItem5.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem5.HoverImage")));
            galleryItem5.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem5.Image")));
            galleryItem5.Tag = "Office 2013 Light Gray";
            galleryItem6.Caption = "Office 2010 Blue";
            galleryItem6.Hint = "Office 2010 Blue";
            galleryItem6.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem6.HoverImage")));
            galleryItem6.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem6.Image")));
            galleryItem6.Tag = "Office 2010 Blue";
            galleryItem7.Caption = "Office 2010 Black";
            galleryItem7.Hint = "Office 2010 Black";
            galleryItem7.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem7.HoverImage")));
            galleryItem7.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem7.Image")));
            galleryItem7.Tag = "Office 2010 Black";
            galleryItem8.Caption = "Office 2010 Silver";
            galleryItem8.Hint = "Office 2010 Silver";
            galleryItem8.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem8.HoverImage")));
            galleryItem8.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem8.Image")));
            galleryItem8.Tag = "Office 2010 Silver";
            galleryItem9.Caption = "Visual Studio 2013 Blue";
            galleryItem9.Hint = "Visual Studio 2013 Blue";
            galleryItem9.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem9.HoverImage")));
            galleryItem9.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem9.Image")));
            galleryItem9.Tag = "Visual Studio 2013 Blue";
            galleryItem10.Caption = "Visual Studio 2013 Dark";
            galleryItem10.Hint = "Visual Studio 2013 Dark";
            galleryItem10.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem10.HoverImage")));
            galleryItem10.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem10.Image")));
            galleryItem10.Tag = "Visual Studio 2013 Dark";
            galleryItem11.Caption = "Visual Studio 2013 Light";
            galleryItem11.Hint = "Visual Studio 2013 Light";
            galleryItem11.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem11.HoverImage")));
            galleryItem11.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem11.Image")));
            galleryItem11.Tag = "Visual Studio 2013 Light";
            galleryItem12.Caption = "Seven Classic";
            galleryItem12.Hint = "Seven Classic";
            galleryItem12.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem12.HoverImage")));
            galleryItem12.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem12.Image")));
            galleryItem12.Tag = "Seven Classic";
            galleryItem13.Caption = "Visual Studio 2010";
            galleryItem13.Hint = "Visual Studio 2010";
            galleryItem13.HoverImage = ((System.Drawing.Image)(resources.GetObject("galleryItem13.HoverImage")));
            galleryItem13.Image = ((System.Drawing.Image)(resources.GetObject("galleryItem13.Image")));
            galleryItem13.Tag = "VS2010";
            galleryItemGroup1.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            galleryItem1,
            galleryItem2,
            galleryItem3,
            galleryItem4,
            galleryItem5,
            galleryItem6,
            galleryItem7,
            galleryItem8,
            galleryItem9,
            galleryItem10,
            galleryItem11,
            galleryItem12,
            galleryItem13});
            galleryItemGroup2.Caption = "Bonus Skins";
            galleryItemGroup2.Visible = false;
            galleryItemGroup3.Caption = "Theme Skins";
            galleryItemGroup3.Visible = false;
            galleryItemGroup4.Caption = "Custom Skins";
            galleryItemGroup4.Visible = false;
            this.dashboardSkinsBarItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1,
            galleryItemGroup2,
            galleryItemGroup3,
            galleryItemGroup4});
            this.dashboardSkinsBarItem1.Gallery.ImageSize = new System.Drawing.Size(32, 16);
            this.dashboardSkinsBarItem1.Gallery.ItemCheckMode = DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.SingleRadio;
            this.dashboardSkinsBarItem1.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.dashboardSkinsBarItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("dashboardSkinsBarItem1.Glyph")));
            this.dashboardSkinsBarItem1.Id = 49;
            this.dashboardSkinsBarItem1.Name = "dashboardSkinsBarItem1";
            // 
            // editFilterBarItem1
            // 
            this.editFilterBarItem1.Id = 50;
            this.editFilterBarItem1.Name = "editFilterBarItem1";
            // 
            // clearFilterBarItem1
            // 
            this.clearFilterBarItem1.Id = 51;
            this.clearFilterBarItem1.Name = "clearFilterBarItem1";
            // 
            // masterFilterBarItem1
            // 
            this.masterFilterBarItem1.Id = 52;
            this.masterFilterBarItem1.Name = "masterFilterBarItem1";
            // 
            // multipleValuesMasterFilterBarItem1
            // 
            this.multipleValuesMasterFilterBarItem1.Id = 53;
            this.multipleValuesMasterFilterBarItem1.Name = "multipleValuesMasterFilterBarItem1";
            // 
            // drillDownBarItem1
            // 
            this.drillDownBarItem1.Id = 54;
            this.drillDownBarItem1.Name = "drillDownBarItem1";
            // 
            // ignoreMasterFiltersBarItem1
            // 
            this.ignoreMasterFiltersBarItem1.Id = 55;
            this.ignoreMasterFiltersBarItem1.Name = "ignoreMasterFiltersBarItem1";
            // 
            // crossDataSourceFilteringBarItem1
            // 
            this.crossDataSourceFilteringBarItem1.Id = 56;
            this.crossDataSourceFilteringBarItem1.Name = "crossDataSourceFilteringBarItem1";
            // 
            // chartTargetDimensionsArgumentsBarItem1
            // 
            this.chartTargetDimensionsArgumentsBarItem1.Id = 57;
            this.chartTargetDimensionsArgumentsBarItem1.Name = "chartTargetDimensionsArgumentsBarItem1";
            // 
            // chartTargetDimensionsSeriesBarItem1
            // 
            this.chartTargetDimensionsSeriesBarItem1.Id = 58;
            this.chartTargetDimensionsSeriesBarItem1.Name = "chartTargetDimensionsSeriesBarItem1";
            // 
            // pieTargetDimensionsArgumentsBarItem1
            // 
            this.pieTargetDimensionsArgumentsBarItem1.Id = 59;
            this.pieTargetDimensionsArgumentsBarItem1.Name = "pieTargetDimensionsArgumentsBarItem1";
            // 
            // pieTargetDimensionsSeriesBarItem1
            // 
            this.pieTargetDimensionsSeriesBarItem1.Id = 60;
            this.pieTargetDimensionsSeriesBarItem1.Name = "pieTargetDimensionsSeriesBarItem1";
            // 
            // geoPointMapClusterizationBarItem1
            // 
            this.geoPointMapClusterizationBarItem1.Id = 61;
            this.geoPointMapClusterizationBarItem1.Name = "geoPointMapClusterizationBarItem1";
            // 
            // showItemCaptionBarItem1
            // 
            this.showItemCaptionBarItem1.Id = 62;
            this.showItemCaptionBarItem1.Name = "showItemCaptionBarItem1";
            // 
            // editItemNamesBarItem1
            // 
            this.editItemNamesBarItem1.Id = 63;
            this.editItemNamesBarItem1.Name = "editItemNamesBarItem1";
            // 
            // contentAutoArrangeBarItem1
            // 
            this.contentAutoArrangeBarItem1.Id = 64;
            this.contentAutoArrangeBarItem1.Name = "contentAutoArrangeBarItem1";
            // 
            // contentArrangeInColumnsBarItem1
            // 
            this.contentArrangeInColumnsBarItem1.Id = 65;
            this.contentArrangeInColumnsBarItem1.Name = "contentArrangeInColumnsBarItem1";
            // 
            // contentArrangeInRowsBarItem1
            // 
            this.contentArrangeInRowsBarItem1.Id = 66;
            this.contentArrangeInRowsBarItem1.Name = "contentArrangeInRowsBarItem1";
            // 
            // contentArrangementCountBarItem1
            // 
            this.contentArrangementCountBarItem1.Edit = this.repositoryItemSpinEdit1;
            this.contentArrangementCountBarItem1.Id = 67;
            this.contentArrangementCountBarItem1.Name = "contentArrangementCountBarItem1";
            // 
            // repositoryItemSpinEdit1
            // 
            this.repositoryItemSpinEdit1.AutoHeight = false;
            this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemSpinEdit1.IsFloatValue = false;
            this.repositoryItemSpinEdit1.Mask.EditMask = "N00";
            this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
            // 
            // gridHorizontalLinesBarItem1
            // 
            this.gridHorizontalLinesBarItem1.Id = 68;
            this.gridHorizontalLinesBarItem1.Name = "gridHorizontalLinesBarItem1";
            // 
            // gridVerticalLinesBarItem1
            // 
            this.gridVerticalLinesBarItem1.Id = 69;
            this.gridVerticalLinesBarItem1.Name = "gridVerticalLinesBarItem1";
            // 
            // gridMergeCellsBarItem1
            // 
            this.gridMergeCellsBarItem1.Id = 70;
            this.gridMergeCellsBarItem1.Name = "gridMergeCellsBarItem1";
            // 
            // gridBandedRowsBarItem1
            // 
            this.gridBandedRowsBarItem1.Id = 71;
            this.gridBandedRowsBarItem1.Name = "gridBandedRowsBarItem1";
            // 
            // gridColumnHeadersBarItem1
            // 
            this.gridColumnHeadersBarItem1.Id = 72;
            this.gridColumnHeadersBarItem1.Name = "gridColumnHeadersBarItem1";
            // 
            // chartRotateBarItem1
            // 
            this.chartRotateBarItem1.Id = 73;
            this.chartRotateBarItem1.Name = "chartRotateBarItem1";
            // 
            // chartXAxisSettingsBarItem1
            // 
            this.chartXAxisSettingsBarItem1.Id = 74;
            this.chartXAxisSettingsBarItem1.Name = "chartXAxisSettingsBarItem1";
            // 
            // chartYAxisSettingsBarItem1
            // 
            this.chartYAxisSettingsBarItem1.Id = 75;
            this.chartYAxisSettingsBarItem1.Name = "chartYAxisSettingsBarItem1";
            // 
            // chartShowLegendBarItem1
            // 
            this.chartShowLegendBarItem1.Id = 76;
            this.chartShowLegendBarItem1.Name = "chartShowLegendBarItem1";
            // 
            // galleryChartLegendPositionItem1
            // 
            // 
            // 
            // 
            this.galleryChartLegendPositionItem1.Gallery.ColumnCount = 3;
            galleryItemGroup5.Caption = "Inside Horizontal";
            galleryItemGroup6.Caption = "Inside Vertical";
            galleryItemGroup7.Caption = "Outside Horizontal";
            galleryItemGroup8.Caption = "Outside Vertical";
            this.galleryChartLegendPositionItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup5,
            galleryItemGroup6,
            galleryItemGroup7,
            galleryItemGroup8});
            this.galleryChartLegendPositionItem1.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.galleryChartLegendPositionItem1.Gallery.RowCount = 8;
            this.galleryChartLegendPositionItem1.Id = 77;
            this.galleryChartLegendPositionItem1.Name = "galleryChartLegendPositionItem1";
            // 
            // galleryChartSeriesTypeItem1
            // 
            // 
            // 
            // 
            galleryItemGroup9.Caption = "Bar";
            chartSeriesTypeGalleryItem1.Hint = "Bar";
            chartSeriesTypeGalleryItem1.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem1.Image")));
            chartSeriesTypeGalleryItem1.SeriesTypeCaption = "Bar";
            chartSeriesTypeGalleryItem2.Hint = "Stacked Bar";
            chartSeriesTypeGalleryItem2.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem2.Image")));
            chartSeriesTypeGalleryItem2.SeriesTypeCaption = "Stacked Bar";
            chartSeriesTypeGalleryItem3.Hint = "Full-Stacked Bar";
            chartSeriesTypeGalleryItem3.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem3.Image")));
            chartSeriesTypeGalleryItem3.SeriesTypeCaption = "Full-Stacked Bar";
            galleryItemGroup9.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            chartSeriesTypeGalleryItem1,
            chartSeriesTypeGalleryItem2,
            chartSeriesTypeGalleryItem3});
            galleryItemGroup10.Caption = "Point / Line";
            chartSeriesTypeGalleryItem4.Hint = "Point";
            chartSeriesTypeGalleryItem4.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem4.Image")));
            chartSeriesTypeGalleryItem4.SeriesTypeCaption = "Point";
            chartSeriesTypeGalleryItem5.Hint = "Line";
            chartSeriesTypeGalleryItem5.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem5.Image")));
            chartSeriesTypeGalleryItem5.SeriesTypeCaption = "Line";
            chartSeriesTypeGalleryItem6.Hint = "Stacked Line";
            chartSeriesTypeGalleryItem6.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem6.Image")));
            chartSeriesTypeGalleryItem6.SeriesTypeCaption = "Stacked Line";
            chartSeriesTypeGalleryItem7.Hint = "Full-Stacked Line";
            chartSeriesTypeGalleryItem7.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem7.Image")));
            chartSeriesTypeGalleryItem7.SeriesTypeCaption = "Full-Stacked Line";
            chartSeriesTypeGalleryItem8.Hint = "Step Line";
            chartSeriesTypeGalleryItem8.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem8.Image")));
            chartSeriesTypeGalleryItem8.SeriesTypeCaption = "Step Line";
            chartSeriesTypeGalleryItem9.Hint = "Spline";
            chartSeriesTypeGalleryItem9.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem9.Image")));
            chartSeriesTypeGalleryItem9.SeriesTypeCaption = "Spline";
            galleryItemGroup10.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            chartSeriesTypeGalleryItem4,
            chartSeriesTypeGalleryItem5,
            chartSeriesTypeGalleryItem6,
            chartSeriesTypeGalleryItem7,
            chartSeriesTypeGalleryItem8,
            chartSeriesTypeGalleryItem9});
            galleryItemGroup11.Caption = "Area";
            chartSeriesTypeGalleryItem10.Hint = "Area";
            chartSeriesTypeGalleryItem10.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem10.Image")));
            chartSeriesTypeGalleryItem10.SeriesTypeCaption = "Area";
            chartSeriesTypeGalleryItem11.Hint = "Stacked Area";
            chartSeriesTypeGalleryItem11.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem11.Image")));
            chartSeriesTypeGalleryItem11.SeriesTypeCaption = "Stacked Area";
            chartSeriesTypeGalleryItem12.Hint = "Full-Stacked Area";
            chartSeriesTypeGalleryItem12.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem12.Image")));
            chartSeriesTypeGalleryItem12.SeriesTypeCaption = "Full-Stacked Area";
            chartSeriesTypeGalleryItem13.Hint = "Step Area";
            chartSeriesTypeGalleryItem13.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem13.Image")));
            chartSeriesTypeGalleryItem13.SeriesTypeCaption = "Step Area";
            chartSeriesTypeGalleryItem14.Hint = "Spline Area";
            chartSeriesTypeGalleryItem14.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem14.Image")));
            chartSeriesTypeGalleryItem14.SeriesTypeCaption = "Spline Area";
            chartSeriesTypeGalleryItem15.Hint = "Stacked Spline Area";
            chartSeriesTypeGalleryItem15.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem15.Image")));
            chartSeriesTypeGalleryItem15.SeriesTypeCaption = "Stacked Spline Area";
            chartSeriesTypeGalleryItem16.Hint = "Full-Stacked Spline Area";
            chartSeriesTypeGalleryItem16.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem16.Image")));
            chartSeriesTypeGalleryItem16.SeriesTypeCaption = "Full-Stacked Spline Area";
            galleryItemGroup11.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            chartSeriesTypeGalleryItem10,
            chartSeriesTypeGalleryItem11,
            chartSeriesTypeGalleryItem12,
            chartSeriesTypeGalleryItem13,
            chartSeriesTypeGalleryItem14,
            chartSeriesTypeGalleryItem15,
            chartSeriesTypeGalleryItem16});
            galleryItemGroup12.Caption = "Range";
            chartSeriesTypeGalleryItem17.Hint = "Range Bar Side-by-Side";
            chartSeriesTypeGalleryItem17.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem17.Image")));
            chartSeriesTypeGalleryItem17.SeriesTypeCaption = "Range Bar Side-by-Side";
            chartSeriesTypeGalleryItem18.Hint = "Range Area";
            chartSeriesTypeGalleryItem18.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem18.Image")));
            chartSeriesTypeGalleryItem18.SeriesTypeCaption = "Range Area";
            galleryItemGroup12.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            chartSeriesTypeGalleryItem17,
            chartSeriesTypeGalleryItem18});
            galleryItemGroup13.Caption = "Bubble";
            chartSeriesTypeGalleryItem19.Hint = "Bubble";
            chartSeriesTypeGalleryItem19.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem19.Image")));
            chartSeriesTypeGalleryItem19.SeriesTypeCaption = "Bubble";
            galleryItemGroup13.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            chartSeriesTypeGalleryItem19});
            galleryItemGroup14.Caption = "Financial";
            chartSeriesTypeGalleryItem20.Hint = "High-Low-Close";
            chartSeriesTypeGalleryItem20.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem20.Image")));
            chartSeriesTypeGalleryItem20.SeriesTypeCaption = "High-Low-Close";
            chartSeriesTypeGalleryItem21.Hint = "Open-High-Low-Close (Candle Stick)";
            chartSeriesTypeGalleryItem21.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem21.Image")));
            chartSeriesTypeGalleryItem21.SeriesTypeCaption = "Open-High-Low-Close (Candle Stick)";
            chartSeriesTypeGalleryItem22.Hint = "Open-High-Low-Close (Stock)";
            chartSeriesTypeGalleryItem22.Image = ((System.Drawing.Image)(resources.GetObject("chartSeriesTypeGalleryItem22.Image")));
            chartSeriesTypeGalleryItem22.SeriesTypeCaption = "Open-High-Low-Close (Stock)";
            galleryItemGroup14.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            chartSeriesTypeGalleryItem20,
            chartSeriesTypeGalleryItem21,
            chartSeriesTypeGalleryItem22});
            this.galleryChartSeriesTypeItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup9,
            galleryItemGroup10,
            galleryItemGroup11,
            galleryItemGroup12,
            galleryItemGroup13,
            galleryItemGroup14});
            this.galleryChartSeriesTypeItem1.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.galleryChartSeriesTypeItem1.Gallery.RowCount = 8;
            this.galleryChartSeriesTypeItem1.Id = 78;
            this.galleryChartSeriesTypeItem1.Name = "galleryChartSeriesTypeItem1";
            // 
            // pieLabelsDataLabelsBarItem1
            // 
            this.pieLabelsDataLabelsBarItem1.Id = 79;
            this.pieLabelsDataLabelsBarItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsDataLabelsNoneBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsDataLabelArgumentBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsDataLabelsValueBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsDataLabelsArgumentAndValueBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsDataLabelsPercentBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsDataLabelsValueAndPercentBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsDataLabelsArgumentAndPercentBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsDataLabelsArgumentValueAndPercentBarItem1)});
            this.pieLabelsDataLabelsBarItem1.Name = "pieLabelsDataLabelsBarItem1";
            this.pieLabelsDataLabelsBarItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
            // 
            // pieLabelsDataLabelsNoneBarItem1
            // 
            this.pieLabelsDataLabelsNoneBarItem1.Id = 80;
            this.pieLabelsDataLabelsNoneBarItem1.Name = "pieLabelsDataLabelsNoneBarItem1";
            // 
            // pieLabelsDataLabelArgumentBarItem1
            // 
            this.pieLabelsDataLabelArgumentBarItem1.Id = 81;
            this.pieLabelsDataLabelArgumentBarItem1.Name = "pieLabelsDataLabelArgumentBarItem1";
            // 
            // pieLabelsDataLabelsValueBarItem1
            // 
            this.pieLabelsDataLabelsValueBarItem1.Id = 82;
            this.pieLabelsDataLabelsValueBarItem1.Name = "pieLabelsDataLabelsValueBarItem1";
            // 
            // pieLabelsDataLabelsArgumentAndValueBarItem1
            // 
            this.pieLabelsDataLabelsArgumentAndValueBarItem1.Id = 83;
            this.pieLabelsDataLabelsArgumentAndValueBarItem1.Name = "pieLabelsDataLabelsArgumentAndValueBarItem1";
            // 
            // pieLabelsDataLabelsPercentBarItem1
            // 
            this.pieLabelsDataLabelsPercentBarItem1.Id = 84;
            this.pieLabelsDataLabelsPercentBarItem1.Name = "pieLabelsDataLabelsPercentBarItem1";
            // 
            // pieLabelsDataLabelsValueAndPercentBarItem1
            // 
            this.pieLabelsDataLabelsValueAndPercentBarItem1.Id = 85;
            this.pieLabelsDataLabelsValueAndPercentBarItem1.Name = "pieLabelsDataLabelsValueAndPercentBarItem1";
            // 
            // pieLabelsDataLabelsArgumentAndPercentBarItem1
            // 
            this.pieLabelsDataLabelsArgumentAndPercentBarItem1.Id = 86;
            this.pieLabelsDataLabelsArgumentAndPercentBarItem1.Name = "pieLabelsDataLabelsArgumentAndPercentBarItem1";
            // 
            // pieLabelsDataLabelsArgumentValueAndPercentBarItem1
            // 
            this.pieLabelsDataLabelsArgumentValueAndPercentBarItem1.Id = 87;
            this.pieLabelsDataLabelsArgumentValueAndPercentBarItem1.Name = "pieLabelsDataLabelsArgumentValueAndPercentBarItem1";
            // 
            // pieTooltipsBarItem1
            // 
            this.pieTooltipsBarItem1.Id = 88;
            this.pieTooltipsBarItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsTooltipsNoneBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsTooltipsArgumentBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsTooltipsValueBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsTooltipsArgumentAndValueBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsTooltipsPercentBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsTooltipsValueAndPercentBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsTooltipsArgumentAndPercentBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pieLabelsTooltipsArgumentValueAndPercentBarItem1)});
            this.pieTooltipsBarItem1.Name = "pieTooltipsBarItem1";
            this.pieTooltipsBarItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
            // 
            // pieLabelsTooltipsNoneBarItem1
            // 
            this.pieLabelsTooltipsNoneBarItem1.Id = 89;
            this.pieLabelsTooltipsNoneBarItem1.Name = "pieLabelsTooltipsNoneBarItem1";
            // 
            // pieLabelsTooltipsArgumentBarItem1
            // 
            this.pieLabelsTooltipsArgumentBarItem1.Id = 90;
            this.pieLabelsTooltipsArgumentBarItem1.Name = "pieLabelsTooltipsArgumentBarItem1";
            // 
            // pieLabelsTooltipsValueBarItem1
            // 
            this.pieLabelsTooltipsValueBarItem1.Id = 91;
            this.pieLabelsTooltipsValueBarItem1.Name = "pieLabelsTooltipsValueBarItem1";
            // 
            // pieLabelsTooltipsArgumentAndValueBarItem1
            // 
            this.pieLabelsTooltipsArgumentAndValueBarItem1.Id = 92;
            this.pieLabelsTooltipsArgumentAndValueBarItem1.Name = "pieLabelsTooltipsArgumentAndValueBarItem1";
            // 
            // pieLabelsTooltipsPercentBarItem1
            // 
            this.pieLabelsTooltipsPercentBarItem1.Id = 93;
            this.pieLabelsTooltipsPercentBarItem1.Name = "pieLabelsTooltipsPercentBarItem1";
            // 
            // pieLabelsTooltipsValueAndPercentBarItem1
            // 
            this.pieLabelsTooltipsValueAndPercentBarItem1.Id = 94;
            this.pieLabelsTooltipsValueAndPercentBarItem1.Name = "pieLabelsTooltipsValueAndPercentBarItem1";
            // 
            // pieLabelsTooltipsArgumentAndPercentBarItem1
            // 
            this.pieLabelsTooltipsArgumentAndPercentBarItem1.Id = 95;
            this.pieLabelsTooltipsArgumentAndPercentBarItem1.Name = "pieLabelsTooltipsArgumentAndPercentBarItem1";
            // 
            // pieLabelsTooltipsArgumentValueAndPercentBarItem1
            // 
            this.pieLabelsTooltipsArgumentValueAndPercentBarItem1.Id = 96;
            this.pieLabelsTooltipsArgumentValueAndPercentBarItem1.Name = "pieLabelsTooltipsArgumentValueAndPercentBarItem1";
            // 
            // pieStylePieBarItem1
            // 
            this.pieStylePieBarItem1.Id = 97;
            this.pieStylePieBarItem1.Name = "pieStylePieBarItem1";
            // 
            // pieStyleDonutBarItem1
            // 
            this.pieStyleDonutBarItem1.Id = 98;
            this.pieStyleDonutBarItem1.Name = "pieStyleDonutBarItem1";
            // 
            // pieShowCaptionsBarItem1
            // 
            this.pieShowCaptionsBarItem1.Id = 99;
            this.pieShowCaptionsBarItem1.Name = "pieShowCaptionsBarItem1";
            // 
            // gaugeStyleFullCircularBarItem1
            // 
            this.gaugeStyleFullCircularBarItem1.Id = 100;
            this.gaugeStyleFullCircularBarItem1.Name = "gaugeStyleFullCircularBarItem1";
            // 
            // gaugeStyleHalfCircularBarItem1
            // 
            this.gaugeStyleHalfCircularBarItem1.Id = 101;
            this.gaugeStyleHalfCircularBarItem1.Name = "gaugeStyleHalfCircularBarItem1";
            // 
            // gaugeStyleLeftQuarterCircularBarItem1
            // 
            this.gaugeStyleLeftQuarterCircularBarItem1.Id = 102;
            this.gaugeStyleLeftQuarterCircularBarItem1.Name = "gaugeStyleLeftQuarterCircularBarItem1";
            // 
            // gaugeStyleRightQuarterCircularBarItem1
            // 
            this.gaugeStyleRightQuarterCircularBarItem1.Id = 103;
            this.gaugeStyleRightQuarterCircularBarItem1.Name = "gaugeStyleRightQuarterCircularBarItem1";
            // 
            // gaugeStyleThreeForthCircularBarItem1
            // 
            this.gaugeStyleThreeForthCircularBarItem1.Id = 104;
            this.gaugeStyleThreeForthCircularBarItem1.Name = "gaugeStyleThreeForthCircularBarItem1";
            // 
            // gaugeStyleLinearHorizontalBarItem1
            // 
            this.gaugeStyleLinearHorizontalBarItem1.Id = 105;
            this.gaugeStyleLinearHorizontalBarItem1.Name = "gaugeStyleLinearHorizontalBarItem1";
            // 
            // gaugeStyleLinearVerticalBarItem1
            // 
            this.gaugeStyleLinearVerticalBarItem1.Id = 106;
            this.gaugeStyleLinearVerticalBarItem1.Name = "gaugeStyleLinearVerticalBarItem1";
            // 
            // gaugeShowCaptionsBarItem1
            // 
            this.gaugeShowCaptionsBarItem1.Id = 107;
            this.gaugeShowCaptionsBarItem1.Name = "gaugeShowCaptionsBarItem1";
            // 
            // imageLoadBarItem1
            // 
            this.imageLoadBarItem1.Id = 108;
            this.imageLoadBarItem1.Name = "imageLoadBarItem1";
            // 
            // imageImportBarItem1
            // 
            this.imageImportBarItem1.Id = 109;
            this.imageImportBarItem1.Name = "imageImportBarItem1";
            // 
            // imageSizeModeClipBarItem1
            // 
            this.imageSizeModeClipBarItem1.Id = 110;
            this.imageSizeModeClipBarItem1.Name = "imageSizeModeClipBarItem1";
            // 
            // imageSizeModeStretchBarItem1
            // 
            this.imageSizeModeStretchBarItem1.Id = 111;
            this.imageSizeModeStretchBarItem1.Name = "imageSizeModeStretchBarItem1";
            // 
            // imageSizeModeSqueezeBarItem1
            // 
            this.imageSizeModeSqueezeBarItem1.Id = 112;
            this.imageSizeModeSqueezeBarItem1.Name = "imageSizeModeSqueezeBarItem1";
            // 
            // imageSizeModeZoomBarItem1
            // 
            this.imageSizeModeZoomBarItem1.Id = 113;
            this.imageSizeModeZoomBarItem1.Name = "imageSizeModeZoomBarItem1";
            // 
            // imageAlignmentTopLeftBarItem1
            // 
            this.imageAlignmentTopLeftBarItem1.Id = 114;
            this.imageAlignmentTopLeftBarItem1.Name = "imageAlignmentTopLeftBarItem1";
            this.imageAlignmentTopLeftBarItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // imageAlignmentCenterLeftBarItem1
            // 
            this.imageAlignmentCenterLeftBarItem1.Id = 115;
            this.imageAlignmentCenterLeftBarItem1.Name = "imageAlignmentCenterLeftBarItem1";
            this.imageAlignmentCenterLeftBarItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // imageAlignmentBottomLeftBarItem1
            // 
            this.imageAlignmentBottomLeftBarItem1.Id = 116;
            this.imageAlignmentBottomLeftBarItem1.Name = "imageAlignmentBottomLeftBarItem1";
            this.imageAlignmentBottomLeftBarItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // imageAlignmentTopCenterBarItem1
            // 
            this.imageAlignmentTopCenterBarItem1.Id = 117;
            this.imageAlignmentTopCenterBarItem1.Name = "imageAlignmentTopCenterBarItem1";
            this.imageAlignmentTopCenterBarItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // imageAlignmentCenterCenterBarItem1
            // 
            this.imageAlignmentCenterCenterBarItem1.Id = 118;
            this.imageAlignmentCenterCenterBarItem1.Name = "imageAlignmentCenterCenterBarItem1";
            this.imageAlignmentCenterCenterBarItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // imageAlignmentBottomCenterBarItem1
            // 
            this.imageAlignmentBottomCenterBarItem1.Id = 119;
            this.imageAlignmentBottomCenterBarItem1.Name = "imageAlignmentBottomCenterBarItem1";
            this.imageAlignmentBottomCenterBarItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // imageAlignmentTopRightBarItem1
            // 
            this.imageAlignmentTopRightBarItem1.Id = 120;
            this.imageAlignmentTopRightBarItem1.Name = "imageAlignmentTopRightBarItem1";
            this.imageAlignmentTopRightBarItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // imageAlignmentCenterRightBarItem1
            // 
            this.imageAlignmentCenterRightBarItem1.Id = 121;
            this.imageAlignmentCenterRightBarItem1.Name = "imageAlignmentCenterRightBarItem1";
            this.imageAlignmentCenterRightBarItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // imageAlignmentBottomRightBarItem1
            // 
            this.imageAlignmentBottomRightBarItem1.Id = 122;
            this.imageAlignmentBottomRightBarItem1.Name = "imageAlignmentBottomRightBarItem1";
            this.imageAlignmentBottomRightBarItem1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // textBoxEditTextBarItem1
            // 
            this.textBoxEditTextBarItem1.Id = 123;
            this.textBoxEditTextBarItem1.Name = "textBoxEditTextBarItem1";
            // 
            // rangeFilterLineSeriesTypeBarItem1
            // 
            this.rangeFilterLineSeriesTypeBarItem1.Id = 124;
            this.rangeFilterLineSeriesTypeBarItem1.Name = "rangeFilterLineSeriesTypeBarItem1";
            // 
            // rangeFilterStackedLineSeriesTypeBarItem1
            // 
            this.rangeFilterStackedLineSeriesTypeBarItem1.Id = 125;
            this.rangeFilterStackedLineSeriesTypeBarItem1.Name = "rangeFilterStackedLineSeriesTypeBarItem1";
            // 
            // rangeFilterFullStackedLineSeriesTypeBarItem1
            // 
            this.rangeFilterFullStackedLineSeriesTypeBarItem1.Id = 126;
            this.rangeFilterFullStackedLineSeriesTypeBarItem1.Name = "rangeFilterFullStackedLineSeriesTypeBarItem1";
            // 
            // rangeFilterAreaSeriesTypeBarItem1
            // 
            this.rangeFilterAreaSeriesTypeBarItem1.Id = 127;
            this.rangeFilterAreaSeriesTypeBarItem1.Name = "rangeFilterAreaSeriesTypeBarItem1";
            // 
            // rangeFilterStackedAreaSeriesTypeBarItem1
            // 
            this.rangeFilterStackedAreaSeriesTypeBarItem1.Id = 128;
            this.rangeFilterStackedAreaSeriesTypeBarItem1.Name = "rangeFilterStackedAreaSeriesTypeBarItem1";
            // 
            // rangeFilterFullStackedAreaSeriesTypeBarItem1
            // 
            this.rangeFilterFullStackedAreaSeriesTypeBarItem1.Id = 129;
            this.rangeFilterFullStackedAreaSeriesTypeBarItem1.Name = "rangeFilterFullStackedAreaSeriesTypeBarItem1";
            // 
            // pivotInitialStateBarItem1
            // 
            this.pivotInitialStateBarItem1.Id = 130;
            this.pivotInitialStateBarItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.pivotAutoExpandColumnBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pivotAutoExpandRowBarItem1)});
            this.pivotInitialStateBarItem1.Name = "pivotInitialStateBarItem1";
            this.pivotInitialStateBarItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
            // 
            // pivotAutoExpandColumnBarItem1
            // 
            this.pivotAutoExpandColumnBarItem1.Id = 131;
            this.pivotAutoExpandColumnBarItem1.Name = "pivotAutoExpandColumnBarItem1";
            // 
            // pivotAutoExpandRowBarItem1
            // 
            this.pivotAutoExpandRowBarItem1.Id = 132;
            this.pivotAutoExpandRowBarItem1.Name = "pivotAutoExpandRowBarItem1";
            // 
            // mapLoadBarItem1
            // 
            this.mapLoadBarItem1.Id = 133;
            this.mapLoadBarItem1.Name = "mapLoadBarItem1";
            // 
            // mapImportBarItem1
            // 
            this.mapImportBarItem1.Id = 134;
            this.mapImportBarItem1.Name = "mapImportBarItem1";
            // 
            // mapDefaultShapefileBarItem1
            // 
            this.mapDefaultShapefileBarItem1.Id = 135;
            this.mapDefaultShapefileBarItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.mapWorldCountriesBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.mapEuropeBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.mapAsiaBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.mapNorthAmericaBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.mapSouthAmericaBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.mapAfricaBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.mapUSABarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.mapCanadaBarItem1)});
            this.mapDefaultShapefileBarItem1.Name = "mapDefaultShapefileBarItem1";
            this.mapDefaultShapefileBarItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
            // 
            // mapWorldCountriesBarItem1
            // 
            this.mapWorldCountriesBarItem1.Id = 136;
            this.mapWorldCountriesBarItem1.Name = "mapWorldCountriesBarItem1";
            // 
            // mapEuropeBarItem1
            // 
            this.mapEuropeBarItem1.Id = 137;
            this.mapEuropeBarItem1.Name = "mapEuropeBarItem1";
            // 
            // mapAsiaBarItem1
            // 
            this.mapAsiaBarItem1.Id = 138;
            this.mapAsiaBarItem1.Name = "mapAsiaBarItem1";
            // 
            // mapNorthAmericaBarItem1
            // 
            this.mapNorthAmericaBarItem1.Id = 139;
            this.mapNorthAmericaBarItem1.Name = "mapNorthAmericaBarItem1";
            // 
            // mapSouthAmericaBarItem1
            // 
            this.mapSouthAmericaBarItem1.Id = 140;
            this.mapSouthAmericaBarItem1.Name = "mapSouthAmericaBarItem1";
            // 
            // mapAfricaBarItem1
            // 
            this.mapAfricaBarItem1.Id = 141;
            this.mapAfricaBarItem1.Name = "mapAfricaBarItem1";
            // 
            // mapUSABarItem1
            // 
            this.mapUSABarItem1.Id = 142;
            this.mapUSABarItem1.Name = "mapUSABarItem1";
            // 
            // mapCanadaBarItem1
            // 
            this.mapCanadaBarItem1.Id = 143;
            this.mapCanadaBarItem1.Name = "mapCanadaBarItem1";
            // 
            // mapLockNavigationBarItem1
            // 
            this.mapLockNavigationBarItem1.Id = 144;
            this.mapLockNavigationBarItem1.Name = "mapLockNavigationBarItem1";
            // 
            // mapFullExtentBarItem1
            // 
            this.mapFullExtentBarItem1.Id = 145;
            this.mapFullExtentBarItem1.Name = "mapFullExtentBarItem1";
            // 
            // mapShowLegendBarItem1
            // 
            this.mapShowLegendBarItem1.Id = 146;
            this.mapShowLegendBarItem1.Name = "mapShowLegendBarItem1";
            // 
            // galleryMapLegendPositionItem1
            // 
            // 
            // 
            // 
            this.galleryMapLegendPositionItem1.Gallery.ColumnCount = 3;
            galleryItemGroup15.Caption = "Vertical";
            galleryItemGroup16.Caption = "Horizontal";
            this.galleryMapLegendPositionItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup15,
            galleryItemGroup16});
            this.galleryMapLegendPositionItem1.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.galleryMapLegendPositionItem1.Gallery.RowCount = 4;
            this.galleryMapLegendPositionItem1.Id = 147;
            this.galleryMapLegendPositionItem1.Name = "galleryMapLegendPositionItem1";
            // 
            // changeWeightedLegendTypeBarItem1
            // 
            this.changeWeightedLegendTypeBarItem1.Id = 148;
            this.changeWeightedLegendTypeBarItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.weightedLegendNoneBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.weightedLegendLinearBarItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.weightedLegendNestedBarItem1)});
            this.changeWeightedLegendTypeBarItem1.Name = "changeWeightedLegendTypeBarItem1";
            this.changeWeightedLegendTypeBarItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
            // 
            // weightedLegendNoneBarItem1
            // 
            this.weightedLegendNoneBarItem1.Id = 149;
            this.weightedLegendNoneBarItem1.Name = "weightedLegendNoneBarItem1";
            // 
            // weightedLegendLinearBarItem1
            // 
            this.weightedLegendLinearBarItem1.Id = 150;
            this.weightedLegendLinearBarItem1.Name = "weightedLegendLinearBarItem1";
            // 
            // weightedLegendNestedBarItem1
            // 
            this.weightedLegendNestedBarItem1.Id = 151;
            this.weightedLegendNestedBarItem1.Name = "weightedLegendNestedBarItem1";
            // 
            // galleryWeightedLegendPositionItem1
            // 
            // 
            // 
            // 
            this.galleryWeightedLegendPositionItem1.Gallery.ColumnCount = 3;
            galleryItemGroup17.Caption = "Position";
            this.galleryWeightedLegendPositionItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup17});
            this.galleryWeightedLegendPositionItem1.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.galleryWeightedLegendPositionItem1.Gallery.RowCount = 2;
            this.galleryWeightedLegendPositionItem1.Id = 152;
            this.galleryWeightedLegendPositionItem1.Name = "galleryWeightedLegendPositionItem1";
            // 
            // pieMapIsWeightedBarItem1
            // 
            this.pieMapIsWeightedBarItem1.Id = 153;
            this.pieMapIsWeightedBarItem1.Name = "pieMapIsWeightedBarItem1";
            // 
            // quickAccessUndoBarItem1
            // 
            this.quickAccessUndoBarItem1.Id = 154;
            this.quickAccessUndoBarItem1.Name = "quickAccessUndoBarItem1";
            // 
            // quickAccessRedoBarItem1
            // 
            this.quickAccessRedoBarItem1.Id = 155;
            this.quickAccessRedoBarItem1.Name = "quickAccessRedoBarItem1";
            // 
            // bbiNew
            // 
            this.bbiNew.Caption = "New Dashboard";
            this.bbiNew.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.bbiNew.Glyph = global::NICSQLTools.Properties.Resources.new_16x16;
            this.bbiNew.Id = 156;
            this.bbiNew.LargeGlyph = global::NICSQLTools.Properties.Resources.new_32x32;
            this.bbiNew.Name = "bbiNew";
            this.bbiNew.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText) 
            | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            toolTipTitleItem1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
            toolTipTitleItem1.Appearance.Options.UseImage = true;
            toolTipTitleItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem1.Image")));
            toolTipTitleItem1.Text = "New";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Create a new dashboard";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.bbiNew.SuperTip = superToolTip1;
            this.bbiNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiNew_ItemClick);
            // 
            // bbiOpen
            // 
            this.bbiOpen.Caption = "Open";
            this.bbiOpen.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.bbiOpen.Glyph = global::NICSQLTools.Properties.Resources.open_16x16;
            this.bbiOpen.Id = 157;
            this.bbiOpen.LargeGlyph = global::NICSQLTools.Properties.Resources.open_32x32;
            this.bbiOpen.Name = "bbiOpen";
            this.bbiOpen.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText) 
            | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            toolTipTitleItem2.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
            toolTipTitleItem2.Appearance.Options.UseImage = true;
            toolTipTitleItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem2.Image")));
            toolTipTitleItem2.Text = "Open";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Open Saved Dashboard From Database";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            this.bbiOpen.SuperTip = superToolTip2;
            this.bbiOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiOpen_ItemClick);
            // 
            // bbiSave
            // 
            this.bbiSave.Caption = "Save";
            this.bbiSave.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.bbiSave.Glyph = global::NICSQLTools.Properties.Resources.save_16x16;
            this.bbiSave.Id = 158;
            this.bbiSave.LargeGlyph = global::NICSQLTools.Properties.Resources.save_32x32;
            this.bbiSave.Name = "bbiSave";
            this.bbiSave.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText) 
            | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            toolTipTitleItem3.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
            toolTipTitleItem3.Appearance.Options.UseImage = true;
            toolTipTitleItem3.Image = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem3.Image")));
            toolTipTitleItem3.Text = "Save";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Save Current Dashboard to Database";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            this.bbiSave.SuperTip = superToolTip3;
            this.bbiSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSave_ItemClick);
            // 
            // bbiSaveAs
            // 
            this.bbiSaveAs.Caption = "Save As";
            this.bbiSaveAs.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.bbiSaveAs.Glyph = global::NICSQLTools.Properties.Resources.saveall_16x16;
            this.bbiSaveAs.Id = 159;
            this.bbiSaveAs.LargeGlyph = global::NICSQLTools.Properties.Resources.saveall_32x32;
            this.bbiSaveAs.Name = "bbiSaveAs";
            this.bbiSaveAs.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText) 
            | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            toolTipTitleItem4.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
            toolTipTitleItem4.Appearance.Options.UseImage = true;
            toolTipTitleItem4.Image = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem4.Image")));
            toolTipTitleItem4.Text = "Save As";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Copy Current Dashboard To New Dashboard";
            superToolTip4.Items.Add(toolTipTitleItem4);
            superToolTip4.Items.Add(toolTipItem4);
            this.bbiSaveAs.SuperTip = superToolTip4;
            this.bbiSaveAs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSaveAs_ItemClick);
            // 
            // bbiAddDatasource
            // 
            this.bbiAddDatasource.Caption = "New Datasource";
            this.bbiAddDatasource.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.bbiAddDatasource.Glyph = global::NICSQLTools.Properties.Resources.addnewdatasource_16x16;
            this.bbiAddDatasource.Id = 160;
            this.bbiAddDatasource.LargeGlyph = global::NICSQLTools.Properties.Resources.addnewdatasource_32x32;
            this.bbiAddDatasource.Name = "bbiAddDatasource";
            this.bbiAddDatasource.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText) 
            | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            toolTipTitleItem5.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image4")));
            toolTipTitleItem5.Appearance.Options.UseImage = true;
            toolTipTitleItem5.Image = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem5.Image")));
            toolTipTitleItem5.Text = "New Datashource";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Add New Datasource Into Current Dashboard";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem5);
            this.bbiAddDatasource.SuperTip = superToolTip5;
            this.bbiAddDatasource.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiAddDatasource_ItemClick);
            // 
            // pivotToolsRibbonPageCategory1
            // 
            this.pivotToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.pivotToolsRibbonPageCategory1.Name = "pivotToolsRibbonPageCategory1";
            this.pivotToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage1,
            this.dashboardItemDesignRibbonPage9});
            this.pivotToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage1
            // 
            this.dataRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup1,
            this.interactivitySettingsRibbonPageGroup1,
            this.pivotLayoutRibbonPageGroup1});
            this.dataRibbonPage1.Name = "dataRibbonPage1";
            this.dataRibbonPage1.Visible = false;
            // 
            // filteringRibbonPageGroup1
            // 
            this.filteringRibbonPageGroup1.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup1.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup1.Name = "filteringRibbonPageGroup1";
            // 
            // interactivitySettingsRibbonPageGroup1
            // 
            this.interactivitySettingsRibbonPageGroup1.ItemLinks.Add(this.ignoreMasterFiltersBarItem1);
            this.interactivitySettingsRibbonPageGroup1.Name = "interactivitySettingsRibbonPageGroup1";
            // 
            // pivotLayoutRibbonPageGroup1
            // 
            this.pivotLayoutRibbonPageGroup1.ItemLinks.Add(this.pivotInitialStateBarItem1);
            this.pivotLayoutRibbonPageGroup1.Name = "pivotLayoutRibbonPageGroup1";
            // 
            // dashboardItemDesignRibbonPage9
            // 
            this.dashboardItemDesignRibbonPage9.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup9});
            this.dashboardItemDesignRibbonPage9.Name = "dashboardItemDesignRibbonPage9";
            this.dashboardItemDesignRibbonPage9.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup9
            // 
            this.commonItemDesignRibbonPageGroup9.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup9.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup9.Name = "commonItemDesignRibbonPageGroup9";
            // 
            // gridToolsRibbonPageCategory1
            // 
            this.gridToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.gridToolsRibbonPageCategory1.Name = "gridToolsRibbonPageCategory1";
            this.gridToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage2,
            this.dashboardItemDesignRibbonPage1});
            this.gridToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage2
            // 
            this.dataRibbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup2,
            this.masterFilterRibbonPageGroup1,
            this.interactivitySettingsRibbonPageGroup2});
            this.dataRibbonPage2.Name = "dataRibbonPage2";
            this.dataRibbonPage2.Visible = false;
            // 
            // filteringRibbonPageGroup2
            // 
            this.filteringRibbonPageGroup2.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup2.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup2.Name = "filteringRibbonPageGroup2";
            // 
            // masterFilterRibbonPageGroup1
            // 
            this.masterFilterRibbonPageGroup1.ItemLinks.Add(this.masterFilterBarItem1);
            this.masterFilterRibbonPageGroup1.ItemLinks.Add(this.multipleValuesMasterFilterBarItem1);
            this.masterFilterRibbonPageGroup1.ItemLinks.Add(this.drillDownBarItem1);
            this.masterFilterRibbonPageGroup1.Name = "masterFilterRibbonPageGroup1";
            // 
            // interactivitySettingsRibbonPageGroup2
            // 
            this.interactivitySettingsRibbonPageGroup2.ItemLinks.Add(this.crossDataSourceFilteringBarItem1);
            this.interactivitySettingsRibbonPageGroup2.ItemLinks.Add(this.ignoreMasterFiltersBarItem1);
            this.interactivitySettingsRibbonPageGroup2.Name = "interactivitySettingsRibbonPageGroup2";
            // 
            // dashboardItemDesignRibbonPage1
            // 
            this.dashboardItemDesignRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup1,
            this.gridCellsRibbonPageGroup1});
            this.dashboardItemDesignRibbonPage1.Name = "dashboardItemDesignRibbonPage1";
            this.dashboardItemDesignRibbonPage1.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup1
            // 
            this.commonItemDesignRibbonPageGroup1.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup1.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup1.Name = "commonItemDesignRibbonPageGroup1";
            // 
            // gridCellsRibbonPageGroup1
            // 
            this.gridCellsRibbonPageGroup1.ItemLinks.Add(this.gridHorizontalLinesBarItem1);
            this.gridCellsRibbonPageGroup1.ItemLinks.Add(this.gridVerticalLinesBarItem1);
            this.gridCellsRibbonPageGroup1.ItemLinks.Add(this.gridMergeCellsBarItem1);
            this.gridCellsRibbonPageGroup1.ItemLinks.Add(this.gridBandedRowsBarItem1);
            this.gridCellsRibbonPageGroup1.ItemLinks.Add(this.gridColumnHeadersBarItem1);
            this.gridCellsRibbonPageGroup1.Name = "gridCellsRibbonPageGroup1";
            // 
            // chartToolsRibbonPageCategory1
            // 
            this.chartToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.chartToolsRibbonPageCategory1.Name = "chartToolsRibbonPageCategory1";
            this.chartToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage3,
            this.dashboardItemDesignRibbonPage2});
            this.chartToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage3
            // 
            this.dataRibbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup3,
            this.masterFilterRibbonPageGroup2,
            this.interactivitySettingsRibbonPageGroup3,
            this.targetDimensionsRibbonPageGroup1});
            this.dataRibbonPage3.Name = "dataRibbonPage3";
            this.dataRibbonPage3.Visible = false;
            // 
            // filteringRibbonPageGroup3
            // 
            this.filteringRibbonPageGroup3.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup3.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup3.Name = "filteringRibbonPageGroup3";
            // 
            // masterFilterRibbonPageGroup2
            // 
            this.masterFilterRibbonPageGroup2.ItemLinks.Add(this.masterFilterBarItem1);
            this.masterFilterRibbonPageGroup2.ItemLinks.Add(this.multipleValuesMasterFilterBarItem1);
            this.masterFilterRibbonPageGroup2.ItemLinks.Add(this.drillDownBarItem1);
            this.masterFilterRibbonPageGroup2.Name = "masterFilterRibbonPageGroup2";
            // 
            // interactivitySettingsRibbonPageGroup3
            // 
            this.interactivitySettingsRibbonPageGroup3.ItemLinks.Add(this.crossDataSourceFilteringBarItem1);
            this.interactivitySettingsRibbonPageGroup3.ItemLinks.Add(this.ignoreMasterFiltersBarItem1);
            this.interactivitySettingsRibbonPageGroup3.Name = "interactivitySettingsRibbonPageGroup3";
            // 
            // targetDimensionsRibbonPageGroup1
            // 
            this.targetDimensionsRibbonPageGroup1.ItemLinks.Add(this.chartTargetDimensionsArgumentsBarItem1);
            this.targetDimensionsRibbonPageGroup1.ItemLinks.Add(this.chartTargetDimensionsSeriesBarItem1);
            this.targetDimensionsRibbonPageGroup1.Name = "targetDimensionsRibbonPageGroup1";
            // 
            // dashboardItemDesignRibbonPage2
            // 
            this.dashboardItemDesignRibbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup2,
            this.chartLayoutPageGroup1,
            this.chartLegendPositionPageGroup1,
            this.chartStylePageGroup1});
            this.dashboardItemDesignRibbonPage2.Name = "dashboardItemDesignRibbonPage2";
            this.dashboardItemDesignRibbonPage2.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup2
            // 
            this.commonItemDesignRibbonPageGroup2.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup2.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup2.Name = "commonItemDesignRibbonPageGroup2";
            // 
            // chartLayoutPageGroup1
            // 
            this.chartLayoutPageGroup1.ItemLinks.Add(this.chartRotateBarItem1);
            this.chartLayoutPageGroup1.ItemLinks.Add(this.chartXAxisSettingsBarItem1);
            this.chartLayoutPageGroup1.ItemLinks.Add(this.chartYAxisSettingsBarItem1);
            this.chartLayoutPageGroup1.Name = "chartLayoutPageGroup1";
            // 
            // chartLegendPositionPageGroup1
            // 
            this.chartLegendPositionPageGroup1.ItemLinks.Add(this.chartShowLegendBarItem1);
            this.chartLegendPositionPageGroup1.ItemLinks.Add(this.galleryChartLegendPositionItem1);
            this.chartLegendPositionPageGroup1.Name = "chartLegendPositionPageGroup1";
            // 
            // chartStylePageGroup1
            // 
            this.chartStylePageGroup1.ItemLinks.Add(this.galleryChartSeriesTypeItem1);
            this.chartStylePageGroup1.Name = "chartStylePageGroup1";
            // 
            // piesToolsRibbonPageCategory1
            // 
            this.piesToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.piesToolsRibbonPageCategory1.Name = "piesToolsRibbonPageCategory1";
            this.piesToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage4,
            this.dashboardItemDesignRibbonPage3});
            this.piesToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage4
            // 
            this.dataRibbonPage4.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup4,
            this.masterFilterRibbonPageGroup3,
            this.interactivitySettingsRibbonPageGroup4,
            this.targetDimensionsRibbonPageGroup2});
            this.dataRibbonPage4.Name = "dataRibbonPage4";
            this.dataRibbonPage4.Visible = false;
            // 
            // filteringRibbonPageGroup4
            // 
            this.filteringRibbonPageGroup4.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup4.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup4.Name = "filteringRibbonPageGroup4";
            // 
            // masterFilterRibbonPageGroup3
            // 
            this.masterFilterRibbonPageGroup3.ItemLinks.Add(this.masterFilterBarItem1);
            this.masterFilterRibbonPageGroup3.ItemLinks.Add(this.multipleValuesMasterFilterBarItem1);
            this.masterFilterRibbonPageGroup3.ItemLinks.Add(this.drillDownBarItem1);
            this.masterFilterRibbonPageGroup3.Name = "masterFilterRibbonPageGroup3";
            // 
            // interactivitySettingsRibbonPageGroup4
            // 
            this.interactivitySettingsRibbonPageGroup4.ItemLinks.Add(this.crossDataSourceFilteringBarItem1);
            this.interactivitySettingsRibbonPageGroup4.ItemLinks.Add(this.ignoreMasterFiltersBarItem1);
            this.interactivitySettingsRibbonPageGroup4.Name = "interactivitySettingsRibbonPageGroup4";
            // 
            // targetDimensionsRibbonPageGroup2
            // 
            this.targetDimensionsRibbonPageGroup2.ItemLinks.Add(this.pieTargetDimensionsArgumentsBarItem1);
            this.targetDimensionsRibbonPageGroup2.ItemLinks.Add(this.pieTargetDimensionsSeriesBarItem1);
            this.targetDimensionsRibbonPageGroup2.Name = "targetDimensionsRibbonPageGroup2";
            // 
            // dashboardItemDesignRibbonPage3
            // 
            this.dashboardItemDesignRibbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup3,
            this.contentArrangementRibbonPageGroup1,
            this.pieLabelsRibbonPageGroup1,
            this.pieStyleRibbonPageGroup1});
            this.dashboardItemDesignRibbonPage3.Name = "dashboardItemDesignRibbonPage3";
            this.dashboardItemDesignRibbonPage3.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup3
            // 
            this.commonItemDesignRibbonPageGroup3.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup3.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup3.Name = "commonItemDesignRibbonPageGroup3";
            // 
            // contentArrangementRibbonPageGroup1
            // 
            this.contentArrangementRibbonPageGroup1.ItemLinks.Add(this.contentAutoArrangeBarItem1);
            this.contentArrangementRibbonPageGroup1.ItemLinks.Add(this.contentArrangeInColumnsBarItem1);
            this.contentArrangementRibbonPageGroup1.ItemLinks.Add(this.contentArrangeInRowsBarItem1);
            this.contentArrangementRibbonPageGroup1.ItemLinks.Add(this.contentArrangementCountBarItem1);
            this.contentArrangementRibbonPageGroup1.Name = "contentArrangementRibbonPageGroup1";
            // 
            // pieLabelsRibbonPageGroup1
            // 
            this.pieLabelsRibbonPageGroup1.ItemLinks.Add(this.pieLabelsDataLabelsBarItem1);
            this.pieLabelsRibbonPageGroup1.ItemLinks.Add(this.pieTooltipsBarItem1);
            this.pieLabelsRibbonPageGroup1.ItemLinks.Add(this.pieShowCaptionsBarItem1);
            this.pieLabelsRibbonPageGroup1.Name = "pieLabelsRibbonPageGroup1";
            // 
            // pieStyleRibbonPageGroup1
            // 
            this.pieStyleRibbonPageGroup1.ItemLinks.Add(this.pieStylePieBarItem1);
            this.pieStyleRibbonPageGroup1.ItemLinks.Add(this.pieStyleDonutBarItem1);
            this.pieStyleRibbonPageGroup1.Name = "pieStyleRibbonPageGroup1";
            // 
            // gaugesToolsRibbonPageCategory1
            // 
            this.gaugesToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.gaugesToolsRibbonPageCategory1.Name = "gaugesToolsRibbonPageCategory1";
            this.gaugesToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage5,
            this.dashboardItemDesignRibbonPage4});
            this.gaugesToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage5
            // 
            this.dataRibbonPage5.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup5,
            this.masterFilterRibbonPageGroup4,
            this.interactivitySettingsRibbonPageGroup5});
            this.dataRibbonPage5.Name = "dataRibbonPage5";
            this.dataRibbonPage5.Visible = false;
            // 
            // filteringRibbonPageGroup5
            // 
            this.filteringRibbonPageGroup5.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup5.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup5.Name = "filteringRibbonPageGroup5";
            // 
            // masterFilterRibbonPageGroup4
            // 
            this.masterFilterRibbonPageGroup4.ItemLinks.Add(this.masterFilterBarItem1);
            this.masterFilterRibbonPageGroup4.ItemLinks.Add(this.multipleValuesMasterFilterBarItem1);
            this.masterFilterRibbonPageGroup4.ItemLinks.Add(this.drillDownBarItem1);
            this.masterFilterRibbonPageGroup4.Name = "masterFilterRibbonPageGroup4";
            // 
            // interactivitySettingsRibbonPageGroup5
            // 
            this.interactivitySettingsRibbonPageGroup5.ItemLinks.Add(this.crossDataSourceFilteringBarItem1);
            this.interactivitySettingsRibbonPageGroup5.ItemLinks.Add(this.ignoreMasterFiltersBarItem1);
            this.interactivitySettingsRibbonPageGroup5.Name = "interactivitySettingsRibbonPageGroup5";
            // 
            // dashboardItemDesignRibbonPage4
            // 
            this.dashboardItemDesignRibbonPage4.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup4,
            this.contentArrangementRibbonPageGroup2,
            this.gaugeStyleRibbonPageGroup1,
            this.gaugesLabelsRibbonPageGroup1});
            this.dashboardItemDesignRibbonPage4.Name = "dashboardItemDesignRibbonPage4";
            this.dashboardItemDesignRibbonPage4.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup4
            // 
            this.commonItemDesignRibbonPageGroup4.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup4.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup4.Name = "commonItemDesignRibbonPageGroup4";
            // 
            // contentArrangementRibbonPageGroup2
            // 
            this.contentArrangementRibbonPageGroup2.ItemLinks.Add(this.contentAutoArrangeBarItem1);
            this.contentArrangementRibbonPageGroup2.ItemLinks.Add(this.contentArrangeInColumnsBarItem1);
            this.contentArrangementRibbonPageGroup2.ItemLinks.Add(this.contentArrangeInRowsBarItem1);
            this.contentArrangementRibbonPageGroup2.ItemLinks.Add(this.contentArrangementCountBarItem1);
            this.contentArrangementRibbonPageGroup2.Name = "contentArrangementRibbonPageGroup2";
            // 
            // gaugeStyleRibbonPageGroup1
            // 
            this.gaugeStyleRibbonPageGroup1.ItemLinks.Add(this.gaugeStyleFullCircularBarItem1);
            this.gaugeStyleRibbonPageGroup1.ItemLinks.Add(this.gaugeStyleHalfCircularBarItem1);
            this.gaugeStyleRibbonPageGroup1.ItemLinks.Add(this.gaugeStyleLeftQuarterCircularBarItem1);
            this.gaugeStyleRibbonPageGroup1.ItemLinks.Add(this.gaugeStyleRightQuarterCircularBarItem1);
            this.gaugeStyleRibbonPageGroup1.ItemLinks.Add(this.gaugeStyleThreeForthCircularBarItem1);
            this.gaugeStyleRibbonPageGroup1.ItemLinks.Add(this.gaugeStyleLinearHorizontalBarItem1);
            this.gaugeStyleRibbonPageGroup1.ItemLinks.Add(this.gaugeStyleLinearVerticalBarItem1);
            this.gaugeStyleRibbonPageGroup1.Name = "gaugeStyleRibbonPageGroup1";
            // 
            // gaugesLabelsRibbonPageGroup1
            // 
            this.gaugesLabelsRibbonPageGroup1.ItemLinks.Add(this.gaugeShowCaptionsBarItem1);
            this.gaugesLabelsRibbonPageGroup1.Name = "gaugesLabelsRibbonPageGroup1";
            // 
            // cardsToolsRibbonPageCategory1
            // 
            this.cardsToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.cardsToolsRibbonPageCategory1.Name = "cardsToolsRibbonPageCategory1";
            this.cardsToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage6,
            this.dashboardItemDesignRibbonPage5});
            this.cardsToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage6
            // 
            this.dataRibbonPage6.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup6,
            this.masterFilterRibbonPageGroup5,
            this.interactivitySettingsRibbonPageGroup6});
            this.dataRibbonPage6.Name = "dataRibbonPage6";
            this.dataRibbonPage6.Visible = false;
            // 
            // filteringRibbonPageGroup6
            // 
            this.filteringRibbonPageGroup6.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup6.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup6.Name = "filteringRibbonPageGroup6";
            // 
            // masterFilterRibbonPageGroup5
            // 
            this.masterFilterRibbonPageGroup5.ItemLinks.Add(this.masterFilterBarItem1);
            this.masterFilterRibbonPageGroup5.ItemLinks.Add(this.multipleValuesMasterFilterBarItem1);
            this.masterFilterRibbonPageGroup5.ItemLinks.Add(this.drillDownBarItem1);
            this.masterFilterRibbonPageGroup5.Name = "masterFilterRibbonPageGroup5";
            // 
            // interactivitySettingsRibbonPageGroup6
            // 
            this.interactivitySettingsRibbonPageGroup6.ItemLinks.Add(this.crossDataSourceFilteringBarItem1);
            this.interactivitySettingsRibbonPageGroup6.ItemLinks.Add(this.ignoreMasterFiltersBarItem1);
            this.interactivitySettingsRibbonPageGroup6.Name = "interactivitySettingsRibbonPageGroup6";
            // 
            // dashboardItemDesignRibbonPage5
            // 
            this.dashboardItemDesignRibbonPage5.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup5,
            this.contentArrangementRibbonPageGroup3});
            this.dashboardItemDesignRibbonPage5.Name = "dashboardItemDesignRibbonPage5";
            this.dashboardItemDesignRibbonPage5.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup5
            // 
            this.commonItemDesignRibbonPageGroup5.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup5.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup5.Name = "commonItemDesignRibbonPageGroup5";
            // 
            // contentArrangementRibbonPageGroup3
            // 
            this.contentArrangementRibbonPageGroup3.ItemLinks.Add(this.contentAutoArrangeBarItem1);
            this.contentArrangementRibbonPageGroup3.ItemLinks.Add(this.contentArrangeInColumnsBarItem1);
            this.contentArrangementRibbonPageGroup3.ItemLinks.Add(this.contentArrangeInRowsBarItem1);
            this.contentArrangementRibbonPageGroup3.ItemLinks.Add(this.contentArrangementCountBarItem1);
            this.contentArrangementRibbonPageGroup3.Name = "contentArrangementRibbonPageGroup3";
            // 
            // rangeFilterToolsRibbonPageCategory1
            // 
            this.rangeFilterToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.rangeFilterToolsRibbonPageCategory1.Name = "rangeFilterToolsRibbonPageCategory1";
            this.rangeFilterToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage7,
            this.dashboardItemDesignRibbonPage8});
            this.rangeFilterToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage7
            // 
            this.dataRibbonPage7.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup7,
            this.interactivitySettingsRibbonPageGroup7});
            this.dataRibbonPage7.Name = "dataRibbonPage7";
            this.dataRibbonPage7.Visible = false;
            // 
            // filteringRibbonPageGroup7
            // 
            this.filteringRibbonPageGroup7.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup7.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup7.Name = "filteringRibbonPageGroup7";
            // 
            // interactivitySettingsRibbonPageGroup7
            // 
            this.interactivitySettingsRibbonPageGroup7.ItemLinks.Add(this.crossDataSourceFilteringBarItem1);
            this.interactivitySettingsRibbonPageGroup7.Name = "interactivitySettingsRibbonPageGroup7";
            // 
            // dashboardItemDesignRibbonPage8
            // 
            this.dashboardItemDesignRibbonPage8.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup8,
            this.rangeFilterSeriesTypeRibbonPageGroup1});
            this.dashboardItemDesignRibbonPage8.Name = "dashboardItemDesignRibbonPage8";
            this.dashboardItemDesignRibbonPage8.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup8
            // 
            this.commonItemDesignRibbonPageGroup8.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup8.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup8.Name = "commonItemDesignRibbonPageGroup8";
            // 
            // rangeFilterSeriesTypeRibbonPageGroup1
            // 
            this.rangeFilterSeriesTypeRibbonPageGroup1.ItemLinks.Add(this.rangeFilterLineSeriesTypeBarItem1);
            this.rangeFilterSeriesTypeRibbonPageGroup1.ItemLinks.Add(this.rangeFilterStackedLineSeriesTypeBarItem1);
            this.rangeFilterSeriesTypeRibbonPageGroup1.ItemLinks.Add(this.rangeFilterFullStackedLineSeriesTypeBarItem1);
            this.rangeFilterSeriesTypeRibbonPageGroup1.ItemLinks.Add(this.rangeFilterAreaSeriesTypeBarItem1);
            this.rangeFilterSeriesTypeRibbonPageGroup1.ItemLinks.Add(this.rangeFilterStackedAreaSeriesTypeBarItem1);
            this.rangeFilterSeriesTypeRibbonPageGroup1.ItemLinks.Add(this.rangeFilterFullStackedAreaSeriesTypeBarItem1);
            this.rangeFilterSeriesTypeRibbonPageGroup1.Name = "rangeFilterSeriesTypeRibbonPageGroup1";
            // 
            // choroplethMapToolsRibbonPageCategory1
            // 
            this.choroplethMapToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.choroplethMapToolsRibbonPageCategory1.Name = "choroplethMapToolsRibbonPageCategory1";
            this.choroplethMapToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage8,
            this.dashboardItemDesignRibbonPage10});
            this.choroplethMapToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage8
            // 
            this.dataRibbonPage8.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup8,
            this.masterFilterRibbonPageGroup6,
            this.interactivitySettingsRibbonPageGroup8});
            this.dataRibbonPage8.Name = "dataRibbonPage8";
            this.dataRibbonPage8.Visible = false;
            // 
            // filteringRibbonPageGroup8
            // 
            this.filteringRibbonPageGroup8.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup8.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup8.Name = "filteringRibbonPageGroup8";
            // 
            // masterFilterRibbonPageGroup6
            // 
            this.masterFilterRibbonPageGroup6.ItemLinks.Add(this.masterFilterBarItem1);
            this.masterFilterRibbonPageGroup6.ItemLinks.Add(this.multipleValuesMasterFilterBarItem1);
            this.masterFilterRibbonPageGroup6.Name = "masterFilterRibbonPageGroup6";
            // 
            // interactivitySettingsRibbonPageGroup8
            // 
            this.interactivitySettingsRibbonPageGroup8.ItemLinks.Add(this.crossDataSourceFilteringBarItem1);
            this.interactivitySettingsRibbonPageGroup8.ItemLinks.Add(this.ignoreMasterFiltersBarItem1);
            this.interactivitySettingsRibbonPageGroup8.Name = "interactivitySettingsRibbonPageGroup8";
            // 
            // dashboardItemDesignRibbonPage10
            // 
            this.dashboardItemDesignRibbonPage10.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup10,
            this.mapShapefileRibbonPageGroup1,
            this.mapNavigationPageGroup1,
            this.mapLegendPositionPageGroup1});
            this.dashboardItemDesignRibbonPage10.Name = "dashboardItemDesignRibbonPage10";
            this.dashboardItemDesignRibbonPage10.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup10
            // 
            this.commonItemDesignRibbonPageGroup10.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup10.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup10.Name = "commonItemDesignRibbonPageGroup10";
            // 
            // mapShapefileRibbonPageGroup1
            // 
            this.mapShapefileRibbonPageGroup1.ItemLinks.Add(this.mapLoadBarItem1);
            this.mapShapefileRibbonPageGroup1.ItemLinks.Add(this.mapImportBarItem1);
            this.mapShapefileRibbonPageGroup1.ItemLinks.Add(this.mapDefaultShapefileBarItem1);
            this.mapShapefileRibbonPageGroup1.Name = "mapShapefileRibbonPageGroup1";
            // 
            // mapNavigationPageGroup1
            // 
            this.mapNavigationPageGroup1.ItemLinks.Add(this.mapLockNavigationBarItem1);
            this.mapNavigationPageGroup1.ItemLinks.Add(this.mapFullExtentBarItem1);
            this.mapNavigationPageGroup1.Name = "mapNavigationPageGroup1";
            // 
            // mapLegendPositionPageGroup1
            // 
            this.mapLegendPositionPageGroup1.ItemLinks.Add(this.mapShowLegendBarItem1);
            this.mapLegendPositionPageGroup1.ItemLinks.Add(this.galleryMapLegendPositionItem1);
            this.mapLegendPositionPageGroup1.Name = "mapLegendPositionPageGroup1";
            // 
            // geoPointMapToolsRibbonPageCategory1
            // 
            this.geoPointMapToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.geoPointMapToolsRibbonPageCategory1.Name = "geoPointMapToolsRibbonPageCategory1";
            this.geoPointMapToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage9,
            this.dashboardItemDesignRibbonPage11});
            this.geoPointMapToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage9
            // 
            this.dataRibbonPage9.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup9,
            this.masterFilterRibbonPageGroup7,
            this.interactivitySettingsRibbonPageGroup9,
            this.geoPointMapClusterizationRibbonPageGroup1});
            this.dataRibbonPage9.Name = "dataRibbonPage9";
            this.dataRibbonPage9.Visible = false;
            // 
            // filteringRibbonPageGroup9
            // 
            this.filteringRibbonPageGroup9.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup9.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup9.Name = "filteringRibbonPageGroup9";
            // 
            // masterFilterRibbonPageGroup7
            // 
            this.masterFilterRibbonPageGroup7.ItemLinks.Add(this.masterFilterBarItem1);
            this.masterFilterRibbonPageGroup7.ItemLinks.Add(this.multipleValuesMasterFilterBarItem1);
            this.masterFilterRibbonPageGroup7.Name = "masterFilterRibbonPageGroup7";
            // 
            // interactivitySettingsRibbonPageGroup9
            // 
            this.interactivitySettingsRibbonPageGroup9.ItemLinks.Add(this.crossDataSourceFilteringBarItem1);
            this.interactivitySettingsRibbonPageGroup9.ItemLinks.Add(this.ignoreMasterFiltersBarItem1);
            this.interactivitySettingsRibbonPageGroup9.Name = "interactivitySettingsRibbonPageGroup9";
            // 
            // geoPointMapClusterizationRibbonPageGroup1
            // 
            this.geoPointMapClusterizationRibbonPageGroup1.ItemLinks.Add(this.geoPointMapClusterizationBarItem1);
            this.geoPointMapClusterizationRibbonPageGroup1.Name = "geoPointMapClusterizationRibbonPageGroup1";
            // 
            // dashboardItemDesignRibbonPage11
            // 
            this.dashboardItemDesignRibbonPage11.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup11,
            this.mapShapefileRibbonPageGroup2,
            this.mapNavigationPageGroup2});
            this.dashboardItemDesignRibbonPage11.Name = "dashboardItemDesignRibbonPage11";
            this.dashboardItemDesignRibbonPage11.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup11
            // 
            this.commonItemDesignRibbonPageGroup11.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup11.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup11.Name = "commonItemDesignRibbonPageGroup11";
            // 
            // mapShapefileRibbonPageGroup2
            // 
            this.mapShapefileRibbonPageGroup2.ItemLinks.Add(this.mapLoadBarItem1);
            this.mapShapefileRibbonPageGroup2.ItemLinks.Add(this.mapImportBarItem1);
            this.mapShapefileRibbonPageGroup2.ItemLinks.Add(this.mapDefaultShapefileBarItem1);
            this.mapShapefileRibbonPageGroup2.Name = "mapShapefileRibbonPageGroup2";
            // 
            // mapNavigationPageGroup2
            // 
            this.mapNavigationPageGroup2.ItemLinks.Add(this.mapLockNavigationBarItem1);
            this.mapNavigationPageGroup2.ItemLinks.Add(this.mapFullExtentBarItem1);
            this.mapNavigationPageGroup2.Name = "mapNavigationPageGroup2";
            // 
            // bubbleMapToolsRibbonPageCategory1
            // 
            this.bubbleMapToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.bubbleMapToolsRibbonPageCategory1.Name = "bubbleMapToolsRibbonPageCategory1";
            this.bubbleMapToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage10,
            this.dashboardItemDesignRibbonPage12});
            this.bubbleMapToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage10
            // 
            this.dataRibbonPage10.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup10,
            this.masterFilterRibbonPageGroup8,
            this.interactivitySettingsRibbonPageGroup10,
            this.geoPointMapClusterizationRibbonPageGroup2});
            this.dataRibbonPage10.Name = "dataRibbonPage10";
            this.dataRibbonPage10.Visible = false;
            // 
            // filteringRibbonPageGroup10
            // 
            this.filteringRibbonPageGroup10.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup10.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup10.Name = "filteringRibbonPageGroup10";
            // 
            // masterFilterRibbonPageGroup8
            // 
            this.masterFilterRibbonPageGroup8.ItemLinks.Add(this.masterFilterBarItem1);
            this.masterFilterRibbonPageGroup8.ItemLinks.Add(this.multipleValuesMasterFilterBarItem1);
            this.masterFilterRibbonPageGroup8.Name = "masterFilterRibbonPageGroup8";
            // 
            // interactivitySettingsRibbonPageGroup10
            // 
            this.interactivitySettingsRibbonPageGroup10.ItemLinks.Add(this.crossDataSourceFilteringBarItem1);
            this.interactivitySettingsRibbonPageGroup10.ItemLinks.Add(this.ignoreMasterFiltersBarItem1);
            this.interactivitySettingsRibbonPageGroup10.Name = "interactivitySettingsRibbonPageGroup10";
            // 
            // geoPointMapClusterizationRibbonPageGroup2
            // 
            this.geoPointMapClusterizationRibbonPageGroup2.ItemLinks.Add(this.geoPointMapClusterizationBarItem1);
            this.geoPointMapClusterizationRibbonPageGroup2.Name = "geoPointMapClusterizationRibbonPageGroup2";
            // 
            // dashboardItemDesignRibbonPage12
            // 
            this.dashboardItemDesignRibbonPage12.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup12,
            this.mapShapefileRibbonPageGroup3,
            this.mapNavigationPageGroup3,
            this.mapLegendPositionPageGroup2,
            this.weightedLegendPageGroup1});
            this.dashboardItemDesignRibbonPage12.Name = "dashboardItemDesignRibbonPage12";
            this.dashboardItemDesignRibbonPage12.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup12
            // 
            this.commonItemDesignRibbonPageGroup12.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup12.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup12.Name = "commonItemDesignRibbonPageGroup12";
            // 
            // mapShapefileRibbonPageGroup3
            // 
            this.mapShapefileRibbonPageGroup3.ItemLinks.Add(this.mapLoadBarItem1);
            this.mapShapefileRibbonPageGroup3.ItemLinks.Add(this.mapImportBarItem1);
            this.mapShapefileRibbonPageGroup3.ItemLinks.Add(this.mapDefaultShapefileBarItem1);
            this.mapShapefileRibbonPageGroup3.Name = "mapShapefileRibbonPageGroup3";
            // 
            // mapNavigationPageGroup3
            // 
            this.mapNavigationPageGroup3.ItemLinks.Add(this.mapLockNavigationBarItem1);
            this.mapNavigationPageGroup3.ItemLinks.Add(this.mapFullExtentBarItem1);
            this.mapNavigationPageGroup3.Name = "mapNavigationPageGroup3";
            // 
            // mapLegendPositionPageGroup2
            // 
            this.mapLegendPositionPageGroup2.ItemLinks.Add(this.mapShowLegendBarItem1);
            this.mapLegendPositionPageGroup2.ItemLinks.Add(this.galleryMapLegendPositionItem1);
            this.mapLegendPositionPageGroup2.Name = "mapLegendPositionPageGroup2";
            // 
            // weightedLegendPageGroup1
            // 
            this.weightedLegendPageGroup1.ItemLinks.Add(this.changeWeightedLegendTypeBarItem1);
            this.weightedLegendPageGroup1.ItemLinks.Add(this.galleryWeightedLegendPositionItem1);
            this.weightedLegendPageGroup1.Name = "weightedLegendPageGroup1";
            // 
            // pieMapToolsRibbonPageCategory1
            // 
            this.pieMapToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.pieMapToolsRibbonPageCategory1.Name = "pieMapToolsRibbonPageCategory1";
            this.pieMapToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dataRibbonPage11,
            this.dashboardItemDesignRibbonPage13});
            this.pieMapToolsRibbonPageCategory1.Visible = false;
            // 
            // dataRibbonPage11
            // 
            this.dataRibbonPage11.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.filteringRibbonPageGroup11,
            this.masterFilterRibbonPageGroup9,
            this.interactivitySettingsRibbonPageGroup11,
            this.geoPointMapClusterizationRibbonPageGroup3});
            this.dataRibbonPage11.Name = "dataRibbonPage11";
            this.dataRibbonPage11.Visible = false;
            // 
            // filteringRibbonPageGroup11
            // 
            this.filteringRibbonPageGroup11.ItemLinks.Add(this.editFilterBarItem1);
            this.filteringRibbonPageGroup11.ItemLinks.Add(this.clearFilterBarItem1);
            this.filteringRibbonPageGroup11.Name = "filteringRibbonPageGroup11";
            // 
            // masterFilterRibbonPageGroup9
            // 
            this.masterFilterRibbonPageGroup9.ItemLinks.Add(this.masterFilterBarItem1);
            this.masterFilterRibbonPageGroup9.ItemLinks.Add(this.multipleValuesMasterFilterBarItem1);
            this.masterFilterRibbonPageGroup9.Name = "masterFilterRibbonPageGroup9";
            // 
            // interactivitySettingsRibbonPageGroup11
            // 
            this.interactivitySettingsRibbonPageGroup11.ItemLinks.Add(this.crossDataSourceFilteringBarItem1);
            this.interactivitySettingsRibbonPageGroup11.ItemLinks.Add(this.ignoreMasterFiltersBarItem1);
            this.interactivitySettingsRibbonPageGroup11.Name = "interactivitySettingsRibbonPageGroup11";
            // 
            // geoPointMapClusterizationRibbonPageGroup3
            // 
            this.geoPointMapClusterizationRibbonPageGroup3.ItemLinks.Add(this.geoPointMapClusterizationBarItem1);
            this.geoPointMapClusterizationRibbonPageGroup3.Name = "geoPointMapClusterizationRibbonPageGroup3";
            // 
            // dashboardItemDesignRibbonPage13
            // 
            this.dashboardItemDesignRibbonPage13.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup13,
            this.mapShapefileRibbonPageGroup4,
            this.mapNavigationPageGroup4,
            this.mapLegendPositionPageGroup3,
            this.weightedLegendPageGroup2,
            this.pieMapOptionsPageGroup1});
            this.dashboardItemDesignRibbonPage13.Name = "dashboardItemDesignRibbonPage13";
            this.dashboardItemDesignRibbonPage13.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup13
            // 
            this.commonItemDesignRibbonPageGroup13.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup13.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup13.Name = "commonItemDesignRibbonPageGroup13";
            // 
            // mapShapefileRibbonPageGroup4
            // 
            this.mapShapefileRibbonPageGroup4.ItemLinks.Add(this.mapLoadBarItem1);
            this.mapShapefileRibbonPageGroup4.ItemLinks.Add(this.mapImportBarItem1);
            this.mapShapefileRibbonPageGroup4.ItemLinks.Add(this.mapDefaultShapefileBarItem1);
            this.mapShapefileRibbonPageGroup4.Name = "mapShapefileRibbonPageGroup4";
            // 
            // mapNavigationPageGroup4
            // 
            this.mapNavigationPageGroup4.ItemLinks.Add(this.mapLockNavigationBarItem1);
            this.mapNavigationPageGroup4.ItemLinks.Add(this.mapFullExtentBarItem1);
            this.mapNavigationPageGroup4.Name = "mapNavigationPageGroup4";
            // 
            // mapLegendPositionPageGroup3
            // 
            this.mapLegendPositionPageGroup3.ItemLinks.Add(this.mapShowLegendBarItem1);
            this.mapLegendPositionPageGroup3.ItemLinks.Add(this.galleryMapLegendPositionItem1);
            this.mapLegendPositionPageGroup3.Name = "mapLegendPositionPageGroup3";
            // 
            // weightedLegendPageGroup2
            // 
            this.weightedLegendPageGroup2.ItemLinks.Add(this.changeWeightedLegendTypeBarItem1);
            this.weightedLegendPageGroup2.ItemLinks.Add(this.galleryWeightedLegendPositionItem1);
            this.weightedLegendPageGroup2.Name = "weightedLegendPageGroup2";
            // 
            // pieMapOptionsPageGroup1
            // 
            this.pieMapOptionsPageGroup1.ItemLinks.Add(this.pieMapIsWeightedBarItem1);
            this.pieMapOptionsPageGroup1.Name = "pieMapOptionsPageGroup1";
            // 
            // imageToolsRibbonPageCategory1
            // 
            this.imageToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.imageToolsRibbonPageCategory1.Name = "imageToolsRibbonPageCategory1";
            this.imageToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dashboardItemDesignRibbonPage6});
            this.imageToolsRibbonPageCategory1.Visible = false;
            // 
            // dashboardItemDesignRibbonPage6
            // 
            this.dashboardItemDesignRibbonPage6.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup6,
            this.imageOpenRibbonPageGroup1,
            this.imageSizeModeRibbonPageGroup1,
            this.imageAlignmentRibbonPageGroup1});
            this.dashboardItemDesignRibbonPage6.Name = "dashboardItemDesignRibbonPage6";
            this.dashboardItemDesignRibbonPage6.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup6
            // 
            this.commonItemDesignRibbonPageGroup6.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup6.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup6.Name = "commonItemDesignRibbonPageGroup6";
            // 
            // imageOpenRibbonPageGroup1
            // 
            this.imageOpenRibbonPageGroup1.ItemLinks.Add(this.imageLoadBarItem1);
            this.imageOpenRibbonPageGroup1.ItemLinks.Add(this.imageImportBarItem1);
            this.imageOpenRibbonPageGroup1.Name = "imageOpenRibbonPageGroup1";
            // 
            // imageSizeModeRibbonPageGroup1
            // 
            this.imageSizeModeRibbonPageGroup1.ItemLinks.Add(this.imageSizeModeClipBarItem1);
            this.imageSizeModeRibbonPageGroup1.ItemLinks.Add(this.imageSizeModeStretchBarItem1);
            this.imageSizeModeRibbonPageGroup1.ItemLinks.Add(this.imageSizeModeSqueezeBarItem1);
            this.imageSizeModeRibbonPageGroup1.ItemLinks.Add(this.imageSizeModeZoomBarItem1);
            this.imageSizeModeRibbonPageGroup1.Name = "imageSizeModeRibbonPageGroup1";
            // 
            // imageAlignmentRibbonPageGroup1
            // 
            this.imageAlignmentRibbonPageGroup1.ItemLinks.Add(this.imageAlignmentTopLeftBarItem1);
            this.imageAlignmentRibbonPageGroup1.ItemLinks.Add(this.imageAlignmentCenterLeftBarItem1);
            this.imageAlignmentRibbonPageGroup1.ItemLinks.Add(this.imageAlignmentBottomLeftBarItem1);
            this.imageAlignmentRibbonPageGroup1.ItemLinks.Add(this.imageAlignmentTopCenterBarItem1);
            this.imageAlignmentRibbonPageGroup1.ItemLinks.Add(this.imageAlignmentCenterCenterBarItem1);
            this.imageAlignmentRibbonPageGroup1.ItemLinks.Add(this.imageAlignmentBottomCenterBarItem1);
            this.imageAlignmentRibbonPageGroup1.ItemLinks.Add(this.imageAlignmentTopRightBarItem1);
            this.imageAlignmentRibbonPageGroup1.ItemLinks.Add(this.imageAlignmentCenterRightBarItem1);
            this.imageAlignmentRibbonPageGroup1.ItemLinks.Add(this.imageAlignmentBottomRightBarItem1);
            this.imageAlignmentRibbonPageGroup1.Name = "imageAlignmentRibbonPageGroup1";
            // 
            // textBoxToolsRibbonPageCategory1
            // 
            this.textBoxToolsRibbonPageCategory1.Control = this.dashboardDesignerMain;
            this.textBoxToolsRibbonPageCategory1.Name = "textBoxToolsRibbonPageCategory1";
            this.textBoxToolsRibbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.dashboardItemDesignRibbonPage7});
            this.textBoxToolsRibbonPageCategory1.Visible = false;
            // 
            // dashboardItemDesignRibbonPage7
            // 
            this.dashboardItemDesignRibbonPage7.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.commonItemDesignRibbonPageGroup7,
            this.textBoxSettingsRibbonPageGroup1});
            this.dashboardItemDesignRibbonPage7.Name = "dashboardItemDesignRibbonPage7";
            this.dashboardItemDesignRibbonPage7.Visible = false;
            // 
            // commonItemDesignRibbonPageGroup7
            // 
            this.commonItemDesignRibbonPageGroup7.ItemLinks.Add(this.showItemCaptionBarItem1);
            this.commonItemDesignRibbonPageGroup7.ItemLinks.Add(this.editItemNamesBarItem1);
            this.commonItemDesignRibbonPageGroup7.Name = "commonItemDesignRibbonPageGroup7";
            // 
            // textBoxSettingsRibbonPageGroup1
            // 
            this.textBoxSettingsRibbonPageGroup1.ItemLinks.Add(this.textBoxEditTextBarItem1);
            this.textBoxSettingsRibbonPageGroup1.Name = "textBoxSettingsRibbonPageGroup1";
            // 
            // homeRibbonPage1
            // 
            this.homeRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.fileRibbonPageGroup1,
            this.historyRibbonPageGroup1,
            this.insertRibbonPageGroup1,
            this.itemOperationRibbonPageGroup1,
            this.dashboardDesignRibbonPageGroup1,
            this.quickAccessHistoryRibbonPageGroup1});
            this.homeRibbonPage1.Name = "homeRibbonPage1";
            // 
            // fileRibbonPageGroup1
            // 
            this.fileRibbonPageGroup1.ItemLinks.Add(this.bbiNew);
            this.fileRibbonPageGroup1.ItemLinks.Add(this.bbiOpen);
            this.fileRibbonPageGroup1.ItemLinks.Add(this.bbiSave);
            this.fileRibbonPageGroup1.ItemLinks.Add(this.bbiSaveAs);
            this.fileRibbonPageGroup1.Name = "fileRibbonPageGroup1";
            this.fileRibbonPageGroup1.Text = "";
            // 
            // historyRibbonPageGroup1
            // 
            this.historyRibbonPageGroup1.ItemLinks.Add(this.undoBarItem1);
            this.historyRibbonPageGroup1.ItemLinks.Add(this.redoBarItem1);
            this.historyRibbonPageGroup1.Name = "historyRibbonPageGroup1";
            // 
            // insertRibbonPageGroup1
            // 
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertPivotBarItem1);
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertGridBarItem1);
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertChartBarItem1);
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertPiesBarItem1);
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertGaugesBarItem1);
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertCardsBarItem1);
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertChoroplethMapBarItem1);
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertGeoPointMapBarSubItem1);
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertRangeFilterBarItem1);
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertImageBarItem1);
            this.insertRibbonPageGroup1.ItemLinks.Add(this.insertTextBoxBarItem1);
            this.insertRibbonPageGroup1.Name = "insertRibbonPageGroup1";
            // 
            // itemOperationRibbonPageGroup1
            // 
            this.itemOperationRibbonPageGroup1.ItemLinks.Add(this.duplicateItemBarItem1);
            this.itemOperationRibbonPageGroup1.ItemLinks.Add(this.deleteItemBarItem1);
            this.itemOperationRibbonPageGroup1.ItemLinks.Add(this.convertDashboardItemTypeBarItem1);
            this.itemOperationRibbonPageGroup1.ItemLinks.Add(this.removeDataItemsBarItem1);
            this.itemOperationRibbonPageGroup1.ItemLinks.Add(this.transposeItemBarItem1);
            this.itemOperationRibbonPageGroup1.Name = "itemOperationRibbonPageGroup1";
            this.itemOperationRibbonPageGroup1.Visible = false;
            // 
            // dashboardDesignRibbonPageGroup1
            // 
            this.dashboardDesignRibbonPageGroup1.ItemLinks.Add(this.dashboardTitleBarItem1);
            this.dashboardDesignRibbonPageGroup1.ItemLinks.Add(this.setCurrencyCultureBarItem1);
            this.dashboardDesignRibbonPageGroup1.Name = "dashboardDesignRibbonPageGroup1";
            // 
            // quickAccessHistoryRibbonPageGroup1
            // 
            this.quickAccessHistoryRibbonPageGroup1.ItemLinks.Add(this.quickAccessUndoBarItem1);
            this.quickAccessHistoryRibbonPageGroup1.ItemLinks.Add(this.quickAccessRedoBarItem1);
            this.quickAccessHistoryRibbonPageGroup1.Name = "quickAccessHistoryRibbonPageGroup1";
            this.quickAccessHistoryRibbonPageGroup1.Visible = false;
            // 
            // dataSourceRibbonPage1
            // 
            this.dataSourceRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.dataSourceRibbonPageGroup1,
            this.dataSourceElementsRibbonPageGroup1,
            this.dataSourceFilteringRibbonPageGroup1});
            this.dataSourceRibbonPage1.Name = "dataSourceRibbonPage1";
            // 
            // dataSourceRibbonPageGroup1
            // 
            this.dataSourceRibbonPageGroup1.ItemLinks.Add(this.bbiAddDatasource);
            this.dataSourceRibbonPageGroup1.ItemLinks.Add(this.editDataSourceBarItem1);
            this.dataSourceRibbonPageGroup1.ItemLinks.Add(this.renameDataSourceBarItem1);
            this.dataSourceRibbonPageGroup1.ItemLinks.Add(this.deleteDataSourceBarItem1);
            this.dataSourceRibbonPageGroup1.ItemLinks.Add(this.serverModeBarItem1);
            this.dataSourceRibbonPageGroup1.Name = "dataSourceRibbonPageGroup1";
            // 
            // dataSourceElementsRibbonPageGroup1
            // 
            this.dataSourceElementsRibbonPageGroup1.ItemLinks.Add(this.addCalculatedFieldBarItem1);
            this.dataSourceElementsRibbonPageGroup1.ItemLinks.Add(this.dashboardParametersBarItem1);
            this.dataSourceElementsRibbonPageGroup1.Name = "dataSourceElementsRibbonPageGroup1";
            // 
            // dataSourceFilteringRibbonPageGroup1
            // 
            this.dataSourceFilteringRibbonPageGroup1.ItemLinks.Add(this.editDataSourceFilterBarItem1);
            this.dataSourceFilteringRibbonPageGroup1.ItemLinks.Add(this.clearDataSourceFilterBarItem1);
            this.dataSourceFilteringRibbonPageGroup1.Name = "dataSourceFilteringRibbonPageGroup1";
            // 
            // viewRibbonPage1
            // 
            this.viewRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.skinsRibbonPageGroup1});
            this.viewRibbonPage1.Name = "viewRibbonPage1";
            // 
            // skinsRibbonPageGroup1
            // 
            this.skinsRibbonPageGroup1.ItemLinks.Add(this.dashboardSkinsBarItem1);
            this.skinsRibbonPageGroup1.Name = "skinsRibbonPageGroup1";
            // 
            // dashboardBarControllerMain
            // 
            this.dashboardBarControllerMain.BarItems.Add(this.fileNewBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.fileOpenBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.fileSaveBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.fileSaveAsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.undoBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.redoBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.newDataSourceBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.editDataSourceBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.renameDataSourceBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.deleteDataSourceBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.serverModeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.addCalculatedFieldBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.dashboardParametersBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.editDataSourceFilterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.clearDataSourceFilterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertPivotBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertGridBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertChartBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertPiesBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertGaugesBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertCardsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertChoroplethMapBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertGeoPointMapBarSubItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertGeoPointMapBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertBubbleMapBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertPieMapBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertRangeFilterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertImageBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.insertTextBoxBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.duplicateItemBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.deleteItemBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertDashboardItemTypeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToPivotBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToGridBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToChartBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToPieBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToGaugeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToCardBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToChoroplethMapBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertGeoPointMapBaseBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToGeoPointMapBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToBubbleMapBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToPieMapBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.convertToRangeFilterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.removeDataItemsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.transposeItemBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.dashboardTitleBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.setCurrencyCultureBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.dashboardSkinsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.editFilterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.clearFilterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.masterFilterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.multipleValuesMasterFilterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.drillDownBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.ignoreMasterFiltersBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.crossDataSourceFilteringBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.chartTargetDimensionsArgumentsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.chartTargetDimensionsSeriesBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieTargetDimensionsArgumentsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieTargetDimensionsSeriesBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.geoPointMapClusterizationBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.showItemCaptionBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.editItemNamesBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.contentAutoArrangeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.contentArrangeInColumnsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.contentArrangeInRowsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.contentArrangementCountBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gridHorizontalLinesBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gridVerticalLinesBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gridMergeCellsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gridBandedRowsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gridColumnHeadersBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.chartRotateBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.chartXAxisSettingsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.chartYAxisSettingsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.chartShowLegendBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.galleryChartLegendPositionItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.galleryChartSeriesTypeItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsDataLabelsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsDataLabelsNoneBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsDataLabelArgumentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsDataLabelsValueBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsDataLabelsArgumentAndValueBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsDataLabelsPercentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsDataLabelsValueAndPercentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsDataLabelsArgumentAndPercentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsDataLabelsArgumentValueAndPercentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieTooltipsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsTooltipsNoneBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsTooltipsArgumentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsTooltipsValueBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsTooltipsArgumentAndValueBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsTooltipsPercentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsTooltipsValueAndPercentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsTooltipsArgumentAndPercentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieLabelsTooltipsArgumentValueAndPercentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieStylePieBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieStyleDonutBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieShowCaptionsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gaugeStyleFullCircularBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gaugeStyleHalfCircularBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gaugeStyleLeftQuarterCircularBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gaugeStyleRightQuarterCircularBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gaugeStyleThreeForthCircularBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gaugeStyleLinearHorizontalBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gaugeStyleLinearVerticalBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.gaugeShowCaptionsBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageLoadBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageImportBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageSizeModeClipBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageSizeModeStretchBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageSizeModeSqueezeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageSizeModeZoomBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageAlignmentTopLeftBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageAlignmentCenterLeftBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageAlignmentBottomLeftBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageAlignmentTopCenterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageAlignmentCenterCenterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageAlignmentBottomCenterBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageAlignmentTopRightBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageAlignmentCenterRightBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.imageAlignmentBottomRightBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.textBoxEditTextBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.rangeFilterLineSeriesTypeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.rangeFilterStackedLineSeriesTypeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.rangeFilterFullStackedLineSeriesTypeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.rangeFilterAreaSeriesTypeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.rangeFilterStackedAreaSeriesTypeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.rangeFilterFullStackedAreaSeriesTypeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pivotInitialStateBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pivotAutoExpandColumnBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pivotAutoExpandRowBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapLoadBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapImportBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapDefaultShapefileBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapWorldCountriesBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapEuropeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapAsiaBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapNorthAmericaBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapSouthAmericaBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapAfricaBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapUSABarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapCanadaBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapLockNavigationBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapFullExtentBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.mapShowLegendBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.galleryMapLegendPositionItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.changeWeightedLegendTypeBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.weightedLegendNoneBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.weightedLegendLinearBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.weightedLegendNestedBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.galleryWeightedLegendPositionItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.pieMapIsWeightedBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.quickAccessUndoBarItem1);
            this.dashboardBarControllerMain.BarItems.Add(this.quickAccessRedoBarItem1);
            this.dashboardBarControllerMain.Control = this.dashboardDesignerMain;
            // 
            // appDashboardDSTableAdapter
            // 
            this.appDashboardDSTableAdapter.ClearBeforeFill = true;
            // 
            // dsData
            // 
            this.dsData.DataSetName = "dsData";
            this.dsData.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // appDashboardSchemaTableAdapter
            // 
            this.appDashboardSchemaTableAdapter.ClearBeforeFill = true;
            // 
            // dsDataSource
            // 
            this.dsDataSource.DataSetName = "dsDataSource";
            this.dsDataSource.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // DashboardDesignerUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.dashboardDesignerMain);
            this.Controls.Add(this.ribbonControlMain);
            this.Controls.Add(this.dashboardBackstageViewControl1);
            this.Name = "DashboardDesignerUC";
            this.Size = new System.Drawing.Size(982, 533);
            this.Load += new System.EventHandler(this.DashboardDesignerUC_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dashboardBackstageViewControl1)).EndInit();
            this.dashboardBackstageViewControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dashboardBarAndDockingControllerMain)).EndInit();
            this.backstageViewClientControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dashboardBarControllerMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsData)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsDataSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Esempio n. 56
0
 public void CreateToolTip(BarItem item, string itemName)
 {
     DevExpress.Utils.SuperToolTip superToolTip = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem tooltipItem = new DevExpress.Utils.ToolTipItem();
     tooltipItem.Text = itemName;
     superToolTip.Items.Add(itemName);
     item.SuperTip = superToolTip;
 }
Esempio n. 57
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem9 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem10 = new DevExpress.Utils.ToolTipItem();
            this.ribbonControlClass = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.btnRemoveStudent = new DevExpress.XtraBars.BarButtonItem();
            this.btnRefreshStudent = new DevExpress.XtraBars.BarButtonItem();
            this.btnUserProperties = new DevExpress.XtraBars.BarButtonItem();
            this.lblClassName = new DevExpress.XtraBars.BarStaticItem();
            this.btnUploadCW = new DevExpress.XtraBars.BarButtonItem();
            this.btnDownloadCW = new DevExpress.XtraBars.BarButtonItem();
            this.btnDeleteCW = new DevExpress.XtraBars.BarButtonItem();
            this.btnRefreshCW = new DevExpress.XtraBars.BarButtonItem();
            this.btnCWBin = new DevExpress.XtraBars.BarButtonItem();
            this.btnOpenCW = new DevExpress.XtraBars.BarButtonItem();
            this.lblClassNameVal = new DevExpress.XtraBars.BarStaticItem();
            this.btnAddStudent = new DevExpress.XtraBars.BarButtonItem();
            this.btnSend = new DevExpress.XtraBars.BarButtonItem();
            this.barToggleSwitchItemReg = new DevExpress.XtraBars.BarToggleSwitchItem();
            this.btnStudentFile = new DevExpress.XtraBars.BarButtonItem();
            this.btnBatchDL = new DevExpress.XtraBars.BarButtonItem();
            this.btnMoveToPC = new DevExpress.XtraBars.BarButtonItem();
            this.btnRefresh = new DevExpress.XtraBars.BarButtonItem();
            this.barToggleSwitchItemEnableSPlan = new DevExpress.XtraBars.BarToggleSwitchItem();
            this.btnNewActivity = new DevExpress.XtraBars.BarButtonItem();
            this.btnEditActivity = new DevExpress.XtraBars.BarButtonItem();
            this.btnDeleteActivity = new DevExpress.XtraBars.BarButtonItem();
            this.btnRefreshActivity = new DevExpress.XtraBars.BarButtonItem();
            this.btnOpenActivity = new DevExpress.XtraBars.BarButtonItem();
            this.btnActBin = new DevExpress.XtraBars.BarButtonItem();
            this.btnViewResponse = new DevExpress.XtraBars.BarButtonItem();
            this.btnAddCW = new DevExpress.XtraBars.BarButtonItem();
            this.btnRemoveCW = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPageCourseware = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupCWMan = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupCWView = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageStudents = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupClass = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupView = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupComm = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupRegistration = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageClassFile = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupStudentFile = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageSeatPlan = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupTools = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupSeatPlanView = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupSeatPlan = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageClassActivity = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroupActivity = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupActView = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupActBin = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroupActChecking = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
            this.ribbonStatusBarClass = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.panelControlClass = new DevExpress.XtraEditors.PanelControl();
            this.saveFileDialogBatch = new System.Windows.Forms.SaveFileDialog();
            this.timerNotify = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlClass)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControlClass)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonControlClass
            // 
            this.ribbonControlClass.ExpandCollapseItem.Id = 0;
            this.ribbonControlClass.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControlClass.ExpandCollapseItem,
            this.btnRemoveStudent,
            this.btnRefreshStudent,
            this.btnUserProperties,
            this.lblClassName,
            this.btnUploadCW,
            this.btnDownloadCW,
            this.btnDeleteCW,
            this.btnRefreshCW,
            this.btnCWBin,
            this.btnOpenCW,
            this.lblClassNameVal,
            this.btnAddStudent,
            this.btnSend,
            this.barToggleSwitchItemReg,
            this.btnStudentFile,
            this.btnBatchDL,
            this.btnMoveToPC,
            this.btnRefresh,
            this.barToggleSwitchItemEnableSPlan,
            this.btnNewActivity,
            this.btnEditActivity,
            this.btnDeleteActivity,
            this.btnRefreshActivity,
            this.btnOpenActivity,
            this.btnActBin,
            this.btnViewResponse,
            this.btnAddCW,
            this.btnRemoveCW});
            this.ribbonControlClass.Location = new System.Drawing.Point(0, 0);
            this.ribbonControlClass.MaxItemId = 37;
            this.ribbonControlClass.Name = "ribbonControlClass";
            this.ribbonControlClass.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPageCourseware,
            this.ribbonPageStudents,
            this.ribbonPageClassFile,
            this.ribbonPageSeatPlan,
            this.ribbonPageClassActivity});
            this.ribbonControlClass.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemToggleSwitch1});
            this.ribbonControlClass.Size = new System.Drawing.Size(844, 141);
            this.ribbonControlClass.StatusBar = this.ribbonStatusBarClass;
            this.ribbonControlClass.SelectedPageChanged += new System.EventHandler(this.ribbonControlClass_SelectedPageChanged);
            // 
            // btnRemoveStudent
            // 
            this.btnRemoveStudent.Caption = "Remove a student";
            this.btnRemoveStudent.Glyph = global::ComDriveSW.Properties.Resources.removeStud;
            this.btnRemoveStudent.Id = 2;
            this.btnRemoveStudent.Name = "btnRemoveStudent";
            this.btnRemoveStudent.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem1.Text = "Remove from class";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Remove a student from this class";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.btnRemoveStudent.SuperTip = superToolTip1;
            this.btnRemoveStudent.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRemoveStudent_ItemClick);
            // 
            // btnRefreshStudent
            // 
            this.btnRefreshStudent.Caption = "Refresh";
            this.btnRefreshStudent.Glyph = global::ComDriveSW.Properties.Resources.Refresh_32;
            this.btnRefreshStudent.Id = 3;
            this.btnRefreshStudent.Name = "btnRefreshStudent";
            this.btnRefreshStudent.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem2.Text = "Refresh";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Reloads the list of student(s)";
            toolTipTitleItem3.LeftIndent = 6;
            toolTipTitleItem3.Text = "Press F5 to refresh";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            superToolTip2.Items.Add(toolTipTitleItem3);
            this.btnRefreshStudent.SuperTip = superToolTip2;
            this.btnRefreshStudent.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefreshStudent_ItemClick);
            // 
            // btnUserProperties
            // 
            this.btnUserProperties.Caption = "Properties";
            this.btnUserProperties.Glyph = global::ComDriveSW.Properties.Resources.Show_Property_32;
            this.btnUserProperties.Id = 4;
            this.btnUserProperties.Name = "btnUserProperties";
            this.btnUserProperties.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem4.Text = "Properties";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Shows the properties of the selected student(s)";
            superToolTip3.Items.Add(toolTipTitleItem4);
            superToolTip3.Items.Add(toolTipItem3);
            this.btnUserProperties.SuperTip = superToolTip3;
            this.btnUserProperties.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUserProperties_ItemClick);
            // 
            // lblClassName
            // 
            this.lblClassName.Caption = "Class :";
            this.lblClassName.Id = 5;
            this.lblClassName.Name = "lblClassName";
            this.lblClassName.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // btnUploadCW
            // 
            this.btnUploadCW.Caption = "Upload Courseware";
            this.btnUploadCW.Glyph = global::ComDriveSW.Properties.Resources.CW_add;
            this.btnUploadCW.Id = 6;
            this.btnUploadCW.Name = "btnUploadCW";
            this.btnUploadCW.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem5.Text = "Upload Courseware";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Uploads the selected courseware(s)";
            toolTipTitleItem6.LeftIndent = 6;
            toolTipTitleItem6.Text = "Only coursewares with PDF format is accepted";
            superToolTip4.Items.Add(toolTipTitleItem5);
            superToolTip4.Items.Add(toolTipItem4);
            superToolTip4.Items.Add(toolTipTitleItem6);
            this.btnUploadCW.SuperTip = superToolTip4;
            this.btnUploadCW.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUploadCW_ItemClick);
            // 
            // btnDownloadCW
            // 
            this.btnDownloadCW.Caption = "Download Courseware";
            this.btnDownloadCW.Glyph = global::ComDriveSW.Properties.Resources.CW_Download;
            this.btnDownloadCW.Id = 7;
            this.btnDownloadCW.Name = "btnDownloadCW";
            this.btnDownloadCW.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem7.Text = "Download Courseware";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Downloads the selected courseware(s)";
            superToolTip5.Items.Add(toolTipTitleItem7);
            superToolTip5.Items.Add(toolTipItem5);
            this.btnDownloadCW.SuperTip = superToolTip5;
            this.btnDownloadCW.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDownloadCW_ItemClick);
            // 
            // btnDeleteCW
            // 
            this.btnDeleteCW.Caption = "Delete Courseware";
            this.btnDeleteCW.Glyph = global::ComDriveSW.Properties.Resources.CW_remove;
            this.btnDeleteCW.Id = 8;
            this.btnDeleteCW.Name = "btnDeleteCW";
            this.btnDeleteCW.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem8.Text = "Delete Courseware";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "Archives the selected courseware(s)";
            superToolTip6.Items.Add(toolTipTitleItem8);
            superToolTip6.Items.Add(toolTipItem6);
            this.btnDeleteCW.SuperTip = superToolTip6;
            this.btnDeleteCW.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteCW_ItemClick);
            // 
            // btnRefreshCW
            // 
            this.btnRefreshCW.Caption = "Refresh";
            this.btnRefreshCW.Glyph = global::ComDriveSW.Properties.Resources.Refresh_32;
            this.btnRefreshCW.Id = 9;
            this.btnRefreshCW.Name = "btnRefreshCW";
            this.btnRefreshCW.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem9.Text = "Refresh";
            toolTipItem7.LeftIndent = 6;
            toolTipItem7.Text = "Reloads the list of courseware(s)";
            superToolTip7.Items.Add(toolTipTitleItem9);
            superToolTip7.Items.Add(toolTipItem7);
            this.btnRefreshCW.SuperTip = superToolTip7;
            this.btnRefreshCW.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefreshCW_ItemClick);
            // 
            // btnCWBin
            // 
            this.btnCWBin.Caption = "Bin";
            this.btnCWBin.Glyph = global::ComDriveSW.Properties.Resources.Recycle_Sign_32;
            this.btnCWBin.Id = 10;
            this.btnCWBin.Name = "btnCWBin";
            this.btnCWBin.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnCWBin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCWBin_ItemClick);
            // 
            // btnOpenCW
            // 
            this.btnOpenCW.Caption = "Open";
            this.btnOpenCW.Glyph = global::ComDriveSW.Properties.Resources.External_Link_32;
            this.btnOpenCW.Id = 11;
            this.btnOpenCW.Name = "btnOpenCW";
            this.btnOpenCW.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnOpenCW.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOpenCW_ItemClick);
            // 
            // lblClassNameVal
            // 
            this.lblClassNameVal.Caption = "Value";
            this.lblClassNameVal.Id = 13;
            this.lblClassNameVal.Name = "lblClassNameVal";
            this.lblClassNameVal.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // btnAddStudent
            // 
            this.btnAddStudent.Caption = "Add a student";
            this.btnAddStudent.Glyph = global::ComDriveSW.Properties.Resources.add_stud;
            this.btnAddStudent.Id = 15;
            this.btnAddStudent.Name = "btnAddStudent";
            this.btnAddStudent.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem10.Text = "Add to Class";
            toolTipItem8.LeftIndent = 6;
            toolTipItem8.Text = "Add a student to this class";
            superToolTip8.Items.Add(toolTipTitleItem10);
            superToolTip8.Items.Add(toolTipItem8);
            this.btnAddStudent.SuperTip = superToolTip8;
            this.btnAddStudent.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAddStudent_ItemClick);
            // 
            // btnSend
            // 
            this.btnSend.Caption = "Send a message";
            this.btnSend.Glyph = global::ComDriveSW.Properties.Resources.Speech_Bubble_32;
            this.btnSend.Id = 16;
            this.btnSend.Name = "btnSend";
            this.btnSend.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnSend.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSend_ItemClick);
            // 
            // barToggleSwitchItemReg
            // 
            this.barToggleSwitchItemReg.Id = 18;
            this.barToggleSwitchItemReg.Name = "barToggleSwitchItemReg";
            this.barToggleSwitchItemReg.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barToggleSwitchItemReg_CheckedChanged);
            // 
            // btnStudentFile
            // 
            this.btnStudentFile.Caption = "Student File";
            this.btnStudentFile.Glyph = global::ComDriveSW.Properties.Resources.File_32;
            this.btnStudentFile.Id = 19;
            this.btnStudentFile.Name = "btnStudentFile";
            this.btnStudentFile.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem11.Text = "Student File";
            toolTipItem9.LeftIndent = 6;
            toolTipItem9.Text = "Shows the list of file(s) of the selected student(s)";
            superToolTip9.Items.Add(toolTipTitleItem11);
            superToolTip9.Items.Add(toolTipItem9);
            this.btnStudentFile.SuperTip = superToolTip9;
            this.btnStudentFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnStudentFile_ItemClick);
            // 
            // btnBatchDL
            // 
            this.btnBatchDL.Caption = "Collect File";
            this.btnBatchDL.Glyph = global::ComDriveSW.Properties.Resources.Copy_32;
            this.btnBatchDL.Id = 20;
            this.btnBatchDL.Name = "btnBatchDL";
            this.btnBatchDL.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            toolTipTitleItem12.Text = "Collect File";
            toolTipItem10.LeftIndent = 6;
            toolTipItem10.Text = "Downloads the file(s) of the selected student(s) either by filter or all files";
            superToolTip10.Items.Add(toolTipTitleItem12);
            superToolTip10.Items.Add(toolTipItem10);
            this.btnBatchDL.SuperTip = superToolTip10;
            this.btnBatchDL.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnBatchDL_ItemClick);
            // 
            // btnMoveToPC
            // 
            this.btnMoveToPC.Caption = "Assign to";
            this.btnMoveToPC.Glyph = global::ComDriveSW.Properties.Resources.Counselor_32;
            this.btnMoveToPC.Id = 21;
            this.btnMoveToPC.Name = "btnMoveToPC";
            this.btnMoveToPC.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnMoveToPC.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnMoveToPC_ItemClick);
            // 
            // btnRefresh
            // 
            this.btnRefresh.Caption = "Refresh";
            this.btnRefresh.Glyph = global::ComDriveSW.Properties.Resources.Refresh_32;
            this.btnRefresh.Id = 23;
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefresh_ItemClick);
            // 
            // barToggleSwitchItemEnableSPlan
            // 
            this.barToggleSwitchItemEnableSPlan.Id = 26;
            this.barToggleSwitchItemEnableSPlan.Name = "barToggleSwitchItemEnableSPlan";
            this.barToggleSwitchItemEnableSPlan.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barToggleSwitchItemEnableSPlan_CheckedChanged);
            // 
            // btnNewActivity
            // 
            this.btnNewActivity.Caption = "New Activity";
            this.btnNewActivity.Glyph = global::ComDriveSW.Properties.Resources.Create_New_32;
            this.btnNewActivity.Id = 27;
            this.btnNewActivity.Name = "btnNewActivity";
            this.btnNewActivity.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnNewActivity.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnNewActivity_ItemClick);
            // 
            // btnEditActivity
            // 
            this.btnEditActivity.Caption = "Edit Activity";
            this.btnEditActivity.Glyph = global::ComDriveSW.Properties.Resources.Edit_32;
            this.btnEditActivity.Id = 28;
            this.btnEditActivity.Name = "btnEditActivity";
            this.btnEditActivity.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnEditActivity.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnEditActivity_ItemClick);
            // 
            // btnDeleteActivity
            // 
            this.btnDeleteActivity.Caption = "Delete Activity";
            this.btnDeleteActivity.Glyph = global::ComDriveSW.Properties.Resources.Cancel_323;
            this.btnDeleteActivity.Id = 29;
            this.btnDeleteActivity.Name = "btnDeleteActivity";
            this.btnDeleteActivity.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnDeleteActivity.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteActivity_ItemClick);
            // 
            // btnRefreshActivity
            // 
            this.btnRefreshActivity.Caption = "Refresh";
            this.btnRefreshActivity.Glyph = global::ComDriveSW.Properties.Resources.Refresh_32;
            this.btnRefreshActivity.Id = 30;
            this.btnRefreshActivity.Name = "btnRefreshActivity";
            this.btnRefreshActivity.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnRefreshActivity.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefreshActivity_ItemClick);
            // 
            // btnOpenActivity
            // 
            this.btnOpenActivity.Caption = "Open";
            this.btnOpenActivity.Glyph = global::ComDriveSW.Properties.Resources.External_Link_32;
            this.btnOpenActivity.Id = 31;
            this.btnOpenActivity.Name = "btnOpenActivity";
            this.btnOpenActivity.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnOpenActivity.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOpenActivity_ItemClick);
            // 
            // btnActBin
            // 
            this.btnActBin.Caption = "Bin";
            this.btnActBin.Glyph = global::ComDriveSW.Properties.Resources.Recycle_Sign_32;
            this.btnActBin.Id = 32;
            this.btnActBin.Name = "btnActBin";
            this.btnActBin.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnActBin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnActBin_ItemClick);
            // 
            // btnViewResponse
            // 
            this.btnViewResponse.Caption = "View Student Response";
            this.btnViewResponse.Glyph = global::ComDriveSW.Properties.Resources.Response_32;
            this.btnViewResponse.Id = 33;
            this.btnViewResponse.Name = "btnViewResponse";
            this.btnViewResponse.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnViewResponse.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnViewResponse_ItemClick);
            // 
            // btnAddCW
            // 
            this.btnAddCW.Caption = "Add Courseware";
            this.btnAddCW.Glyph = global::ComDriveSW.Properties.Resources.Plus_32;
            this.btnAddCW.Id = 35;
            this.btnAddCW.Name = "btnAddCW";
            this.btnAddCW.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnAddCW.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAddCW_ItemClick);
            // 
            // btnRemoveCW
            // 
            this.btnRemoveCW.Caption = "Remove Courseware";
            this.btnRemoveCW.Glyph = global::ComDriveSW.Properties.Resources.Cancel_323;
            this.btnRemoveCW.Id = 36;
            this.btnRemoveCW.Name = "btnRemoveCW";
            this.btnRemoveCW.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnRemoveCW.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRemoveCW_ItemClick);
            // 
            // ribbonPageCourseware
            // 
            this.ribbonPageCourseware.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupCWMan,
            this.ribbonPageGroupCWView});
            this.ribbonPageCourseware.Name = "ribbonPageCourseware";
            this.ribbonPageCourseware.Text = "Courseware";
            // 
            // ribbonPageGroupCWMan
            // 
            this.ribbonPageGroupCWMan.AllowTextClipping = false;
            this.ribbonPageGroupCWMan.ItemLinks.Add(this.btnAddCW);
            this.ribbonPageGroupCWMan.ItemLinks.Add(this.btnRemoveCW);
            this.ribbonPageGroupCWMan.Name = "ribbonPageGroupCWMan";
            this.ribbonPageGroupCWMan.ShowCaptionButton = false;
            this.ribbonPageGroupCWMan.Text = "Manipulate Coursewares";
            // 
            // ribbonPageGroupCWView
            // 
            this.ribbonPageGroupCWView.AllowTextClipping = false;
            this.ribbonPageGroupCWView.ItemLinks.Add(this.btnOpenCW);
            this.ribbonPageGroupCWView.ItemLinks.Add(this.btnRefreshCW);
            this.ribbonPageGroupCWView.Name = "ribbonPageGroupCWView";
            this.ribbonPageGroupCWView.ShowCaptionButton = false;
            this.ribbonPageGroupCWView.Text = "View";
            // 
            // ribbonPageStudents
            // 
            this.ribbonPageStudents.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupClass,
            this.ribbonPageGroupView,
            this.ribbonPageGroupComm,
            this.ribbonPageGroupRegistration});
            this.ribbonPageStudents.Name = "ribbonPageStudents";
            this.ribbonPageStudents.Text = "Students";
            // 
            // ribbonPageGroupClass
            // 
            this.ribbonPageGroupClass.AllowTextClipping = false;
            this.ribbonPageGroupClass.ItemLinks.Add(this.btnAddStudent);
            this.ribbonPageGroupClass.ItemLinks.Add(this.btnRemoveStudent);
            this.ribbonPageGroupClass.Name = "ribbonPageGroupClass";
            this.ribbonPageGroupClass.ShowCaptionButton = false;
            this.ribbonPageGroupClass.Text = "Class";
            // 
            // ribbonPageGroupView
            // 
            this.ribbonPageGroupView.AllowTextClipping = false;
            this.ribbonPageGroupView.ItemLinks.Add(this.btnRefreshStudent);
            this.ribbonPageGroupView.ItemLinks.Add(this.btnUserProperties);
            this.ribbonPageGroupView.Name = "ribbonPageGroupView";
            this.ribbonPageGroupView.ShowCaptionButton = false;
            this.ribbonPageGroupView.Text = "View";
            // 
            // ribbonPageGroupComm
            // 
            this.ribbonPageGroupComm.AllowTextClipping = false;
            this.ribbonPageGroupComm.ItemLinks.Add(this.btnSend);
            this.ribbonPageGroupComm.Name = "ribbonPageGroupComm";
            this.ribbonPageGroupComm.ShowCaptionButton = false;
            this.ribbonPageGroupComm.Text = "Communicate";
            // 
            // ribbonPageGroupRegistration
            // 
            this.ribbonPageGroupRegistration.AllowTextClipping = false;
            this.ribbonPageGroupRegistration.ItemLinks.Add(this.barToggleSwitchItemReg);
            this.ribbonPageGroupRegistration.Name = "ribbonPageGroupRegistration";
            this.ribbonPageGroupRegistration.ShowCaptionButton = false;
            this.ribbonPageGroupRegistration.Text = "Student Registration";
            // 
            // ribbonPageClassFile
            // 
            this.ribbonPageClassFile.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupStudentFile});
            this.ribbonPageClassFile.Name = "ribbonPageClassFile";
            this.ribbonPageClassFile.Text = "File";
            // 
            // ribbonPageGroupStudentFile
            // 
            this.ribbonPageGroupStudentFile.AllowTextClipping = false;
            this.ribbonPageGroupStudentFile.ItemLinks.Add(this.btnStudentFile);
            this.ribbonPageGroupStudentFile.ItemLinks.Add(this.btnBatchDL);
            this.ribbonPageGroupStudentFile.Name = "ribbonPageGroupStudentFile";
            this.ribbonPageGroupStudentFile.ShowCaptionButton = false;
            this.ribbonPageGroupStudentFile.Text = "Student File";
            // 
            // ribbonPageSeatPlan
            // 
            this.ribbonPageSeatPlan.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupTools,
            this.ribbonPageGroupSeatPlanView,
            this.ribbonPageGroupSeatPlan});
            this.ribbonPageSeatPlan.Name = "ribbonPageSeatPlan";
            this.ribbonPageSeatPlan.Text = "Seat Plan";
            // 
            // ribbonPageGroupTools
            // 
            this.ribbonPageGroupTools.AllowTextClipping = false;
            this.ribbonPageGroupTools.ItemLinks.Add(this.btnMoveToPC);
            this.ribbonPageGroupTools.Name = "ribbonPageGroupTools";
            this.ribbonPageGroupTools.ShowCaptionButton = false;
            this.ribbonPageGroupTools.Text = "Tools";
            // 
            // ribbonPageGroupSeatPlanView
            // 
            this.ribbonPageGroupSeatPlanView.AllowTextClipping = false;
            this.ribbonPageGroupSeatPlanView.ItemLinks.Add(this.btnRefresh);
            this.ribbonPageGroupSeatPlanView.Name = "ribbonPageGroupSeatPlanView";
            this.ribbonPageGroupSeatPlanView.ShowCaptionButton = false;
            this.ribbonPageGroupSeatPlanView.Text = "View";
            // 
            // ribbonPageGroupSeatPlan
            // 
            this.ribbonPageGroupSeatPlan.AllowTextClipping = false;
            this.ribbonPageGroupSeatPlan.ItemLinks.Add(this.barToggleSwitchItemEnableSPlan);
            this.ribbonPageGroupSeatPlan.Name = "ribbonPageGroupSeatPlan";
            this.ribbonPageGroupSeatPlan.ShowCaptionButton = false;
            this.ribbonPageGroupSeatPlan.Text = "Seat Plan";
            // 
            // ribbonPageClassActivity
            // 
            this.ribbonPageClassActivity.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroupActivity,
            this.ribbonPageGroupActView,
            this.ribbonPageGroupActBin,
            this.ribbonPageGroupActChecking});
            this.ribbonPageClassActivity.Name = "ribbonPageClassActivity";
            this.ribbonPageClassActivity.Text = "Activity";
            // 
            // ribbonPageGroupActivity
            // 
            this.ribbonPageGroupActivity.AllowTextClipping = false;
            this.ribbonPageGroupActivity.ItemLinks.Add(this.btnNewActivity);
            this.ribbonPageGroupActivity.ItemLinks.Add(this.btnEditActivity);
            this.ribbonPageGroupActivity.ItemLinks.Add(this.btnDeleteActivity);
            this.ribbonPageGroupActivity.Name = "ribbonPageGroupActivity";
            this.ribbonPageGroupActivity.ShowCaptionButton = false;
            this.ribbonPageGroupActivity.Text = "Activity";
            // 
            // ribbonPageGroupActView
            // 
            this.ribbonPageGroupActView.AllowTextClipping = false;
            this.ribbonPageGroupActView.ItemLinks.Add(this.btnOpenActivity);
            this.ribbonPageGroupActView.ItemLinks.Add(this.btnRefreshActivity);
            this.ribbonPageGroupActView.Name = "ribbonPageGroupActView";
            this.ribbonPageGroupActView.ShowCaptionButton = false;
            this.ribbonPageGroupActView.Text = "View";
            // 
            // ribbonPageGroupActBin
            // 
            this.ribbonPageGroupActBin.AllowTextClipping = false;
            this.ribbonPageGroupActBin.ItemLinks.Add(this.btnActBin);
            this.ribbonPageGroupActBin.Name = "ribbonPageGroupActBin";
            this.ribbonPageGroupActBin.ShowCaptionButton = false;
            this.ribbonPageGroupActBin.Text = "Bin";
            // 
            // ribbonPageGroupActChecking
            // 
            this.ribbonPageGroupActChecking.AllowTextClipping = false;
            this.ribbonPageGroupActChecking.ItemLinks.Add(this.btnViewResponse);
            this.ribbonPageGroupActChecking.Name = "ribbonPageGroupActChecking";
            this.ribbonPageGroupActChecking.ShowCaptionButton = false;
            this.ribbonPageGroupActChecking.Text = "Checking";
            // 
            // repositoryItemToggleSwitch1
            // 
            this.repositoryItemToggleSwitch1.AutoHeight = false;
            this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
            this.repositoryItemToggleSwitch1.OffText = "Off";
            this.repositoryItemToggleSwitch1.OnText = "On";
            // 
            // ribbonStatusBarClass
            // 
            this.ribbonStatusBarClass.ItemLinks.Add(this.lblClassName);
            this.ribbonStatusBarClass.ItemLinks.Add(this.lblClassNameVal);
            this.ribbonStatusBarClass.Location = new System.Drawing.Point(0, 473);
            this.ribbonStatusBarClass.Name = "ribbonStatusBarClass";
            this.ribbonStatusBarClass.Ribbon = this.ribbonControlClass;
            this.ribbonStatusBarClass.Size = new System.Drawing.Size(844, 27);
            // 
            // panelControlClass
            // 
            this.panelControlClass.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControlClass.Location = new System.Drawing.Point(0, 141);
            this.panelControlClass.Name = "panelControlClass";
            this.panelControlClass.Size = new System.Drawing.Size(844, 359);
            this.panelControlClass.TabIndex = 1;
            // 
            // timerNotify
            // 
            this.timerNotify.Interval = 500;
            this.timerNotify.Tick += new System.EventHandler(this.timerNotify_Tick);
            // 
            // frmClass
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(844, 500);
            this.Controls.Add(this.ribbonStatusBarClass);
            this.Controls.Add(this.panelControlClass);
            this.Controls.Add(this.ribbonControlClass);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.Name = "frmClass";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Class";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmClass_FormClosing);
            this.Load += new System.EventHandler(this.frmClass_Load);
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.frmClass_DragDrop);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.frmClass_DragEnter);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlClass)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControlClass)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent() {
			this.components = new System.ComponentModel.Container();
			DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WordExporter));
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
			this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
			this.grid = new DevExpress.XtraGrid.GridControl();
			this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
			this.colIsChecked = new DevExpress.XtraGrid.Columns.GridColumn();
			this.colLastName = new DevExpress.XtraGrid.Columns.GridColumn();
			this.colHisName = new DevExpress.XtraGrid.Columns.GridColumn();
			this.colHerName = new DevExpress.XtraGrid.Columns.GridColumn();
			this.colAddress = new DevExpress.XtraGrid.Columns.GridColumn();
			this.colTotalPaid = new DevExpress.XtraGrid.Columns.GridColumn();
			this.colBalanceDue = new DevExpress.XtraGrid.Columns.GridColumn();
			this.cancel = new DevExpress.XtraEditors.SimpleButton();
			this.createDoc = new DevExpress.XtraEditors.DropDownButton();
			this.mailingDocuments = new DevExpress.XtraBars.PopupMenu(this.components);
			this.barManager = new DevExpress.XtraBars.BarManager(this.components);
			this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
			this.duplexMode = new DevExpress.XtraEditors.CheckEdit();
			this.label = new DevExpress.XtraEditors.LabelControl();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.mailingDocuments)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.duplexMode.Properties)).BeginInit();
			this.SuspendLayout();
			// 
			// repositoryItemCheckEdit1
			// 
			this.repositoryItemCheckEdit1.AutoHeight = false;
			this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
			this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
			// 
			// grid
			// 
			this.grid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.grid.Location = new System.Drawing.Point(12, 31);
			this.grid.MainView = this.gridView;
			this.grid.Name = "grid";
			this.grid.ShowOnlyPredefinedDetails = true;
			this.grid.Size = new System.Drawing.Size(563, 271);
			this.grid.TabIndex = 16;
			this.grid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView});
			// 
			// gridView
			// 
			this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colIsChecked,
            this.colLastName,
            this.colHisName,
            this.colHerName,
            this.colAddress,
            this.colTotalPaid,
            this.colBalanceDue});
			this.gridView.GridControl = this.grid;
			this.gridView.Name = "gridView";
			this.gridView.OptionsSelection.EnableAppearanceFocusedCell = false;
			this.gridView.OptionsSelection.MultiSelect = true;
			this.gridView.OptionsView.ShowGroupPanel = false;
			this.gridView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
			this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colLastName, DevExpress.Data.ColumnSortOrder.Ascending)});
			this.gridView.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView_CustomUnboundColumnData);
			// 
			// colIsChecked
			// 
			this.colIsChecked.Caption = " ";
			this.colIsChecked.ColumnEdit = this.repositoryItemCheckEdit1;
			this.colIsChecked.FieldName = "IsChecked";
			this.colIsChecked.MaxWidth = 22;
			this.colIsChecked.MinWidth = 22;
			this.colIsChecked.Name = "colIsChecked";
			this.colIsChecked.OptionsColumn.AllowMove = false;
			this.colIsChecked.OptionsColumn.AllowShowHide = false;
			this.colIsChecked.OptionsColumn.AllowSize = false;
			this.colIsChecked.OptionsColumn.FixedWidth = true;
			this.colIsChecked.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
			this.colIsChecked.ToolTip = "Generate?";
			this.colIsChecked.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
			this.colIsChecked.Visible = true;
			this.colIsChecked.VisibleIndex = 0;
			this.colIsChecked.Width = 22;
			// 
			// colLastName
			// 
			this.colLastName.FieldName = "LastName";
			this.colLastName.Name = "colLastName";
			this.colLastName.OptionsColumn.AllowEdit = false;
			this.colLastName.OptionsColumn.ReadOnly = true;
			this.colLastName.Visible = true;
			this.colLastName.VisibleIndex = 1;
			this.colLastName.Width = 87;
			// 
			// colHisName
			// 
			this.colHisName.FieldName = "HisName";
			this.colHisName.Name = "colHisName";
			this.colHisName.OptionsColumn.AllowEdit = false;
			this.colHisName.OptionsColumn.ReadOnly = true;
			this.colHisName.Visible = true;
			this.colHisName.VisibleIndex = 2;
			this.colHisName.Width = 87;
			// 
			// colHerName
			// 
			this.colHerName.FieldName = "HerName";
			this.colHerName.Name = "colHerName";
			this.colHerName.OptionsColumn.AllowEdit = false;
			this.colHerName.OptionsColumn.ReadOnly = true;
			this.colHerName.Visible = true;
			this.colHerName.VisibleIndex = 3;
			this.colHerName.Width = 87;
			// 
			// colAddress
			// 
			this.colAddress.FieldName = "Address";
			this.colAddress.Name = "colAddress";
			this.colAddress.OptionsColumn.AllowEdit = false;
			this.colAddress.OptionsColumn.ReadOnly = true;
			this.colAddress.Visible = true;
			this.colAddress.VisibleIndex = 4;
			this.colAddress.Width = 87;
			// 
			// colTotalPaid
			// 
			this.colTotalPaid.DisplayFormat.FormatString = "c";
			this.colTotalPaid.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.colTotalPaid.FieldName = "TotalPaid";
			this.colTotalPaid.Name = "colTotalPaid";
			this.colTotalPaid.OptionsColumn.AllowEdit = false;
			this.colTotalPaid.OptionsColumn.ReadOnly = true;
			this.colTotalPaid.Visible = true;
			this.colTotalPaid.VisibleIndex = 5;
			this.colTotalPaid.Width = 87;
			// 
			// colBalanceDue
			// 
			this.colBalanceDue.DisplayFormat.FormatString = "c";
			this.colBalanceDue.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.colBalanceDue.FieldName = "BalanceDue";
			this.colBalanceDue.Name = "colBalanceDue";
			this.colBalanceDue.OptionsColumn.AllowEdit = false;
			this.colBalanceDue.OptionsColumn.ReadOnly = true;
			this.colBalanceDue.Visible = true;
			this.colBalanceDue.VisibleIndex = 6;
			this.colBalanceDue.Width = 109;
			// 
			// cancel
			// 
			this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancel.Location = new System.Drawing.Point(501, 308);
			this.cancel.Name = "cancel";
			this.cancel.Size = new System.Drawing.Size(75, 23);
			this.cancel.TabIndex = 15;
			this.cancel.Text = "Cancel";
			this.cancel.Click += new System.EventHandler(this.cancel_Click);
			// 
			// createDoc
			// 
			this.createDoc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.createDoc.DropDownControl = this.mailingDocuments;
			this.createDoc.Location = new System.Drawing.Point(360, 308);
			this.createDoc.Name = "createDoc";
			this.createDoc.Size = new System.Drawing.Size(135, 23);
			this.createDoc.TabIndex = 17;
			this.createDoc.Text = "&Create Document";
			this.createDoc.Click += new System.EventHandler(this.createDoc_Click);
			// 
			// mailingDocuments
			// 
			this.mailingDocuments.Manager = this.barManager;
			this.mailingDocuments.Name = "mailingDocuments";
			// 
			// barManager
			// 
			this.barManager.DockControls.Add(this.barDockControlTop);
			this.barManager.DockControls.Add(this.barDockControlBottom);
			this.barManager.DockControls.Add(this.barDockControlLeft);
			this.barManager.DockControls.Add(this.barDockControlRight);
			this.barManager.Form = this;
			this.barManager.MaxItemId = 0;
			// 
			// barDockControlTop
			// 
			this.barDockControlTop.CausesValidation = false;
			this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
			this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
			this.barDockControlTop.Size = new System.Drawing.Size(588, 0);
			// 
			// barDockControlBottom
			// 
			this.barDockControlBottom.CausesValidation = false;
			this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.barDockControlBottom.Location = new System.Drawing.Point(0, 343);
			this.barDockControlBottom.Size = new System.Drawing.Size(588, 0);
			// 
			// barDockControlLeft
			// 
			this.barDockControlLeft.CausesValidation = false;
			this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
			this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
			this.barDockControlLeft.Size = new System.Drawing.Size(0, 343);
			// 
			// barDockControlRight
			// 
			this.barDockControlRight.CausesValidation = false;
			this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
			this.barDockControlRight.Location = new System.Drawing.Point(588, 0);
			this.barDockControlRight.Size = new System.Drawing.Size(0, 343);
			// 
			// duplexMode
			// 
			this.duplexMode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.duplexMode.EditValue = true;
			this.duplexMode.Location = new System.Drawing.Point(166, 309);
			this.duplexMode.Name = "duplexMode";
			this.duplexMode.Properties.AutoWidth = true;
			this.duplexMode.Properties.Caption = "Generate for &double-sided printing";
			this.duplexMode.Size = new System.Drawing.Size(188, 19);
			toolTipTitleItem1.Text = "Duplex Mode";
			toolTipItem1.LeftIndent = 6;
			toolTipItem1.Text = resources.GetString("toolTipItem1.Text");
			toolTipTitleItem2.LeftIndent = 6;
			toolTipTitleItem2.Text = "This does not affect envelopes or labels";
			superToolTip1.Items.Add(toolTipTitleItem1);
			superToolTip1.Items.Add(toolTipItem1);
			superToolTip1.Items.Add(toolTipTitleItem2);
			this.duplexMode.SuperTip = superToolTip1;
			this.duplexMode.TabIndex = 22;
			// 
			// label
			// 
			this.label.AutoEllipsis = true;
			this.label.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
			this.label.Location = new System.Drawing.Point(12, 12);
			this.label.Name = "label";
			this.label.Size = new System.Drawing.Size(63, 13);
			this.label.TabIndex = 27;
			this.label.Text = "labelControl1";
			// 
			// WordExporter
			// 
			this.AcceptButton = this.createDoc;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.cancel;
			this.ClientSize = new System.Drawing.Size(588, 343);
			this.Controls.Add(this.label);
			this.Controls.Add(this.duplexMode);
			this.Controls.Add(this.createDoc);
			this.Controls.Add(this.grid);
			this.Controls.Add(this.cancel);
			this.Controls.Add(this.barDockControlLeft);
			this.Controls.Add(this.barDockControlRight);
			this.Controls.Add(this.barDockControlBottom);
			this.Controls.Add(this.barDockControlTop);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "WordExporter";
			this.Text = "Create Word Statements";
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.mailingDocuments)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.duplexMode.Properties)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
			this.components = new System.ComponentModel.Container();
			DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
			DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
			DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
			DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
			this.barManager = new DevExpress.XtraBars.BarManager(this.components);
			this.barOperations = new DevExpress.XtraBars.Bar();
			this.barLargeButtonItemOpen = new DevExpress.XtraBars.BarLargeButtonItem();
			this.barLargeButtonItemInsert = new DevExpress.XtraBars.BarLargeButtonItem();
			this.barLargeButtonItemSave = new DevExpress.XtraBars.BarLargeButtonItem();
			this.barLargeButtonItemEmail = new DevExpress.XtraBars.BarLargeButtonItem();
			this.barLargeButtonItemPrint = new DevExpress.XtraBars.BarLargeButtonItem();
			this.barLargeButtonItemSettings = new DevExpress.XtraBars.BarLargeButtonItem();
			this.barLargeButtonItemHelp = new DevExpress.XtraBars.BarLargeButtonItem();
			this.barLargeButtonItemExit = new DevExpress.XtraBars.BarLargeButtonItem();
			this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
			this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
			this.pnPreview = new System.Windows.Forms.Panel();
			((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
			this.SuspendLayout();
			// 
			// barManager
			// 
			this.barManager.AllowCustomization = false;
			this.barManager.AllowItemAnimatedHighlighting = false;
			this.barManager.AllowMoveBarOnToolbar = false;
			this.barManager.AllowQuickCustomization = false;
			this.barManager.AllowShowToolbarsPopup = false;
			this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.barOperations});
			this.barManager.DockControls.Add(this.barDockControlTop);
			this.barManager.DockControls.Add(this.barDockControlBottom);
			this.barManager.DockControls.Add(this.barDockControlLeft);
			this.barManager.DockControls.Add(this.barDockControlRight);
			this.barManager.Form = this;
			this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barLargeButtonItemOpen,
            this.barLargeButtonItemSave,
            this.barLargeButtonItemEmail,
            this.barLargeButtonItemPrint,
            this.barLargeButtonItemHelp,
            this.barLargeButtonItemExit,
            this.barLargeButtonItemInsert,
            this.barLargeButtonItemSettings});
			this.barManager.MaxItemId = 15;
			this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit1});
			// 
			// barOperations
			// 
			this.barOperations.BarName = "Tools";
			this.barOperations.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
			this.barOperations.DockCol = 0;
			this.barOperations.DockRow = 0;
			this.barOperations.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
			this.barOperations.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItemOpen, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItemInsert, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItemSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItemEmail, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItemPrint, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItemSettings, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItemHelp, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItemExit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
			this.barOperations.OptionsBar.AllowQuickCustomization = false;
			this.barOperations.OptionsBar.DisableClose = true;
			this.barOperations.OptionsBar.DisableCustomization = true;
			this.barOperations.OptionsBar.DrawDragBorder = false;
			this.barOperations.OptionsBar.UseWholeRow = true;
			this.barOperations.Text = "Tools";
			// 
			// barLargeButtonItemOpen
			// 
			this.barLargeButtonItemOpen.Border = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
			this.barLargeButtonItemOpen.Caption = "Open";
			this.barLargeButtonItemOpen.Glyph = global::SalesLibraries.SalesDepot.Properties.Resources.QuickViewOpen;
			this.barLargeButtonItemOpen.Id = 1;
			this.barLargeButtonItemOpen.Name = "barLargeButtonItemOpen";
			toolTipTitleItem1.Text = "Open";
			toolTipItem1.LeftIndent = 6;
			toolTipItem1.Text = "Open a copy of this file";
			superToolTip1.Items.Add(toolTipTitleItem1);
			superToolTip1.Items.Add(toolTipItem1);
			this.barLargeButtonItemOpen.SuperTip = superToolTip1;
			this.barLargeButtonItemOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemOpenLink_ItemClick);
			// 
			// barLargeButtonItemInsert
			// 
			this.barLargeButtonItemInsert.Border = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
			this.barLargeButtonItemInsert.Caption = "Insert";
			this.barLargeButtonItemInsert.Glyph = global::SalesLibraries.SalesDepot.Properties.Resources.QuickViewAdd;
			this.barLargeButtonItemInsert.Id = 11;
			this.barLargeButtonItemInsert.Name = "barLargeButtonItemInsert";
			toolTipTitleItem2.Text = "Insert this video";
			toolTipItem2.LeftIndent = 6;
			toolTipItem2.Text = "Insert this video file to presentation";
			superToolTip2.Items.Add(toolTipTitleItem2);
			superToolTip2.Items.Add(toolTipItem2);
			this.barLargeButtonItemInsert.SuperTip = superToolTip2;
			this.barLargeButtonItemInsert.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barLargeButtonItemInsert_ItemClick);
			// 
			// barLargeButtonItemSave
			// 
			this.barLargeButtonItemSave.Border = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
			this.barLargeButtonItemSave.Caption = "Save";
			this.barLargeButtonItemSave.Glyph = global::SalesLibraries.SalesDepot.Properties.Resources.QuickViewSave;
			this.barLargeButtonItemSave.Id = 2;
			this.barLargeButtonItemSave.Name = "barLargeButtonItemSave";
			toolTipTitleItem3.Text = "Save";
			toolTipItem3.LeftIndent = 6;
			toolTipItem3.Text = "Save a copy of this file";
			superToolTip3.Items.Add(toolTipTitleItem3);
			superToolTip3.Items.Add(toolTipItem3);
			this.barLargeButtonItemSave.SuperTip = superToolTip3;
			this.barLargeButtonItemSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemSave_ItemClick);
			// 
			// barLargeButtonItemEmail
			// 
			this.barLargeButtonItemEmail.Border = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
			this.barLargeButtonItemEmail.Caption = "Email";
			this.barLargeButtonItemEmail.Glyph = global::SalesLibraries.SalesDepot.Properties.Resources.QuickViewEmail;
			this.barLargeButtonItemEmail.Id = 4;
			this.barLargeButtonItemEmail.Name = "barLargeButtonItemEmail";
			toolTipTitleItem4.Text = "Email this file";
			toolTipItem4.LeftIndent = 6;
			toolTipItem4.Text = "Attach this file to an email and send it";
			superToolTip4.Items.Add(toolTipTitleItem4);
			superToolTip4.Items.Add(toolTipItem4);
			this.barLargeButtonItemEmail.SuperTip = superToolTip4;
			this.barLargeButtonItemEmail.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemEmailLink_ItemClick);
			// 
			// barLargeButtonItemPrint
			// 
			this.barLargeButtonItemPrint.Border = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
			this.barLargeButtonItemPrint.Caption = "Print";
			this.barLargeButtonItemPrint.Glyph = global::SalesLibraries.SalesDepot.Properties.Resources.QuickViewPrint;
			this.barLargeButtonItemPrint.Id = 5;
			this.barLargeButtonItemPrint.Name = "barLargeButtonItemPrint";
			toolTipTitleItem5.Text = "Print";
			toolTipItem5.LeftIndent = 6;
			toolTipItem5.Text = "Print this PowerPoint file";
			superToolTip5.Items.Add(toolTipTitleItem5);
			superToolTip5.Items.Add(toolTipItem5);
			this.barLargeButtonItemPrint.SuperTip = superToolTip5;
			this.barLargeButtonItemPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemPrintLink_ItemClick);
			// 
			// barLargeButtonItemSettings
			// 
			this.barLargeButtonItemSettings.Border = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
			this.barLargeButtonItemSettings.Caption = "Settings";
			this.barLargeButtonItemSettings.Glyph = global::SalesLibraries.SalesDepot.Properties.Resources.QuickViewUserSettings;
			this.barLargeButtonItemSettings.Id = 14;
			this.barLargeButtonItemSettings.Name = "barLargeButtonItemSettings";
			toolTipTitleItem6.Text = "Settings";
			toolTipItem6.LeftIndent = 6;
			toolTipItem6.Text = "Set Locations for Open File and Save File operations";
			superToolTip6.Items.Add(toolTipTitleItem6);
			superToolTip6.Items.Add(toolTipItem6);
			this.barLargeButtonItemSettings.SuperTip = superToolTip6;
			this.barLargeButtonItemSettings.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barLargeButtonItemSettings_ItemClick);
			// 
			// barLargeButtonItemHelp
			// 
			this.barLargeButtonItemHelp.Border = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
			this.barLargeButtonItemHelp.Caption = "Help";
			this.barLargeButtonItemHelp.Glyph = global::SalesLibraries.SalesDepot.Properties.Resources.Help;
			this.barLargeButtonItemHelp.Id = 6;
			this.barLargeButtonItemHelp.Name = "barLargeButtonItemHelp";
			toolTipTitleItem7.Text = "Help";
			toolTipItem7.LeftIndent = 6;
			toolTipItem7.Text = "Learn more about how to use QuickView";
			superToolTip7.Items.Add(toolTipTitleItem7);
			superToolTip7.Items.Add(toolTipItem7);
			this.barLargeButtonItemHelp.SuperTip = superToolTip7;
			this.barLargeButtonItemHelp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barLargeButtonItemHelp_ItemClick);
			// 
			// barLargeButtonItemExit
			// 
			this.barLargeButtonItemExit.Border = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
			this.barLargeButtonItemExit.Caption = "Exit";
			this.barLargeButtonItemExit.Glyph = global::SalesLibraries.SalesDepot.Properties.Resources.Exit;
			this.barLargeButtonItemExit.Id = 7;
			this.barLargeButtonItemExit.Name = "barLargeButtonItemExit";
			toolTipTitleItem8.Text = "Exit";
			toolTipItem8.LeftIndent = 6;
			toolTipItem8.Text = "Close QuickView and return to the Sales Library";
			superToolTip8.Items.Add(toolTipTitleItem8);
			superToolTip8.Items.Add(toolTipItem8);
			this.barLargeButtonItemExit.SuperTip = superToolTip8;
			this.barLargeButtonItemExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barLargeButtonItemExit_ItemClick);
			// 
			// barDockControlTop
			// 
			this.barDockControlTop.CausesValidation = false;
			this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
			this.barDockControlTop.ForeColor = System.Drawing.Color.Black;
			this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
			this.barDockControlTop.Size = new System.Drawing.Size(934, 106);
			// 
			// barDockControlBottom
			// 
			this.barDockControlBottom.CausesValidation = false;
			this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.barDockControlBottom.ForeColor = System.Drawing.Color.Black;
			this.barDockControlBottom.Location = new System.Drawing.Point(0, 562);
			this.barDockControlBottom.Size = new System.Drawing.Size(934, 0);
			// 
			// barDockControlLeft
			// 
			this.barDockControlLeft.CausesValidation = false;
			this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
			this.barDockControlLeft.ForeColor = System.Drawing.Color.Black;
			this.barDockControlLeft.Location = new System.Drawing.Point(0, 106);
			this.barDockControlLeft.Size = new System.Drawing.Size(0, 456);
			// 
			// barDockControlRight
			// 
			this.barDockControlRight.CausesValidation = false;
			this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
			this.barDockControlRight.ForeColor = System.Drawing.Color.Black;
			this.barDockControlRight.Location = new System.Drawing.Point(934, 106);
			this.barDockControlRight.Size = new System.Drawing.Size(0, 456);
			// 
			// repositoryItemTextEdit1
			// 
			this.repositoryItemTextEdit1.AutoHeight = false;
			this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
			// 
			// pnPreview
			// 
			this.pnPreview.BackColor = System.Drawing.Color.Transparent;
			this.pnPreview.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pnPreview.ForeColor = System.Drawing.Color.Black;
			this.pnPreview.Location = new System.Drawing.Point(0, 106);
			this.pnPreview.Name = "pnPreview";
			this.pnPreview.Size = new System.Drawing.Size(934, 456);
			this.pnPreview.TabIndex = 10;
			// 
			// FormLinkPreview
			// 
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
			this.BackColor = System.Drawing.Color.White;
			this.ClientSize = new System.Drawing.Size(934, 562);
			this.Controls.Add(this.pnPreview);
			this.Controls.Add(this.barDockControlLeft);
			this.Controls.Add(this.barDockControlRight);
			this.Controls.Add(this.barDockControlBottom);
			this.Controls.Add(this.barDockControlTop);
			this.DoubleBuffered = true;
			this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.Name = "FormLinkPreview";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "QuickView";
			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormLinkPreview_FormClosed);
			this.Shown += new System.EventHandler(this.FormQuickView_Shown);
			((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
			this.ResumeLayout(false);

        }
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyBarMenu));
     DevExpress.Utils.SuperToolTip superToolTip63 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem62 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip64 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem63 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip65 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem64 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip66 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem65 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip67 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem66 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip68 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem67 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip69 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem68 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip70 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem69 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip71 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem70 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip72 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem71 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip73 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem72 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip74 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem73 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip75 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem74 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip76 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem75 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip77 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem76 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip78 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem77 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip79 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem78 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip80 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem79 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip81 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem80 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip82 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem81 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip83 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem82 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip84 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem83 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip85 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem84 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip86 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem85 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip87 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem86 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip88 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem87 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip89 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem88 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip90 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem89 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip91 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem90 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip92 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem91 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip93 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem92 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip94 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem93 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip95 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem94 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip96 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem95 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip97 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem96 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip98 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem97 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip99 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem98 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip100 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem99 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip101 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem100 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip102 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem101 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip103 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem102 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip104 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem103 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip105 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem104 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip106 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem105 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip107 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem106 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip108 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem107 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip109 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem108 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip110 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem109 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip111 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem110 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip112 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem111 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip113 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem112 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip114 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem113 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip115 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem114 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip116 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip117 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem115 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip118 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem116 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip119 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem117 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip120 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem118 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip121 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem119 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip122 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem120 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip123 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem121 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip124 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem122 = new DevExpress.Utils.ToolTipItem();
     this.BarMenus = new DevExpress.XtraBars.BarManager(this.components);
     this.Menu = new DevExpress.XtraBars.Bar();
     this.btnCreate = new DevExpress.XtraBars.BarButtonItem();
     this.btnRequestSource = new DevExpress.XtraBars.BarButtonItem();
     this.btnModify = new DevExpress.XtraBars.BarButtonItem();
     this.btnRemove = new DevExpress.XtraBars.BarButtonItem();
     this.btnLock = new DevExpress.XtraBars.BarButtonItem();
     this.btnUnLock = new DevExpress.XtraBars.BarButtonItem();
     this.btnReView = new DevExpress.XtraBars.BarButtonItem();
     this.btnFinReView = new DevExpress.XtraBars.BarButtonItem();
     this.btnUnReView = new DevExpress.XtraBars.BarButtonItem();
     this.btnUsing = new DevExpress.XtraBars.BarButtonItem();
     this.btnUnUsing = new DevExpress.XtraBars.BarButtonItem();
     this.btnGoods = new DevExpress.XtraBars.BarButtonItem();
     this.btnPayed = new DevExpress.XtraBars.BarButtonItem();
     this.btnImport = new DevExpress.XtraBars.BarButtonItem();
     this.btnExport = new DevExpress.XtraBars.BarButtonItem();
     this.btnMerge = new DevExpress.XtraBars.BarButtonItem();
     this.btnSplit = new DevExpress.XtraBars.BarButtonItem();
     this.btnSMS = new DevExpress.XtraBars.BarButtonItem();
     this.btnSyn = new DevExpress.XtraBars.BarButtonItem();
     this.btnPrePage = new DevExpress.XtraBars.BarButtonItem();
     this.btnNextPage = new DevExpress.XtraBars.BarButtonItem();
     this.btnConvertReplan = new DevExpress.XtraBars.BarButtonItem();
     this.btnReleva = new DevExpress.XtraBars.BarButtonItem();
     this.btnUnReplation = new DevExpress.XtraBars.BarButtonItem();
     this.btnPurchase = new DevExpress.XtraBars.BarButtonItem();
     this.btnRequest = new DevExpress.XtraBars.BarButtonItem();
     this.btnAgainDown = new DevExpress.XtraBars.BarButtonItem();
     this.btnUpload = new DevExpress.XtraBars.BarButtonItem();
     this.btnDownload = new DevExpress.XtraBars.BarButtonItem();
     this.btnAuthorPur = new DevExpress.XtraBars.BarButtonItem();
     this.btnAuthorUser = new DevExpress.XtraBars.BarButtonItem();
     this.btnPrint = new DevExpress.XtraBars.BarButtonItem();
     this.btnBackUp = new DevExpress.XtraBars.BarButtonItem();
     this.btnRevert = new DevExpress.XtraBars.BarButtonItem();
     this.btnInvalid = new DevExpress.XtraBars.BarButtonItem();
     this.btnSubmit = new DevExpress.XtraBars.BarButtonItem();
     this.btnStopOutput = new DevExpress.XtraBars.BarButtonItem();
     this.btnSendEmail = new DevExpress.XtraBars.BarButtonItem();
     this.btnCast = new DevExpress.XtraBars.BarButtonItem();
     this.btnaAlot = new DevExpress.XtraBars.BarButtonItem();
     this.btnAFP = new DevExpress.XtraBars.BarButtonItem();
     this.btnArrival = new DevExpress.XtraBars.BarButtonItem();
     this.btnCRP = new DevExpress.XtraBars.BarButtonItem();
     this.btnDirectStorage = new DevExpress.XtraBars.BarButtonItem();
     this.btnDiscount = new DevExpress.XtraBars.BarButtonItem();
     this.btnDump = new DevExpress.XtraBars.BarButtonItem();
     this.btnFavourable = new DevExpress.XtraBars.BarButtonItem();
     this.btnKeep = new DevExpress.XtraBars.BarButtonItem();
     this.btnReject = new DevExpress.XtraBars.BarButtonItem();
     this.btnReBack = new DevExpress.XtraBars.BarButtonItem();
     this.btnDispute = new DevExpress.XtraBars.BarButtonItem();
     this.btnRePayed = new DevExpress.XtraBars.BarButtonItem();
     this.btnInv = new DevExpress.XtraBars.BarButtonItem();
     this.btnCmp = new DevExpress.XtraBars.BarButtonItem();
     this.btnPrintView = new DevExpress.XtraBars.BarButtonItem();
     this.btnChange = new DevExpress.XtraBars.BarButtonItem();
     this.btnTraferCargo = new DevExpress.XtraBars.BarButtonItem();
     this.btnUnPrint = new DevExpress.XtraBars.BarButtonItem();
     this.btnGen = new DevExpress.XtraBars.BarButtonItem();
     this.btnLaid = new DevExpress.XtraBars.BarButtonItem();
     this.btnKnockOff = new DevExpress.XtraBars.BarButtonItem();
     this.btnRefresh = new DevExpress.XtraBars.BarButtonItem();
     this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.btnLogDocument = new DevExpress.XtraBars.BarButtonItem();
     this.btnGoodsDocument = new DevExpress.XtraBars.BarButtonItem();
     this.btnHouseReView = new DevExpress.XtraBars.BarButtonItem();
     this.btnSendMoney = new DevExpress.XtraBars.BarButtonItem();
     this.btnRecharge = new DevExpress.XtraBars.BarButtonItem();
     this.btnTagPrint = new DevExpress.XtraBars.BarButtonItem();
     this.btnTocPrint = new DevExpress.XtraBars.BarButtonItem();
     this.btnHold = new DevExpress.XtraBars.BarButtonItem();
     this.btnHangUp = new DevExpress.XtraBars.BarButtonItem();
     this.btnCallOut = new DevExpress.XtraBars.BarButtonItem();
     this.btnBusy = new DevExpress.XtraBars.BarButtonItem();
     this.btnReset = new DevExpress.XtraBars.BarButtonItem();
     this.btnSetting = new DevExpress.XtraBars.BarButtonItem();
     this.btnShowBusy = new DevExpress.XtraBars.BarButtonItem();
     this.btnShowIdle = new DevExpress.XtraBars.BarButtonItem();
     this.btnAnswer = new DevExpress.XtraBars.BarButtonItem();
     this.btnTurnOut = new DevExpress.XtraBars.BarButtonItem();
     this.btnPick = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.BarMenus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     this.SuspendLayout();
     //
     // BarMenus
     //
     this.BarMenus.AllowCustomization = false;
     this.BarMenus.AllowMoveBarOnToolbar = false;
     this.BarMenus.AllowQuickCustomization = false;
     this.BarMenus.AllowShowToolbarsPopup = false;
     this.BarMenus.AutoSaveInRegistry = true;
     this.BarMenus.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.Menu});
     this.BarMenus.Controller = this.barAndDockingController1;
     this.BarMenus.DockControls.Add(this.barDockControlTop);
     this.BarMenus.DockControls.Add(this.barDockControlBottom);
     this.BarMenus.DockControls.Add(this.barDockControlLeft);
     this.BarMenus.DockControls.Add(this.barDockControlRight);
     this.BarMenus.Form = this;
     this.BarMenus.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.btnCreate,
     this.btnModify,
     this.btnRemove,
     this.btnLock,
     this.btnUnLock,
     this.btnReView,
     this.btnUnReView,
     this.btnGoods,
     this.btnImport,
     this.btnExport,
     this.btnLogDocument,
     this.btnMerge,
     this.btnSplit,
     this.btnSMS,
     this.btnSyn,
     this.btnGoodsDocument,
     this.btnPrePage,
     this.btnNextPage,
     this.btnConvertReplan,
     this.btnReleva,
     this.btnPurchase,
     this.btnRequest,
     this.btnAgainDown,
     this.btnUpload,
     this.btnDownload,
     this.btnPrint,
     this.btnAuthorPur,
     this.btnAuthorUser,
     this.btnHouseReView,
     this.btnBackUp,
     this.btnRevert,
     this.btnInvalid,
     this.btnSubmit,
     this.btnRequestSource,
     this.btnUnReplation,
     this.btnPayed,
     this.btnStopOutput,
     this.btnSendEmail,
     this.btnSendMoney,
     this.btnRecharge,
     this.btnCast,
     this.btnUsing,
     this.btnUnUsing,
     this.btnFinReView,
     this.btnTagPrint,
     this.btnTocPrint,
     this.btnaAlot,
     this.btnAFP,
     this.btnArrival,
     this.btnCRP,
     this.btnDirectStorage,
     this.btnTraferCargo,
     this.btnDiscount,
     this.btnDump,
     this.btnFavourable,
     this.btnKeep,
     this.btnReject,
     this.btnReBack,
     this.btnDispute,
     this.btnInv,
     this.btnRePayed,
     this.btnCmp,
     this.btnPrintView,
     this.btnUnPrint,
     this.btnChange,
     this.btnGen,
     this.btnLaid,
     this.btnKnockOff,
     this.btnRefresh,
     this.btnHold,
     this.btnHangUp,
     this.btnCallOut,
     this.btnBusy,
     this.btnReset,
     this.btnSetting,
     this.btnShowBusy,
     this.btnShowIdle,
     this.btnAnswer,
     this.btnTurnOut,
     this.btnPick});
     this.BarMenus.MaxItemId = 132;
     this.BarMenus.ShowFullMenus = true;
     //
     // Menu
     //
     this.Menu.BarName = "Tools";
     this.Menu.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.Menu.DockCol = 0;
     this.Menu.DockRow = 0;
     this.Menu.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.Menu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.btnCreate),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnRequestSource),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnModify),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnRemove),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnLock),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnUnLock),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnReView),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnFinReView),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnUnReView),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnUsing),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnUnUsing),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnGoods),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnPayed),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnImport),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnExport),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnMerge),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnSplit),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnSMS),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnSyn),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnPrePage),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnNextPage),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnConvertReplan),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnReleva),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnUnReplation),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnPurchase),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnRequest),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnAgainDown),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnUpload),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnDownload),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnAuthorPur),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnAuthorUser),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnBackUp),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnRevert),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnInvalid),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnSubmit),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnStopOutput),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnSendEmail),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnCast),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnaAlot),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnAFP),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnArrival),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnCRP),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnDirectStorage),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnDiscount),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnDump),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnFavourable),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnKeep),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnReject),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnReBack),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnDispute),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnRePayed),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnInv),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnCmp),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnPrintView),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnChange),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnTraferCargo),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnUnPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnGen),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnLaid),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnKnockOff),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnRefresh),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnHold),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnHangUp),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnCallOut),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnPick),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnBusy),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnReset),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnSetting),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnShowBusy),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnShowIdle),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnAnswer),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnTurnOut)});
     this.Menu.OptionsBar.AllowCollapse = true;
     this.Menu.OptionsBar.AllowQuickCustomization = false;
     this.Menu.OptionsBar.DrawDragBorder = false;
     this.Menu.OptionsBar.UseWholeRow = true;
     this.Menu.Text = "Tools";
     //
     // btnCreate
     //
     this.btnCreate.Caption = "新增";
     this.btnCreate.Glyph = ((System.Drawing.Image)(resources.GetObject("btnCreate.Glyph")));
     this.btnCreate.Id = 0;
     this.btnCreate.Name = "btnCreate";
     superToolTip63.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem62.Text = "<b>新增按钮</b>";
     superToolTip63.Items.Add(toolTipItem62);
     this.btnCreate.SuperTip = superToolTip63;
     this.btnCreate.Tag = "新增";
     this.btnCreate.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnRequestSource
     //
     this.btnRequestSource.Caption = "获取";
     this.btnRequestSource.Glyph = ((System.Drawing.Image)(resources.GetObject("btnRequestSource.Glyph")));
     this.btnRequestSource.Id = 43;
     this.btnRequestSource.Name = "btnRequestSource";
     superToolTip64.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem63.Text = "<b>获取数据</b>";
     superToolTip64.Items.Add(toolTipItem63);
     this.btnRequestSource.SuperTip = superToolTip64;
     this.btnRequestSource.Tag = "获取";
     this.btnRequestSource.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnModify
     //
     this.btnModify.Caption = "修改";
     this.btnModify.Glyph = ((System.Drawing.Image)(resources.GetObject("btnModify.Glyph")));
     this.btnModify.Id = 1;
     this.btnModify.Name = "btnModify";
     superToolTip65.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem64.Text = "<b>修改按钮</b>";
     superToolTip65.Items.Add(toolTipItem64);
     this.btnModify.SuperTip = superToolTip65;
     this.btnModify.Tag = "修改";
     this.btnModify.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnRemove
     //
     this.btnRemove.Caption = "删除";
     this.btnRemove.Glyph = ((System.Drawing.Image)(resources.GetObject("btnRemove.Glyph")));
     this.btnRemove.Id = 3;
     this.btnRemove.Name = "btnRemove";
     superToolTip66.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem65.Text = "<b>删除按钮</b>";
     superToolTip66.Items.Add(toolTipItem65);
     this.btnRemove.SuperTip = superToolTip66;
     this.btnRemove.Tag = "删除";
     this.btnRemove.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnLock
     //
     this.btnLock.Caption = "锁定";
     this.btnLock.Glyph = ((System.Drawing.Image)(resources.GetObject("btnLock.Glyph")));
     this.btnLock.Id = 4;
     this.btnLock.Name = "btnLock";
     superToolTip67.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem66.Text = "<b>锁定按钮</b>";
     superToolTip67.Items.Add(toolTipItem66);
     this.btnLock.SuperTip = superToolTip67;
     this.btnLock.Tag = "锁定";
     this.btnLock.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnUnLock
     //
     this.btnUnLock.Caption = "解锁";
     this.btnUnLock.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUnLock.Glyph")));
     this.btnUnLock.Id = 5;
     this.btnUnLock.Name = "btnUnLock";
     superToolTip68.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem67.Text = "<b>解锁按钮</b>";
     superToolTip68.Items.Add(toolTipItem67);
     this.btnUnLock.SuperTip = superToolTip68;
     this.btnUnLock.Tag = "解锁";
     this.btnUnLock.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnReView
     //
     this.btnReView.Caption = "审核";
     this.btnReView.Glyph = ((System.Drawing.Image)(resources.GetObject("btnReView.Glyph")));
     this.btnReView.Id = 6;
     this.btnReView.Name = "btnReView";
     superToolTip69.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem68.Text = "<b>审核按钮</b>";
     superToolTip69.Items.Add(toolTipItem68);
     this.btnReView.SuperTip = superToolTip69;
     this.btnReView.Tag = "审核";
     this.btnReView.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnFinReView
     //
     this.btnFinReView.Caption = "财审";
     this.btnFinReView.Glyph = ((System.Drawing.Image)(resources.GetObject("btnFinReView.Glyph")));
     this.btnFinReView.Id = 54;
     this.btnFinReView.Name = "btnFinReView";
     superToolTip70.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem69.Text = "<b>财务审核</b>";
     superToolTip70.Items.Add(toolTipItem69);
     this.btnFinReView.SuperTip = superToolTip70;
     this.btnFinReView.Tag = "财审";
     this.btnFinReView.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnUnReView
     //
     this.btnUnReView.Caption = "退审";
     this.btnUnReView.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUnReView.Glyph")));
     this.btnUnReView.Id = 7;
     this.btnUnReView.Name = "btnUnReView";
     superToolTip71.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem70.Text = "<b>退审按钮</b>";
     superToolTip71.Items.Add(toolTipItem70);
     this.btnUnReView.SuperTip = superToolTip71;
     this.btnUnReView.Tag = "退审";
     this.btnUnReView.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnUsing
     //
     this.btnUsing.Caption = "启用";
     this.btnUsing.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUsing.Glyph")));
     this.btnUsing.Id = 52;
     this.btnUsing.Name = "btnUsing";
     superToolTip72.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem71.Text = "<b>启用按钮</b>";
     superToolTip72.Items.Add(toolTipItem71);
     this.btnUsing.SuperTip = superToolTip72;
     this.btnUsing.Tag = "启用";
     this.btnUsing.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnUnUsing
     //
     this.btnUnUsing.Caption = "禁用";
     this.btnUnUsing.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUnUsing.Glyph")));
     this.btnUnUsing.Id = 53;
     this.btnUnUsing.Name = "btnUnUsing";
     superToolTip73.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem72.Text = "<b>未启用按钮</b>";
     superToolTip73.Items.Add(toolTipItem72);
     this.btnUnUsing.SuperTip = superToolTip73;
     this.btnUnUsing.Tag = "禁用";
     this.btnUnUsing.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnGoods
     //
     this.btnGoods.Caption = "发货";
     this.btnGoods.Glyph = ((System.Drawing.Image)(resources.GetObject("btnGoods.Glyph")));
     this.btnGoods.Id = 9;
     this.btnGoods.Name = "btnGoods";
     superToolTip74.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem73.Text = "<b>发货按钮</b>";
     superToolTip74.Items.Add(toolTipItem73);
     this.btnGoods.SuperTip = superToolTip74;
     this.btnGoods.Tag = "发货";
     this.btnGoods.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnPayed
     //
     this.btnPayed.Caption = "结算";
     this.btnPayed.Glyph = ((System.Drawing.Image)(resources.GetObject("btnPayed.Glyph")));
     this.btnPayed.Id = 46;
     this.btnPayed.Name = "btnPayed";
     superToolTip75.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem74.Text = "<b>结算按钮</b>";
     superToolTip75.Items.Add(toolTipItem74);
     this.btnPayed.SuperTip = superToolTip75;
     this.btnPayed.Tag = "结算";
     this.btnPayed.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnImport
     //
     this.btnImport.Caption = "导入";
     this.btnImport.Glyph = ((System.Drawing.Image)(resources.GetObject("btnImport.Glyph")));
     this.btnImport.Id = 10;
     this.btnImport.Name = "btnImport";
     superToolTip76.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem75.Text = "<b>导入按钮</b>";
     superToolTip76.Items.Add(toolTipItem75);
     this.btnImport.SuperTip = superToolTip76;
     this.btnImport.Tag = "导入";
     this.btnImport.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnExport
     //
     this.btnExport.Caption = "导出";
     this.btnExport.Glyph = ((System.Drawing.Image)(resources.GetObject("btnExport.Glyph")));
     this.btnExport.Id = 11;
     this.btnExport.Name = "btnExport";
     superToolTip77.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem76.Text = "<b>导出按钮</b>";
     superToolTip77.Items.Add(toolTipItem76);
     this.btnExport.SuperTip = superToolTip77;
     this.btnExport.Tag = "导出";
     this.btnExport.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnMerge
     //
     this.btnMerge.Caption = "合并";
     this.btnMerge.Glyph = ((System.Drawing.Image)(resources.GetObject("btnMerge.Glyph")));
     this.btnMerge.Id = 18;
     this.btnMerge.Name = "btnMerge";
     superToolTip78.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem77.Text = "<b>合并按钮</b>";
     superToolTip78.Items.Add(toolTipItem77);
     this.btnMerge.SuperTip = superToolTip78;
     this.btnMerge.Tag = "合并";
     this.btnMerge.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnSplit
     //
     this.btnSplit.Caption = "拆分";
     this.btnSplit.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSplit.Glyph")));
     this.btnSplit.Id = 19;
     this.btnSplit.Name = "btnSplit";
     superToolTip79.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem78.Text = "<b>拆分按钮</b>";
     superToolTip79.Items.Add(toolTipItem78);
     this.btnSplit.SuperTip = superToolTip79;
     this.btnSplit.Tag = "拆分";
     this.btnSplit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnSMS
     //
     this.btnSMS.Caption = "发短信";
     this.btnSMS.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSMS.Glyph")));
     this.btnSMS.Id = 20;
     this.btnSMS.Name = "btnSMS";
     superToolTip80.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem79.Text = "<b>发送短信按钮</b>";
     superToolTip80.Items.Add(toolTipItem79);
     this.btnSMS.SuperTip = superToolTip80;
     this.btnSMS.Tag = "发短信";
     this.btnSMS.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnSyn
     //
     this.btnSyn.Caption = "同步";
     this.btnSyn.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSyn.Glyph")));
     this.btnSyn.Id = 21;
     this.btnSyn.Name = "btnSyn";
     superToolTip81.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem80.Text = "<b>同步按钮</b>";
     superToolTip81.Items.Add(toolTipItem80);
     this.btnSyn.SuperTip = superToolTip81;
     this.btnSyn.Tag = "同步";
     this.btnSyn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnPrePage
     //
     this.btnPrePage.Caption = "上一条";
     this.btnPrePage.Glyph = ((System.Drawing.Image)(resources.GetObject("btnPrePage.Glyph")));
     this.btnPrePage.Id = 27;
     this.btnPrePage.Name = "btnPrePage";
     superToolTip82.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem81.Text = "<b>上一条按钮</b>";
     superToolTip82.Items.Add(toolTipItem81);
     this.btnPrePage.SuperTip = superToolTip82;
     this.btnPrePage.Tag = "上一条";
     this.btnPrePage.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnNextPage
     //
     this.btnNextPage.Caption = "下一条";
     this.btnNextPage.Glyph = ((System.Drawing.Image)(resources.GetObject("btnNextPage.Glyph")));
     this.btnNextPage.Id = 28;
     this.btnNextPage.Name = "btnNextPage";
     superToolTip83.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem82.Text = "<b>下一条按钮</b>";
     superToolTip83.Items.Add(toolTipItem82);
     this.btnNextPage.SuperTip = superToolTip83;
     this.btnNextPage.Tag = "下一条";
     this.btnNextPage.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnConvertReplan
     //
     this.btnConvertReplan.Caption = "转补款单";
     this.btnConvertReplan.Glyph = ((System.Drawing.Image)(resources.GetObject("btnConvertReplan.Glyph")));
     this.btnConvertReplan.Id = 29;
     this.btnConvertReplan.Name = "btnConvertReplan";
     superToolTip84.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem83.Text = "<b>转换成补款单按钮</b>";
     superToolTip84.Items.Add(toolTipItem83);
     this.btnConvertReplan.SuperTip = superToolTip84;
     this.btnConvertReplan.Tag = "转换补款单";
     this.btnConvertReplan.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnReleva
     //
     this.btnReleva.Caption = "关联";
     this.btnReleva.Glyph = ((System.Drawing.Image)(resources.GetObject("btnReleva.Glyph")));
     this.btnReleva.Id = 31;
     this.btnReleva.Name = "btnReleva";
     superToolTip85.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem84.Text = "<b>关联按钮</b>";
     superToolTip85.Items.Add(toolTipItem84);
     this.btnReleva.SuperTip = superToolTip85;
     this.btnReleva.Tag = "关联";
     this.btnReleva.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnUnReplation
     //
     this.btnUnReplation.Caption = "取消关联";
     this.btnUnReplation.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUnReplation.Glyph")));
     this.btnUnReplation.Id = 45;
     this.btnUnReplation.Name = "btnUnReplation";
     superToolTip86.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem85.Text = "<b>取消关联</b>";
     superToolTip86.Items.Add(toolTipItem85);
     this.btnUnReplation.SuperTip = superToolTip86;
     this.btnUnReplation.Tag = "取消关联";
     this.btnUnReplation.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnPurchase
     //
     this.btnPurchase.Caption = "订单采购";
     this.btnPurchase.Glyph = ((System.Drawing.Image)(resources.GetObject("btnPurchase.Glyph")));
     this.btnPurchase.Id = 32;
     this.btnPurchase.Name = "btnPurchase";
     superToolTip87.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem86.Text = "<b>生产采购单按钮</b>";
     superToolTip87.Items.Add(toolTipItem86);
     this.btnPurchase.SuperTip = superToolTip87;
     this.btnPurchase.Tag = "订单采购";
     this.btnPurchase.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnRequest
     //
     this.btnRequest.Caption = "获取失败";
     this.btnRequest.Glyph = ((System.Drawing.Image)(resources.GetObject("btnRequest.Glyph")));
     this.btnRequest.Id = 23;
     this.btnRequest.Name = "btnRequest";
     superToolTip88.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem87.Text = "<b>得到下载失败订单</b>";
     superToolTip88.Items.Add(toolTipItem87);
     this.btnRequest.SuperTip = superToolTip88;
     this.btnRequest.Tag = "获取订单";
     this.btnRequest.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnAgainDown
     //
     this.btnAgainDown.Caption = "重下失败";
     this.btnAgainDown.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAgainDown.Glyph")));
     this.btnAgainDown.Id = 22;
     this.btnAgainDown.Name = "btnAgainDown";
     superToolTip89.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem88.Text = "<b>重新下载失败订单</b>";
     superToolTip89.Items.Add(toolTipItem88);
     this.btnAgainDown.SuperTip = superToolTip89;
     this.btnAgainDown.Tag = "重下订单";
     this.btnAgainDown.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnUpload
     //
     this.btnUpload.Caption = "上传";
     this.btnUpload.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUpload.Glyph")));
     this.btnUpload.Id = 33;
     this.btnUpload.Name = "btnUpload";
     superToolTip90.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem89.Text = "<b>上传按钮</b>";
     superToolTip90.Items.Add(toolTipItem89);
     this.btnUpload.SuperTip = superToolTip90;
     this.btnUpload.Tag = "上传";
     this.btnUpload.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnDownload
     //
     this.btnDownload.Caption = "下载";
     this.btnDownload.Glyph = ((System.Drawing.Image)(resources.GetObject("btnDownload.Glyph")));
     this.btnDownload.Id = 34;
     this.btnDownload.Name = "btnDownload";
     superToolTip91.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem90.Text = "<b>下载按钮</b>";
     superToolTip91.Items.Add(toolTipItem90);
     this.btnDownload.SuperTip = superToolTip91;
     this.btnDownload.Tag = "下载";
     this.btnDownload.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnAuthorPur
     //
     this.btnAuthorPur.Caption = "角色权限";
     this.btnAuthorPur.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAuthorPur.Glyph")));
     this.btnAuthorPur.Id = 36;
     this.btnAuthorPur.Name = "btnAuthorPur";
     superToolTip92.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem91.Text = "<b>角色赋值权限按钮</b>";
     superToolTip92.Items.Add(toolTipItem91);
     this.btnAuthorPur.SuperTip = superToolTip92;
     this.btnAuthorPur.Tag = "角色权限";
     this.btnAuthorPur.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnAuthorUser
     //
     this.btnAuthorUser.Caption = "角色用户";
     this.btnAuthorUser.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAuthorUser.Glyph")));
     this.btnAuthorUser.Id = 37;
     this.btnAuthorUser.Name = "btnAuthorUser";
     superToolTip93.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem92.Text = "<b>用户赋值角色按钮</b>";
     superToolTip93.Items.Add(toolTipItem92);
     this.btnAuthorUser.SuperTip = superToolTip93;
     this.btnAuthorUser.Tag = "角色用户";
     this.btnAuthorUser.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnPrint
     //
     this.btnPrint.Caption = "打印";
     this.btnPrint.Glyph = ((System.Drawing.Image)(resources.GetObject("btnPrint.Glyph")));
     this.btnPrint.Id = 35;
     this.btnPrint.Name = "btnPrint";
     superToolTip94.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem93.Text = "<b>单据打印按钮</b>";
     superToolTip94.Items.Add(toolTipItem93);
     this.btnPrint.SuperTip = superToolTip94;
     this.btnPrint.Tag = "打印";
     this.btnPrint.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnBackUp
     //
     this.btnBackUp.Caption = "备份";
     this.btnBackUp.Glyph = ((System.Drawing.Image)(resources.GetObject("btnBackUp.Glyph")));
     this.btnBackUp.Id = 39;
     this.btnBackUp.Name = "btnBackUp";
     superToolTip95.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem94.Text = "<b>备份</b>";
     superToolTip95.Items.Add(toolTipItem94);
     this.btnBackUp.SuperTip = superToolTip95;
     this.btnBackUp.Tag = "备份";
     this.btnBackUp.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnRevert
     //
     this.btnRevert.Caption = "还原";
     this.btnRevert.Glyph = ((System.Drawing.Image)(resources.GetObject("btnRevert.Glyph")));
     this.btnRevert.Id = 40;
     this.btnRevert.Name = "btnRevert";
     superToolTip96.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem95.Text = "<b>还原</b>";
     superToolTip96.Items.Add(toolTipItem95);
     this.btnRevert.SuperTip = superToolTip96;
     this.btnRevert.Tag = "还原";
     this.btnRevert.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnInvalid
     //
     this.btnInvalid.Caption = "作废";
     this.btnInvalid.Glyph = ((System.Drawing.Image)(resources.GetObject("btnInvalid.Glyph")));
     this.btnInvalid.Id = 41;
     this.btnInvalid.Name = "btnInvalid";
     superToolTip97.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem96.Text = "<b>作废</b>";
     superToolTip97.Items.Add(toolTipItem96);
     this.btnInvalid.SuperTip = superToolTip97;
     this.btnInvalid.Tag = "作废";
     this.btnInvalid.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnSubmit
     //
     this.btnSubmit.Caption = "提交";
     this.btnSubmit.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSubmit.Glyph")));
     this.btnSubmit.Id = 42;
     this.btnSubmit.Name = "btnSubmit";
     superToolTip98.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem97.Text = "<b>提交</b>";
     superToolTip98.Items.Add(toolTipItem97);
     this.btnSubmit.SuperTip = superToolTip98;
     this.btnSubmit.Tag = "提交";
     this.btnSubmit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnStopOutput
     //
     this.btnStopOutput.Caption = "停止生产";
     this.btnStopOutput.Glyph = ((System.Drawing.Image)(resources.GetObject("btnStopOutput.Glyph")));
     this.btnStopOutput.Id = 47;
     this.btnStopOutput.Name = "btnStopOutput";
     superToolTip99.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem98.Text = "<b>停止生产</b>";
     superToolTip99.Items.Add(toolTipItem98);
     this.btnStopOutput.SuperTip = superToolTip99;
     this.btnStopOutput.Tag = "停止生产";
     this.btnStopOutput.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnSendEmail
     //
     this.btnSendEmail.Caption = "发邮件";
     this.btnSendEmail.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSendEmail.Glyph")));
     this.btnSendEmail.Id = 48;
     this.btnSendEmail.Name = "btnSendEmail";
     superToolTip100.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem99.Text = "<b>发送邮件按钮</b>";
     superToolTip100.Items.Add(toolTipItem99);
     this.btnSendEmail.SuperTip = superToolTip100;
     this.btnSendEmail.Tag = "发邮件";
     this.btnSendEmail.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnCast
     //
     this.btnCast.Caption = "转赠品";
     this.btnCast.Glyph = ((System.Drawing.Image)(resources.GetObject("btnCast.Glyph")));
     this.btnCast.Id = 51;
     this.btnCast.Name = "btnCast";
     superToolTip101.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem100.Text = "<b>转赠品</b>";
     superToolTip101.Items.Add(toolTipItem100);
     this.btnCast.SuperTip = superToolTip101;
     this.btnCast.Tag = "转赠品";
     this.btnCast.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnaAlot
     //
     this.btnaAlot.Caption = "分配商品";
     this.btnaAlot.Glyph = ((System.Drawing.Image)(resources.GetObject("btnaAlot.Glyph")));
     this.btnaAlot.Id = 57;
     this.btnaAlot.Name = "btnaAlot";
     superToolTip102.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem101.Text = "<b>分配商品</b>";
     superToolTip102.Items.Add(toolTipItem101);
     this.btnaAlot.SuperTip = superToolTip102;
     this.btnaAlot.Tag = "分配商品";
     this.btnaAlot.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnAFP
     //
     this.btnAFP.Caption = "申请打印";
     this.btnAFP.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAFP.Glyph")));
     this.btnAFP.Id = 58;
     this.btnAFP.Name = "btnAFP";
     superToolTip103.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem102.Text = "<b>申请打印</b>";
     superToolTip103.Items.Add(toolTipItem102);
     this.btnAFP.SuperTip = superToolTip103;
     this.btnAFP.Tag = "申请打印";
     this.btnAFP.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnArrival
     //
     this.btnArrival.Caption = "维修到货";
     this.btnArrival.Glyph = ((System.Drawing.Image)(resources.GetObject("btnArrival.Glyph")));
     this.btnArrival.Id = 59;
     this.btnArrival.Name = "btnArrival";
     superToolTip104.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem103.Text = "<b>维修到货</b>";
     superToolTip104.Items.Add(toolTipItem103);
     this.btnArrival.SuperTip = superToolTip104;
     this.btnArrival.Tag = "维修到货";
     this.btnArrival.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnCRP
     //
     this.btnCRP.Caption = "折价退回";
     this.btnCRP.Glyph = ((System.Drawing.Image)(resources.GetObject("btnCRP.Glyph")));
     this.btnCRP.Id = 60;
     this.btnCRP.Name = "btnCRP";
     superToolTip105.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem104.Text = "<b>折价退回</b>";
     superToolTip105.Items.Add(toolTipItem104);
     this.btnCRP.SuperTip = superToolTip105;
     this.btnCRP.Tag = "折价退回";
     this.btnCRP.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnDirectStorage
     //
     this.btnDirectStorage.Caption = "直接入库";
     this.btnDirectStorage.Glyph = ((System.Drawing.Image)(resources.GetObject("btnDirectStorage.Glyph")));
     this.btnDirectStorage.Id = 61;
     this.btnDirectStorage.Name = "btnDirectStorage";
     superToolTip106.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem105.Text = "<b>直接入库</b>";
     superToolTip106.Items.Add(toolTipItem105);
     this.btnDirectStorage.SuperTip = superToolTip106;
     this.btnDirectStorage.Tag = "直接入库";
     this.btnDirectStorage.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnDiscount
     //
     this.btnDiscount.Caption = "永久折扣";
     this.btnDiscount.Glyph = ((System.Drawing.Image)(resources.GetObject("btnDiscount.Glyph")));
     this.btnDiscount.Id = 64;
     this.btnDiscount.Name = "btnDiscount";
     superToolTip107.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem106.Text = "<b>永久折扣</b>";
     superToolTip107.Items.Add(toolTipItem106);
     this.btnDiscount.SuperTip = superToolTip107;
     this.btnDiscount.Tag = "永久折扣";
     this.btnDiscount.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnDump
     //
     this.btnDump.Caption = "报废";
     this.btnDump.Glyph = ((System.Drawing.Image)(resources.GetObject("btnDump.Glyph")));
     this.btnDump.Id = 65;
     this.btnDump.Name = "btnDump";
     superToolTip108.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem107.Text = "<b>报废</b>";
     superToolTip108.Items.Add(toolTipItem107);
     this.btnDump.SuperTip = superToolTip108;
     this.btnDump.Tag = "报废";
     this.btnDump.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnFavourable
     //
     this.btnFavourable.Caption = "优惠规则";
     this.btnFavourable.Glyph = ((System.Drawing.Image)(resources.GetObject("btnFavourable.Glyph")));
     this.btnFavourable.Id = 67;
     this.btnFavourable.Name = "btnFavourable";
     superToolTip109.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem108.Text = "<b>优惠规则</b>";
     superToolTip109.Items.Add(toolTipItem108);
     this.btnFavourable.SuperTip = superToolTip109;
     this.btnFavourable.Tag = "优惠规则";
     this.btnFavourable.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnKeep
     //
     this.btnKeep.Caption = "返厂维修";
     this.btnKeep.Glyph = ((System.Drawing.Image)(resources.GetObject("btnKeep.Glyph")));
     this.btnKeep.Id = 68;
     this.btnKeep.Name = "btnKeep";
     superToolTip110.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem109.Text = "<b>反厂维修</b>";
     superToolTip110.Items.Add(toolTipItem109);
     this.btnKeep.SuperTip = superToolTip110;
     this.btnKeep.Tag = "返厂维修";
     this.btnKeep.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnReject
     //
     this.btnReject.Caption = "驳回";
     this.btnReject.Glyph = ((System.Drawing.Image)(resources.GetObject("btnReject.Glyph")));
     this.btnReject.Id = 70;
     this.btnReject.Name = "btnReject";
     superToolTip111.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem110.Text = "<b>驳回</b>";
     superToolTip111.Items.Add(toolTipItem110);
     this.btnReject.SuperTip = superToolTip111;
     this.btnReject.Tag = "驳回";
     this.btnReject.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnReBack
     //
     this.btnReBack.Caption = "回访";
     this.btnReBack.Glyph = ((System.Drawing.Image)(resources.GetObject("btnReBack.Glyph")));
     this.btnReBack.Id = 71;
     this.btnReBack.Name = "btnReBack";
     superToolTip112.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem111.Text = "<b>回访</b>";
     superToolTip112.Items.Add(toolTipItem111);
     this.btnReBack.SuperTip = superToolTip112;
     this.btnReBack.Tag = "回访";
     this.btnReBack.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnDispute
     //
     this.btnDispute.Caption = "纠纷 ";
     this.btnDispute.Glyph = ((System.Drawing.Image)(resources.GetObject("btnDispute.Glyph")));
     this.btnDispute.Id = 74;
     this.btnDispute.Name = "btnDispute";
     superToolTip113.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem112.Text = "<b>纠纷</b>";
     superToolTip113.Items.Add(toolTipItem112);
     this.btnDispute.SuperTip = superToolTip113;
     this.btnDispute.Tag = "纠纷";
     this.btnDispute.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnRePayed
     //
     this.btnRePayed.Caption = "退结算";
     this.btnRePayed.Glyph = ((System.Drawing.Image)(resources.GetObject("btnRePayed.Glyph")));
     this.btnRePayed.Id = 76;
     this.btnRePayed.Name = "btnRePayed";
     superToolTip114.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem113.Text = "<b>退结算</b>";
     superToolTip114.Items.Add(toolTipItem113);
     this.btnRePayed.SuperTip = superToolTip114;
     this.btnRePayed.Tag = "退结算";
     this.btnRePayed.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnInv
     //
     this.btnInv.Caption = "库存采购";
     this.btnInv.Glyph = ((System.Drawing.Image)(resources.GetObject("btnInv.Glyph")));
     this.btnInv.Id = 75;
     this.btnInv.Name = "btnInv";
     superToolTip115.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem114.Text = "<b>库存采购</b>";
     superToolTip115.Items.Add(toolTipItem114);
     this.btnInv.SuperTip = superToolTip115;
     this.btnInv.Tag = "库存采购";
     this.btnInv.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnCmp
     //
     this.btnCmp.Caption = "完结";
     this.btnCmp.Glyph = ((System.Drawing.Image)(resources.GetObject("btnCmp.Glyph")));
     this.btnCmp.Id = 77;
     this.btnCmp.Name = "btnCmp";
     this.btnCmp.Tag = "完结";
     this.btnCmp.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnPrintView
     //
     this.btnPrintView.Caption = "打印预览";
     this.btnPrintView.Glyph = ((System.Drawing.Image)(resources.GetObject("btnPrintView.Glyph")));
     this.btnPrintView.Id = 78;
     this.btnPrintView.Name = "btnPrintView";
     this.btnPrintView.Tag = "打印预览";
     this.btnPrintView.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnChange
     //
     this.btnChange.Caption = "变更";
     this.btnChange.Glyph = ((System.Drawing.Image)(resources.GetObject("btnChange.Glyph")));
     this.btnChange.Id = 79;
     this.btnChange.Name = "btnChange";
     this.btnChange.Tag = "变更";
     this.btnChange.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnTraferCargo
     //
     this.btnTraferCargo.Caption = "调货";
     this.btnTraferCargo.Glyph = ((System.Drawing.Image)(resources.GetObject("btnTraferCargo.Glyph")));
     this.btnTraferCargo.Id = 63;
     this.btnTraferCargo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnTraferCargo.LargeGlyph")));
     this.btnTraferCargo.Name = "btnTraferCargo";
     this.btnTraferCargo.Tag = "调货";
     this.btnTraferCargo.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnUnPrint
     //
     this.btnUnPrint.Caption = "退打印";
     this.btnUnPrint.Description = "退打印";
     this.btnUnPrint.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUnPrint.Glyph")));
     this.btnUnPrint.Id = 79;
     this.btnUnPrint.Name = "btnUnPrint";
     this.btnUnPrint.Tag = "退打印";
     this.btnUnPrint.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnGen
     //
     this.btnGen.Caption = "生成";
     this.btnGen.Description = "生成";
     this.btnGen.Glyph = ((System.Drawing.Image)(resources.GetObject("btnGen.Glyph")));
     this.btnGen.Id = 81;
     this.btnGen.Name = "btnGen";
     this.btnGen.Tag = "生成";
     this.btnGen.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnLaid
     //
     this.btnLaid.Caption = "临时入库";
     this.btnLaid.Glyph = ((System.Drawing.Image)(resources.GetObject("btnLaid.Glyph")));
     this.btnLaid.Id = 97;
     this.btnLaid.Name = "btnLaid";
     toolTipTitleItem2.Text = "<b>临时入库</b>";
     superToolTip116.Items.Add(toolTipTitleItem2);
     this.btnLaid.SuperTip = superToolTip116;
     this.btnLaid.Tag = "临时入库";
     this.btnLaid.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnKnockOff
     //
     this.btnKnockOff.Caption = "收 工";
     this.btnKnockOff.Description = "收 工";
     this.btnKnockOff.Glyph = ((System.Drawing.Image)(resources.GetObject("btnKnockOff.Glyph")));
     this.btnKnockOff.Id = 120;
     this.btnKnockOff.Name = "btnKnockOff";
     this.btnKnockOff.Tag = "收工";
     this.btnKnockOff.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnRefresh
     //
     this.btnRefresh.Caption = "刷新";
     this.btnRefresh.Glyph = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Glyph")));
     this.btnRefresh.Id = 25;
     this.btnRefresh.Name = "btnRefresh";
     superToolTip117.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem115.Text = "<b>刷新数据按钮</b>";
     superToolTip117.Items.Add(toolTipItem115);
     this.btnRefresh.SuperTip = superToolTip117;
     this.btnRefresh.Tag = "刷新";
     this.btnRefresh.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(4570, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, -5);
     this.barDockControlBottom.Size = new System.Drawing.Size(4570, 65);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(4570, 0);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
     //
     // btnLogDocument
     //
     this.btnLogDocument.Caption = "物流单";
     this.btnLogDocument.Glyph = ((System.Drawing.Image)(resources.GetObject("btnLogDocument.Glyph")));
     this.btnLogDocument.Id = 12;
     this.btnLogDocument.Name = "btnLogDocument";
     superToolTip118.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem116.Text = "<b>打印物流单按钮</b>";
     superToolTip118.Items.Add(toolTipItem116);
     this.btnLogDocument.SuperTip = superToolTip118;
     this.btnLogDocument.Tag = "物流单";
     this.btnLogDocument.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnGoodsDocument
     //
     this.btnGoodsDocument.Caption = "发货单";
     this.btnGoodsDocument.Glyph = ((System.Drawing.Image)(resources.GetObject("btnGoodsDocument.Glyph")));
     this.btnGoodsDocument.Id = 26;
     this.btnGoodsDocument.Name = "btnGoodsDocument";
     superToolTip119.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem117.Text = "<b>打印发货单按钮</b>";
     superToolTip119.Items.Add(toolTipItem117);
     this.btnGoodsDocument.SuperTip = superToolTip119;
     this.btnGoodsDocument.Tag = "发货单";
     this.btnGoodsDocument.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnHouseReView
     //
     this.btnHouseReView.Glyph = ((System.Drawing.Image)(resources.GetObject("btnHouseReView.Glyph")));
     this.btnHouseReView.Id = 38;
     this.btnHouseReView.Name = "btnHouseReView";
     superToolTip120.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem118.Text = "<b>货物审核按钮</b>";
     superToolTip120.Items.Add(toolTipItem118);
     this.btnHouseReView.SuperTip = superToolTip120;
     this.btnHouseReView.Tag = "货审";
     this.btnHouseReView.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnSendMoney
     //
     this.btnSendMoney.Caption = "发红包";
     this.btnSendMoney.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSendMoney.Glyph")));
     this.btnSendMoney.Id = 49;
     this.btnSendMoney.Name = "btnSendMoney";
     superToolTip121.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem119.Text = "<b>发送红包按钮</b>";
     superToolTip121.Items.Add(toolTipItem119);
     this.btnSendMoney.SuperTip = superToolTip121;
     this.btnSendMoney.Tag = "发红包";
     this.btnSendMoney.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnRecharge
     //
     this.btnRecharge.Caption = "短信充值";
     this.btnRecharge.Glyph = ((System.Drawing.Image)(resources.GetObject("btnRecharge.Glyph")));
     this.btnRecharge.Id = 50;
     this.btnRecharge.Name = "btnRecharge";
     superToolTip122.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem120.Text = "<b>短信充值按钮</b>";
     superToolTip122.Items.Add(toolTipItem120);
     this.btnRecharge.SuperTip = superToolTip122;
     this.btnRecharge.Tag = "短信充值";
     this.btnRecharge.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnTagPrint
     //
     this.btnTagPrint.Caption = "barButtonItem1";
     this.btnTagPrint.Glyph = ((System.Drawing.Image)(resources.GetObject("btnTagPrint.Glyph")));
     this.btnTagPrint.Id = 55;
     this.btnTagPrint.Name = "btnTagPrint";
     superToolTip123.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem121.Text = "<b>标签打印</b>";
     superToolTip123.Items.Add(toolTipItem121);
     this.btnTagPrint.SuperTip = superToolTip123;
     this.btnTagPrint.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnTocPrint
     //
     this.btnTocPrint.Caption = "理货打印";
     this.btnTocPrint.Glyph = ((System.Drawing.Image)(resources.GetObject("btnTocPrint.Glyph")));
     this.btnTocPrint.Id = 56;
     this.btnTocPrint.Name = "btnTocPrint";
     superToolTip124.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem122.Text = "<b>理货打印</b>";
     superToolTip124.Items.Add(toolTipItem122);
     this.btnTocPrint.SuperTip = superToolTip124;
     this.btnTocPrint.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnHold
     //
     this.btnHold.Caption = "保持";
     this.btnHold.Glyph = ((System.Drawing.Image)(resources.GetObject("btnHold.Glyph")));
     this.btnHold.Id = 121;
     this.btnHold.Name = "btnHold";
     this.btnHold.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnHangUp
     //
     this.btnHangUp.Caption = "挂断";
     this.btnHangUp.Glyph = ((System.Drawing.Image)(resources.GetObject("btnHangUp.Glyph")));
     this.btnHangUp.Id = 122;
     this.btnHangUp.Name = "btnHangUp";
     this.btnHangUp.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnCallOut
     //
     this.btnCallOut.Caption = "呼出";
     this.btnCallOut.Glyph = ((System.Drawing.Image)(resources.GetObject("btnCallOut.Glyph")));
     this.btnCallOut.Id = 123;
     this.btnCallOut.Name = "btnCallOut";
     this.btnCallOut.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnBusy
     //
     this.btnBusy.Caption = "忙碌";
     this.btnBusy.Glyph = ((System.Drawing.Image)(resources.GetObject("btnBusy.Glyph")));
     this.btnBusy.Id = 124;
     this.btnBusy.Name = "btnBusy";
     this.btnBusy.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnReset
     //
     this.btnReset.Caption = "强复位";
     this.btnReset.Glyph = ((System.Drawing.Image)(resources.GetObject("btnReset.Glyph")));
     this.btnReset.Id = 125;
     this.btnReset.Name = "btnReset";
     this.btnReset.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnSetting
     //
     this.btnSetting.Caption = "设置";
     this.btnSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("btnSetting.Glyph")));
     this.btnSetting.Id = 126;
     this.btnSetting.Name = "btnSetting";
     this.btnSetting.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnShowBusy
     //
     this.btnShowBusy.Caption = "示忙";
     this.btnShowBusy.Glyph = ((System.Drawing.Image)(resources.GetObject("btnShowBusy.Glyph")));
     this.btnShowBusy.Id = 127;
     this.btnShowBusy.Name = "btnShowBusy";
     this.btnShowBusy.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnShowIdle
     //
     this.btnShowIdle.Caption = "示闲";
     this.btnShowIdle.Glyph = ((System.Drawing.Image)(resources.GetObject("btnShowIdle.Glyph")));
     this.btnShowIdle.Id = 128;
     this.btnShowIdle.Name = "btnShowIdle";
     this.btnShowIdle.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnAnswer
     //
     this.btnAnswer.Caption = "应答";
     this.btnAnswer.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAnswer.Glyph")));
     this.btnAnswer.Id = 129;
     this.btnAnswer.Name = "btnAnswer";
     this.btnAnswer.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnTurnOut
     //
     this.btnTurnOut.Caption = "转出";
     this.btnTurnOut.Glyph = ((System.Drawing.Image)(resources.GetObject("btnTurnOut.Glyph")));
     this.btnTurnOut.Id = 130;
     this.btnTurnOut.Name = "btnTurnOut";
     this.btnTurnOut.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnPick
     //
     this.btnPick.Caption = "接回";
     this.btnPick.Glyph = ((System.Drawing.Image)(resources.GetObject("btnPick.Glyph")));
     this.btnPick.Id = 131;
     this.btnPick.Name = "btnPick";
     this.btnPick.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // MyBarMenu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "MyBarMenu";
     this.Size = new System.Drawing.Size(4570, 60);
     this.Load += new System.EventHandler(this.MyBarMenu_Load);
     ((System.ComponentModel.ISupportInitialize)(this.BarMenus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     this.ResumeLayout(false);
 }