/// <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);
		}
 /// <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(UCValidationMessage));
     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.gcValidationMessage             = new DevExpress.XtraGrid.GridControl();
     this.iValidationMessageBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.prValidationMessage             = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.riicSeverity        = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.icStatus            = new DevExpress.Utils.ImageCollection(this.components);
     this.ribeJumpTo          = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gvValidationMessage = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSeverity         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDescription      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAffectedDescr    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAffectedId       = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.gcValidationMessage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iValidationMessageBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riicSeverity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.icStatus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribeJumpTo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvValidationMessage)).BeginInit();
     this.SuspendLayout();
     //
     // gcValidationMessage
     //
     this.gcValidationMessage.DataSource = this.iValidationMessageBindingSource;
     this.gcValidationMessage.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gcValidationMessage.EmbeddedNavigator.Buttons.Append.Visible     = false;
     this.gcValidationMessage.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gcValidationMessage.EmbeddedNavigator.Buttons.Edit.Visible       = false;
     this.gcValidationMessage.EmbeddedNavigator.Buttons.EndEdit.Visible    = false;
     this.gcValidationMessage.EmbeddedNavigator.Buttons.Remove.Visible     = false;
     this.gcValidationMessage.ExternalRepository = this.prValidationMessage;
     this.gcValidationMessage.Location           = new System.Drawing.Point(0, 0);
     this.gcValidationMessage.MainView           = this.gvValidationMessage;
     this.gcValidationMessage.Name                 = "gcValidationMessage";
     this.gcValidationMessage.Size                 = new System.Drawing.Size(596, 319);
     this.gcValidationMessage.TabIndex             = 0;
     this.gcValidationMessage.UseEmbeddedNavigator = true;
     this.gcValidationMessage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvValidationMessage
     });
     //
     // iValidationMessageBindingSource
     //
     this.iValidationMessageBindingSource.DataSource = typeof(PhuLiNet.Business.Common.Messages.IValidationMessage);
     //
     // prValidationMessage
     //
     this.prValidationMessage.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riicSeverity,
         this.ribeJumpTo
     });
     //
     // riicSeverity
     //
     this.riicSeverity.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riicSeverity.Name        = "riicSeverity";
     this.riicSeverity.SmallImages = this.icStatus;
     //
     // icStatus
     //
     this.icStatus.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("icStatus.ImageStream")));
     //
     // ribeJumpTo
     //
     this.ribeJumpTo.AutoHeight = false;
     toolTipTitleItem1.Text     = "Eingabe anzeigen";
     toolTipItem1.LeftIndent    = 6;
     toolTipItem1.Text          = "Klicken Sie hier, um den Fehler anzuzeigen.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.ribeJumpTo.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Close, "", superToolTip1)
     });
     this.ribeJumpTo.Name          = "ribeJumpTo";
     this.ribeJumpTo.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // gvValidationMessage
     //
     this.gvValidationMessage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colSeverity,
         this.colDescription,
         this.colAffectedDescr,
         this.colAffectedId
     });
     this.gvValidationMessage.GridControl = this.gcValidationMessage;
     this.gvValidationMessage.Name        = "gvValidationMessage";
     this.gvValidationMessage.OptionsView.ShowGroupPanel = false;
     this.gvValidationMessage.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colSeverity, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colSeverity
     //
     this.colSeverity.Caption    = "Typ";
     this.colSeverity.ColumnEdit = this.riicSeverity;
     this.colSeverity.FieldName  = "Severity";
     this.colSeverity.Name       = "colSeverity";
     this.colSeverity.OptionsColumn.AllowFocus = false;
     this.colSeverity.OptionsColumn.ReadOnly   = true;
     this.colSeverity.Visible      = true;
     this.colSeverity.VisibleIndex = 0;
     this.colSeverity.Width        = 100;
     //
     // colDescription
     //
     this.colDescription.Caption   = "Meldung";
     this.colDescription.FieldName = "Description";
     this.colDescription.Name      = "colDescription";
     this.colDescription.OptionsColumn.ReadOnly = true;
     this.colDescription.Visible      = true;
     this.colDescription.VisibleIndex = 1;
     this.colDescription.Width        = 202;
     //
     // colAffectedDescr
     //
     this.colAffectedDescr.Caption   = "Beschreibung";
     this.colAffectedDescr.FieldName = "AffectedDescr";
     this.colAffectedDescr.Name      = "colAffectedDescr";
     this.colAffectedDescr.OptionsColumn.ReadOnly = true;
     this.colAffectedDescr.Visible      = true;
     this.colAffectedDescr.VisibleIndex = 3;
     this.colAffectedDescr.Width        = 153;
     //
     // colAffectedId
     //
     this.colAffectedId.Caption      = "Betrifft";
     this.colAffectedId.FieldName    = "AffectedId";
     this.colAffectedId.Name         = "colAffectedId";
     this.colAffectedId.Visible      = true;
     this.colAffectedId.VisibleIndex = 2;
     this.colAffectedId.Width        = 120;
     //
     // ValidationMessageControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gcValidationMessage);
     this.Name = "ValidationMessageControl";
     this.Size = new System.Drawing.Size(596, 319);
     ((System.ComponentModel.ISupportInitialize)(this.gcValidationMessage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iValidationMessageBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riicSeverity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.icStatus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribeJumpTo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvValidationMessage)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo 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();
     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(ModeloautorizacionMntFrm));
     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.tcModelo             = new DevExpress.XtraTab.XtraTabControl();
     this.tpModelo             = new DevExpress.XtraTab.XtraTabPage();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     this.iIdcptooperacion     = 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.btnDelCondicion      = new DevExpress.XtraEditors.SimpleButton();
     this.btnEditCondicion     = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddCondicion      = new DevExpress.XtraEditors.SimpleButton();
     this.btnDelEtapa          = new DevExpress.XtraEditors.SimpleButton();
     this.btnEditEtapa         = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddEtapa          = new DevExpress.XtraEditors.SimpleButton();
     this.gcDetCondiciones     = new DevExpress.XtraGrid.GridControl();
     this.gvDetCondiciones     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn21         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcDetEtapa           = new DevExpress.XtraGrid.GridControl();
     this.gvDetEtapa           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rIdempresa           = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView2            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl4        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8        = new DevExpress.XtraEditors.LabelControl();
     this.iIdtipodocmov        = new DevExpress.XtraEditors.LookUpEdit();
     this.iTodoslosautores     = new DevExpress.XtraEditors.CheckEdit();
     this.iEsactivo            = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl16       = new DevExpress.XtraEditors.LabelControl();
     this.iNombremodelo        = new DevExpress.XtraEditors.TextEdit();
     this.pkIdEntidad          = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tcModelo)).BeginInit();
     this.tcModelo.SuspendLayout();
     this.tpModelo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.iIdcptooperacion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetCondiciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetCondiciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetEtapa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetEtapa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rIdempresa.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipodocmov.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iTodoslosautores.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iEsactivo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombremodelo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.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.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(647, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 431);
     this.barDockControlBottom.Size             = new System.Drawing.Size(647, 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, 400);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(647, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 400);
     //
     // 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;
     //
     // tcModelo
     //
     this.tcModelo.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.tcModelo.Location        = new System.Drawing.Point(0, 31);
     this.tcModelo.Name            = "tcModelo";
     this.tcModelo.SelectedTabPage = this.tpModelo;
     this.tcModelo.Size            = new System.Drawing.Size(647, 400);
     this.tcModelo.TabIndex        = 0;
     this.tcModelo.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.tpModelo
     });
     //
     // tpModelo
     //
     this.tpModelo.Controls.Add(this.labelControl2);
     this.tpModelo.Controls.Add(this.iIdcptooperacion);
     this.tpModelo.Controls.Add(this.btnDelCondicion);
     this.tpModelo.Controls.Add(this.btnEditCondicion);
     this.tpModelo.Controls.Add(this.btnAddCondicion);
     this.tpModelo.Controls.Add(this.btnDelEtapa);
     this.tpModelo.Controls.Add(this.btnEditEtapa);
     this.tpModelo.Controls.Add(this.btnAddEtapa);
     this.tpModelo.Controls.Add(this.gcDetCondiciones);
     this.tpModelo.Controls.Add(this.gcDetEtapa);
     this.tpModelo.Controls.Add(this.rIdempresa);
     this.tpModelo.Controls.Add(this.labelControl4);
     this.tpModelo.Controls.Add(this.labelControl8);
     this.tpModelo.Controls.Add(this.iIdtipodocmov);
     this.tpModelo.Controls.Add(this.iTodoslosautores);
     this.tpModelo.Controls.Add(this.iEsactivo);
     this.tpModelo.Controls.Add(this.labelControl16);
     this.tpModelo.Controls.Add(this.iNombremodelo);
     this.tpModelo.Controls.Add(this.pkIdEntidad);
     this.tpModelo.Controls.Add(this.labelControl1);
     this.tpModelo.Name = "tpModelo";
     this.tpModelo.Size = new System.Drawing.Size(641, 372);
     this.tpModelo.Text = "Modelo de autorización";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(10, 56);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(49, 13);
     this.labelControl2.TabIndex = 21;
     this.labelControl2.Tag      = "Seleccione la operación";
     this.labelControl2.Text     = "Operación";
     //
     // iIdcptooperacion
     //
     this.iIdcptooperacion.Location    = new System.Drawing.Point(114, 53);
     this.iIdcptooperacion.MenuManager = this.bmMantenimiento;
     this.iIdcptooperacion.Name        = "iIdcptooperacion";
     this.iIdcptooperacion.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdcptooperacion.Properties.View = this.gridView6;
     this.iIdcptooperacion.Size            = new System.Drawing.Size(261, 20);
     this.iIdcptooperacion.TabIndex        = 22;
     //
     // 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 = "Idcptooperacion";
     this.gridColumn13.Name      = "gridColumn13";
     //
     // gridColumn14
     //
     this.gridColumn14.Caption      = "Operación";
     this.gridColumn14.FieldName    = "Nombrecptooperacion";
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 0;
     //
     // btnDelCondicion
     //
     this.btnDelCondicion.Image    = global::WinFormsApp.Properties.Resources.Action_Delete_12x12;
     this.btnDelCondicion.Location = new System.Drawing.Point(258, 233);
     this.btnDelCondicion.Name     = "btnDelCondicion";
     this.btnDelCondicion.Size     = new System.Drawing.Size(118, 23);
     this.btnDelCondicion.TabIndex = 20;
     this.btnDelCondicion.Text     = "Eliminar condición";
     this.btnDelCondicion.Click   += new System.EventHandler(this.Condiciones_ItemClick);
     //
     // btnEditCondicion
     //
     this.btnEditCondicion.Image    = global::WinFormsApp.Properties.Resources.Action_Edit_12x12;
     this.btnEditCondicion.Location = new System.Drawing.Point(134, 232);
     this.btnEditCondicion.Name     = "btnEditCondicion";
     this.btnEditCondicion.Size     = new System.Drawing.Size(118, 23);
     this.btnEditCondicion.TabIndex = 19;
     this.btnEditCondicion.Text     = "Modificar  condición";
     this.btnEditCondicion.Click   += new System.EventHandler(this.Condiciones_ItemClick);
     //
     // btnAddCondicion
     //
     this.btnAddCondicion.Image    = global::WinFormsApp.Properties.Resources.Action_Inline_New;
     this.btnAddCondicion.Location = new System.Drawing.Point(10, 233);
     this.btnAddCondicion.Name     = "btnAddCondicion";
     this.btnAddCondicion.Size     = new System.Drawing.Size(118, 23);
     this.btnAddCondicion.TabIndex = 18;
     this.btnAddCondicion.Text     = "Agregar condición";
     this.btnAddCondicion.Click   += new System.EventHandler(this.Condiciones_ItemClick);
     //
     // btnDelEtapa
     //
     this.btnDelEtapa.Image    = global::WinFormsApp.Properties.Resources.Action_Delete_12x12;
     this.btnDelEtapa.Location = new System.Drawing.Point(258, 79);
     this.btnDelEtapa.Name     = "btnDelEtapa";
     this.btnDelEtapa.Size     = new System.Drawing.Size(118, 23);
     this.btnDelEtapa.TabIndex = 17;
     this.btnDelEtapa.Text     = "Eliminar etapa";
     this.btnDelEtapa.Click   += new System.EventHandler(this.ItemsEtapas_ItemClick);
     //
     // btnEditEtapa
     //
     this.btnEditEtapa.Image    = global::WinFormsApp.Properties.Resources.Action_Edit_12x12;
     this.btnEditEtapa.Location = new System.Drawing.Point(136, 79);
     this.btnEditEtapa.Name     = "btnEditEtapa";
     this.btnEditEtapa.Size     = new System.Drawing.Size(118, 23);
     this.btnEditEtapa.TabIndex = 16;
     this.btnEditEtapa.Text     = "Modificar etapa";
     this.btnEditEtapa.Click   += new System.EventHandler(this.ItemsEtapas_ItemClick);
     //
     // btnAddEtapa
     //
     this.btnAddEtapa.Image    = global::WinFormsApp.Properties.Resources.Action_Inline_New;
     this.btnAddEtapa.Location = new System.Drawing.Point(12, 79);
     this.btnAddEtapa.Name     = "btnAddEtapa";
     this.btnAddEtapa.Size     = new System.Drawing.Size(118, 23);
     this.btnAddEtapa.TabIndex = 15;
     this.btnAddEtapa.Text     = "Agregar etapa";
     this.btnAddEtapa.Click   += new System.EventHandler(this.ItemsEtapas_ItemClick);
     //
     // gcDetCondiciones
     //
     this.gcDetCondiciones.Cursor      = System.Windows.Forms.Cursors.Default;
     this.gcDetCondiciones.Location    = new System.Drawing.Point(11, 261);
     this.gcDetCondiciones.MainView    = this.gvDetCondiciones;
     this.gcDetCondiciones.MenuManager = this.bmMantenimiento;
     this.gcDetCondiciones.Name        = "gcDetCondiciones";
     this.gcDetCondiciones.Size        = new System.Drawing.Size(616, 106);
     this.gcDetCondiciones.TabIndex    = 14;
     this.gcDetCondiciones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvDetCondiciones
     });
     //
     // gvDetCondiciones
     //
     this.gvDetCondiciones.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn21,
         this.gridColumn24,
         this.gridColumn25,
         this.gridColumn3,
         this.gridColumn4
     });
     this.gvDetCondiciones.GridControl = this.gcDetCondiciones;
     this.gvDetCondiciones.Name        = "gvDetCondiciones";
     this.gvDetCondiciones.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption   = "Id.";
     this.gridColumn21.FieldName = "Idmodeloautorizacioncondicion";
     this.gridColumn21.Name      = "gridColumn21";
     this.gridColumn21.Width     = 43;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption   = "Condicion";
     this.gridColumn24.FieldName = "Nombreautorizaciontipocondicion";
     this.gridColumn24.Name      = "gridColumn24";
     this.gridColumn24.OptionsColumn.AllowEdit = false;
     this.gridColumn24.Visible      = true;
     this.gridColumn24.VisibleIndex = 0;
     this.gridColumn24.Width        = 169;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption   = "Ratio";
     this.gridColumn25.FieldName = "Nombretiporatio";
     this.gridColumn25.Name      = "gridColumn25";
     this.gridColumn25.OptionsColumn.AllowEdit = false;
     this.gridColumn25.Visible      = true;
     this.gridColumn25.VisibleIndex = 1;
     this.gridColumn25.Width        = 651;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "Valor 1";
     this.gridColumn3.FieldName    = "Valor1";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "Valor 2";
     this.gridColumn4.FieldName    = "Valor2";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // gcDetEtapa
     //
     this.gcDetEtapa.Cursor      = System.Windows.Forms.Cursors.Default;
     this.gcDetEtapa.Location    = new System.Drawing.Point(11, 108);
     this.gcDetEtapa.MainView    = this.gvDetEtapa;
     this.gcDetEtapa.MenuManager = this.bmMantenimiento;
     this.gcDetEtapa.Name        = "gcDetEtapa";
     this.gcDetEtapa.Size        = new System.Drawing.Size(615, 119);
     this.gcDetEtapa.TabIndex    = 13;
     this.gcDetEtapa.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvDetEtapa
     });
     //
     // gvDetEtapa
     //
     this.gvDetEtapa.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn5,
         this.gridColumn6
     });
     this.gvDetEtapa.GridControl = this.gcDetEtapa;
     this.gvDetEtapa.Name        = "gvDetEtapa";
     this.gvDetEtapa.OptionsView.ShowGroupPanel = false;
     this.gvDetEtapa.FocusedRowChanged         += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvDetEtapa_FocusedRowChanged);
     //
     // gridColumn5
     //
     this.gridColumn5.Caption   = "Id.";
     this.gridColumn5.FieldName = "Idetapaautorizacion";
     this.gridColumn5.Name      = "gridColumn5";
     this.gridColumn5.Width     = 43;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "Etapa de autorización";
     this.gridColumn6.FieldName = "Nombreetapaautorizacion";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width        = 178;
     //
     // rIdempresa
     //
     this.rIdempresa.Location    = new System.Drawing.Point(401, 7);
     this.rIdempresa.MenuManager = this.bmMantenimiento;
     this.rIdempresa.Name        = "rIdempresa";
     this.rIdempresa.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.rIdempresa.Properties.PopupFormSize = new System.Drawing.Size(500, 0);
     this.rIdempresa.Properties.ReadOnly      = true;
     this.rIdempresa.Properties.View          = this.gridView2;
     this.rIdempresa.Size     = new System.Drawing.Size(225, 20);
     this.rIdempresa.TabIndex = 9;
     this.rIdempresa.Tag      = "Seleccione Empresa";
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView2.Name           = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Id.";
     this.gridColumn1.FieldName = "Idempres";
     this.gridColumn1.Name      = "gridColumn1";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Empresa";
     this.gridColumn2.FieldName    = "Razonsocial";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(354, 11);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(41, 13);
     this.labelControl4.TabIndex = 8;
     this.labelControl4.Text     = "Empresa";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(444, 33);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(20, 13);
     this.labelControl8.TabIndex = 6;
     this.labelControl8.Text     = "Tipo";
     //
     // iIdtipodocmov
     //
     this.iIdtipodocmov.Location    = new System.Drawing.Point(470, 30);
     this.iIdtipodocmov.MenuManager = this.bmMantenimiento;
     this.iIdtipodocmov.Name        = "iIdtipodocmov";
     this.iIdtipodocmov.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdtipodocmov.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.iIdtipodocmov.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Idtipodocmov", "Id.", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Nombretipodocmov", "Tipo")
     });
     this.iIdtipodocmov.Properties.MaxLength     = 50;
     this.iIdtipodocmov.Properties.NullText      = "";
     this.iIdtipodocmov.Properties.PopupSizeable = false;
     this.iIdtipodocmov.Size              = new System.Drawing.Size(156, 20);
     this.iIdtipodocmov.TabIndex          = 7;
     this.iIdtipodocmov.Tag               = "Ingrese el tipo";
     this.iIdtipodocmov.EditValueChanged += new System.EventHandler(this.iIdtipodocmov_EditValueChanged);
     //
     // iTodoslosautores
     //
     this.iTodoslosautores.Location             = new System.Drawing.Point(237, 7);
     this.iTodoslosautores.MenuManager          = this.bmMantenimiento;
     this.iTodoslosautores.Name                 = "iTodoslosautores";
     this.iTodoslosautores.Properties.AutoWidth = true;
     this.iTodoslosautores.Properties.Caption   = "Todos los usuarios";
     this.iTodoslosautores.Size                 = new System.Drawing.Size(110, 19);
     this.iTodoslosautores.TabIndex             = 3;
     //
     // iEsactivo
     //
     this.iEsactivo.Location             = new System.Drawing.Point(179, 7);
     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             = 2;
     //
     // labelControl16
     //
     this.labelControl16.Location = new System.Drawing.Point(11, 33);
     this.labelControl16.Name     = "labelControl16";
     this.labelControl16.Size     = new System.Drawing.Size(74, 13);
     this.labelControl16.TabIndex = 4;
     this.labelControl16.Text     = "Nombre modelo";
     //
     // iNombremodelo
     //
     this.iNombremodelo.Location    = new System.Drawing.Point(114, 29);
     this.iNombremodelo.MenuManager = this.bmMantenimiento;
     this.iNombremodelo.Name        = "iNombremodelo";
     this.iNombremodelo.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.iNombremodelo.Properties.MaxLength       = 50;
     this.iNombremodelo.Size     = new System.Drawing.Size(324, 20);
     this.iNombremodelo.TabIndex = 5;
     //
     // pkIdEntidad
     //
     this.pkIdEntidad.EditValue               = "0";
     this.pkIdEntidad.Location                = new System.Drawing.Point(114, 6);
     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(10, 10);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(14, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Id.";
     //
     // ModeloautorizacionMntFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(647, 431);
     this.Controls.Add(this.tcModelo);
     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            = "ModeloautorizacionMntFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Mantenimiento de Modelo de Autorización";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.ModeloautorizacionMntFrm_FormClosing);
     this.Load           += new System.EventHandler(this.ModeloautorizacionMntFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.ModeloautorizacionMntFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tcModelo)).EndInit();
     this.tcModelo.ResumeLayout(false);
     this.tpModelo.ResumeLayout(false);
     this.tpModelo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.iIdcptooperacion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetCondiciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetCondiciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetEtapa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetEtapa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rIdempresa.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipodocmov.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iTodoslosautores.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iEsactivo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombremodelo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem      toolTipItem1           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip2          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem      toolTipItem2           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip3          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem      toolTipItem3           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip4          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem      toolTipItem4           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip5          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem      toolTipItem5           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip6          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem      toolTipItem6           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip     superToolTip7          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem      toolTipItem7           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7      = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(marco_principal));
     this.uimenu_principal          = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.uibtnguardar              = new DevExpress.XtraBars.BarButtonItem();
     this.uibtnrefrescar            = new DevExpress.XtraBars.BarButtonItem();
     this.uibtneliminar             = new DevExpress.XtraBars.BarButtonItem();
     this.uibtnnuevo                = new DevExpress.XtraBars.BarButtonItem();
     this.uibtncerrar               = new DevExpress.XtraBars.BarButtonItem();
     this.uibtn_acerca              = new DevExpress.XtraBars.BarButtonItem();
     this.uibtn_ayuda               = new DevExpress.XtraBars.BarButtonItem();
     this.uibtncambiarpass          = new DevExpress.XtraBars.BarButtonItem();
     this.uibtnampliar              = new DevExpress.XtraBars.BarButtonItem();
     this.uibtnayuda                = new DevExpress.XtraBars.BarButtonItem();
     this.uibtnimprimir             = new DevExpress.XtraBars.BarButtonItem();
     this.uitxtsistema              = new DevExpress.XtraBars.BarStaticItem();
     this.uitxtusuario              = new DevExpress.XtraBars.BarStaticItem();
     this.uitxtperfil               = new DevExpress.XtraBars.BarStaticItem();
     this.uirbn_gallery_theme       = new DevExpress.XtraBars.RibbonGalleryBarItem();
     this.uiventanas                = new DevExpress.XtraBars.BarMdiChildrenListItem();
     this.uibtnsalir                = new DevExpress.XtraBars.BarButtonItem();
     this.uibtnempresa              = new DevExpress.XtraBars.BarButtonItem();
     this.uibtnperiodo              = new DevExpress.XtraBars.BarButtonItem();
     this.uibtnventanadatos         = new DevExpress.XtraBars.BarButtonItem();
     this.uibtncerrar_sesion        = new DevExpress.XtraBars.BarButtonItem();
     this.uipage_inicial            = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.uigrp_opciones_mtto       = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.uigrp_general             = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.uigrp_info                = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.uipage_personalizar       = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.uigrp_personalizar        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.uibarstatus               = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.uinavbarmenu              = new DevExpress.XtraNavBar.NavBarControl();
     this.uinv_bar_sistemas         = new DevExpress.XtraNavBar.NavBarGroup();
     this.uinvbar_usuarios          = new DevExpress.XtraNavBar.NavBarItem();
     this.uinvbar_menu              = new DevExpress.XtraNavBar.NavBarItem();
     this.uinvbar_modulos           = new DevExpress.XtraNavBar.NavBarItem();
     this.uinvbar_formularios       = new DevExpress.XtraNavBar.NavBarItem();
     this.uinvbar_opcmenu           = new DevExpress.XtraNavBar.NavBarItem();
     this.uinvbar_perfil            = new DevExpress.XtraNavBar.NavBarItem();
     this.uinvbarconfig             = new DevExpress.XtraNavBar.NavBarItem();
     this.uicontrolpaginas          = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
     this.uialertasistema           = new DevExpress.XtraBars.Alerter.AlertControl(this.components);
     this.barButtonItem1            = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.uimenu_principal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uinavbarmenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uicontrolpaginas)).BeginInit();
     this.SuspendLayout();
     //
     // uimenu_principal
     //
     this.uimenu_principal.ExpandCollapseItem.Id = 0;
     this.uimenu_principal.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.uimenu_principal.ExpandCollapseItem,
         this.uibtnguardar,
         this.uibtnrefrescar,
         this.uibtneliminar,
         this.uibtnnuevo,
         this.uibtncerrar,
         this.uibtn_acerca,
         this.uibtn_ayuda,
         this.uibtncambiarpass,
         this.uibtnampliar,
         this.uibtnayuda,
         this.uibtnimprimir,
         this.uitxtsistema,
         this.uitxtusuario,
         this.uitxtperfil,
         this.uirbn_gallery_theme,
         this.uiventanas,
         this.uibtnsalir,
         this.uibtnempresa,
         this.uibtnperiodo,
         this.uibtnventanadatos,
         this.uibtncerrar_sesion
     });
     this.uimenu_principal.Location      = new System.Drawing.Point(0, 0);
     this.uimenu_principal.MaxItemId     = 31;
     this.uimenu_principal.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always;
     this.uimenu_principal.Name          = "uimenu_principal";
     this.uimenu_principal.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.uipage_inicial,
         this.uipage_personalizar
     });
     this.uimenu_principal.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1,
         this.repositoryItemLookUpEdit2
     });
     this.uimenu_principal.ShowApplicationButton    = DevExpress.Utils.DefaultBoolean.False;
     this.uimenu_principal.ShowCategoryInCaption    = false;
     this.uimenu_principal.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
     this.uimenu_principal.ShowPageHeadersMode      = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
     this.uimenu_principal.ShowToolbarCustomizeItem = false;
     this.uimenu_principal.Size      = new System.Drawing.Size(1051, 117);
     this.uimenu_principal.StatusBar = this.uibarstatus;
     this.uimenu_principal.Toolbar.ShowCustomizeItem = false;
     this.uimenu_principal.ToolbarLocation           = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // uibtnguardar
     //
     this.uibtnguardar.Caption      = "Guardar";
     this.uibtnguardar.Id           = 1;
     this.uibtnguardar.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F3);
     this.uibtnguardar.LargeGlyph   = global::winCont.Properties.Resources.safe_48;
     this.uibtnguardar.LargeWidth   = 60;
     this.uibtnguardar.Name         = "uibtnguardar";
     toolTipItem1.Text      = "Guarda los datos del formulario";
     toolTipTitleItem1.Text = "F3";
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.uibtnguardar.SuperTip   = superToolTip1;
     this.uibtnguardar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtnguardar_ItemClick);
     //
     // uibtnrefrescar
     //
     this.uibtnrefrescar.Caption      = "Refrescar";
     this.uibtnrefrescar.Id           = 2;
     this.uibtnrefrescar.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
     this.uibtnrefrescar.LargeGlyph   = global::winCont.Properties.Resources.refresh_48;
     this.uibtnrefrescar.LargeWidth   = 60;
     this.uibtnrefrescar.Name         = "uibtnrefrescar";
     toolTipItem2.Text      = "Refresca los datos";
     toolTipTitleItem2.Text = "F5";
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.uibtnrefrescar.SuperTip   = superToolTip2;
     this.uibtnrefrescar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtnrefrescar_ItemClick);
     //
     // uibtneliminar
     //
     this.uibtneliminar.Caption      = "Eliminar";
     this.uibtneliminar.Id           = 3;
     this.uibtneliminar.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F4);
     this.uibtneliminar.LargeGlyph   = global::winCont.Properties.Resources.empty_trash_48;
     this.uibtneliminar.LargeWidth   = 60;
     this.uibtneliminar.Name         = "uibtneliminar";
     toolTipItem3.Text      = "Elimina el registro mostrado en el formulario";
     toolTipTitleItem3.Text = "F4";
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.uibtneliminar.SuperTip   = superToolTip3;
     this.uibtneliminar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtneliminar_ItemClick);
     //
     // uibtnnuevo
     //
     this.uibtnnuevo.Caption      = "Nuevo";
     this.uibtnnuevo.Id           = 4;
     this.uibtnnuevo.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F2);
     this.uibtnnuevo.LargeGlyph   = global::winCont.Properties.Resources.add_row_48;
     this.uibtnnuevo.LargeWidth   = 60;
     this.uibtnnuevo.Name         = "uibtnnuevo";
     toolTipItem4.Text            = "Prepara el formulario para agregar un nuevo registro";
     toolTipTitleItem4.Text       = "F2";
     superToolTip4.Items.Add(toolTipItem4);
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.uibtnnuevo.SuperTip   = superToolTip4;
     this.uibtnnuevo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtnnuevo_ItemClick);
     //
     // uibtncerrar
     //
     this.uibtncerrar.Caption      = "Cerrar ventana";
     this.uibtncerrar.Id           = 5;
     this.uibtncerrar.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F6);
     this.uibtncerrar.LargeGlyph   = global::winCont.Properties.Resources.cancel_48;
     this.uibtncerrar.LargeWidth   = 60;
     this.uibtncerrar.Name         = "uibtncerrar";
     toolTipItem5.Text             = "Cierra la ventana";
     toolTipTitleItem5.Text        = "F6";
     superToolTip5.Items.Add(toolTipItem5);
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.uibtncerrar.SuperTip   = superToolTip5;
     this.uibtncerrar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtncerrar_ItemClick);
     //
     // uibtn_acerca
     //
     this.uibtn_acerca.Caption = "Acerca de";
     this.uibtn_acerca.Glyph   = global::winCont.Properties.Resources.about_24;
     this.uibtn_acerca.Id      = 10;
     this.uibtn_acerca.Name    = "uibtn_acerca";
     //
     // uibtn_ayuda
     //
     this.uibtn_ayuda.Caption = "Ayuda";
     this.uibtn_ayuda.Id      = 11;
     this.uibtn_ayuda.Name    = "uibtn_ayuda";
     //
     // uibtncambiarpass
     //
     this.uibtncambiarpass.Caption = "Cambiar contrasena";
     this.uibtncambiarpass.Glyph   = global::winCont.Properties.Resources.key_24;
     this.uibtncambiarpass.Id      = 12;
     this.uibtncambiarpass.Name    = "uibtncambiarpass";
     //
     // uibtnampliar
     //
     this.uibtnampliar.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.uibtnampliar.Caption     = "ampliar";
     this.uibtnampliar.Id          = 14;
     this.uibtnampliar.LargeGlyph  = global::winCont.Properties.Resources._circle_content_expand;
     this.uibtnampliar.LargeWidth  = 60;
     this.uibtnampliar.Name        = "uibtnampliar";
     this.uibtnampliar.ItemClick  += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtnampliar_ItemClick);
     //
     // uibtnayuda
     //
     this.uibtnayuda.Caption = "Ayuda";
     this.uibtnayuda.Glyph   = global::winCont.Properties.Resources.assistant_24;
     this.uibtnayuda.Id      = 15;
     this.uibtnayuda.Name    = "uibtnayuda";
     //
     // uibtnimprimir
     //
     this.uibtnimprimir.Caption      = "Reporte";
     this.uibtnimprimir.Id           = 16;
     this.uibtnimprimir.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R));
     this.uibtnimprimir.LargeGlyph   = global::winCont.Properties.Resources.document_481;
     this.uibtnimprimir.LargeWidth   = 60;
     this.uibtnimprimir.Name         = "uibtnimprimir";
     toolTipItem6.Text      = "Muestra en pantalla un reporte listo a imprimir";
     toolTipTitleItem6.Text = "CTRL+P";
     superToolTip6.Items.Add(toolTipItem6);
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.uibtnimprimir.SuperTip   = superToolTip6;
     this.uibtnimprimir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtnimprimir_ItemClick);
     //
     // uitxtsistema
     //
     this.uitxtsistema.Caption       = "WinCont 1.0";
     this.uitxtsistema.Id            = 17;
     this.uitxtsistema.Name          = "uitxtsistema";
     this.uitxtsistema.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // uitxtusuario
     //
     this.uitxtusuario.Caption       = "Usuario";
     this.uitxtusuario.Id            = 18;
     this.uitxtusuario.Name          = "uitxtusuario";
     this.uitxtusuario.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // uitxtperfil
     //
     this.uitxtperfil.Caption       = "Perfil";
     this.uitxtperfil.Id            = 19;
     this.uitxtperfil.Name          = "uitxtperfil";
     this.uitxtperfil.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // uirbn_gallery_theme
     //
     this.uirbn_gallery_theme.Caption = "Temas";
     this.uirbn_gallery_theme.Id      = 21;
     this.uirbn_gallery_theme.Name    = "uirbn_gallery_theme";
     //
     // uiventanas
     //
     this.uiventanas.Caption     = "Ventanas";
     this.uiventanas.Id          = 24;
     this.uiventanas.LargeGlyph  = global::winCont.Properties.Resources.flow_chart_48;
     this.uiventanas.Name        = "uiventanas";
     this.uiventanas.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                   | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // uibtnsalir
     //
     this.uibtnsalir.Caption    = "Salir";
     this.uibtnsalir.Id         = 25;
     this.uibtnsalir.LargeGlyph = global::winCont.Properties.Resources.butting_in_48;
     this.uibtnsalir.LargeWidth = 60;
     this.uibtnsalir.Name       = "uibtnsalir";
     this.uibtnsalir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtnsalir_ItemClick);
     //
     // uibtnempresa
     //
     this.uibtnempresa.Caption     = "Empresa";
     this.uibtnempresa.Id          = 26;
     this.uibtnempresa.LargeGlyph  = global::winCont.Properties.Resources._agency;
     this.uibtnempresa.LargeWidth  = 60;
     this.uibtnempresa.Name        = "uibtnempresa";
     this.uibtnempresa.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                     | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.uibtnempresa.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtnempresa_ItemClick);
     //
     // uibtnperiodo
     //
     this.uibtnperiodo.Caption     = "Periodo";
     this.uibtnperiodo.Id          = 28;
     this.uibtnperiodo.LargeGlyph  = global::winCont.Properties.Resources.calendar_48;
     this.uibtnperiodo.LargeWidth  = 60;
     this.uibtnperiodo.Name        = "uibtnperiodo";
     this.uibtnperiodo.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                     | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.uibtnperiodo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtnperiodo_ItemClick);
     //
     // uibtnventanadatos
     //
     this.uibtnventanadatos.Caption      = "Pestaña datos";
     this.uibtnventanadatos.Id           = 29;
     this.uibtnventanadatos.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F7);
     this.uibtnventanadatos.LargeGlyph   = global::winCont.Properties.Resources.data_sheet_48;
     this.uibtnventanadatos.LargeWidth   = 60;
     this.uibtnventanadatos.Name         = "uibtnventanadatos";
     this.uibtnventanadatos.RibbonStyle  = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                           | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     toolTipItem7.Text      = "Intercambiar las pestañas de la ventana";
     toolTipTitleItem7.Text = "F7";
     superToolTip7.Items.Add(toolTipItem7);
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.uibtnventanadatos.SuperTip   = superToolTip7;
     this.uibtnventanadatos.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtnventanadatos_ItemClick);
     //
     // uibtncerrar_sesion
     //
     this.uibtncerrar_sesion.Caption     = "Cerrar sesion";
     this.uibtncerrar_sesion.Id          = 30;
     this.uibtncerrar_sesion.LargeGlyph  = global::winCont.Properties.Resources.bad_decision_48;
     this.uibtncerrar_sesion.LargeWidth  = 60;
     this.uibtncerrar_sesion.Name        = "uibtncerrar_sesion";
     this.uibtncerrar_sesion.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                           | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.uibtncerrar_sesion.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.uibtncerrar_sesion_ItemClick);
     //
     // uipage_inicial
     //
     this.uipage_inicial.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.uigrp_opciones_mtto,
         this.uigrp_general,
         this.uigrp_info
     });
     this.uipage_inicial.Name = "uipage_inicial";
     this.uipage_inicial.Text = "Inicio";
     //
     // uigrp_opciones_mtto
     //
     this.uigrp_opciones_mtto.ItemLinks.Add(this.uibtnrefrescar);
     this.uigrp_opciones_mtto.ItemLinks.Add(this.uibtnnuevo);
     this.uigrp_opciones_mtto.ItemLinks.Add(this.uibtnguardar);
     this.uigrp_opciones_mtto.ItemLinks.Add(this.uibtneliminar);
     this.uigrp_opciones_mtto.ItemLinks.Add(this.uibtnimprimir);
     this.uigrp_opciones_mtto.ItemLinks.Add(this.uibtncerrar);
     this.uigrp_opciones_mtto.Name = "uigrp_opciones_mtto";
     this.uigrp_opciones_mtto.ShowCaptionButton = false;
     this.uigrp_opciones_mtto.Text = "Acciones";
     //
     // uigrp_general
     //
     this.uigrp_general.ItemLinks.Add(this.uibtnempresa);
     this.uigrp_general.ItemLinks.Add(this.uibtnperiodo);
     this.uigrp_general.Name = "uigrp_general";
     this.uigrp_general.ShowCaptionButton = false;
     this.uigrp_general.Text = "Parametros";
     //
     // uigrp_info
     //
     this.uigrp_info.ItemLinks.Add(this.uibtn_acerca);
     this.uigrp_info.ItemLinks.Add(this.uibtnayuda);
     this.uigrp_info.ItemLinks.Add(this.uibtncambiarpass);
     this.uigrp_info.ItemLinks.Add(this.uibtnventanadatos);
     this.uigrp_info.ItemLinks.Add(this.uiventanas);
     this.uigrp_info.ItemLinks.Add(this.uibtnampliar);
     this.uigrp_info.ItemLinks.Add(this.uibtncerrar_sesion);
     this.uigrp_info.ItemLinks.Add(this.uibtnsalir);
     this.uigrp_info.Name = "uigrp_info";
     this.uigrp_info.ShowCaptionButton = false;
     this.uigrp_info.Text = "Opciones";
     //
     // uipage_personalizar
     //
     this.uipage_personalizar.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.uigrp_personalizar
     });
     this.uipage_personalizar.Name = "uipage_personalizar";
     this.uipage_personalizar.Text = "Personalizar";
     //
     // uigrp_personalizar
     //
     this.uigrp_personalizar.ItemLinks.Add(this.uirbn_gallery_theme);
     this.uigrp_personalizar.Name = "uigrp_personalizar";
     this.uigrp_personalizar.ShowCaptionButton = false;
     this.uigrp_personalizar.Text = "Temas";
     //
     // 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.Name     = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.NullText = "";
     //
     // repositoryItemLookUpEdit2
     //
     this.repositoryItemLookUpEdit2.AutoHeight = false;
     this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit2.Name     = "repositoryItemLookUpEdit2";
     this.repositoryItemLookUpEdit2.NullText = "";
     //
     // uibarstatus
     //
     this.uibarstatus.ItemLinks.Add(this.uitxtsistema);
     this.uibarstatus.ItemLinks.Add(this.uitxtusuario);
     this.uibarstatus.ItemLinks.Add(this.uitxtperfil);
     this.uibarstatus.Location = new System.Drawing.Point(140, 481);
     this.uibarstatus.Name     = "uibarstatus";
     this.uibarstatus.Ribbon   = this.uimenu_principal;
     this.uibarstatus.Size     = new System.Drawing.Size(911, 27);
     //
     // uinavbarmenu
     //
     this.uinavbarmenu.ActiveGroup = this.uinv_bar_sistemas;
     this.uinavbarmenu.Dock        = System.Windows.Forms.DockStyle.Left;
     this.uinavbarmenu.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
         this.uinv_bar_sistemas
     });
     this.uinavbarmenu.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
         this.uinvbar_usuarios,
         this.uinvbar_menu,
         this.uinvbar_formularios,
         this.uinvbar_opcmenu,
         this.uinvbar_perfil,
         this.uinvbar_modulos,
         this.uinvbarconfig
     });
     this.uinavbarmenu.Location = new System.Drawing.Point(0, 117);
     this.uinavbarmenu.Name     = "uinavbarmenu";
     this.uinavbarmenu.OptionsNavPane.ExpandedWidth = 140;
     this.uinavbarmenu.Size     = new System.Drawing.Size(140, 391);
     this.uinavbarmenu.TabIndex = 2;
     this.uinavbarmenu.Text     = "navBarControl1";
     //
     // uinv_bar_sistemas
     //
     this.uinv_bar_sistemas.Caption  = "Sistema";
     this.uinv_bar_sistemas.Expanded = true;
     this.uinv_bar_sistemas.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.uinvbar_usuarios),
         new DevExpress.XtraNavBar.NavBarItemLink(this.uinvbar_menu),
         new DevExpress.XtraNavBar.NavBarItemLink(this.uinvbar_modulos),
         new DevExpress.XtraNavBar.NavBarItemLink(this.uinvbar_formularios),
         new DevExpress.XtraNavBar.NavBarItemLink(this.uinvbar_opcmenu),
         new DevExpress.XtraNavBar.NavBarItemLink(this.uinvbar_perfil),
         new DevExpress.XtraNavBar.NavBarItemLink(this.uinvbarconfig)
     });
     this.uinv_bar_sistemas.Name = "uinv_bar_sistemas";
     //
     // uinvbar_usuarios
     //
     this.uinvbar_usuarios.Caption      = "Usuarios";
     this.uinvbar_usuarios.Name         = "uinvbar_usuarios";
     this.uinvbar_usuarios.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.uinvbar_usuarios_LinkClicked);
     //
     // uinvbar_menu
     //
     this.uinvbar_menu.Caption      = "Menu";
     this.uinvbar_menu.Name         = "uinvbar_menu";
     this.uinvbar_menu.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.uinvbar_menu_LinkClicked);
     //
     // uinvbar_modulos
     //
     this.uinvbar_modulos.Caption      = "Modulos";
     this.uinvbar_modulos.Name         = "uinvbar_modulos";
     this.uinvbar_modulos.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.uinvbar_modulos_LinkClicked);
     //
     // uinvbar_formularios
     //
     this.uinvbar_formularios.Caption      = "Formularios";
     this.uinvbar_formularios.Name         = "uinvbar_formularios";
     this.uinvbar_formularios.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.uinvbar_formularios_LinkClicked);
     //
     // uinvbar_opcmenu
     //
     this.uinvbar_opcmenu.Caption      = "Opciones de menu";
     this.uinvbar_opcmenu.Name         = "uinvbar_opcmenu";
     this.uinvbar_opcmenu.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.uinvbar_opcmenu_LinkClicked);
     //
     // uinvbar_perfil
     //
     this.uinvbar_perfil.Caption      = "Perfiles";
     this.uinvbar_perfil.Name         = "uinvbar_perfil";
     this.uinvbar_perfil.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.uinvbar_perfil_LinkClicked_1);
     //
     // uinvbarconfig
     //
     this.uinvbarconfig.Caption      = "Configuracion";
     this.uinvbarconfig.Name         = "uinvbarconfig";
     this.uinvbarconfig.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.uinvbarconfig_LinkClicked);
     //
     // uicontrolpaginas
     //
     this.uicontrolpaginas.MdiParent = this;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption     = "Empresa";
     this.barButtonItem1.Id          = 26;
     this.barButtonItem1.LargeGlyph  = global::winCont.Properties.Resources._1447235419_folder_dollar_coin;
     this.barButtonItem1.LargeWidth  = 60;
     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)));
     //
     // marco_principal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1051, 508);
     this.Controls.Add(this.uibarstatus);
     this.Controls.Add(this.uinavbarmenu);
     this.Controls.Add(this.uimenu_principal);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name           = "marco_principal";
     this.Text           = "winCont";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.marco_principal_Load);
     ((System.ComponentModel.ISupportInitialize)(this.uimenu_principal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uinavbarmenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uicontrolpaginas)).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(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);

        }
Exemplo n.º 6
0
 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();
 }
Exemplo n.º 7
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);

        }
Exemplo n.º 8
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);

        }
Exemplo 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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FluentDesignMainForm));
     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();
     this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
     this.accordionControl           = new DevExpress.XtraBars.Navigation.AccordionControl();
     this.accordionControlElement1   = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.fluentDesignFormControl1   = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
     this.btnSettings                     = new DevExpress.XtraBars.BarSubItem();
     this.btnApplicationSettings          = new DevExpress.XtraBars.BarButtonItem();
     this.btnApplicationUISettings        = new DevExpress.XtraBars.BarButtonItem();
     this.btnFiltering                    = new DevExpress.XtraBars.BarButtonItem();
     this.btnMessageColumnsLayoutSettings = new DevExpress.XtraBars.BarButtonItem();
     this.btnColorsSettings               = new DevExpress.XtraBars.BarButtonItem();
     this.btnColorHighlightSettings       = new DevExpress.XtraBars.BarButtonItem();
     this.btnPreDefinedQueries            = new DevExpress.XtraBars.BarButtonItem();
     this.btnDataProvidersSettings        = new DevExpress.XtraBars.BarButtonItem();
     this.btnShortcuts                    = new DevExpress.XtraBars.BarButtonItem();
     this.bbiSettingsExtensions           = new DevExpress.XtraBars.BarButtonItem();
     this.btnSettingsUpdate               = new DevExpress.XtraBars.BarButtonItem();
     this.btnSettingsDebugging            = new DevExpress.XtraBars.BarButtonItem();
     this.bbiDonation                     = new DevExpress.XtraBars.BarButtonItem();
     this.dockManager1                    = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.barManager1                     = new DevExpress.XtraBars.BarManager(this.components);
     this.barMain                   = new DevExpress.XtraBars.Bar();
     this.bsiFile                   = new DevExpress.XtraBars.BarSubItem();
     this.bsiDataProviders          = new DevExpress.XtraBars.BarSubItem();
     this.bsiGlobalTools            = new DevExpress.XtraBars.BarSubItem();
     this.bsiHelp                   = new DevExpress.XtraBars.BarSubItem();
     this.bbtnWhatsNew              = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnFirstRun              = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnItemChangeLog         = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnDebugLog              = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnUpdates               = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnDataProvidersUpdates  = new DevExpress.XtraBars.BarButtonItem();
     this.bbiUserSettingsStatistics = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnItemHelp              = new DevExpress.XtraBars.BarButtonItem();
     this.barButtom                 = new DevExpress.XtraBars.Bar();
     this.bbtnSponsorOpenCollection = new DevExpress.XtraBars.BarButtonItem();
     this.bbiPayPal                 = new DevExpress.XtraBars.BarButtonItem();
     this.bbiBinance                = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnStar                  = new DevExpress.XtraBars.BarButtonItem();
     this.bbiFileCaching            = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnReportIssueOrRequest  = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnCheckUpdates          = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnIdleMessage           = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnMemoryUsage           = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnErrors                = 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.documentManager1          = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
     this.tabbedView1               = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
     this.notifyIconAnalogy         = new System.Windows.Forms.NotifyIcon(this.components);
     this.defaultToolTipController1 = new DevExpress.Utils.DefaultToolTipController(this.components);
     this.imageList1                = new System.Windows.Forms.ImageList(this.components);
     this.TmrAutoConnect            = new System.Windows.Forms.Timer(this.components);
     this.tmrStatusUpdates          = new System.Windows.Forms.Timer(this.components);
     this.FactoriesImagesSmall      = new DevExpress.Utils.ImageCollection(this.components);
     this.FactoriesImagesLarge      = new DevExpress.Utils.ImageCollection(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.accordionControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FactoriesImagesSmall)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FactoriesImagesLarge)).BeginInit();
     this.SuspendLayout();
     //
     // fluentDesignFormContainer1
     //
     this.defaultToolTipController1.SetAllowHtmlText(this.fluentDesignFormContainer1, DevExpress.Utils.DefaultBoolean.Default);
     this.fluentDesignFormContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.fluentDesignFormContainer1.Location = new System.Drawing.Point(448, 64);
     this.fluentDesignFormContainer1.Margin   = new System.Windows.Forms.Padding(8);
     this.fluentDesignFormContainer1.Name     = "fluentDesignFormContainer1";
     this.fluentDesignFormContainer1.Size     = new System.Drawing.Size(719, 699);
     this.fluentDesignFormContainer1.TabIndex = 0;
     //
     // accordionControl
     //
     this.accordionControl.Dock = System.Windows.Forms.DockStyle.Left;
     this.accordionControl.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
         this.accordionControlElement1
     });
     this.accordionControl.Location      = new System.Drawing.Point(0, 64);
     this.accordionControl.Margin        = new System.Windows.Forms.Padding(8);
     this.accordionControl.Name          = "accordionControl";
     this.accordionControl.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch;
     this.accordionControl.Size          = new System.Drawing.Size(448, 699);
     this.accordionControl.TabIndex      = 1;
     this.accordionControl.ViewType      = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
     //
     // accordionControlElement1
     //
     this.accordionControlElement1.Expanded = true;
     this.accordionControlElement1.Name     = "accordionControlElement1";
     this.accordionControlElement1.Text     = "Element1";
     //
     // fluentDesignFormControl1
     //
     this.fluentDesignFormControl1.FluentDesignForm = this;
     this.fluentDesignFormControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnSettings,
         this.btnApplicationSettings,
         this.btnApplicationUISettings,
         this.btnFiltering,
         this.btnMessageColumnsLayoutSettings,
         this.btnColorsSettings,
         this.btnColorHighlightSettings,
         this.btnPreDefinedQueries,
         this.btnDataProvidersSettings,
         this.btnShortcuts,
         this.bbiSettingsExtensions,
         this.btnSettingsUpdate,
         this.btnSettingsDebugging,
         this.bbiDonation
     });
     this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0);
     this.fluentDesignFormControl1.Name     = "fluentDesignFormControl1";
     this.fluentDesignFormControl1.Size     = new System.Drawing.Size(1167, 39);
     this.fluentDesignFormControl1.TabIndex = 2;
     this.fluentDesignFormControl1.TabStop  = false;
     this.fluentDesignFormControl1.TitleItemLinks.Add(this.btnSettings);
     this.fluentDesignFormControl1.Click += new System.EventHandler(this.fluentDesignFormControl1_Click);
     //
     // btnSettings
     //
     this.btnSettings.Alignment               = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.btnSettings.Caption                 = "Settings";
     this.btnSettings.Id                      = 0;
     this.btnSettings.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnSettings.ImageOptions.Image")));
     this.btnSettings.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnSettings.ImageOptions.LargeImage")));
     this.btnSettings.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.btnApplicationSettings),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnApplicationUISettings),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnFiltering),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnMessageColumnsLayoutSettings),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnColorsSettings),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnColorHighlightSettings),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnPreDefinedQueries),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnDataProvidersSettings),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnShortcuts),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiSettingsExtensions),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnSettingsUpdate),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnSettingsDebugging),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiDonation)
     });
     this.btnSettings.Name       = "btnSettings";
     this.btnSettings.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // btnApplicationSettings
     //
     this.btnApplicationSettings.Caption            = "Application Settings";
     this.btnApplicationSettings.Id                 = 1;
     this.btnApplicationSettings.ImageOptions.Image = global::Analogy.Properties.Resources.Analogy_image_16x16;
     this.btnApplicationSettings.Name               = "btnApplicationSettings";
     //
     // btnApplicationUISettings
     //
     this.btnApplicationUISettings.Caption                 = "Application UI Settings";
     this.btnApplicationUISettings.Id                      = 2;
     this.btnApplicationUISettings.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnApplicationUISettings.ImageOptions.Image")));
     this.btnApplicationUISettings.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnApplicationUISettings.ImageOptions.LargeImage")));
     this.btnApplicationUISettings.Name                    = "btnApplicationUISettings";
     //
     // btnFiltering
     //
     this.btnFiltering.Caption                 = "Filtering and Interactions";
     this.btnFiltering.Id                      = 3;
     this.btnFiltering.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnFiltering.ImageOptions.Image")));
     this.btnFiltering.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnFiltering.ImageOptions.LargeImage")));
     this.btnFiltering.Name                    = "btnFiltering";
     //
     // btnMessageColumnsLayoutSettings
     //
     this.btnMessageColumnsLayoutSettings.Caption                 = "Message Columns Layout";
     this.btnMessageColumnsLayoutSettings.Id                      = 4;
     this.btnMessageColumnsLayoutSettings.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnMessageColumnsLayoutSettings.ImageOptions.Image")));
     this.btnMessageColumnsLayoutSettings.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnMessageColumnsLayoutSettings.ImageOptions.LargeImage")));
     this.btnMessageColumnsLayoutSettings.Name                    = "btnMessageColumnsLayoutSettings";
     //
     // btnColorsSettings
     //
     this.btnColorsSettings.Caption                 = "Colors";
     this.btnColorsSettings.Id                      = 5;
     this.btnColorsSettings.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnColorsSettings.ImageOptions.Image")));
     this.btnColorsSettings.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnColorsSettings.ImageOptions.LargeImage")));
     this.btnColorsSettings.Name                    = "btnColorsSettings";
     //
     // btnColorHighlightSettings
     //
     this.btnColorHighlightSettings.Caption                 = "Rows Color Highlight";
     this.btnColorHighlightSettings.Id                      = 6;
     this.btnColorHighlightSettings.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnColorHighlightSettings.ImageOptions.Image")));
     this.btnColorHighlightSettings.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnColorHighlightSettings.ImageOptions.LargeImage")));
     this.btnColorHighlightSettings.Name                    = "btnColorHighlightSettings";
     //
     // btnPreDefinedQueries
     //
     this.btnPreDefinedQueries.Caption                 = "Predefined Queries";
     this.btnPreDefinedQueries.Id                      = 7;
     this.btnPreDefinedQueries.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnPreDefinedQueries.ImageOptions.Image")));
     this.btnPreDefinedQueries.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnPreDefinedQueries.ImageOptions.LargeImage")));
     this.btnPreDefinedQueries.Name                    = "btnPreDefinedQueries";
     //
     // btnDataProvidersSettings
     //
     this.btnDataProvidersSettings.Caption                 = "Data Providers Settings";
     this.btnDataProvidersSettings.Id                      = 8;
     this.btnDataProvidersSettings.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnDataProvidersSettings.ImageOptions.Image")));
     this.btnDataProvidersSettings.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnDataProvidersSettings.ImageOptions.LargeImage")));
     this.btnDataProvidersSettings.Name                    = "btnDataProvidersSettings";
     //
     // btnShortcuts
     //
     this.btnShortcuts.Caption                 = "Shortcuts";
     this.btnShortcuts.Id                      = 9;
     this.btnShortcuts.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnShortcuts.ImageOptions.Image")));
     this.btnShortcuts.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnShortcuts.ImageOptions.LargeImage")));
     this.btnShortcuts.Name                    = "btnShortcuts";
     //
     // bbiSettingsExtensions
     //
     this.bbiSettingsExtensions.Caption            = "Extensions";
     this.bbiSettingsExtensions.Id                 = 0;
     this.bbiSettingsExtensions.ImageOptions.Image = global::Analogy.Properties.Resources.extension16;
     this.bbiSettingsExtensions.Name               = "bbiSettingsExtensions";
     //
     // btnSettingsUpdate
     //
     this.btnSettingsUpdate.Caption                 = "Updates";
     this.btnSettingsUpdate.Id                      = 1;
     this.btnSettingsUpdate.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnSettingsUpdate.ImageOptions.Image")));
     this.btnSettingsUpdate.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnSettingsUpdate.ImageOptions.LargeImage")));
     this.btnSettingsUpdate.Name                    = "btnSettingsUpdate";
     //
     // btnSettingsDebugging
     //
     this.btnSettingsDebugging.Caption                 = "Debugging";
     this.btnSettingsDebugging.Id                      = 2;
     this.btnSettingsDebugging.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnSettingsDebugging.ImageOptions.Image")));
     this.btnSettingsDebugging.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnSettingsDebugging.ImageOptions.LargeImage")));
     this.btnSettingsDebugging.Name                    = "btnSettingsDebugging";
     //
     // bbiDonation
     //
     this.bbiDonation.Caption                 = "Supporting the project";
     this.bbiDonation.Id                      = 3;
     this.bbiDonation.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbiDonation.ImageOptions.Image")));
     this.bbiDonation.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiDonation.ImageOptions.LargeImage")));
     this.bbiDonation.Name                    = "bbiDonation";
     //
     // dockManager1
     //
     this.dockManager1.Form        = this;
     this.dockManager1.MenuManager = this.barManager1;
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "DevExpress.XtraBars.StandaloneBarDockControl",
         "System.Windows.Forms.StatusBar",
         "System.Windows.Forms.MenuStrip",
         "System.Windows.Forms.StatusStrip",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
         "DevExpress.XtraBars.Ribbon.RibbonControl",
         "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
         "DevExpress.XtraBars.Navigation.TileNavPane",
         "DevExpress.XtraBars.TabFormControl",
         "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
         "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"
     });
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barMain,
         this.barButtom
     });
     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.HtmlImages  = this.FactoriesImagesSmall;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bbtnStar,
         this.bbiFileCaching,
         this.bbtnErrors,
         this.bbtnCheckUpdates,
         this.bbtnReportIssueOrRequest,
         this.bbtnIdleMessage,
         this.bbtnMemoryUsage,
         this.bsiFile,
         this.bsiDataProviders,
         this.bsiGlobalTools,
         this.bsiHelp,
         this.bbtnWhatsNew,
         this.bbtnFirstRun,
         this.bbtnItemChangeLog,
         this.bbtnDebugLog,
         this.bbtnUpdates,
         this.bbtnDataProvidersUpdates,
         this.bbiUserSettingsStatistics,
         this.bbtnItemHelp,
         this.bbtnSponsorOpenCollection,
         this.bbiBinance,
         this.bbiPayPal
     });
     this.barManager1.MainMenu  = this.barMain;
     this.barManager1.MaxItemId = 29;
     this.barManager1.StatusBar = this.barButtom;
     //
     // barMain
     //
     this.barMain.BarName   = "Main menu";
     this.barMain.DockCol   = 0;
     this.barMain.DockRow   = 0;
     this.barMain.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barMain.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bsiFile),
         new DevExpress.XtraBars.LinkPersistInfo(this.bsiDataProviders),
         new DevExpress.XtraBars.LinkPersistInfo(this.bsiGlobalTools),
         new DevExpress.XtraBars.LinkPersistInfo(this.bsiHelp)
     });
     this.barMain.OptionsBar.MultiLine   = true;
     this.barMain.OptionsBar.UseWholeRow = true;
     this.barMain.Text = "Main menu";
     //
     // bsiFile
     //
     this.bsiFile.Caption = "File";
     this.bsiFile.Id      = 12;
     this.bsiFile.Name    = "bsiFile";
     //
     // bsiDataProviders
     //
     this.bsiDataProviders.Caption = "Data Providers";
     this.bsiDataProviders.Id      = 13;
     this.bsiDataProviders.Name    = "bsiDataProviders";
     //
     // bsiGlobalTools
     //
     this.bsiGlobalTools.Caption = "Global Tools";
     this.bsiGlobalTools.Id      = 14;
     this.bsiGlobalTools.Name    = "bsiGlobalTools";
     //
     // bsiHelp
     //
     this.bsiHelp.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bsiHelp.Caption   = "Help";
     this.bsiHelp.Id        = 15;
     this.bsiHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnWhatsNew),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnFirstRun),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnItemChangeLog),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnDebugLog),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnUpdates),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnDataProvidersUpdates),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiUserSettingsStatistics),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnItemHelp)
     });
     this.bsiHelp.Name = "bsiHelp";
     //
     // bbtnWhatsNew
     //
     this.bbtnWhatsNew.Caption                 = "What\'s New";
     this.bbtnWhatsNew.Id                      = 16;
     this.bbtnWhatsNew.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbtnWhatsNew.ImageOptions.Image")));
     this.bbtnWhatsNew.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbtnWhatsNew.ImageOptions.LargeImage")));
     this.bbtnWhatsNew.Name                    = "bbtnWhatsNew";
     //
     // bbtnFirstRun
     //
     this.bbtnFirstRun.Caption                 = "Show first run window";
     this.bbtnFirstRun.Id                      = 17;
     this.bbtnFirstRun.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbtnFirstRun.ImageOptions.Image")));
     this.bbtnFirstRun.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbtnFirstRun.ImageOptions.LargeImage")));
     this.bbtnFirstRun.Name                    = "bbtnFirstRun";
     //
     // bbtnItemChangeLog
     //
     this.bbtnItemChangeLog.Caption                 = "Change Log";
     this.bbtnItemChangeLog.Id                      = 18;
     this.bbtnItemChangeLog.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbtnItemChangeLog.ImageOptions.Image")));
     this.bbtnItemChangeLog.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbtnItemChangeLog.ImageOptions.LargeImage")));
     this.bbtnItemChangeLog.Name                    = "bbtnItemChangeLog";
     //
     // bbtnDebugLog
     //
     this.bbtnDebugLog.Caption            = "Internal log";
     this.bbtnDebugLog.Id                 = 19;
     this.bbtnDebugLog.ImageOptions.Image = global::Analogy.Properties.Resources.Analogy_image_16x16;
     this.bbtnDebugLog.Name               = "bbtnDebugLog";
     //
     // bbtnUpdates
     //
     this.bbtnUpdates.Caption                 = "Check for Updates";
     this.bbtnUpdates.Id                      = 20;
     this.bbtnUpdates.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbtnUpdates.ImageOptions.Image")));
     this.bbtnUpdates.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbtnUpdates.ImageOptions.LargeImage")));
     this.bbtnUpdates.Name                    = "bbtnUpdates";
     //
     // bbtnDataProvidersUpdates
     //
     this.bbtnDataProvidersUpdates.Caption                 = "Check for Updates (Data Providers)";
     this.bbtnDataProvidersUpdates.Id                      = 21;
     this.bbtnDataProvidersUpdates.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbtnDataProvidersUpdates.ImageOptions.Image")));
     this.bbtnDataProvidersUpdates.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbtnDataProvidersUpdates.ImageOptions.LargeImage")));
     this.bbtnDataProvidersUpdates.Name                    = "bbtnDataProvidersUpdates";
     //
     // bbiUserSettingsStatistics
     //
     this.bbiUserSettingsStatistics.Caption                 = "User Statistics";
     this.bbiUserSettingsStatistics.Id                      = 22;
     this.bbiUserSettingsStatistics.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbiUserSettingsStatistics.ImageOptions.Image")));
     this.bbiUserSettingsStatistics.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiUserSettingsStatistics.ImageOptions.LargeImage")));
     this.bbiUserSettingsStatistics.Name                    = "bbiUserSettingsStatistics";
     //
     // bbtnItemHelp
     //
     this.bbtnItemHelp.Caption                 = "About";
     this.bbtnItemHelp.Id                      = 23;
     this.bbtnItemHelp.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbtnItemHelp.ImageOptions.Image")));
     this.bbtnItemHelp.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbtnItemHelp.ImageOptions.LargeImage")));
     this.bbtnItemHelp.Name                    = "bbtnItemHelp";
     //
     // barButtom
     //
     this.barButtom.BarName      = "Status bar";
     this.barButtom.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.barButtom.DockCol      = 0;
     this.barButtom.DockRow      = 0;
     this.barButtom.DockStyle    = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.barButtom.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnSponsorOpenCollection),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiPayPal),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiBinance),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnStar),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiFileCaching),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnReportIssueOrRequest),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnCheckUpdates),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnIdleMessage),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnMemoryUsage),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnErrors)
     });
     this.barButtom.OptionsBar.AllowQuickCustomization = false;
     this.barButtom.OptionsBar.DisableClose            = true;
     this.barButtom.OptionsBar.DisableCustomization    = true;
     this.barButtom.OptionsBar.DrawDragBorder          = false;
     this.barButtom.OptionsBar.UseWholeRow             = true;
     this.barButtom.Text = "Status bar";
     //
     // bbtnSponsorOpenCollection
     //
     this.bbtnSponsorOpenCollection.Caption = "Sponsor";
     this.bbtnSponsorOpenCollection.Id      = 24;
     this.bbtnSponsorOpenCollection.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbtnSponsorOpenCollection.ImageOptions.SvgImage")));
     this.bbtnSponsorOpenCollection.Name = "bbtnSponsorOpenCollection";
     toolTipTitleItem3.Text  = "Sponsor";
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text       = "Support this project at Open Collective";
     superToolTip3.Items.Add(toolTipTitleItem3);
     superToolTip3.Items.Add(toolTipItem3);
     this.bbtnSponsorOpenCollection.SuperTip   = superToolTip3;
     this.bbtnSponsorOpenCollection.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // bbiPayPal
     //
     this.bbiPayPal.Caption = "PayPal";
     this.bbiPayPal.Id      = 28;
     this.bbiPayPal.ImageOptions.SvgImage = global::Analogy.Properties.Resources.paypal16x16;
     this.bbiPayPal.Name       = "bbiPayPal";
     this.bbiPayPal.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     toolTipTitleItem4.Text    = "PayPal Donation";
     toolTipItem4.Text         = "Support the project with small PayPal donation";
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem4);
     this.bbiPayPal.SuperTip = superToolTip4;
     //
     // bbiBinance
     //
     this.bbiBinance.Caption            = "Crypto Exchange";
     this.bbiBinance.Id                 = 26;
     this.bbiBinance.ImageOptions.Image = global::Analogy.Properties.Resources.crypto16x16;
     this.bbiBinance.Name               = "bbiBinance";
     this.bbiBinance.PaintStyle         = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // bbtnStar
     //
     this.bbtnStar.Caption            = "GitHub";
     this.bbtnStar.Id                 = 1;
     this.bbtnStar.ImageOptions.Image = global::Analogy.Properties.Resources.github16x16;
     this.bbtnStar.Name               = "bbtnStar";
     this.bbtnStar.PaintStyle         = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // bbiFileCaching
     //
     this.bbiFileCaching.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bbiFileCaching.Caption   = "File caching mode";
     this.bbiFileCaching.Id        = 2;
     this.bbiFileCaching.Name      = "bbiFileCaching";
     //
     // bbtnReportIssueOrRequest
     //
     this.bbtnReportIssueOrRequest.Caption                 = "Report Issue Or Request";
     this.bbtnReportIssueOrRequest.Id                      = 5;
     this.bbtnReportIssueOrRequest.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbtnReportIssueOrRequest.ImageOptions.Image")));
     this.bbtnReportIssueOrRequest.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbtnReportIssueOrRequest.ImageOptions.LargeImage")));
     this.bbtnReportIssueOrRequest.Name                    = "bbtnReportIssueOrRequest";
     this.bbtnReportIssueOrRequest.PaintStyle              = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // bbtnCheckUpdates
     //
     this.bbtnCheckUpdates.Caption                 = "Check For Update";
     this.bbtnCheckUpdates.Id                      = 4;
     this.bbtnCheckUpdates.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbtnCheckUpdates.ImageOptions.Image")));
     this.bbtnCheckUpdates.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbtnCheckUpdates.ImageOptions.LargeImage")));
     this.bbtnCheckUpdates.Name                    = "bbtnCheckUpdates";
     this.bbtnCheckUpdates.PaintStyle              = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // bbtnIdleMessage
     //
     this.bbtnIdleMessage.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bbtnIdleMessage.Caption   = "Idle mode";
     this.bbtnIdleMessage.Id        = 6;
     this.bbtnIdleMessage.Name      = "bbtnIdleMessage";
     //
     // bbtnMemoryUsage
     //
     this.bbtnMemoryUsage.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bbtnMemoryUsage.Caption   = "Memory Usage";
     this.bbtnMemoryUsage.Id        = 7;
     this.bbtnMemoryUsage.Name      = "bbtnMemoryUsage";
     //
     // bbtnErrors
     //
     this.bbtnErrors.Alignment               = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bbtnErrors.Caption                 = "Errors";
     this.bbtnErrors.Id                      = 3;
     this.bbtnErrors.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("bbtnErrors.ImageOptions.Image")));
     this.bbtnErrors.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbtnErrors.ImageOptions.LargeImage")));
     this.bbtnErrors.Name                    = "bbtnErrors";
     this.bbtnErrors.PaintStyle              = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 39);
     this.barDockControlTop.Manager          = this.barManager1;
     this.barDockControlTop.Size             = new System.Drawing.Size(1167, 25);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 763);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1167, 32);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 64);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 699);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1167, 64);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 699);
     //
     // documentManager1
     //
     this.documentManager1.ContainerControl = this;
     this.documentManager1.MenuManager      = this.barManager1;
     this.documentManager1.View             = this.tabbedView1;
     this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
         this.tabbedView1
     });
     //
     // notifyIconAnalogy
     //
     this.notifyIconAnalogy.Icon    = ((System.Drawing.Icon)(resources.GetObject("notifyIconAnalogy.Icon")));
     this.notifyIconAnalogy.Text    = "Analogy";
     this.notifyIconAnalogy.Visible = true;
     //
     // defaultToolTipController1
     //
     //
     //
     //
     this.defaultToolTipController1.DefaultController.KeepWhileHovered = true;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "pause.png");
     this.imageList1.Images.SetKeyName(1, "play.jpg");
     this.imageList1.Images.SetKeyName(2, "54834.png");
     this.imageList1.Images.SetKeyName(3, "json.png");
     //
     // TmrAutoConnect
     //
     this.TmrAutoConnect.Enabled  = true;
     this.TmrAutoConnect.Interval = 1000;
     //
     // tmrStatusUpdates
     //
     this.tmrStatusUpdates.Enabled  = true;
     this.tmrStatusUpdates.Interval = 1000;
     //
     // FactoriesImagesSmall
     //
     this.FactoriesImagesSmall.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("FactoriesImagesSmall.ImageStream")));
     //
     // FactoriesImagesLarge
     //
     this.FactoriesImagesLarge.ImageSize   = new System.Drawing.Size(32, 32);
     this.FactoriesImagesLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("FactoriesImagesLarge.ImageStream")));
     //
     // FluentDesignMainForm
     //
     this.defaultToolTipController1.SetAllowHtmlText(this, DevExpress.Utils.DefaultBoolean.Default);
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1167, 795);
     this.ControlContainer    = this.fluentDesignFormContainer1;
     this.Controls.Add(this.fluentDesignFormContainer1);
     this.Controls.Add(this.accordionControl);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Controls.Add(this.fluentDesignFormControl1);
     this.FluentDesignFormControl = this.fluentDesignFormControl1;
     this.HtmlImages        = this.FactoriesImagesSmall;
     this.MinimumSize       = new System.Drawing.Size(10, 796);
     this.Name              = "FluentDesignMainForm";
     this.NavigationControl = this.accordionControl;
     this.Text              = "Analogy";
     this.Load             += new System.EventHandler(this.FluentDesignMainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.accordionControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FactoriesImagesSmall)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FactoriesImagesLarge)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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(OrdeViewerForm));
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     this.colOrdered                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager                 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                       = new DevExpress.XtraBars.Bar();
     this.cdDateFilter               = new DevExpress.XtraBars.BarEditItem();
     this.cdDateFilterItem           = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.cdDateFilterEnd            = new DevExpress.XtraBars.BarEditItem();
     this.cdDateFilterItemEnd        = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.barButtonItem2             = new DevExpress.XtraBars.BarButtonItem();
     this.btInfo                     = new DevExpress.XtraBars.BarButtonItem();
     this.btRefresh                  = new DevExpress.XtraBars.BarButtonItem();
     this.btExport                   = 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.barButtonItem3             = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4             = new DevExpress.XtraBars.BarButtonItem();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.splitContainerControl1     = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList                   = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn2            = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.ilNode                     = new System.Windows.Forms.ImageList(this.components);
     this.grid                       = new DevExpress.XtraGrid.GridControl();
     this.gridView                   = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colReqQuantity             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBalance                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colGoodsGroup              = 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.coldate                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit1    = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.colMinOrder                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsForOrder              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colIsReqAssort             = 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.colSelfImport              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1    = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.spselOrderGoodsByHeaderHistoryResultBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.popupMenuNodes = new DevExpress.XtraBars.PopupMenu(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItemEnd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItemEnd.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spselOrderGoodsByHeaderHistoryResultBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuNodes)).BeginInit();
     this.SuspendLayout();
     //
     // colOrdered
     //
     this.colOrdered.Caption      = "Резерв";
     this.colOrdered.FieldName    = "Ordered";
     this.colOrdered.Name         = "colOrdered";
     this.colOrdered.Visible      = true;
     this.colOrdered.VisibleIndex = 0;
     //
     // barManager
     //
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1,
         this.bar3
     });
     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.btRefresh,
         this.cdDateFilter,
         this.barButtonItem2,
         this.barButtonItem3,
         this.barButtonItem4,
         this.btInfo,
         this.btExport,
         this.cdDateFilterEnd
     });
     this.barManager.MaxItemId = 12;
     this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemProgressBar1,
         this.cdDateFilterItem,
         this.cdDateFilterItemEnd
     });
     this.barManager.StatusBar = this.bar3;
     //
     // bar1
     //
     this.bar1.BarName   = "Tools";
     this.bar1.DockCol   = 0;
     this.bar1.DockRow   = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.cdDateFilter, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.cdDateFilterEnd, DevExpress.XtraBars.BarItemPaintStyle.Caption),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.btInfo, true),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btRefresh, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btExport, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar1.Text = "Tools";
     //
     // cdDateFilter
     //
     this.cdDateFilter.Caption           = "Дата с";
     this.cdDateFilter.Edit              = this.cdDateFilterItem;
     this.cdDateFilter.EditValue         = new System.DateTime(2011, 8, 3, 0, 0, 0, 0);
     this.cdDateFilter.Id                = 3;
     this.cdDateFilter.Name              = "cdDateFilter";
     this.cdDateFilter.Width             = 89;
     this.cdDateFilter.EditValueChanged += new System.EventHandler(this.CdDateFilterEditValueChanged);
     //
     // cdDateFilterItem
     //
     this.cdDateFilterItem.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     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()
     });
     //
     // cdDateFilterEnd
     //
     this.cdDateFilterEnd.Caption           = "по";
     this.cdDateFilterEnd.Edit              = this.cdDateFilterItemEnd;
     this.cdDateFilterEnd.EditValue         = new System.DateTime(2011, 12, 3, 20, 55, 20, 252);
     this.cdDateFilterEnd.Id                = 11;
     this.cdDateFilterEnd.Name              = "cdDateFilterEnd";
     this.cdDateFilterEnd.Width             = 89;
     this.cdDateFilterEnd.EditValueChanged += new System.EventHandler(this.CdDateFilterEndEditValueChanged);
     //
     // cdDateFilterItemEnd
     //
     this.cdDateFilterItemEnd.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.cdDateFilterItemEnd.AutoHeight     = false;
     this.cdDateFilterItemEnd.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cdDateFilterItemEnd.Name = "cdDateFilterItemEnd";
     this.cdDateFilterItemEnd.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "Раскрыть все";
     this.barButtonItem2.Glyph   = global::ShopOrderCustom.Properties.Resources.folder_yellow_open;
     this.barButtonItem2.Id      = 5;
     this.barButtonItem2.Name    = "barButtonItem2";
     toolTipTitleItem1.Text      = "Раскрыть все";
     toolTipItem1.LeftIndent     = 6;
     toolTipItem1.Text           = "Раскрывает все заказы магазинов";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.barButtonItem2.SuperTip   = superToolTip1;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarButtonItem2ItemClick);
     //
     // btInfo
     //
     this.btInfo.Caption    = "Инвормация о заказе";
     this.btInfo.Enabled    = false;
     this.btInfo.Glyph      = global::ShopOrderCustom.Properties.Resources.info;
     this.btInfo.Id         = 9;
     this.btInfo.Name       = "btInfo";
     this.btInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtInfoItemClick);
     //
     // btRefresh
     //
     this.btRefresh.Caption    = "Обновить";
     this.btRefresh.Glyph      = global::ShopOrderCustom.Properties.Resources.reload_all_tabs;
     this.btRefresh.Id         = 2;
     this.btRefresh.Name       = "btRefresh";
     this.btRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtRefreshItemClick);
     //
     // btExport
     //
     this.btExport.Caption    = "Экспорт";
     this.btExport.Glyph      = global::ShopOrderCustom.Properties.Resources.Excel_icon;
     this.btExport.Id         = 10;
     this.btExport.Name       = "btExport";
     this.btExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtExportItemClick);
     //
     // 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(973, 47);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 429);
     this.barDockControlBottom.Size             = new System.Drawing.Size(973, 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, 382);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(973, 47);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 382);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "Gthgd";
     this.barButtonItem3.Id      = 6;
     this.barButtonItem3.Name    = "barButtonItem3";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Перенести на текущий день";
     this.barButtonItem4.Id      = 7;
     this.barButtonItem4.Name    = "barButtonItem4";
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     //
     // 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(973, 382);
     this.splitContainerControl1.SplitterPosition = 261;
     this.splitContainerControl1.TabIndex         = 4;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // treeList
     //
     this.treeList.Appearance.SelectedRow.BackColor            = System.Drawing.Color.Silver;
     this.treeList.Appearance.SelectedRow.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.treeList.Appearance.SelectedRow.Options.UseBackColor = true;
     this.treeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.treeListColumn1,
         this.treeListColumn2
     });
     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(261, 382);
     this.treeList.StateImageList      = this.ilNode;
     this.treeList.TabIndex            = 1;
     this.treeList.GetStateImage      += new DevExpress.XtraTreeList.GetStateImageEventHandler(this.TreeListGetStateImage);
     this.treeList.AfterFocusNode     += new DevExpress.XtraTreeList.NodeEventHandler(this.TreeListAfterFocusNode);
     this.treeList.BeforeCheckNode    += new DevExpress.XtraTreeList.CheckNodeEventHandler(this.TreeListBeforeCheckNode);
     this.treeList.AfterCheckNode     += new DevExpress.XtraTreeList.NodeEventHandler(this.TreeListAfterCheckNode);
     this.treeList.CustomDrawNodeCell += new DevExpress.XtraTreeList.CustomDrawNodeCellEventHandler(this.TreeListCustomDrawNodeCell);
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption      = "Заказы";
     this.treeListColumn1.FieldName    = "Name";
     this.treeListColumn1.MinWidth     = 49;
     this.treeListColumn1.Name         = "treeListColumn1";
     this.treeListColumn1.Visible      = true;
     this.treeListColumn1.VisibleIndex = 0;
     this.treeListColumn1.Width        = 201;
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption   = "Блок.";
     this.treeListColumn2.FieldName = "User";
     this.treeListColumn2.Name      = "treeListColumn2";
     this.treeListColumn2.Width     = 57;
     //
     // ilNode
     //
     this.ilNode.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilNode.ImageStream")));
     this.ilNode.TransparentColor = System.Drawing.Color.Transparent;
     this.ilNode.Images.SetKeyName(0, "home.png");
     this.ilNode.Images.SetKeyName(1, "basket_go.png");
     this.ilNode.Images.SetKeyName(2, "basket_put (1).png");
     this.ilNode.Images.SetKeyName(3, "export.png");
     //
     // grid
     //
     this.grid.Dock     = System.Windows.Forms.DockStyle.Fill;
     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.repositoryItemTimeEdit1,
         this.repositoryItemCheckEdit1
     });
     this.grid.Size     = new System.Drawing.Size(707, 382);
     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.colReqQuantity,
         this.colOrdered,
         this.colBalance,
         this.colGoodsGroup,
         this.colName,
         this.colPrice,
         this.colQuantityInPack,
         this.colMeasure,
         this.colSupplier,
         this.colCode,
         this.colBarcode,
         this.coldate,
         this.colMinOrder,
         this.colIsForOrder,
         this.colIsReqAssort,
         this.colForOrder,
         this.colAvgSell,
         this.colShopBalance,
         this.colSelfImport
     });
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.colOrdered;
     styleFormatCondition1.Condition  = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1     = 0;
     this.gridView.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.gridView.GridControl = this.grid;
     this.gridView.Name        = "gridView";
     this.gridView.OptionsBehavior.Editable      = false;
     this.gridView.OptionsView.ShowAutoFilterRow = true;
     this.gridView.OptionsView.ShowFooter        = true;
     //
     // colReqQuantity
     //
     this.colReqQuantity.Caption      = "Заказ";
     this.colReqQuantity.FieldName    = "ReqQuantity";
     this.colReqQuantity.Name         = "colReqQuantity";
     this.colReqQuantity.Visible      = true;
     this.colReqQuantity.VisibleIndex = 1;
     //
     // colBalance
     //
     this.colBalance.Caption      = "Остаток";
     this.colBalance.FieldName    = "Balance";
     this.colBalance.Name         = "colBalance";
     this.colBalance.Visible      = true;
     this.colBalance.VisibleIndex = 6;
     //
     // colGoodsGroup
     //
     this.colGoodsGroup.Caption      = "Группа товара";
     this.colGoodsGroup.FieldName    = "GoodsGroup";
     this.colGoodsGroup.Name         = "colGoodsGroup";
     this.colGoodsGroup.Visible      = true;
     this.colGoodsGroup.VisibleIndex = 7;
     //
     // colName
     //
     this.colName.Caption      = "Название товара";
     this.colName.FieldName    = "Name";
     this.colName.Name         = "colName";
     this.colName.Visible      = true;
     this.colName.VisibleIndex = 8;
     //
     // colPrice
     //
     this.colPrice.Caption      = "Цена";
     this.colPrice.FieldName    = "Price";
     this.colPrice.Name         = "colPrice";
     this.colPrice.Visible      = true;
     this.colPrice.VisibleIndex = 9;
     //
     // colQuantityInPack
     //
     this.colQuantityInPack.Caption      = "Кол. в упаковке";
     this.colQuantityInPack.FieldName    = "QuantityInPack";
     this.colQuantityInPack.Name         = "colQuantityInPack";
     this.colQuantityInPack.Visible      = true;
     this.colQuantityInPack.VisibleIndex = 10;
     //
     // colMeasure
     //
     this.colMeasure.Caption      = "Единица измерения";
     this.colMeasure.FieldName    = "Measure";
     this.colMeasure.Name         = "colMeasure";
     this.colMeasure.Visible      = true;
     this.colMeasure.VisibleIndex = 11;
     //
     // colSupplier
     //
     this.colSupplier.Caption      = "Поставщик";
     this.colSupplier.FieldName    = "Supplier";
     this.colSupplier.Name         = "colSupplier";
     this.colSupplier.Visible      = true;
     this.colSupplier.VisibleIndex = 12;
     //
     // colCode
     //
     this.colCode.Caption   = "Код товара";
     this.colCode.FieldName = "Code";
     this.colCode.Name      = "colCode";
     //
     // colBarcode
     //
     this.colBarcode.Caption      = "Штрихкод";
     this.colBarcode.FieldName    = "Barcode";
     this.colBarcode.Name         = "colBarcode";
     this.colBarcode.Visible      = true;
     this.colBarcode.VisibleIndex = 13;
     //
     // coldate
     //
     this.coldate.Caption    = "Дата заказа";
     this.coldate.ColumnEdit = this.repositoryItemTimeEdit1;
     this.coldate.FieldName  = "date";
     this.coldate.Name       = "coldate";
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // colMinOrder
     //
     this.colMinOrder.Caption      = "Минимальный заказ";
     this.colMinOrder.FieldName    = "MinOrder";
     this.colMinOrder.Name         = "colMinOrder";
     this.colMinOrder.Visible      = true;
     this.colMinOrder.VisibleIndex = 2;
     //
     // colIsForOrder
     //
     this.colIsForOrder.Caption      = "Доступен к заказу";
     this.colIsForOrder.ColumnEdit   = this.repositoryItemCheckEdit1;
     this.colIsForOrder.FieldName    = "IsForOrder";
     this.colIsForOrder.Name         = "colIsForOrder";
     this.colIsForOrder.Visible      = true;
     this.colIsForOrder.VisibleIndex = 14;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle  = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // colIsReqAssort
     //
     this.colIsReqAssort.Caption      = "Обязательный ассортимент";
     this.colIsReqAssort.ColumnEdit   = this.repositoryItemCheckEdit1;
     this.colIsReqAssort.FieldName    = "IsReqAssort";
     this.colIsReqAssort.Name         = "colIsReqAssort";
     this.colIsReqAssort.Visible      = true;
     this.colIsReqAssort.VisibleIndex = 15;
     //
     // colForOrder
     //
     this.colForOrder.Caption      = "Рекомендовано к заказу";
     this.colForOrder.FieldName    = "ForOrder";
     this.colForOrder.Name         = "colForOrder";
     this.colForOrder.Visible      = true;
     this.colForOrder.VisibleIndex = 3;
     //
     // colAvgSell
     //
     this.colAvgSell.Caption      = "Средние продажи";
     this.colAvgSell.FieldName    = "AvgSell";
     this.colAvgSell.Name         = "colAvgSell";
     this.colAvgSell.Visible      = true;
     this.colAvgSell.VisibleIndex = 4;
     //
     // colShopBalance
     //
     this.colShopBalance.Caption      = "Остаток в магазине";
     this.colShopBalance.FieldName    = "ShopBalance";
     this.colShopBalance.Name         = "colShopBalance";
     this.colShopBalance.Visible      = true;
     this.colShopBalance.VisibleIndex = 5;
     //
     // colSelfImport
     //
     this.colSelfImport.Caption      = "Собственный импорт";
     this.colSelfImport.ColumnEdit   = this.repositoryItemCheckEdit1;
     this.colSelfImport.FieldName    = "SelfImport";
     this.colSelfImport.Name         = "colSelfImport";
     this.colSelfImport.Visible      = true;
     this.colSelfImport.VisibleIndex = 16;
     //
     // 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";
     //
     // spselOrderGoodsByHeaderHistoryResultBindingSource
     //
     this.spselOrderGoodsByHeaderHistoryResultBindingSource.DataSource = typeof(DataBase.sp_sel_OrderGoodsByHeaderHistoryResult);
     //
     // popupMenuNodes
     //
     this.popupMenuNodes.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)
     });
     this.popupMenuNodes.Manager = this.barManager;
     this.popupMenuNodes.Name    = "popupMenuNodes";
     //
     // OrdeViewerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(973, 452);
     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        = "OrdeViewerForm";
     this.Text        = "Просмотр заказов";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OrdeViewerFormFormClosed);
     this.Load       += new System.EventHandler(this.OrdeViewerFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItemEnd.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cdDateFilterItemEnd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spselOrderGoodsByHeaderHistoryResultBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuNodes)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo 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     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(GrupousuarioMntFrm));
     this.bmMantenimiento       = new DevExpress.XtraBars.BarManager(this.components);
     this.BarMnt                = new DevExpress.XtraBars.Bar();
     this.btnGrabarCerrar       = 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.btnGrabar             = new DevExpress.XtraBars.BarButtonItem();
     this.btnGrabarNuevo        = new DevExpress.XtraBars.BarButtonItem();
     this.btnLimpiarCampos      = new DevExpress.XtraBars.BarButtonItem();
     this.btnEliminar           = new DevExpress.XtraBars.BarButtonItem();
     this.btnActualizar         = new DevExpress.XtraBars.BarButtonItem();
     this.labelControl5         = new DevExpress.XtraEditors.LabelControl();
     this.iNombregrupo          = new DevExpress.XtraEditors.TextEdit();
     this.pkIdEntidad           = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.xtraTabControl1       = new DevExpress.XtraTab.XtraTabControl();
     this.tpItemspagina         = new DevExpress.XtraTab.XtraTabPage();
     this.gcDetDato             = new DevExpress.XtraGrid.GridControl();
     this.gvDetDato             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn23          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riActivo              = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.iIdempresa            = 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();
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombregrupo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.tpItemspagina.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetDato)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetDato)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riActivo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdempresa.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).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.btnGrabarCerrar, "", 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";
     //
     // 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";
     toolTipTitleItem1.Text            = "Grabar y cerrar (Ctrl + Enter)";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnGrabarCerrar.SuperTip = superToolTip1;
     //
     // 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";
     toolTipTitleItem2.Text      = "Salir de ventana (Ctrl + S)";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnCerrar.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(729, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 410);
     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, 379);
     //
     // 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, 379);
     //
     // 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";
     toolTipTitleItem3.Text                 = "Nuevo (Ctrl + N)";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnNuevo.SuperTip   = superToolTip3;
     this.btnNuevo.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // 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";
     toolTipTitleItem4.Text      = "Grabar (Ctrl + G)";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.btnGrabar.SuperTip   = superToolTip4;
     this.btnGrabar.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";
     toolTipTitleItem5.Text           = "Grabar y Nuevo (Ctrl + Ins)";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.btnGrabarNuevo.SuperTip   = superToolTip5;
     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";
     toolTipTitleItem6.Text                    = "Eliminar (Ctrl + E)\r\n";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.btnEliminar.SuperTip   = superToolTip6;
     this.btnEliminar.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // 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";
     toolTipTitleItem7.Text          = "Actualizar (F5)";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.btnActualizar.SuperTip   = superToolTip7;
     this.btnActualizar.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(12, 66);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(69, 13);
     this.labelControl5.TabIndex = 2;
     this.labelControl5.Text     = "Nombre Grupo";
     //
     // iNombregrupo
     //
     this.iNombregrupo.Location    = new System.Drawing.Point(125, 63);
     this.iNombregrupo.MenuManager = this.bmMantenimiento;
     this.iNombregrupo.Name        = "iNombregrupo";
     this.iNombregrupo.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.iNombregrupo.Properties.MaxLength       = 50;
     this.iNombregrupo.Size     = new System.Drawing.Size(459, 20);
     this.iNombregrupo.TabIndex = 3;
     this.iNombregrupo.Tag      = "Ingrese el nombre del grupo";
     //
     // pkIdEntidad
     //
     this.pkIdEntidad.EditValue               = "0";
     this.pkIdEntidad.Location                = new System.Drawing.Point(125, 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.";
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location        = new System.Drawing.Point(10, 118);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.tpItemspagina;
     this.xtraTabControl1.Size            = new System.Drawing.Size(719, 286);
     this.xtraTabControl1.TabIndex        = 6;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.tpItemspagina
     });
     //
     // tpItemspagina
     //
     this.tpItemspagina.Controls.Add(this.gcDetDato);
     this.tpItemspagina.Name = "tpItemspagina";
     this.tpItemspagina.Size = new System.Drawing.Size(713, 258);
     this.tpItemspagina.Text = "Permisos de Grupo";
     //
     // gcDetDato
     //
     this.gcDetDato.Cursor      = System.Windows.Forms.Cursors.Default;
     this.gcDetDato.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gcDetDato.Location    = new System.Drawing.Point(0, 0);
     this.gcDetDato.MainView    = this.gvDetDato;
     this.gcDetDato.MenuManager = this.bmMantenimiento;
     this.gcDetDato.Name        = "gcDetDato";
     this.gcDetDato.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riActivo
     });
     this.gcDetDato.Size     = new System.Drawing.Size(713, 258);
     this.gcDetDato.TabIndex = 0;
     this.gcDetDato.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvDetDato
     });
     //
     // gvDetDato
     //
     this.gvDetDato.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn23,
         this.gridColumn22,
         this.gridColumn19,
         this.gridColumn1
     });
     this.gvDetDato.GridControl = this.gcDetDato;
     this.gvDetDato.GroupCount  = 1;
     this.gvDetDato.Name        = "gvDetDato";
     this.gvDetDato.OptionsBehavior.AutoExpandAllGroups        = true;
     this.gvDetDato.OptionsView.ColumnAutoWidth                = false;
     this.gvDetDato.OptionsView.ShowGroupExpandCollapseButtons = false;
     this.gvDetDato.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn22, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     this.gvDetDato.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvDetDato_CellValueChanged);
     //
     // gridColumn23
     //
     this.gridColumn23.Caption   = "Id.";
     this.gridColumn23.FieldName = "Idpaginaitem";
     this.gridColumn23.Name      = "gridColumn23";
     this.gridColumn23.Width     = 43;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption   = "Pagina";
     this.gridColumn22.FieldName = "Titulopagina";
     this.gridColumn22.Name      = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.Visible      = true;
     this.gridColumn22.VisibleIndex = 0;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption   = "Item Pagina";
     this.gridColumn19.FieldName = "Titulopaginaitem";
     this.gridColumn19.Name      = "gridColumn19";
     this.gridColumn19.OptionsColumn.AllowEdit = false;
     this.gridColumn19.Visible      = true;
     this.gridColumn19.VisibleIndex = 0;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Seleccionar";
     this.gridColumn1.ColumnEdit   = this.riActivo;
     this.gridColumn1.FieldName    = "Activo";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 1;
     //
     // riActivo
     //
     this.riActivo.AutoHeight        = false;
     this.riActivo.Name              = "riActivo";
     this.riActivo.EditValueChanged += new System.EventHandler(this.riActivo_EditValueChanged);
     //
     // iIdempresa
     //
     this.iIdempresa.Enabled     = false;
     this.iIdempresa.Location    = new System.Drawing.Point(125, 89);
     this.iIdempresa.MenuManager = this.bmMantenimiento;
     this.iIdempresa.Name        = "iIdempresa";
     this.iIdempresa.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdempresa.Properties.PopupFormSize = new System.Drawing.Size(500, 0);
     this.iIdempresa.Properties.View          = this.gridView3;
     this.iIdempresa.Size     = new System.Drawing.Size(459, 20);
     this.iIdempresa.TabIndex = 5;
     this.iIdempresa.Tag      = "Seleccione la empresa";
     //
     // 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 = "Idempresa";
     this.gridColumn10.Name      = "gridColumn10";
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "Empresa";
     this.gridColumn11.FieldName    = "Razonsocial";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 0;
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(12, 92);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(41, 13);
     this.labelControl4.TabIndex = 4;
     this.labelControl4.Text     = "Empresa";
     //
     // GrupousuarioMntFrm
     //
     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, 410);
     this.Controls.Add(this.iIdempresa);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.iNombregrupo);
     this.Controls.Add(this.labelControl5);
     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            = "GrupousuarioMntFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Mantenimiento de grupos de usuario";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.GrupousuarioMntFrm_FormClosing);
     this.Load           += new System.EventHandler(this.GrupousuarioMntFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.GrupousuarioMntFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombregrupo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.tpItemspagina.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcDetDato)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetDato)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riActivo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdempresa.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo 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()
 {
     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     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(ExportOptions));
     this.startDate = new DevExpress.XtraEditors.DateEdit();
     this.ExportOptionsConvertedLayout = new DevExpress.XtraLayout.LayoutControl();
     this.docTypes                 = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.ok                       = new DevExpress.XtraEditors.SimpleButton();
     this.cancel                   = new DevExpress.XtraEditors.SimpleButton();
     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.layoutControlItem4       = new DevExpress.XtraLayout.LayoutControlItem();
     this.skipEmail                = new DevExpress.XtraEditors.CheckEdit();
     this.skipEmailItem            = new DevExpress.XtraLayout.LayoutControlItem();
     this.skipNonStaleReceipts     = new DevExpress.XtraEditors.CheckEdit();
     this.skipNonStaleReceiptsItem = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.startDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.startDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExportOptionsConvertedLayout)).BeginInit();
     this.ExportOptionsConvertedLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.docTypes)).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.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.skipEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.skipEmailItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.skipNonStaleReceipts.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.skipNonStaleReceiptsItem)).BeginInit();
     this.SuspendLayout();
     //
     // startDate
     //
     this.startDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.startDate.EditValue = new System.DateTime(2010, 1, 14, 0, 0, 0, 0);
     this.startDate.Location  = new System.Drawing.Point(18, 40);
     this.startDate.Margin    = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.startDate.Name      = "startDate";
     this.startDate.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.startDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.startDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.startDate.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
     this.startDate.Properties.DisplayFormat.FormatString = "MMMM d, yyyy";
     this.startDate.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.startDate.Properties.EditFormat.FormatString    = "MMMM d, yyyy";
     this.startDate.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.startDate.Properties.Mask.EditMask    = "MMMM d, yyyy";
     this.startDate.Properties.NullValuePrompt  = "Please select a date";
     this.startDate.Properties.ShowToday        = false;
     this.startDate.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
     this.startDate.Size            = new System.Drawing.Size(272, 26);
     this.startDate.StyleController = this.ExportOptionsConvertedLayout;
     this.startDate.TabIndex        = 12;
     //
     // ExportOptionsConvertedLayout
     //
     this.ExportOptionsConvertedLayout.Controls.Add(this.skipNonStaleReceipts);
     this.ExportOptionsConvertedLayout.Controls.Add(this.skipEmail);
     this.ExportOptionsConvertedLayout.Controls.Add(this.docTypes);
     this.ExportOptionsConvertedLayout.Controls.Add(this.startDate);
     this.ExportOptionsConvertedLayout.Controls.Add(this.ok);
     this.ExportOptionsConvertedLayout.Controls.Add(this.cancel);
     this.ExportOptionsConvertedLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ExportOptionsConvertedLayout.Location = new System.Drawing.Point(0, 0);
     this.ExportOptionsConvertedLayout.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ExportOptionsConvertedLayout.Name     = "ExportOptionsConvertedLayout";
     this.ExportOptionsConvertedLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(973, 526, 675, 600);
     this.ExportOptionsConvertedLayout.Root     = this.layoutControlGroup1;
     this.ExportOptionsConvertedLayout.Size     = new System.Drawing.Size(308, 305);
     this.ExportOptionsConvertedLayout.TabIndex = 18;
     //
     // docTypes
     //
     this.docTypes.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.docTypes.CheckOnClick         = true;
     this.docTypes.Cursor               = System.Windows.Forms.Cursors.Default;
     this.docTypes.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Skinned;
     this.docTypes.HotTrackItems        = true;
     this.docTypes.HotTrackSelectMode   = DevExpress.XtraEditors.HotTrackSelectMode.SelectItemOnClick;
     this.docTypes.Location             = new System.Drawing.Point(18, 94);
     this.docTypes.Margin               = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.docTypes.Name            = "docTypes";
     this.docTypes.SelectionMode   = System.Windows.Forms.SelectionMode.None;
     this.docTypes.Size            = new System.Drawing.Size(272, 97);
     this.docTypes.StyleController = this.ExportOptionsConvertedLayout;
     this.docTypes.TabIndex        = 17;
     this.docTypes.ItemCheck      += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.docTypes_ItemCheck);
     //
     // ok
     //
     this.ok.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ok.DialogResult    = System.Windows.Forms.DialogResult.OK;
     this.ok.Enabled         = false;
     this.ok.Location        = new System.Drawing.Point(157, 255);
     this.ok.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ok.Name            = "ok";
     this.ok.Size            = new System.Drawing.Size(133, 32);
     this.ok.StyleController = this.ExportOptionsConvertedLayout;
     this.ok.TabIndex        = 14;
     this.ok.Text            = "OK";
     //
     // 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(18, 255);
     this.cancel.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.cancel.Name            = "cancel";
     this.cancel.Size            = new System.Drawing.Size(133, 32);
     this.cancel.StyleController = this.ExportOptionsConvertedLayout;
     this.cancel.TabIndex        = 13;
     this.cancel.Text            = "Cancel";
     //
     // 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.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.skipNonStaleReceiptsItem,
         this.skipEmailItem,
         this.layoutControlItem4
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(308, 305);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.docTypes;
     this.layoutControlItem1.CustomizationFormText = "Generate:";
     this.layoutControlItem1.Location     = new System.Drawing.Point(0, 54);
     this.layoutControlItem1.Name         = "docTypesitem";
     this.layoutControlItem1.Size         = new System.Drawing.Size(278, 125);
     this.layoutControlItem1.Text         = "Generate:";
     this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem1.TextSize     = new System.Drawing.Size(74, 19);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.startDate;
     this.layoutControlItem2.CustomizationFormText = "Start date:";
     this.layoutControlItem2.Location     = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name         = "startDateitem";
     this.layoutControlItem2.Size         = new System.Drawing.Size(278, 54);
     this.layoutControlItem2.Text         = "Start date:";
     this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem2.TextSize     = new System.Drawing.Size(74, 19);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.ok;
     this.layoutControlItem3.CustomizationFormText = "okitem";
     this.layoutControlItem3.Location    = new System.Drawing.Point(139, 237);
     this.layoutControlItem3.Name        = "okitem";
     this.layoutControlItem3.Size        = new System.Drawing.Size(139, 38);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.cancel;
     this.layoutControlItem4.CustomizationFormText = "cancelitem";
     this.layoutControlItem4.Location    = new System.Drawing.Point(0, 237);
     this.layoutControlItem4.Name        = "cancelitem";
     this.layoutControlItem4.Size        = new System.Drawing.Size(139, 38);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // skipEmail
     //
     this.skipEmail.Location           = new System.Drawing.Point(18, 226);
     this.skipEmail.Name               = "skipEmail";
     this.skipEmail.Properties.Caption = "Skip people with email addresses";
     this.skipEmail.Size               = new System.Drawing.Size(272, 23);
     this.skipEmail.StyleController    = this.ExportOptionsConvertedLayout;
     toolTipTitleItem2.Text            = "Skip people with email addresses";
     toolTipItem2.LeftIndent           = 6;
     toolTipItem2.Text = "If checked, will only generate statements for people who do not have any associat" +
                         "ed email addresses.\r\n\r\nUse this to save paper.";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.skipEmail.SuperTip = superToolTip2;
     this.skipEmail.TabIndex = 18;
     //
     // skipEmailItem
     //
     this.skipEmailItem.Control     = this.skipEmail;
     this.skipEmailItem.Location    = new System.Drawing.Point(0, 208);
     this.skipEmailItem.Name        = "skipEmailItem";
     this.skipEmailItem.Size        = new System.Drawing.Size(278, 29);
     this.skipEmailItem.TextSize    = new System.Drawing.Size(0, 0);
     this.skipEmailItem.TextVisible = false;
     //
     // skipNonStaleReceipts
     //
     this.skipNonStaleReceipts.EditValue          = true;
     this.skipNonStaleReceipts.Location           = new System.Drawing.Point(18, 197);
     this.skipNonStaleReceipts.Name               = "skipNonStaleReceipts";
     this.skipNonStaleReceipts.Properties.Caption = "Don\'t create extra receipts";
     this.skipNonStaleReceipts.Size               = new System.Drawing.Size(272, 23);
     this.skipNonStaleReceipts.StyleController    = this.ExportOptionsConvertedLayout;
     toolTipTitleItem1.Text  = "Don\'t create extra receipts";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = resources.GetString("toolTipItem1.Text");
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.skipNonStaleReceipts.SuperTip = superToolTip1;
     this.skipNonStaleReceipts.TabIndex = 19;
     //
     // skipNonStaleReceiptsItem
     //
     this.skipNonStaleReceiptsItem.Control     = this.skipNonStaleReceipts;
     this.skipNonStaleReceiptsItem.Location    = new System.Drawing.Point(0, 179);
     this.skipNonStaleReceiptsItem.Name        = "skipNonStaleReceiptsItem";
     this.skipNonStaleReceiptsItem.Size        = new System.Drawing.Size(278, 29);
     this.skipNonStaleReceiptsItem.TextSize    = new System.Drawing.Size(0, 0);
     this.skipNonStaleReceiptsItem.TextVisible = false;
     //
     // ExportOptions
     //
     this.AcceptButton        = this.ok;
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancel;
     this.ClientSize          = new System.Drawing.Size(308, 305);
     this.ControlBox          = false;
     this.Controls.Add(this.ExportOptionsConvertedLayout);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.MinimumSize   = new System.Drawing.Size(188, 221);
     this.Name          = "ExportOptions";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text          = "Create Word Statements";
     ((System.ComponentModel.ISupportInitialize)(this.startDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.startDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExportOptionsConvertedLayout)).EndInit();
     this.ExportOptionsConvertedLayout.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.docTypes)).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.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.skipEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.skipEmailItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.skipNonStaleReceipts.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.skipNonStaleReceiptsItem)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 13
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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.ToolTipTitleItem toolTipTitleItem2      = new DevExpress.Utils.ToolTipTitleItem();
     this.navBarCtrl           = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1         = new DevExpress.XtraNavBar.NavBarGroup();
     this.home                 = new DevExpress.XtraNavBar.NavBarItem();
     this.history              = new DevExpress.XtraNavBar.NavBarItem();
     this.RealTimeCharts       = new DevExpress.XtraNavBar.NavBarItem();
     this.exit                 = new DevExpress.XtraNavBar.NavBarItem();
     this.TopBar               = new System.Windows.Forms.Panel();
     this.ClockPanel           = new System.Windows.Forms.FlowLayoutPanel();
     this.lb_Clock             = new System.Windows.Forms.Label();
     this.Page                 = new System.Windows.Forms.Panel();
     this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::MPC.Views.NTSWaitForm), true, true);
     this.tmMainTimer          = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.navBarCtrl)).BeginInit();
     this.TopBar.SuspendLayout();
     this.ClockPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // navBarCtrl
     //
     this.navBarCtrl.ActiveGroup = this.navBarGroup1;
     this.navBarCtrl.Dock        = System.Windows.Forms.DockStyle.Left;
     this.navBarCtrl.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
         this.navBarGroup1
     });
     this.navBarCtrl.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
         this.home,
         this.history,
         this.RealTimeCharts,
         this.exit
     });
     this.navBarCtrl.Location = new System.Drawing.Point(0, 0);
     this.navBarCtrl.Name     = "navBarCtrl";
     this.navBarCtrl.OptionsNavPane.ExpandedWidth = 140;
     this.navBarCtrl.Size     = new System.Drawing.Size(140, 661);
     this.navBarCtrl.TabIndex = 1;
     this.navBarCtrl.Text     = "navBarControl1";
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption  = "Menu";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ImageOptions.SmallImage = global::NavigationSample.Properties.Resources.logo;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.home),
         new DevExpress.XtraNavBar.NavBarItemLink(this.history),
         new DevExpress.XtraNavBar.NavBarItemLink(this.RealTimeCharts),
         new DevExpress.XtraNavBar.NavBarItemLink(this.exit)
     });
     this.navBarGroup1.Name = "navBarGroup1";
     //
     // home
     //
     this.home.Caption = "HOME";
     this.home.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("home.ImageOptions.LargeImage")));
     this.home.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("home.ImageOptions.SmallImage")));
     this.home.Name         = "home";
     this.home.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.home_LinkClicked);
     //
     // history
     //
     this.history.Caption = "HISTORY";
     this.history.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("history.ImageOptions.LargeImage")));
     this.history.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("history.ImageOptions.SmallImage")));
     this.history.Name         = "history";
     this.history.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.history_LinkClicked);
     //
     // RealTimeCharts
     //
     this.RealTimeCharts.Caption = "Real-Time Charts";
     this.RealTimeCharts.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("RealTimeCharts.ImageOptions.LargeImage")));
     this.RealTimeCharts.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("RealTimeCharts.ImageOptions.SmallImage")));
     this.RealTimeCharts.Name = "RealTimeCharts";
     //
     // exit
     //
     this.exit.Caption = "EXIT";
     this.exit.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("exit.ImageOptions.LargeImage")));
     this.exit.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("exit.ImageOptions.SmallImage")));
     this.exit.Name          = "exit";
     toolTipTitleItem1.Text  = "exit";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "Exit the application.";
     toolTipTitleItem2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     toolTipTitleItem2.LeftIndent         = 6;
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.exit.SuperTip = superToolTip1;
     //
     // TopBar
     //
     this.TopBar.Controls.Add(this.ClockPanel);
     this.TopBar.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TopBar.Location = new System.Drawing.Point(140, 0);
     this.TopBar.Name     = "TopBar";
     this.TopBar.Size     = new System.Drawing.Size(1282, 39);
     this.TopBar.TabIndex = 2;
     //
     // ClockPanel
     //
     this.ClockPanel.Controls.Add(this.lb_Clock);
     this.ClockPanel.Location = new System.Drawing.Point(1015, 0);
     this.ClockPanel.Name     = "ClockPanel";
     this.ClockPanel.Size     = new System.Drawing.Size(267, 39);
     this.ClockPanel.TabIndex = 0;
     //
     // lb_Clock
     //
     this.lb_Clock.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.lb_Clock.BackColor = System.Drawing.Color.White;
     this.lb_Clock.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lb_Clock.Font      = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_Clock.Image     = global::NavigationSample.Properties.Resources.txtClock_Image;
     this.lb_Clock.Location  = new System.Drawing.Point(3, 0);
     this.lb_Clock.Name      = "lb_Clock";
     this.lb_Clock.Size      = new System.Drawing.Size(261, 39);
     this.lb_Clock.TabIndex  = 0;
     this.lb_Clock.Text      = "Clock";
     this.lb_Clock.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Page
     //
     this.Page.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Page.Location = new System.Drawing.Point(140, 39);
     this.Page.Name     = "Page";
     this.Page.Size     = new System.Drawing.Size(1282, 622);
     this.Page.TabIndex = 3;
     //
     // splashScreenManager1
     //
     this.splashScreenManager1.ClosingDelay = 500;
     //
     // tmMainTimer
     //
     this.tmMainTimer.Enabled = true;
     this.tmMainTimer.Tick   += new System.EventHandler(this.tmMainTimer_Tick);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1422, 661);
     this.Controls.Add(this.Page);
     this.Controls.Add(this.TopBar);
     this.Controls.Add(this.navBarCtrl);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.navBarCtrl)).EndInit();
     this.TopBar.ResumeLayout(false);
     this.ClockPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 14
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapNavigationTools));
     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.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.imageCollection_Nav     = new DevExpress.Utils.ImageCollection(this.components);
     this.grpMapNav               = new DevExpress.XtraEditors.GroupControl();
     this.bubbleButtonSelection   = new DevExpress.XtraEditors.SimpleButton();
     this.bubbleButtonSwipe       = new DevExpress.XtraEditors.SimpleButton();
     this.bubbleButtonIdentify    = new DevExpress.XtraEditors.SimpleButton();
     this.bubbleButtonAreaMeasure = new DevExpress.XtraEditors.SimpleButton();
     this.bubbleButtonPan         = new DevExpress.XtraEditors.SimpleButton();
     this.bubbleButtonLenMeasure  = new DevExpress.XtraEditors.SimpleButton();
     this.bubbleButtonZoomOut     = new DevExpress.XtraEditors.SimpleButton();
     this.bubbleButtonNextView    = new DevExpress.XtraEditors.SimpleButton();
     this.bubbleButtonPreView     = new DevExpress.XtraEditors.SimpleButton();
     this.bubbleButtonZoomIn      = new DevExpress.XtraEditors.SimpleButton();
     this.bubbleButtonFullExtent  = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection_Nav)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpMapNav)).BeginInit();
     this.grpMapNav.SuspendLayout();
     this.SuspendLayout();
     //
     // imageCollection_Nav
     //
     this.imageCollection_Nav.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection_Nav.ImageStream")));
     this.imageCollection_Nav.Images.SetKeyName(0, "Nav_Area_16.png");
     this.imageCollection_Nav.Images.SetKeyName(1, "Nav_Identify_16.png");
     this.imageCollection_Nav.Images.SetKeyName(2, "Nav_Identify_32.png");
     this.imageCollection_Nav.Images.SetKeyName(3, "Nav_Left_16.png");
     this.imageCollection_Nav.Images.SetKeyName(4, "Nav_Left_32.png");
     this.imageCollection_Nav.Images.SetKeyName(5, "Nav_Length_16.png");
     this.imageCollection_Nav.Images.SetKeyName(6, "Nav_Pan_16.png");
     this.imageCollection_Nav.Images.SetKeyName(7, "Nav_Pan_32.png");
     this.imageCollection_Nav.Images.SetKeyName(8, "Nav_Right_16.png");
     this.imageCollection_Nav.Images.SetKeyName(9, "Nav_Right_32.png");
     this.imageCollection_Nav.Images.SetKeyName(10, "Nav_ZoomFull_16.png");
     this.imageCollection_Nav.Images.SetKeyName(11, "Nav_ZoomFull_32.png");
     this.imageCollection_Nav.Images.SetKeyName(12, "Nav_ZoomIn_16.png");
     this.imageCollection_Nav.Images.SetKeyName(13, "Nav_ZoomIn_32.png");
     this.imageCollection_Nav.Images.SetKeyName(14, "Nav_ZoomOut_16.png");
     this.imageCollection_Nav.Images.SetKeyName(15, "Nav_ZoomOut_32.png");
     this.imageCollection_Nav.Images.SetKeyName(16, "EffectsSwipe16.png");
     this.imageCollection_Nav.Images.SetKeyName(17, "EffectsSwipe32.png");
     this.imageCollection_Nav.Images.SetKeyName(18, "SelectionSelectPolygonTool16.png");
     this.imageCollection_Nav.Images.SetKeyName(19, "SelectionSelectTool16.png");
     //
     // grpMapNav
     //
     this.grpMapNav.Controls.Add(this.bubbleButtonSelection);
     this.grpMapNav.Controls.Add(this.bubbleButtonSwipe);
     this.grpMapNav.Controls.Add(this.bubbleButtonIdentify);
     this.grpMapNav.Controls.Add(this.bubbleButtonAreaMeasure);
     this.grpMapNav.Controls.Add(this.bubbleButtonPan);
     this.grpMapNav.Controls.Add(this.bubbleButtonLenMeasure);
     this.grpMapNav.Controls.Add(this.bubbleButtonZoomOut);
     this.grpMapNav.Controls.Add(this.bubbleButtonNextView);
     this.grpMapNav.Controls.Add(this.bubbleButtonPreView);
     this.grpMapNav.Controls.Add(this.bubbleButtonZoomIn);
     this.grpMapNav.Controls.Add(this.bubbleButtonFullExtent);
     this.grpMapNav.Dock     = System.Windows.Forms.DockStyle.Fill;
     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     = "地图导航条";
     //
     // bubbleButtonSelection
     //
     this.bubbleButtonSelection.ImageIndex    = 18;
     this.bubbleButtonSelection.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonSelection.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonSelection.Location      = new System.Drawing.Point(242, 23);
     this.bubbleButtonSelection.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonSelection.Name          = "bubbleButtonSelection";
     this.bubbleButtonSelection.Size          = new System.Drawing.Size(24, 24);
     toolTipTitleItem1.Text  = "选择图斑";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "在地图图斑上单击,或者拖动框选图斑";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.bubbleButtonSelection.SuperTip = superToolTip1;
     this.bubbleButtonSelection.TabIndex = 2;
     this.bubbleButtonSelection.ToolTip  = "选择图斑";
     //
     // bubbleButtonSwipe
     //
     this.bubbleButtonSwipe.ImageIndex    = 16;
     this.bubbleButtonSwipe.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonSwipe.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonSwipe.Location      = new System.Drawing.Point(194, 23);
     this.bubbleButtonSwipe.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonSwipe.Name          = "bubbleButtonSwipe";
     this.bubbleButtonSwipe.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.bubbleButtonSwipe.SuperTip = superToolTip2;
     this.bubbleButtonSwipe.TabIndex = 1;
     this.bubbleButtonSwipe.ToolTip  = "卷帘";
     //
     // bubbleButtonIdentify
     //
     this.bubbleButtonIdentify.ImageIndex    = 1;
     this.bubbleButtonIdentify.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonIdentify.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonIdentify.Location      = new System.Drawing.Point(218, 23);
     this.bubbleButtonIdentify.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonIdentify.Name          = "bubbleButtonIdentify";
     this.bubbleButtonIdentify.Size          = new System.Drawing.Size(24, 24);
     toolTipTitleItem3.Text = "信息查看";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.bubbleButtonIdentify.SuperTip = superToolTip3;
     this.bubbleButtonIdentify.TabIndex = 0;
     this.bubbleButtonIdentify.ToolTip  = "信息查看";
     //
     // bubbleButtonAreaMeasure
     //
     this.bubbleButtonAreaMeasure.ImageIndex    = 0;
     this.bubbleButtonAreaMeasure.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonAreaMeasure.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonAreaMeasure.Location      = new System.Drawing.Point(170, 23);
     this.bubbleButtonAreaMeasure.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonAreaMeasure.Name          = "bubbleButtonAreaMeasure";
     this.bubbleButtonAreaMeasure.Size          = new System.Drawing.Size(24, 24);
     toolTipTitleItem4.Text  = "面积测量";
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text       = "提示:请点击地图,左键量算,右键结束";
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem3);
     this.bubbleButtonAreaMeasure.SuperTip = superToolTip4;
     this.bubbleButtonAreaMeasure.TabIndex = 0;
     this.bubbleButtonAreaMeasure.ToolTip  = "面积测量";
     //
     // bubbleButtonPan
     //
     this.bubbleButtonPan.ImageIndex    = 6;
     this.bubbleButtonPan.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonPan.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonPan.Location      = new System.Drawing.Point(74, 23);
     this.bubbleButtonPan.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonPan.Name          = "bubbleButtonPan";
     this.bubbleButtonPan.Size          = new System.Drawing.Size(24, 24);
     toolTipTitleItem5.Text             = "平移";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.bubbleButtonPan.SuperTip = superToolTip5;
     this.bubbleButtonPan.TabIndex = 0;
     this.bubbleButtonPan.ToolTip  = "平移";
     //
     // bubbleButtonLenMeasure
     //
     this.bubbleButtonLenMeasure.ImageIndex    = 5;
     this.bubbleButtonLenMeasure.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonLenMeasure.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonLenMeasure.Location      = new System.Drawing.Point(146, 23);
     this.bubbleButtonLenMeasure.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonLenMeasure.Name          = "bubbleButtonLenMeasure";
     this.bubbleButtonLenMeasure.Size          = new System.Drawing.Size(24, 24);
     toolTipTitleItem6.Text  = "距离测量";
     toolTipItem4.LeftIndent = 6;
     toolTipItem4.Text       = "请点击地图,左键量算,右键结束。";
     superToolTip6.Items.Add(toolTipTitleItem6);
     superToolTip6.Items.Add(toolTipItem4);
     this.bubbleButtonLenMeasure.SuperTip = superToolTip6;
     this.bubbleButtonLenMeasure.TabIndex = 0;
     this.bubbleButtonLenMeasure.ToolTip  = "距离测量";
     //
     // bubbleButtonZoomOut
     //
     this.bubbleButtonZoomOut.ImageIndex    = 14;
     this.bubbleButtonZoomOut.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonZoomOut.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonZoomOut.Location      = new System.Drawing.Point(50, 23);
     this.bubbleButtonZoomOut.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonZoomOut.Name          = "bubbleButtonZoomOut";
     this.bubbleButtonZoomOut.Size          = new System.Drawing.Size(24, 24);
     toolTipTitleItem7.Text = "缩小";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.bubbleButtonZoomOut.SuperTip = superToolTip7;
     this.bubbleButtonZoomOut.TabIndex = 0;
     this.bubbleButtonZoomOut.ToolTip  = "缩小";
     //
     // bubbleButtonNextView
     //
     this.bubbleButtonNextView.ImageIndex    = 8;
     this.bubbleButtonNextView.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonNextView.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonNextView.Location      = new System.Drawing.Point(122, 23);
     this.bubbleButtonNextView.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonNextView.Name          = "bubbleButtonNextView";
     this.bubbleButtonNextView.Size          = new System.Drawing.Size(24, 24);
     toolTipTitleItem8.Text = "后一视图";
     superToolTip8.Items.Add(toolTipTitleItem8);
     this.bubbleButtonNextView.SuperTip = superToolTip8;
     this.bubbleButtonNextView.TabIndex = 0;
     this.bubbleButtonNextView.ToolTip  = "后一视图";
     //
     // bubbleButtonPreView
     //
     this.bubbleButtonPreView.ImageIndex    = 3;
     this.bubbleButtonPreView.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonPreView.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonPreView.Location      = new System.Drawing.Point(98, 23);
     this.bubbleButtonPreView.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonPreView.Name          = "bubbleButtonPreView";
     this.bubbleButtonPreView.Size          = new System.Drawing.Size(24, 24);
     toolTipTitleItem9.Text = "前一视图";
     superToolTip9.Items.Add(toolTipTitleItem9);
     this.bubbleButtonPreView.SuperTip = superToolTip9;
     this.bubbleButtonPreView.TabIndex = 0;
     this.bubbleButtonPreView.ToolTip  = "前一视图";
     //
     // bubbleButtonZoomIn
     //
     this.bubbleButtonZoomIn.ImageIndex    = 12;
     this.bubbleButtonZoomIn.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonZoomIn.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonZoomIn.Location      = new System.Drawing.Point(26, 23);
     this.bubbleButtonZoomIn.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonZoomIn.Name          = "bubbleButtonZoomIn";
     this.bubbleButtonZoomIn.Size          = new System.Drawing.Size(24, 24);
     toolTipTitleItem10.Text = "放大";
     superToolTip10.Items.Add(toolTipTitleItem10);
     this.bubbleButtonZoomIn.SuperTip = superToolTip10;
     this.bubbleButtonZoomIn.TabIndex = 0;
     this.bubbleButtonZoomIn.ToolTip  = "放大";
     //
     // bubbleButtonFullExtent
     //
     this.bubbleButtonFullExtent.ImageIndex    = 10;
     this.bubbleButtonFullExtent.ImageList     = this.imageCollection_Nav;
     this.bubbleButtonFullExtent.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.bubbleButtonFullExtent.Location      = new System.Drawing.Point(2, 23);
     this.bubbleButtonFullExtent.Margin        = new System.Windows.Forms.Padding(0);
     this.bubbleButtonFullExtent.Name          = "bubbleButtonFullExtent";
     this.bubbleButtonFullExtent.Size          = new System.Drawing.Size(24, 24);
     toolTipTitleItem11.Text = "全图";
     superToolTip11.Items.Add(toolTipTitleItem11);
     this.bubbleButtonFullExtent.SuperTip = superToolTip11;
     this.bubbleButtonFullExtent.TabIndex = 0;
     this.bubbleButtonFullExtent.ToolTip  = "全图";
     //
     // MapNavigationTools
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.grpMapNav);
     this.Name = "MapNavigationTools";
     this.Size = new System.Drawing.Size(268, 49);
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection_Nav)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpMapNav)).EndInit();
     this.grpMapNav.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 15
0
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            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 superToolTip27 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem27 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem27 = 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 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 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();
            this.richEditControl1 = new DevExpress.XtraRichEdit.RichEditControl();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.clipboardBar1 = new DevExpress.XtraRichEdit.UI.ClipboardBar();
            this.pasteItem1 = new DevExpress.XtraRichEdit.UI.PasteItem();
            this.cutItem1 = new DevExpress.XtraRichEdit.UI.CutItem();
            this.copyItem1 = new DevExpress.XtraRichEdit.UI.CopyItem();
            this.pasteSpecialItem1 = new DevExpress.XtraRichEdit.UI.PasteSpecialItem();
            this.fontBar1 = new DevExpress.XtraRichEdit.UI.FontBar();
            this.changeFontNameItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontNameItem();
            this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
            this.changeFontSizeItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontSizeItem();
            this.repositoryItemRichEditFontSizeEdit1 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditFontSizeEdit();
            this.fontSizeIncreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem();
            this.fontSizeDecreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem();
            this.toggleFontBoldItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontBoldItem();
            this.toggleFontItalicItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontItalicItem();
            this.toggleFontUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontUnderlineItem();
            this.toggleFontDoubleUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleUnderlineItem();
            this.toggleFontStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontStrikeoutItem();
            this.toggleFontDoubleStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleStrikeoutItem();
            this.toggleFontSuperscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSuperscriptItem();
            this.toggleFontSubscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem();
            this.changeFontColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontColorItem();
            this.changeFontBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontBackColorItem();
            this.changeTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ChangeTextCaseItem();
            this.makeTextUpperCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextUpperCaseItem();
            this.makeTextLowerCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextLowerCaseItem();
            this.toggleTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ToggleTextCaseItem();
            this.clearFormattingItem1 = new DevExpress.XtraRichEdit.UI.ClearFormattingItem();
            this.showFontFormItem1 = new DevExpress.XtraRichEdit.UI.ShowFontFormItem();
            this.paragraphBar1 = new DevExpress.XtraRichEdit.UI.ParagraphBar();
            this.toggleBulletedListItem1 = new DevExpress.XtraRichEdit.UI.ToggleBulletedListItem();
            this.toggleNumberingListItem1 = new DevExpress.XtraRichEdit.UI.ToggleNumberingListItem();
            this.toggleMultiLevelListItem1 = new DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem();
            this.decreaseIndentItem1 = new DevExpress.XtraRichEdit.UI.DecreaseIndentItem();
            this.increaseIndentItem1 = new DevExpress.XtraRichEdit.UI.IncreaseIndentItem();
            this.toggleParagraphAlignmentLeftItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentLeftItem();
            this.toggleParagraphAlignmentCenterItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentCenterItem();
            this.toggleParagraphAlignmentRightItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentRightItem();
            this.toggleParagraphAlignmentJustifyItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentJustifyItem();
            this.toggleShowWhitespaceItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem();
            this.changeParagraphLineSpacingItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphLineSpacingItem();
            this.setSingleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSingleParagraphSpacingItem();
            this.setSesquialteralParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSesquialteralParagraphSpacingItem();
            this.setDoubleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetDoubleParagraphSpacingItem();
            this.showLineSpacingFormItem1 = new DevExpress.XtraRichEdit.UI.ShowLineSpacingFormItem();
            this.addSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingBeforeParagraphItem();
            this.removeSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingBeforeParagraphItem();
            this.addSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingAfterParagraphItem();
            this.removeSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingAfterParagraphItem();
            this.changeParagraphBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphBackColorItem();
            this.showParagraphFormItem1 = new DevExpress.XtraRichEdit.UI.ShowParagraphFormItem();
            this.commonBar1 = new DevExpress.XtraRichEdit.UI.CommonBar();
            this.fileOpenItem1 = new DevExpress.XtraRichEdit.UI.FileOpenItem();
            this.fileSaveAsItem1 = new DevExpress.XtraRichEdit.UI.FileSaveAsItem();
            this.quickPrintItem1 = new DevExpress.XtraRichEdit.UI.QuickPrintItem();
            this.printItem1 = new DevExpress.XtraRichEdit.UI.PrintItem();
            this.printPreviewItem1 = new DevExpress.XtraRichEdit.UI.PrintPreviewItem();
            this.undoItem1 = new DevExpress.XtraRichEdit.UI.UndoItem();
            this.redoItem1 = new DevExpress.XtraRichEdit.UI.RedoItem();
            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.Cut = new DevExpress.XtraBars.BarButtonItem();
            this.changeStyleItem1 = new DevExpress.XtraRichEdit.UI.ChangeStyleItem();
            this.repositoryItemRichEditStyleEdit1 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditStyleEdit();
            this.showEditStyleFormItem1 = new DevExpress.XtraRichEdit.UI.ShowEditStyleFormItem();
            this.findItem1 = new DevExpress.XtraRichEdit.UI.FindItem();
            this.replaceItem1 = new DevExpress.XtraRichEdit.UI.ReplaceItem();
            this.fileNewItem1 = new DevExpress.XtraRichEdit.UI.FileNewItem();
            this.fileSaveItem1 = new DevExpress.XtraRichEdit.UI.FileSaveItem();
            this.changeFloatingObjectFillColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectFillColorItem();
            this.changeFloatingObjectOutlineColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectOutlineColorItem();
            this.changeFloatingObjectOutlineWeightItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectOutlineWeightItem();
            this.repositoryItemFloatingObjectOutlineWeight1 = new DevExpress.XtraRichEdit.Forms.Design.RepositoryItemFloatingObjectOutlineWeight();
            this.changeFloatingObjectTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectTextWrapTypeItem();
            this.setFloatingObjectSquareTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectSquareTextWrapTypeItem();
            this.setFloatingObjectTightTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTightTextWrapTypeItem();
            this.setFloatingObjectThroughTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectThroughTextWrapTypeItem();
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopAndBottomTextWrapTypeItem();
            this.setFloatingObjectBehindTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBehindTextWrapTypeItem();
            this.setFloatingObjectInFrontOfTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectInFrontOfTextWrapTypeItem();
            this.changeFloatingObjectAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectAlignmentItem();
            this.setFloatingObjectTopLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopLeftAlignmentItem();
            this.setFloatingObjectTopCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopCenterAlignmentItem();
            this.setFloatingObjectTopRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopRightAlignmentItem();
            this.setFloatingObjectMiddleLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectMiddleLeftAlignmentItem();
            this.setFloatingObjectMiddleCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectMiddleCenterAlignmentItem();
            this.setFloatingObjectMiddleRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectMiddleRightAlignmentItem();
            this.setFloatingObjectBottomLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBottomLeftAlignmentItem();
            this.setFloatingObjectBottomCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBottomCenterAlignmentItem();
            this.setFloatingObjectBottomRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBottomRightAlignmentItem();
            this.floatingObjectBringForwardSubItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringForwardSubItem();
            this.floatingObjectBringForwardItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringForwardItem();
            this.floatingObjectBringToFrontItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringToFrontItem();
            this.floatingObjectBringInFrontOfTextItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringInFrontOfTextItem();
            this.floatingObjectSendBackwardSubItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendBackwardSubItem();
            this.floatingObjectSendBackwardItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendBackwardItem();
            this.floatingObjectSendToBackItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendToBackItem();
            this.floatingObjectSendBehindTextItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendBehindTextItem();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.richEditBarController1 = new DevExpress.XtraRichEdit.UI.RichEditBarController();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFloatingObjectOutlineWeight1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).BeginInit();
            this.SuspendLayout();
            // 
            // richEditControl1
            // 
            this.richEditControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richEditControl1.Location = new System.Drawing.Point(0, 62);
            this.richEditControl1.MenuManager = this.barManager1;
            this.richEditControl1.Name = "richEditControl1";
            this.richEditControl1.Options.MailMerge.KeepLastParagraph = false;
            this.richEditControl1.Size = new System.Drawing.Size(1137, 1116);
            this.richEditControl1.TabIndex = 1;
            this.richEditControl1.Text = "richEditControl1";
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.clipboardBar1,
            this.fontBar1,
            this.paragraphBar1,
            this.commonBar1});
            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.Cut,
            this.pasteItem1,
            this.cutItem1,
            this.copyItem1,
            this.pasteSpecialItem1,
            this.changeFontNameItem1,
            this.changeFontSizeItem1,
            this.fontSizeIncreaseItem1,
            this.fontSizeDecreaseItem1,
            this.toggleFontBoldItem1,
            this.toggleFontItalicItem1,
            this.toggleFontUnderlineItem1,
            this.toggleFontDoubleUnderlineItem1,
            this.toggleFontStrikeoutItem1,
            this.toggleFontDoubleStrikeoutItem1,
            this.toggleFontSuperscriptItem1,
            this.toggleFontSubscriptItem1,
            this.changeFontColorItem1,
            this.changeFontBackColorItem1,
            this.changeTextCaseItem1,
            this.makeTextUpperCaseItem1,
            this.makeTextLowerCaseItem1,
            this.toggleTextCaseItem1,
            this.clearFormattingItem1,
            this.showFontFormItem1,
            this.toggleBulletedListItem1,
            this.toggleNumberingListItem1,
            this.toggleMultiLevelListItem1,
            this.decreaseIndentItem1,
            this.increaseIndentItem1,
            this.toggleParagraphAlignmentLeftItem1,
            this.toggleParagraphAlignmentCenterItem1,
            this.toggleParagraphAlignmentRightItem1,
            this.toggleParagraphAlignmentJustifyItem1,
            this.toggleShowWhitespaceItem1,
            this.changeParagraphLineSpacingItem1,
            this.setSingleParagraphSpacingItem1,
            this.setSesquialteralParagraphSpacingItem1,
            this.setDoubleParagraphSpacingItem1,
            this.showLineSpacingFormItem1,
            this.addSpacingBeforeParagraphItem1,
            this.removeSpacingBeforeParagraphItem1,
            this.addSpacingAfterParagraphItem1,
            this.removeSpacingAfterParagraphItem1,
            this.changeParagraphBackColorItem1,
            this.showParagraphFormItem1,
            this.changeStyleItem1,
            this.showEditStyleFormItem1,
            this.findItem1,
            this.replaceItem1,
            this.fileNewItem1,
            this.fileOpenItem1,
            this.fileSaveItem1,
            this.fileSaveAsItem1,
            this.quickPrintItem1,
            this.printItem1,
            this.printPreviewItem1,
            this.undoItem1,
            this.redoItem1,
            this.changeFloatingObjectFillColorItem1,
            this.changeFloatingObjectOutlineColorItem1,
            this.changeFloatingObjectOutlineWeightItem1,
            this.changeFloatingObjectTextWrapTypeItem1,
            this.setFloatingObjectSquareTextWrapTypeItem1,
            this.setFloatingObjectTightTextWrapTypeItem1,
            this.setFloatingObjectThroughTextWrapTypeItem1,
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1,
            this.setFloatingObjectBehindTextWrapTypeItem1,
            this.setFloatingObjectInFrontOfTextWrapTypeItem1,
            this.changeFloatingObjectAlignmentItem1,
            this.setFloatingObjectTopLeftAlignmentItem1,
            this.setFloatingObjectTopCenterAlignmentItem1,
            this.setFloatingObjectTopRightAlignmentItem1,
            this.setFloatingObjectMiddleLeftAlignmentItem1,
            this.setFloatingObjectMiddleCenterAlignmentItem1,
            this.setFloatingObjectMiddleRightAlignmentItem1,
            this.setFloatingObjectBottomLeftAlignmentItem1,
            this.setFloatingObjectBottomCenterAlignmentItem1,
            this.setFloatingObjectBottomRightAlignmentItem1,
            this.floatingObjectBringForwardSubItem1,
            this.floatingObjectBringForwardItem1,
            this.floatingObjectBringToFrontItem1,
            this.floatingObjectBringInFrontOfTextItem1,
            this.floatingObjectSendBackwardSubItem1,
            this.floatingObjectSendBackwardItem1,
            this.floatingObjectSendToBackItem1,
            this.floatingObjectSendBehindTextItem1});
            this.barManager1.MaxItemId = 87;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit1,
            this.repositoryItemFontEdit1,
            this.repositoryItemRichEditFontSizeEdit1,
            this.repositoryItemRichEditStyleEdit1,
            this.repositoryItemFloatingObjectOutlineWeight1});
            // 
            // clipboardBar1
            // 
            this.clipboardBar1.DockCol = 0;
            this.clipboardBar1.DockRow = 1;
            this.clipboardBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.clipboardBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.pasteItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.cutItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.copyItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.pasteSpecialItem1)});
            // 
            // pasteItem1
            // 
            this.pasteItem1.Id = 1;
            this.pasteItem1.Name = "pasteItem1";
            toolTipTitleItem40.Text = "粘贴 (Ctrl+V)";
            toolTipItem40.LeftIndent = 6;
            toolTipItem40.Text = "从系统剪切板粘贴内容。";
            superToolTip40.Items.Add(toolTipTitleItem40);
            superToolTip40.Items.Add(toolTipItem40);
            this.pasteItem1.SuperTip = superToolTip40;
            // 
            // cutItem1
            // 
            this.cutItem1.Id = 2;
            this.cutItem1.Name = "cutItem1";
            toolTipTitleItem41.Text = "剪切 (Ctrl+X)";
            toolTipItem41.LeftIndent = 6;
            toolTipItem41.Text = "剪切所选内容,并将其放入系统剪切板。";
            superToolTip41.Items.Add(toolTipTitleItem41);
            superToolTip41.Items.Add(toolTipItem41);
            this.cutItem1.SuperTip = superToolTip41;
            // 
            // copyItem1
            // 
            this.copyItem1.Id = 3;
            this.copyItem1.Name = "copyItem1";
            toolTipTitleItem42.Text = "复制 (Ctrl+C)";
            toolTipItem42.LeftIndent = 6;
            toolTipItem42.Text = "复制所选内容,并将其放入系统剪切板。";
            superToolTip42.Items.Add(toolTipTitleItem42);
            superToolTip42.Items.Add(toolTipItem42);
            this.copyItem1.SuperTip = superToolTip42;
            // 
            // pasteSpecialItem1
            // 
            this.pasteSpecialItem1.Id = 4;
            this.pasteSpecialItem1.Name = "pasteSpecialItem1";
            toolTipTitleItem43.Text = "选择性粘贴 (Ctrl+Alt+V)";
            toolTipItem43.LeftIndent = 6;
            toolTipItem43.Text = "选择性粘贴...";
            superToolTip43.Items.Add(toolTipTitleItem43);
            superToolTip43.Items.Add(toolTipItem43);
            this.pasteSpecialItem1.SuperTip = superToolTip43;
            // 
            // fontBar1
            // 
            this.fontBar1.DockCol = 1;
            this.fontBar1.DockRow = 0;
            this.fontBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.fontBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.changeFontNameItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.changeFontSizeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.fontSizeIncreaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.fontSizeDecreaseItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontBoldItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontItalicItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontUnderlineItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontDoubleUnderlineItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontStrikeoutItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontDoubleStrikeoutItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontSuperscriptItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleFontSubscriptItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.changeFontColorItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.changeFontBackColorItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showFontFormItem1)});
            this.fontBar1.Offset = 197;
            // 
            // changeFontNameItem1
            // 
            this.changeFontNameItem1.Edit = this.repositoryItemFontEdit1;
            this.changeFontNameItem1.Id = 5;
            this.changeFontNameItem1.Name = "changeFontNameItem1";
            toolTipTitleItem27.Text = "字体";
            toolTipItem27.LeftIndent = 6;
            toolTipItem27.Text = "设置不同的字体。";
            superToolTip27.Items.Add(toolTipTitleItem27);
            superToolTip27.Items.Add(toolTipItem27);
            this.changeFontNameItem1.SuperTip = superToolTip27;
            // 
            // 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";
            // 
            // changeFontSizeItem1
            // 
            this.changeFontSizeItem1.Edit = this.repositoryItemRichEditFontSizeEdit1;
            this.changeFontSizeItem1.Id = 6;
            this.changeFontSizeItem1.Name = "changeFontSizeItem1";
            toolTipTitleItem5.Text = "字号";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "设置字号的大小。";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem5);
            this.changeFontSizeItem1.SuperTip = superToolTip5;
            // 
            // repositoryItemRichEditFontSizeEdit1
            // 
            this.repositoryItemRichEditFontSizeEdit1.AutoHeight = false;
            this.repositoryItemRichEditFontSizeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemRichEditFontSizeEdit1.Control = this.richEditControl1;
            this.repositoryItemRichEditFontSizeEdit1.Name = "repositoryItemRichEditFontSizeEdit1";
            // 
            // fontSizeIncreaseItem1
            // 
            this.fontSizeIncreaseItem1.Id = 7;
            this.fontSizeIncreaseItem1.Name = "fontSizeIncreaseItem1";
            toolTipTitleItem6.Text = "增大字号 (Ctrl+Shift+.)";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "增大字体的字号。";
            superToolTip6.Items.Add(toolTipTitleItem6);
            superToolTip6.Items.Add(toolTipItem6);
            this.fontSizeIncreaseItem1.SuperTip = superToolTip6;
            // 
            // fontSizeDecreaseItem1
            // 
            this.fontSizeDecreaseItem1.Id = 8;
            this.fontSizeDecreaseItem1.Name = "fontSizeDecreaseItem1";
            toolTipTitleItem28.Text = "缩小字号 (Ctrl+Shift+,)";
            toolTipItem28.LeftIndent = 6;
            toolTipItem28.Text = "缩小字体的字号。";
            superToolTip28.Items.Add(toolTipTitleItem28);
            superToolTip28.Items.Add(toolTipItem28);
            this.fontSizeDecreaseItem1.SuperTip = superToolTip28;
            // 
            // toggleFontBoldItem1
            // 
            this.toggleFontBoldItem1.Id = 9;
            this.toggleFontBoldItem1.Name = "toggleFontBoldItem1";
            toolTipTitleItem29.Text = "加粗 (Ctrl+B)";
            toolTipItem29.LeftIndent = 6;
            toolTipItem29.Text = "将所选内容的字体加粗。";
            superToolTip29.Items.Add(toolTipTitleItem29);
            superToolTip29.Items.Add(toolTipItem29);
            this.toggleFontBoldItem1.SuperTip = superToolTip29;
            // 
            // toggleFontItalicItem1
            // 
            this.toggleFontItalicItem1.Id = 10;
            this.toggleFontItalicItem1.Name = "toggleFontItalicItem1";
            toolTipTitleItem30.Text = "倾斜 (Ctrl+I)";
            toolTipItem30.LeftIndent = 6;
            toolTipItem30.Text = "将所选内容的字体设置为倾斜。";
            superToolTip30.Items.Add(toolTipTitleItem30);
            superToolTip30.Items.Add(toolTipItem30);
            this.toggleFontItalicItem1.SuperTip = superToolTip30;
            // 
            // toggleFontUnderlineItem1
            // 
            this.toggleFontUnderlineItem1.Id = 11;
            this.toggleFontUnderlineItem1.Name = "toggleFontUnderlineItem1";
            toolTipTitleItem31.Text = "下划线 (Ctrl+U)";
            toolTipItem31.LeftIndent = 6;
            toolTipItem31.Text = "给所选文字内容添加下划线。";
            superToolTip31.Items.Add(toolTipTitleItem31);
            superToolTip31.Items.Add(toolTipItem31);
            this.toggleFontUnderlineItem1.SuperTip = superToolTip31;
            // 
            // toggleFontDoubleUnderlineItem1
            // 
            this.toggleFontDoubleUnderlineItem1.Id = 12;
            this.toggleFontDoubleUnderlineItem1.Name = "toggleFontDoubleUnderlineItem1";
            toolTipTitleItem32.Text = "双下划线 (Ctrl+Shift+D)";
            toolTipItem32.LeftIndent = 6;
            toolTipItem32.Text = "给所选文字内容添加双下划线。";
            superToolTip32.Items.Add(toolTipTitleItem32);
            superToolTip32.Items.Add(toolTipItem32);
            this.toggleFontDoubleUnderlineItem1.SuperTip = superToolTip32;
            // 
            // toggleFontStrikeoutItem1
            // 
            this.toggleFontStrikeoutItem1.Id = 13;
            this.toggleFontStrikeoutItem1.Name = "toggleFontStrikeoutItem1";
            toolTipTitleItem33.Text = "删除线";
            toolTipItem33.LeftIndent = 6;
            toolTipItem33.Text = "在所选文字内容中间添加一条横线。";
            superToolTip33.Items.Add(toolTipTitleItem33);
            superToolTip33.Items.Add(toolTipItem33);
            this.toggleFontStrikeoutItem1.SuperTip = superToolTip33;
            // 
            // toggleFontDoubleStrikeoutItem1
            // 
            this.toggleFontDoubleStrikeoutItem1.Id = 14;
            this.toggleFontDoubleStrikeoutItem1.Name = "toggleFontDoubleStrikeoutItem1";
            toolTipTitleItem34.Text = "双删除线";
            toolTipItem34.LeftIndent = 6;
            toolTipItem34.Text = "在所选文字内容中间添加一条双横线。";
            superToolTip34.Items.Add(toolTipTitleItem34);
            superToolTip34.Items.Add(toolTipItem34);
            this.toggleFontDoubleStrikeoutItem1.SuperTip = superToolTip34;
            // 
            // toggleFontSuperscriptItem1
            // 
            this.toggleFontSuperscriptItem1.Id = 15;
            this.toggleFontSuperscriptItem1.Name = "toggleFontSuperscriptItem1";
            toolTipTitleItem35.Text = "上标 (Ctrl+Shift++)";
            toolTipItem35.LeftIndent = 6;
            toolTipItem35.Text = "在文本行上方创建小字符。";
            superToolTip35.Items.Add(toolTipTitleItem35);
            superToolTip35.Items.Add(toolTipItem35);
            this.toggleFontSuperscriptItem1.SuperTip = superToolTip35;
            // 
            // toggleFontSubscriptItem1
            // 
            this.toggleFontSubscriptItem1.Id = 16;
            this.toggleFontSubscriptItem1.Name = "toggleFontSubscriptItem1";
            toolTipTitleItem36.Text = "下标 (Ctrl++)";
            toolTipItem36.LeftIndent = 6;
            toolTipItem36.Text = "在文本行下方创建小字符。";
            superToolTip36.Items.Add(toolTipTitleItem36);
            superToolTip36.Items.Add(toolTipItem36);
            this.toggleFontSubscriptItem1.SuperTip = superToolTip36;
            // 
            // changeFontColorItem1
            // 
            this.changeFontColorItem1.Id = 17;
            this.changeFontColorItem1.Name = "changeFontColorItem1";
            toolTipTitleItem37.Text = "字体颜色";
            toolTipItem37.LeftIndent = 6;
            toolTipItem37.Text = "设置文字的颜色。";
            superToolTip37.Items.Add(toolTipTitleItem37);
            superToolTip37.Items.Add(toolTipItem37);
            this.changeFontColorItem1.SuperTip = superToolTip37;
            // 
            // changeFontBackColorItem1
            // 
            this.changeFontBackColorItem1.Id = 18;
            this.changeFontBackColorItem1.Name = "changeFontBackColorItem1";
            toolTipTitleItem38.Text = "突出显示";
            toolTipItem38.LeftIndent = 6;
            toolTipItem38.Text = "给文字加上颜色底纹,以凸显文字内容。";
            superToolTip38.Items.Add(toolTipTitleItem38);
            superToolTip38.Items.Add(toolTipItem38);
            this.changeFontBackColorItem1.SuperTip = superToolTip38;
            // 
            // changeTextCaseItem1
            // 
            this.changeTextCaseItem1.Id = 19;
            this.changeTextCaseItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.makeTextUpperCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.makeTextLowerCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTextCaseItem1)});
            this.changeTextCaseItem1.Name = "changeTextCaseItem1";
            // 
            // makeTextUpperCaseItem1
            // 
            this.makeTextUpperCaseItem1.Id = 20;
            this.makeTextUpperCaseItem1.Name = "makeTextUpperCaseItem1";
            // 
            // makeTextLowerCaseItem1
            // 
            this.makeTextLowerCaseItem1.Id = 21;
            this.makeTextLowerCaseItem1.Name = "makeTextLowerCaseItem1";
            // 
            // toggleTextCaseItem1
            // 
            this.toggleTextCaseItem1.Id = 22;
            this.toggleTextCaseItem1.Name = "toggleTextCaseItem1";
            // 
            // clearFormattingItem1
            // 
            this.clearFormattingItem1.Id = 23;
            this.clearFormattingItem1.Name = "clearFormattingItem1";
            // 
            // showFontFormItem1
            // 
            this.showFontFormItem1.Id = 24;
            this.showFontFormItem1.Name = "showFontFormItem1";
            toolTipTitleItem39.Text = "字体 (Ctrl+D)";
            toolTipItem39.LeftIndent = 6;
            toolTipItem39.Text = "显示字体设置对话框。";
            superToolTip39.Items.Add(toolTipTitleItem39);
            superToolTip39.Items.Add(toolTipItem39);
            this.showFontFormItem1.SuperTip = superToolTip39;
            // 
            // paragraphBar1
            // 
            this.paragraphBar1.DockCol = 1;
            this.paragraphBar1.DockRow = 1;
            this.paragraphBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.paragraphBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleBulletedListItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleNumberingListItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleMultiLevelListItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.decreaseIndentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.increaseIndentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleParagraphAlignmentLeftItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleParagraphAlignmentCenterItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleParagraphAlignmentRightItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleParagraphAlignmentJustifyItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleShowWhitespaceItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.changeParagraphLineSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.changeParagraphBackColorItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showParagraphFormItem1)});
            this.paragraphBar1.Offset = 129;
            // 
            // toggleBulletedListItem1
            // 
            this.toggleBulletedListItem1.Id = 25;
            this.toggleBulletedListItem1.Name = "toggleBulletedListItem1";
            // 
            // toggleNumberingListItem1
            // 
            this.toggleNumberingListItem1.Id = 26;
            this.toggleNumberingListItem1.Name = "toggleNumberingListItem1";
            // 
            // toggleMultiLevelListItem1
            // 
            this.toggleMultiLevelListItem1.Id = 27;
            this.toggleMultiLevelListItem1.Name = "toggleMultiLevelListItem1";
            // 
            // decreaseIndentItem1
            // 
            this.decreaseIndentItem1.Id = 28;
            this.decreaseIndentItem1.Name = "decreaseIndentItem1";
            // 
            // increaseIndentItem1
            // 
            this.increaseIndentItem1.Id = 29;
            this.increaseIndentItem1.Name = "increaseIndentItem1";
            // 
            // toggleParagraphAlignmentLeftItem1
            // 
            this.toggleParagraphAlignmentLeftItem1.Id = 30;
            this.toggleParagraphAlignmentLeftItem1.Name = "toggleParagraphAlignmentLeftItem1";
            // 
            // toggleParagraphAlignmentCenterItem1
            // 
            this.toggleParagraphAlignmentCenterItem1.Id = 31;
            this.toggleParagraphAlignmentCenterItem1.Name = "toggleParagraphAlignmentCenterItem1";
            // 
            // toggleParagraphAlignmentRightItem1
            // 
            this.toggleParagraphAlignmentRightItem1.Id = 32;
            this.toggleParagraphAlignmentRightItem1.Name = "toggleParagraphAlignmentRightItem1";
            // 
            // toggleParagraphAlignmentJustifyItem1
            // 
            this.toggleParagraphAlignmentJustifyItem1.Id = 33;
            this.toggleParagraphAlignmentJustifyItem1.Name = "toggleParagraphAlignmentJustifyItem1";
            // 
            // toggleShowWhitespaceItem1
            // 
            this.toggleShowWhitespaceItem1.Id = 34;
            this.toggleShowWhitespaceItem1.Name = "toggleShowWhitespaceItem1";
            // 
            // changeParagraphLineSpacingItem1
            // 
            this.changeParagraphLineSpacingItem1.Id = 35;
            this.changeParagraphLineSpacingItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setSingleParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setSesquialteralParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setDoubleParagraphSpacingItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.showLineSpacingFormItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingBeforeParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingBeforeParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingAfterParagraphItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingAfterParagraphItem1)});
            this.changeParagraphLineSpacingItem1.Name = "changeParagraphLineSpacingItem1";
            // 
            // setSingleParagraphSpacingItem1
            // 
            this.setSingleParagraphSpacingItem1.Id = 36;
            this.setSingleParagraphSpacingItem1.Name = "setSingleParagraphSpacingItem1";
            // 
            // setSesquialteralParagraphSpacingItem1
            // 
            this.setSesquialteralParagraphSpacingItem1.Id = 37;
            this.setSesquialteralParagraphSpacingItem1.Name = "setSesquialteralParagraphSpacingItem1";
            // 
            // setDoubleParagraphSpacingItem1
            // 
            this.setDoubleParagraphSpacingItem1.Id = 38;
            this.setDoubleParagraphSpacingItem1.Name = "setDoubleParagraphSpacingItem1";
            // 
            // showLineSpacingFormItem1
            // 
            this.showLineSpacingFormItem1.Id = 39;
            this.showLineSpacingFormItem1.Name = "showLineSpacingFormItem1";
            // 
            // addSpacingBeforeParagraphItem1
            // 
            this.addSpacingBeforeParagraphItem1.Id = 40;
            this.addSpacingBeforeParagraphItem1.Name = "addSpacingBeforeParagraphItem1";
            // 
            // removeSpacingBeforeParagraphItem1
            // 
            this.removeSpacingBeforeParagraphItem1.Id = 41;
            this.removeSpacingBeforeParagraphItem1.Name = "removeSpacingBeforeParagraphItem1";
            // 
            // addSpacingAfterParagraphItem1
            // 
            this.addSpacingAfterParagraphItem1.Id = 42;
            this.addSpacingAfterParagraphItem1.Name = "addSpacingAfterParagraphItem1";
            // 
            // removeSpacingAfterParagraphItem1
            // 
            this.removeSpacingAfterParagraphItem1.Id = 43;
            this.removeSpacingAfterParagraphItem1.Name = "removeSpacingAfterParagraphItem1";
            // 
            // changeParagraphBackColorItem1
            // 
            this.changeParagraphBackColorItem1.Id = 44;
            this.changeParagraphBackColorItem1.Name = "changeParagraphBackColorItem1";
            // 
            // showParagraphFormItem1
            // 
            this.showParagraphFormItem1.Id = 45;
            this.showParagraphFormItem1.Name = "showParagraphFormItem1";
            // 
            // commonBar1
            // 
            this.commonBar1.DockCol = 0;
            this.commonBar1.DockRow = 0;
            this.commonBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.commonBar1.FloatLocation = new System.Drawing.Point(53, 123);
            this.commonBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.fileOpenItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.fileSaveAsItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.quickPrintItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.printItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.undoItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.redoItem1)});
            this.commonBar1.Offset = 1;
            // 
            // fileOpenItem1
            // 
            this.fileOpenItem1.Id = 51;
            this.fileOpenItem1.Name = "fileOpenItem1";
            toolTipTitleItem44.Text = "打开 (Ctrl+O)";
            toolTipItem44.LeftIndent = 6;
            toolTipItem44.Text = "打开一个文档。";
            superToolTip44.Items.Add(toolTipTitleItem44);
            superToolTip44.Items.Add(toolTipItem44);
            this.fileOpenItem1.SuperTip = superToolTip44;
            // 
            // fileSaveAsItem1
            // 
            this.fileSaveAsItem1.Id = 53;
            this.fileSaveAsItem1.Name = "fileSaveAsItem1";
            toolTipTitleItem45.Text = "另存为... (F12)";
            toolTipItem45.LeftIndent = 6;
            toolTipItem45.Text = "打开另存为对话框,选择一个文件格式与文件的新路径。";
            superToolTip45.Items.Add(toolTipTitleItem45);
            superToolTip45.Items.Add(toolTipItem45);
            this.fileSaveAsItem1.SuperTip = superToolTip45;
            // 
            // quickPrintItem1
            // 
            this.quickPrintItem1.Id = 54;
            this.quickPrintItem1.Name = "quickPrintItem1";
            toolTipTitleItem46.Text = "&快速打印";
            toolTipItem46.LeftIndent = 6;
            toolTipItem46.Text = "不对文档做任何修改,直接发送至默认的打印机打印。";
            superToolTip46.Items.Add(toolTipTitleItem46);
            superToolTip46.Items.Add(toolTipItem46);
            this.quickPrintItem1.SuperTip = superToolTip46;
            // 
            // printItem1
            // 
            this.printItem1.Id = 55;
            this.printItem1.Name = "printItem1";
            toolTipTitleItem47.Text = "&打印 (Ctrl+P)";
            toolTipItem47.LeftIndent = 6;
            toolTipItem47.Text = "可对打印做详细设置,如选择打印机、打印页数、打印分数或者并打和缩放等。";
            superToolTip47.Items.Add(toolTipTitleItem47);
            superToolTip47.Items.Add(toolTipItem47);
            this.printItem1.SuperTip = superToolTip47;
            // 
            // printPreviewItem1
            // 
            this.printPreviewItem1.Id = 56;
            this.printPreviewItem1.Name = "printPreviewItem1";
            toolTipTitleItem48.Text = "打印预览";
            toolTipItem48.LeftIndent = 6;
            toolTipItem48.Text = "查看文档打印输出后的效果。";
            superToolTip48.Items.Add(toolTipTitleItem48);
            superToolTip48.Items.Add(toolTipItem48);
            this.printPreviewItem1.SuperTip = superToolTip48;
            // 
            // undoItem1
            // 
            this.undoItem1.Id = 57;
            this.undoItem1.Name = "undoItem1";
            toolTipTitleItem49.Text = "撤销 (Ctrl+Z)";
            toolTipItem49.LeftIndent = 6;
            toolTipItem49.Text = "撤销修改。";
            superToolTip49.Items.Add(toolTipTitleItem49);
            superToolTip49.Items.Add(toolTipItem49);
            this.undoItem1.SuperTip = superToolTip49;
            // 
            // redoItem1
            // 
            this.redoItem1.Id = 58;
            this.redoItem1.Name = "redoItem1";
            toolTipTitleItem50.Text = "恢复 (Ctrl+Y)";
            toolTipItem50.LeftIndent = 6;
            toolTipItem50.Text = "恢复修改。";
            superToolTip50.Items.Add(toolTipTitleItem50);
            superToolTip50.Items.Add(toolTipItem50);
            this.redoItem1.SuperTip = superToolTip50;
            // 
            // 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(1137, 62);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 1178);
            this.barDockControlBottom.Size = new System.Drawing.Size(1137, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 62);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 1116);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1137, 62);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 1116);
            // 
            // Cut
            // 
            this.Cut.Caption = "Cut";
            this.Cut.Id = 0;
            this.Cut.Name = "Cut";
            // 
            // changeStyleItem1
            // 
            this.changeStyleItem1.Edit = this.repositoryItemRichEditStyleEdit1;
            this.changeStyleItem1.Id = 46;
            this.changeStyleItem1.Name = "changeStyleItem1";
            // 
            // repositoryItemRichEditStyleEdit1
            // 
            this.repositoryItemRichEditStyleEdit1.AutoHeight = false;
            this.repositoryItemRichEditStyleEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemRichEditStyleEdit1.Control = this.richEditControl1;
            this.repositoryItemRichEditStyleEdit1.Name = "repositoryItemRichEditStyleEdit1";
            // 
            // showEditStyleFormItem1
            // 
            this.showEditStyleFormItem1.Id = 47;
            this.showEditStyleFormItem1.Name = "showEditStyleFormItem1";
            // 
            // findItem1
            // 
            this.findItem1.Id = 48;
            this.findItem1.Name = "findItem1";
            // 
            // replaceItem1
            // 
            this.replaceItem1.Id = 49;
            this.replaceItem1.Name = "replaceItem1";
            // 
            // fileNewItem1
            // 
            this.fileNewItem1.Id = 50;
            this.fileNewItem1.Name = "fileNewItem1";
            // 
            // fileSaveItem1
            // 
            this.fileSaveItem1.Id = 52;
            this.fileSaveItem1.Name = "fileSaveItem1";
            // 
            // changeFloatingObjectFillColorItem1
            // 
            this.changeFloatingObjectFillColorItem1.Id = 59;
            this.changeFloatingObjectFillColorItem1.Name = "changeFloatingObjectFillColorItem1";
            // 
            // changeFloatingObjectOutlineColorItem1
            // 
            this.changeFloatingObjectOutlineColorItem1.Id = 60;
            this.changeFloatingObjectOutlineColorItem1.Name = "changeFloatingObjectOutlineColorItem1";
            // 
            // changeFloatingObjectOutlineWeightItem1
            // 
            this.changeFloatingObjectOutlineWeightItem1.Edit = this.repositoryItemFloatingObjectOutlineWeight1;
            this.changeFloatingObjectOutlineWeightItem1.EditValue = 20;
            this.changeFloatingObjectOutlineWeightItem1.Id = 61;
            this.changeFloatingObjectOutlineWeightItem1.Name = "changeFloatingObjectOutlineWeightItem1";
            // 
            // repositoryItemFloatingObjectOutlineWeight1
            // 
            this.repositoryItemFloatingObjectOutlineWeight1.AutoHeight = false;
            this.repositoryItemFloatingObjectOutlineWeight1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemFloatingObjectOutlineWeight1.Control = this.richEditControl1;
            this.repositoryItemFloatingObjectOutlineWeight1.Name = "repositoryItemFloatingObjectOutlineWeight1";
            // 
            // changeFloatingObjectTextWrapTypeItem1
            // 
            this.changeFloatingObjectTextWrapTypeItem1.Id = 62;
            this.changeFloatingObjectTextWrapTypeItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectSquareTextWrapTypeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectTightTextWrapTypeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectThroughTextWrapTypeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectTopAndBottomTextWrapTypeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectBehindTextWrapTypeItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectInFrontOfTextWrapTypeItem1)});
            this.changeFloatingObjectTextWrapTypeItem1.Name = "changeFloatingObjectTextWrapTypeItem1";
            // 
            // setFloatingObjectSquareTextWrapTypeItem1
            // 
            this.setFloatingObjectSquareTextWrapTypeItem1.Id = 63;
            this.setFloatingObjectSquareTextWrapTypeItem1.Name = "setFloatingObjectSquareTextWrapTypeItem1";
            // 
            // setFloatingObjectTightTextWrapTypeItem1
            // 
            this.setFloatingObjectTightTextWrapTypeItem1.Id = 64;
            this.setFloatingObjectTightTextWrapTypeItem1.Name = "setFloatingObjectTightTextWrapTypeItem1";
            // 
            // setFloatingObjectThroughTextWrapTypeItem1
            // 
            this.setFloatingObjectThroughTextWrapTypeItem1.Id = 65;
            this.setFloatingObjectThroughTextWrapTypeItem1.Name = "setFloatingObjectThroughTextWrapTypeItem1";
            // 
            // setFloatingObjectTopAndBottomTextWrapTypeItem1
            // 
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1.Id = 66;
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1.Name = "setFloatingObjectTopAndBottomTextWrapTypeItem1";
            // 
            // setFloatingObjectBehindTextWrapTypeItem1
            // 
            this.setFloatingObjectBehindTextWrapTypeItem1.Id = 67;
            this.setFloatingObjectBehindTextWrapTypeItem1.Name = "setFloatingObjectBehindTextWrapTypeItem1";
            // 
            // setFloatingObjectInFrontOfTextWrapTypeItem1
            // 
            this.setFloatingObjectInFrontOfTextWrapTypeItem1.Id = 68;
            this.setFloatingObjectInFrontOfTextWrapTypeItem1.Name = "setFloatingObjectInFrontOfTextWrapTypeItem1";
            // 
            // changeFloatingObjectAlignmentItem1
            // 
            this.changeFloatingObjectAlignmentItem1.Id = 69;
            this.changeFloatingObjectAlignmentItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectTopLeftAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectTopCenterAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectTopRightAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectMiddleLeftAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectMiddleCenterAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectMiddleRightAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectBottomLeftAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectBottomCenterAlignmentItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setFloatingObjectBottomRightAlignmentItem1)});
            this.changeFloatingObjectAlignmentItem1.Name = "changeFloatingObjectAlignmentItem1";
            // 
            // setFloatingObjectTopLeftAlignmentItem1
            // 
            this.setFloatingObjectTopLeftAlignmentItem1.Id = 70;
            this.setFloatingObjectTopLeftAlignmentItem1.Name = "setFloatingObjectTopLeftAlignmentItem1";
            // 
            // setFloatingObjectTopCenterAlignmentItem1
            // 
            this.setFloatingObjectTopCenterAlignmentItem1.Id = 71;
            this.setFloatingObjectTopCenterAlignmentItem1.Name = "setFloatingObjectTopCenterAlignmentItem1";
            // 
            // setFloatingObjectTopRightAlignmentItem1
            // 
            this.setFloatingObjectTopRightAlignmentItem1.Id = 72;
            this.setFloatingObjectTopRightAlignmentItem1.Name = "setFloatingObjectTopRightAlignmentItem1";
            // 
            // setFloatingObjectMiddleLeftAlignmentItem1
            // 
            this.setFloatingObjectMiddleLeftAlignmentItem1.Id = 73;
            this.setFloatingObjectMiddleLeftAlignmentItem1.Name = "setFloatingObjectMiddleLeftAlignmentItem1";
            // 
            // setFloatingObjectMiddleCenterAlignmentItem1
            // 
            this.setFloatingObjectMiddleCenterAlignmentItem1.Id = 74;
            this.setFloatingObjectMiddleCenterAlignmentItem1.Name = "setFloatingObjectMiddleCenterAlignmentItem1";
            // 
            // setFloatingObjectMiddleRightAlignmentItem1
            // 
            this.setFloatingObjectMiddleRightAlignmentItem1.Id = 75;
            this.setFloatingObjectMiddleRightAlignmentItem1.Name = "setFloatingObjectMiddleRightAlignmentItem1";
            // 
            // setFloatingObjectBottomLeftAlignmentItem1
            // 
            this.setFloatingObjectBottomLeftAlignmentItem1.Id = 76;
            this.setFloatingObjectBottomLeftAlignmentItem1.Name = "setFloatingObjectBottomLeftAlignmentItem1";
            // 
            // setFloatingObjectBottomCenterAlignmentItem1
            // 
            this.setFloatingObjectBottomCenterAlignmentItem1.Id = 77;
            this.setFloatingObjectBottomCenterAlignmentItem1.Name = "setFloatingObjectBottomCenterAlignmentItem1";
            // 
            // setFloatingObjectBottomRightAlignmentItem1
            // 
            this.setFloatingObjectBottomRightAlignmentItem1.Id = 78;
            this.setFloatingObjectBottomRightAlignmentItem1.Name = "setFloatingObjectBottomRightAlignmentItem1";
            // 
            // floatingObjectBringForwardSubItem1
            // 
            this.floatingObjectBringForwardSubItem1.Id = 79;
            this.floatingObjectBringForwardSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectBringForwardItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectBringToFrontItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectBringInFrontOfTextItem1)});
            this.floatingObjectBringForwardSubItem1.Name = "floatingObjectBringForwardSubItem1";
            // 
            // floatingObjectBringForwardItem1
            // 
            this.floatingObjectBringForwardItem1.Id = 80;
            this.floatingObjectBringForwardItem1.Name = "floatingObjectBringForwardItem1";
            // 
            // floatingObjectBringToFrontItem1
            // 
            this.floatingObjectBringToFrontItem1.Id = 81;
            this.floatingObjectBringToFrontItem1.Name = "floatingObjectBringToFrontItem1";
            // 
            // floatingObjectBringInFrontOfTextItem1
            // 
            this.floatingObjectBringInFrontOfTextItem1.Id = 82;
            this.floatingObjectBringInFrontOfTextItem1.Name = "floatingObjectBringInFrontOfTextItem1";
            // 
            // floatingObjectSendBackwardSubItem1
            // 
            this.floatingObjectSendBackwardSubItem1.Id = 83;
            this.floatingObjectSendBackwardSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectSendBackwardItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectSendToBackItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.floatingObjectSendBehindTextItem1)});
            this.floatingObjectSendBackwardSubItem1.Name = "floatingObjectSendBackwardSubItem1";
            // 
            // floatingObjectSendBackwardItem1
            // 
            this.floatingObjectSendBackwardItem1.Id = 84;
            this.floatingObjectSendBackwardItem1.Name = "floatingObjectSendBackwardItem1";
            // 
            // floatingObjectSendToBackItem1
            // 
            this.floatingObjectSendToBackItem1.Id = 85;
            this.floatingObjectSendToBackItem1.Name = "floatingObjectSendToBackItem1";
            // 
            // floatingObjectSendBehindTextItem1
            // 
            this.floatingObjectSendBehindTextItem1.Id = 86;
            this.floatingObjectSendBehindTextItem1.Name = "floatingObjectSendBehindTextItem1";
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // richEditBarController1
            // 
            this.richEditBarController1.BarItems.Add(this.pasteItem1);
            this.richEditBarController1.BarItems.Add(this.cutItem1);
            this.richEditBarController1.BarItems.Add(this.copyItem1);
            this.richEditBarController1.BarItems.Add(this.pasteSpecialItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontNameItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontSizeItem1);
            this.richEditBarController1.BarItems.Add(this.fontSizeIncreaseItem1);
            this.richEditBarController1.BarItems.Add(this.fontSizeDecreaseItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontBoldItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontItalicItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontUnderlineItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontDoubleUnderlineItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontStrikeoutItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontDoubleStrikeoutItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontSuperscriptItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontSubscriptItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontBackColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeTextCaseItem1);
            this.richEditBarController1.BarItems.Add(this.makeTextUpperCaseItem1);
            this.richEditBarController1.BarItems.Add(this.makeTextLowerCaseItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTextCaseItem1);
            this.richEditBarController1.BarItems.Add(this.clearFormattingItem1);
            this.richEditBarController1.BarItems.Add(this.showFontFormItem1);
            this.richEditBarController1.BarItems.Add(this.toggleBulletedListItem1);
            this.richEditBarController1.BarItems.Add(this.toggleNumberingListItem1);
            this.richEditBarController1.BarItems.Add(this.toggleMultiLevelListItem1);
            this.richEditBarController1.BarItems.Add(this.decreaseIndentItem1);
            this.richEditBarController1.BarItems.Add(this.increaseIndentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentLeftItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentCenterItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentRightItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentJustifyItem1);
            this.richEditBarController1.BarItems.Add(this.toggleShowWhitespaceItem1);
            this.richEditBarController1.BarItems.Add(this.changeParagraphLineSpacingItem1);
            this.richEditBarController1.BarItems.Add(this.setSingleParagraphSpacingItem1);
            this.richEditBarController1.BarItems.Add(this.setSesquialteralParagraphSpacingItem1);
            this.richEditBarController1.BarItems.Add(this.setDoubleParagraphSpacingItem1);
            this.richEditBarController1.BarItems.Add(this.showLineSpacingFormItem1);
            this.richEditBarController1.BarItems.Add(this.addSpacingBeforeParagraphItem1);
            this.richEditBarController1.BarItems.Add(this.removeSpacingBeforeParagraphItem1);
            this.richEditBarController1.BarItems.Add(this.addSpacingAfterParagraphItem1);
            this.richEditBarController1.BarItems.Add(this.removeSpacingAfterParagraphItem1);
            this.richEditBarController1.BarItems.Add(this.changeParagraphBackColorItem1);
            this.richEditBarController1.BarItems.Add(this.showParagraphFormItem1);
            this.richEditBarController1.BarItems.Add(this.changeStyleItem1);
            this.richEditBarController1.BarItems.Add(this.showEditStyleFormItem1);
            this.richEditBarController1.BarItems.Add(this.findItem1);
            this.richEditBarController1.BarItems.Add(this.replaceItem1);
            this.richEditBarController1.BarItems.Add(this.fileNewItem1);
            this.richEditBarController1.BarItems.Add(this.fileOpenItem1);
            this.richEditBarController1.BarItems.Add(this.fileSaveItem1);
            this.richEditBarController1.BarItems.Add(this.fileSaveAsItem1);
            this.richEditBarController1.BarItems.Add(this.quickPrintItem1);
            this.richEditBarController1.BarItems.Add(this.printItem1);
            this.richEditBarController1.BarItems.Add(this.printPreviewItem1);
            this.richEditBarController1.BarItems.Add(this.undoItem1);
            this.richEditBarController1.BarItems.Add(this.redoItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectFillColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectOutlineColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectOutlineWeightItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectSquareTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTightTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectThroughTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopAndBottomTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBehindTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectInFrontOfTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectMiddleLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectMiddleCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectMiddleRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBottomLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBottomCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBottomRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringForwardSubItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringForwardItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringToFrontItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringInFrontOfTextItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendBackwardSubItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendBackwardItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendToBackItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendBehindTextItem1);
            this.richEditBarController1.Control = this.richEditControl1;
            // 
            // Launcher
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.richEditControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "Launcher";
            this.Size = new System.Drawing.Size(1137, 1178);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFloatingObjectOutlineWeight1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 16
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.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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDrawing));
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar3 = new DevExpress.XtraBars.Bar();
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.barButtonLine = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonArrow = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonRect = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonPolygon = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonUndo = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonSave = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = 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.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditColor = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemColorEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
            this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.pictureEdit1 = new System.Windows.Forms.PictureBox();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.colorEdit1 = new DevExpress.XtraEditors.ColorEdit();
            this.comboBoxEditTypeChoice = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.simpleButtonDefault = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.colorEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditTypeChoice.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar3,
            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.Images = this.imageCollection1;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonLine,
            this.barButtonRect,
            this.barButtonArrow,
            this.barButtonPolygon,
            this.barButtonItem2,
            this.barButtonUndo,
            this.barButtonSave,
            this.barEditColor,
            this.barButtonItem1,
            this.barButtonItem3});
            this.barManager1.MaxItemId = 13;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemFontEdit1,
            this.repositoryItemColorEdit1});
            this.barManager1.StatusBar = this.bar3;
            // 
            // 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";
            // 
            // bar1
            // 
            this.bar1.BarName = "Custom 4";
            this.bar1.DockCol = 0;
            this.bar1.DockRow = 0;
            this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar1.FloatLocation = new System.Drawing.Point(480, 168);
            this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonLine),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonArrow),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonRect),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonPolygon),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonUndo, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonSave),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)});
            this.bar1.Offset = 544;
            this.bar1.Text = "Custom 4";
            // 
            // barButtonLine
            // 
            this.barButtonLine.Caption = "直线";
            this.barButtonLine.Id = 1;
            this.barButtonLine.ImageIndex = 0;
            this.barButtonLine.Name = "barButtonLine";
            toolTipTitleItem1.Text = "直线";
            superToolTip1.Items.Add(toolTipTitleItem1);
            this.barButtonLine.SuperTip = superToolTip1;
            this.barButtonLine.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.LineButton_ItemClick);
            // 
            // barButtonArrow
            // 
            this.barButtonArrow.Caption = "箭头";
            this.barButtonArrow.Id = 3;
            this.barButtonArrow.ImageIndex = 2;
            this.barButtonArrow.Name = "barButtonArrow";
            toolTipTitleItem2.Text = "箭头";
            superToolTip2.Items.Add(toolTipTitleItem2);
            this.barButtonArrow.SuperTip = superToolTip2;
            this.barButtonArrow.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonJiantou_ItemClick);
            // 
            // barButtonRect
            // 
            this.barButtonRect.Caption = "矩形";
            this.barButtonRect.Id = 2;
            this.barButtonRect.ImageIndex = 1;
            this.barButtonRect.Name = "barButtonRect";
            toolTipTitleItem3.Text = "矩形";
            superToolTip3.Items.Add(toolTipTitleItem3);
            this.barButtonRect.SuperTip = superToolTip3;
            this.barButtonRect.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonRect_ItemClick);
            // 
            // barButtonPolygon
            // 
            this.barButtonPolygon.Caption = "多边形";
            this.barButtonPolygon.Id = 4;
            this.barButtonPolygon.ImageIndex = 3;
            this.barButtonPolygon.Name = "barButtonPolygon";
            toolTipTitleItem4.Text = "多边形";
            superToolTip4.Items.Add(toolTipTitleItem4);
            this.barButtonPolygon.SuperTip = superToolTip4;
            this.barButtonPolygon.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // barButtonUndo
            // 
            this.barButtonUndo.Caption = "撤销上一步";
            this.barButtonUndo.Id = 7;
            this.barButtonUndo.ImageIndex = 5;
            this.barButtonUndo.Name = "barButtonUndo";
            this.barButtonUndo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Button_undo_Click);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "恢复上一步";
            this.barButtonItem1.Id = 11;
            this.barButtonItem1.ImageIndex = 6;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Mouse_Redo);
            // 
            // barButtonSave
            // 
            this.barButtonSave.Caption = "保存";
            this.barButtonSave.Id = 8;
            this.barButtonSave.ImageIndex = 4;
            this.barButtonSave.Name = "barButtonSave";
            this.barButtonSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonSave_ItemClick);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "测试";
            this.barButtonItem3.Id = 12;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mytest);
            // 
            // 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(813, 31);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 372);
            this.barDockControlBottom.Size = new System.Drawing.Size(813, 23);
            // 
            // 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, 341);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(813, 31);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 341);
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            this.imageCollection1.Images.SetKeyName(0, "1.png");
            this.imageCollection1.Images.SetKeyName(1, "2.png");
            this.imageCollection1.Images.SetKeyName(2, "3.png");
            this.imageCollection1.Images.SetKeyName(3, "4.png");
            this.imageCollection1.Images.SetKeyName(4, "5.png");
            this.imageCollection1.Images.SetKeyName(5, "6.png");
            this.imageCollection1.Images.SetKeyName(6, "66.png");
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "撤销";
            this.barButtonItem2.Id = 5;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // barEditColor
            // 
            this.barEditColor.Caption = "画笔颜色";
            this.barEditColor.Edit = this.repositoryItemColorEdit1;
            this.barEditColor.Id = 10;
            this.barEditColor.Name = "barEditColor";
            toolTipTitleItem5.Text = "画笔颜色";
            superToolTip5.Items.Add(toolTipTitleItem5);
            this.barEditColor.SuperTip = superToolTip5;
            // 
            // repositoryItemColorEdit1
            // 
            this.repositoryItemColorEdit1.AutoHeight = false;
            this.repositoryItemColorEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemColorEdit1.Name = "repositoryItemColorEdit1";
            // 
            // 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";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.treeList1);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelControl1.Location = new System.Drawing.Point(0, 31);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(192, 341);
            this.panelControl1.TabIndex = 4;
            // 
            // treeList1
            // 
            this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.treeListColumn1});
            this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeList1.Location = new System.Drawing.Point(2, 2);
            this.treeList1.Name = "treeList1";
            this.treeList1.OptionsBehavior.Editable = false;
            this.treeList1.OptionsView.ShowButtons = false;
            this.treeList1.OptionsView.ShowColumns = false;
            this.treeList1.OptionsView.ShowHorzLines = false;
            this.treeList1.OptionsView.ShowIndicator = false;
            this.treeList1.OptionsView.ShowRoot = false;
            this.treeList1.OptionsView.ShowVertLines = false;
            this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemPictureEdit1});
            this.treeList1.Size = new System.Drawing.Size(188, 337);
            this.treeList1.TabIndex = 0;
            this.treeList1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseClick);
            // 
            // treeListColumn1
            // 
            this.treeListColumn1.Caption = "treeListColumn1";
            this.treeListColumn1.ColumnEdit = this.repositoryItemPictureEdit1;
            this.treeListColumn1.FieldName = "treeListColumn1";
            this.treeListColumn1.Name = "treeListColumn1";
            this.treeListColumn1.Visible = true;
            this.treeListColumn1.VisibleIndex = 0;
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.CustomHeight = 80;
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            this.repositoryItemPictureEdit1.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.pictureEdit1);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(192, 31);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(621, 341);
            this.panelControl2.TabIndex = 5;
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureEdit1.Location = new System.Drawing.Point(2, 2);
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Size = new System.Drawing.Size(617, 337);
            this.pictureEdit1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureEdit1.TabIndex = 0;
            this.pictureEdit1.TabStop = false;
            this.pictureEdit1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureEdit1_MouseMove);
            this.pictureEdit1.Click += new System.EventHandler(this.pictureEdit1_Click);
            this.pictureEdit1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.pictureEdit1_MouseDoubleClick);
            this.pictureEdit1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureEdit1_MouseDown);
            this.pictureEdit1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureEdit1_MouseUp);
            // 
            // toolTip1
            // 
            this.toolTip1.ShowAlways = true;
            // 
            // comboBoxEdit1
            // 
            this.comboBoxEdit1.EditValue = "细";
            this.comboBoxEdit1.Location = new System.Drawing.Point(332, 4);
            this.comboBoxEdit1.MenuManager = this.barManager1;
            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.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit1.Size = new System.Drawing.Size(84, 21);
            this.comboBoxEdit1.TabIndex = 1;
            this.toolTip1.SetToolTip(this.comboBoxEdit1, "画笔粗细");
            this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.Selectindex);
            // 
            // colorEdit1
            // 
            this.colorEdit1.EditValue = System.Drawing.Color.Red;
            this.colorEdit1.Location = new System.Drawing.Point(456, 4);
            this.colorEdit1.MenuManager = this.barManager1;
            this.colorEdit1.Name = "colorEdit1";
            this.colorEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.colorEdit1.Size = new System.Drawing.Size(84, 21);
            this.colorEdit1.TabIndex = 1;
            this.colorEdit1.ToolTip = "画笔颜色";
            this.colorEdit1.EditValueChanged += new System.EventHandler(this.ChosemyColor);
            // 
            // comboBoxEditTypeChoice
            // 
            this.comboBoxEditTypeChoice.EditValue = "请选择识别类型";
            this.comboBoxEditTypeChoice.Location = new System.Drawing.Point(60, 4);
            this.comboBoxEditTypeChoice.MenuManager = this.barManager1;
            this.comboBoxEditTypeChoice.Name = "comboBoxEditTypeChoice";
            this.comboBoxEditTypeChoice.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEditTypeChoice.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEditTypeChoice.Size = new System.Drawing.Size(113, 21);
            this.comboBoxEditTypeChoice.TabIndex = 10;
            this.comboBoxEditTypeChoice.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditTypeChoice_SelectedIndexChanged);
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(2, 7);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(52, 14);
            this.labelControl1.TabIndex = 15;
            this.labelControl1.Text = "识别类型:";
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(298, 7);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(28, 14);
            this.labelControl2.TabIndex = 15;
            this.labelControl2.Text = "线型:";
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(422, 7);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(28, 14);
            this.labelControl3.TabIndex = 15;
            this.labelControl3.Text = "颜色:";
            // 
            // simpleButtonDefault
            // 
            this.simpleButtonDefault.Location = new System.Drawing.Point(179, 2);
            this.simpleButtonDefault.Name = "simpleButtonDefault";
            this.simpleButtonDefault.Size = new System.Drawing.Size(113, 26);
            this.simpleButtonDefault.TabIndex = 1;
            this.simpleButtonDefault.Text = "默认";
            this.simpleButtonDefault.Click += new System.EventHandler(this.simpleButtonDefault_Click);
            // 
            // frmDrawing
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(813, 395);
            this.Controls.Add(this.simpleButtonDefault);
            this.Controls.Add(this.labelControl3);
            this.Controls.Add(this.labelControl2);
            this.Controls.Add(this.labelControl1);
            this.Controls.Add(this.comboBoxEditTypeChoice);
            this.Controls.Add(this.comboBoxEdit1);
            this.Controls.Add(this.colorEdit1);
            this.Controls.Add(this.panelControl2);
            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.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmDrawing";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "绘图窗口";
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.colorEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditTypeChoice.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 17
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(frmStokDepoDevir));
     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();
     this.panelControl1             = new DevExpress.XtraEditors.PanelControl();
     this.labelControl14            = new DevExpress.XtraEditors.LabelControl();
     this.lueDepolar                = new DevExpress.XtraEditors.LookUpEdit();
     this.simpleButton2             = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4             = new DevExpress.XtraEditors.SimpleButton();
     this.fkStokKarti               = new DevExpress.XtraEditors.LabelControl();
     this.panelControl3             = new DevExpress.XtraEditors.PanelControl();
     this.label1                    = new System.Windows.Forms.Label();
     this.deDevirTarihi             = new DevExpress.XtraEditors.DateEdit();
     this.ceSimdikiMevcut           = new DevExpress.XtraEditors.CalcEdit();
     this.labelControl1             = new DevExpress.XtraEditors.LabelControl();
     this.ceBakiyeKaydedilecek      = new DevExpress.XtraEditors.CalcEdit();
     this.panelControl4             = new DevExpress.XtraEditors.PanelControl();
     this.ceMevcut                  = new DevExpress.XtraEditors.CalcEdit();
     this.Bakiye                    = new DevExpress.XtraEditors.CalcEdit();
     this.tEaciklama                = new DevExpress.XtraEditors.TextEdit();
     this.lblToplamMevcut           = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6             = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3             = new DevExpress.XtraEditors.LabelControl();
     this.simpleButton3             = new DevExpress.XtraEditors.SimpleButton();
     this.gridControl1              = new DevExpress.XtraGrid.GridControl();
     this.contextMenuStrip1         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.silToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.panelControl2             = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton18            = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton17            = new DevExpress.XtraEditors.SimpleButton();
     this.düzenleToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueDepolar.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.deDevirTarihi.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deDevirTarihi.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceSimdikiMevcut.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceBakiyeKaydedilecek.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ceMevcut.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Bakiye.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tEaciklama.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.labelControl14);
     this.panelControl1.Controls.Add(this.lueDepolar);
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.simpleButton4);
     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(856, 68);
     this.panelControl1.TabIndex = 34;
     //
     // labelControl14
     //
     this.labelControl14.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.labelControl14.Location = new System.Drawing.Point(69, 30);
     this.labelControl14.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl14.Name     = "labelControl14";
     this.labelControl14.Size     = new System.Drawing.Size(44, 16);
     this.labelControl14.TabIndex = 142;
     this.labelControl14.Text     = "Depolar";
     //
     // lueDepolar
     //
     this.lueDepolar.Location = new System.Drawing.Point(121, 26);
     this.lueDepolar.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lueDepolar.Name     = "lueDepolar";
     this.lueDepolar.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lueDepolar.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("pkDepolar", "pkDepolar", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("DepoAdi", "Depo Adı")
     });
     this.lueDepolar.Properties.DisplayMember = "DepoAdi";
     this.lueDepolar.Properties.NullText      = "Seçiniz...";
     this.lueDepolar.Properties.ShowHeader    = false;
     this.lueDepolar.Properties.ValueMember   = "pkDepolar";
     this.lueDepolar.Size              = new System.Drawing.Size(161, 22);
     this.lueDepolar.TabIndex          = 143;
     this.lueDepolar.EditValueChanged += new System.EventHandler(this.lueDepolar_EditValueChanged);
     //
     // simpleButton2
     //
     this.simpleButton2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.simpleButton2.Image    = global::GPTS.Properties.Resources.Save_32x32;
     this.simpleButton2.Location = new System.Drawing.Point(575, 2);
     this.simpleButton2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(143, 64);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text     = "Kaydet [F9]";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Dock     = System.Windows.Forms.DockStyle.Right;
     this.simpleButton4.Image    = global::GPTS.Properties.Resources.cancel;
     this.simpleButton4.Location = new System.Drawing.Point(718, 2);
     this.simpleButton4.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(136, 64);
     this.simpleButton4.TabIndex = 88;
     this.simpleButton4.Text     = "Kapat [ESC]";
     this.simpleButton4.Click   += new System.EventHandler(this.simpleButton4_Click);
     //
     // fkStokKarti
     //
     this.fkStokKarti.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.fkStokKarti.Appearance.Font      = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold);
     this.fkStokKarti.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.fkStokKarti.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.fkStokKarti.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.fkStokKarti.Dock         = System.Windows.Forms.DockStyle.Top;
     this.fkStokKarti.Location     = new System.Drawing.Point(0, 68);
     this.fkStokKarti.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.fkStokKarti.Name         = "fkStokKarti";
     this.fkStokKarti.Size         = new System.Drawing.Size(856, 38);
     this.fkStokKarti.TabIndex     = 35;
     this.fkStokKarti.Tag          = "0";
     this.fkStokKarti.Text         = "Stok Adı";
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.label1);
     this.panelControl3.Controls.Add(this.deDevirTarihi);
     this.panelControl3.Controls.Add(this.ceSimdikiMevcut);
     this.panelControl3.Controls.Add(this.labelControl1);
     this.panelControl3.Controls.Add(this.ceBakiyeKaydedilecek);
     this.panelControl3.Controls.Add(this.panelControl4);
     this.panelControl3.Controls.Add(this.tEaciklama);
     this.panelControl3.Controls.Add(this.lblToplamMevcut);
     this.panelControl3.Controls.Add(this.labelControl6);
     this.panelControl3.Controls.Add(this.labelControl3);
     this.panelControl3.Controls.Add(this.simpleButton3);
     this.panelControl3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl3.Location = new System.Drawing.Point(0, 106);
     this.panelControl3.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(856, 180);
     this.panelControl3.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(447, 62);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(76, 17);
     this.label1.TabIndex = 40;
     this.label1.Text     = "Devir Tarihi";
     //
     // deDevirTarihi
     //
     this.deDevirTarihi.EditValue = null;
     this.deDevirTarihi.Location  = new System.Drawing.Point(558, 58);
     this.deDevirTarihi.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.deDevirTarihi.Name      = "deDevirTarihi";
     this.deDevirTarihi.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.deDevirTarihi.Properties.DisplayFormat.FormatString = "g";
     this.deDevirTarihi.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.deDevirTarihi.Properties.EditFormat.FormatString    = "g";
     this.deDevirTarihi.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.deDevirTarihi.Properties.Mask.EditMask = "g";
     this.deDevirTarihi.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.deDevirTarihi.Size     = new System.Drawing.Size(168, 22);
     this.deDevirTarihi.TabIndex = 39;
     //
     // ceSimdikiMevcut
     //
     this.ceSimdikiMevcut.Location = new System.Drawing.Point(121, 58);
     this.ceSimdikiMevcut.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ceSimdikiMevcut.Name     = "ceSimdikiMevcut";
     this.ceSimdikiMevcut.Properties.Appearance.BackColor                   = System.Drawing.Color.LightGreen;
     this.ceSimdikiMevcut.Properties.Appearance.Font                        = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.ceSimdikiMevcut.Properties.Appearance.Options.UseBackColor        = true;
     this.ceSimdikiMevcut.Properties.Appearance.Options.UseFont             = true;
     this.ceSimdikiMevcut.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.GreenYellow;
     this.ceSimdikiMevcut.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.ceSimdikiMevcut.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.ceSimdikiMevcut.Size     = new System.Drawing.Size(280, 59);
     this.ceSimdikiMevcut.TabIndex = 0;
     this.ceSimdikiMevcut.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.ceSimdikiMevcut_KeyUp);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(24, 81);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(85, 16);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Şimdiki Mevcut";
     //
     // ceBakiyeKaydedilecek
     //
     this.ceBakiyeKaydedilecek.Enabled  = false;
     this.ceBakiyeKaydedilecek.Location = new System.Drawing.Point(519, 10);
     this.ceBakiyeKaydedilecek.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ceBakiyeKaydedilecek.Name     = "ceBakiyeKaydedilecek";
     this.ceBakiyeKaydedilecek.Properties.Appearance.BackColor            = System.Drawing.SystemColors.Info;
     this.ceBakiyeKaydedilecek.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.ceBakiyeKaydedilecek.Properties.Appearance.Options.UseBackColor = true;
     this.ceBakiyeKaydedilecek.Properties.Appearance.Options.UseFont      = true;
     this.ceBakiyeKaydedilecek.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.ceBakiyeKaydedilecek.Size     = new System.Drawing.Size(107, 29);
     this.ceBakiyeKaydedilecek.TabIndex = 37;
     this.ceBakiyeKaydedilecek.Visible  = false;
     //
     // panelControl4
     //
     this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.panelControl4.Controls.Add(this.ceMevcut);
     this.panelControl4.Controls.Add(this.Bakiye);
     this.panelControl4.Location = new System.Drawing.Point(121, 7);
     this.panelControl4.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(163, 36);
     this.panelControl4.TabIndex = 35;
     //
     // ceMevcut
     //
     this.ceMevcut.Enabled  = false;
     this.ceMevcut.Location = new System.Drawing.Point(2, 2);
     this.ceMevcut.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ceMevcut.Name     = "ceMevcut";
     this.ceMevcut.Properties.Appearance.BackColor            = System.Drawing.SystemColors.Info;
     this.ceMevcut.Properties.Appearance.Font                 = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.ceMevcut.Properties.Appearance.Options.UseBackColor = true;
     this.ceMevcut.Properties.Appearance.Options.UseFont      = true;
     this.ceMevcut.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.ceMevcut.Properties.DisplayFormat.FormatString = "{0:#0.00####}";
     this.ceMevcut.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.ceMevcut.Size              = new System.Drawing.Size(159, 29);
     this.ceMevcut.TabIndex          = 5;
     this.ceMevcut.EditValueChanged += new System.EventHandler(this.ceMevcut_EditValueChanged);
     //
     // Bakiye
     //
     this.Bakiye.Enabled  = false;
     this.Bakiye.Location = new System.Drawing.Point(310, 7);
     this.Bakiye.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Bakiye.Name     = "Bakiye";
     this.Bakiye.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.Bakiye.Properties.Appearance.Options.UseFont = true;
     this.Bakiye.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.Bakiye.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.Bakiye.Size     = new System.Drawing.Size(174, 35);
     this.Bakiye.TabIndex = 4;
     this.Bakiye.TabStop  = false;
     //
     // tEaciklama
     //
     this.tEaciklama.EditValue = "Düzeltme";
     this.tEaciklama.Location  = new System.Drawing.Point(121, 130);
     this.tEaciklama.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tEaciklama.Name      = "tEaciklama";
     this.tEaciklama.Properties.Appearance.Font                        = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.tEaciklama.Properties.Appearance.Options.UseFont             = true;
     this.tEaciklama.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.GreenYellow;
     this.tEaciklama.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tEaciklama.Size     = new System.Drawing.Size(604, 25);
     this.tEaciklama.TabIndex = 1;
     //
     // lblToplamMevcut
     //
     this.lblToplamMevcut.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblToplamMevcut.Location        = new System.Drawing.Point(295, 17);
     this.lblToplamMevcut.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lblToplamMevcut.Name            = "lblToplamMevcut";
     this.lblToplamMevcut.Size            = new System.Drawing.Size(9, 17);
     this.lblToplamMevcut.TabIndex        = 3;
     this.lblToplamMevcut.Text            = "0";
     //
     // labelControl6
     //
     this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl6.Location        = new System.Drawing.Point(10, 16);
     this.labelControl6.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl6.Name            = "labelControl6";
     this.labelControl6.Size            = new System.Drawing.Size(86, 17);
     this.labelControl6.TabIndex        = 3;
     this.labelControl6.Text            = "Mevcut Stok";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(59, 135);
     this.labelControl3.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(51, 16);
     this.labelControl3.TabIndex = 28;
     this.labelControl3.Text     = "Açıklama";
     //
     // simpleButton3
     //
     this.simpleButton3.Location = new System.Drawing.Point(742, 7);
     this.simpleButton3.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(108, 36);
     this.simpleButton3.TabIndex = 36;
     this.simpleButton3.Text     = "Sıfırla";
     this.simpleButton3.Click   += new System.EventHandler(this.simpleButton3_Click);
     //
     // gridControl1
     //
     this.gridControl1.ContextMenuStrip         = this.contextMenuStrip1;
     this.gridControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gridControl1.Location                 = new System.Drawing.Point(0, 286);
     this.gridControl1.MainView                 = this.gridView1;
     this.gridControl1.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.gridControl1.Name                     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemLookUpEdit1
     });
     this.gridControl1.Size     = new System.Drawing.Size(856, 278);
     this.gridControl1.TabIndex = 41;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.silToolStripMenuItem,
         this.düzenleToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(227, 108);
     //
     // silToolStripMenuItem
     //
     this.silToolStripMenuItem.Image        = global::GPTS.Properties.Resources.Delete_32x32;
     this.silToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.silToolStripMenuItem.Name         = "silToolStripMenuItem";
     this.silToolStripMenuItem.Size         = new System.Drawing.Size(226, 38);
     this.silToolStripMenuItem.Text         = "Sil";
     this.silToolStripMenuItem.Click       += new System.EventHandler(this.silToolStripMenuItem_Click);
     //
     // gridView1
     //
     this.gridView1.ColumnPanelRowHeight = 40;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn9,
         this.gridColumn5,
         this.gridColumn1,
         this.gridColumn3,
         this.gridColumn2,
         this.gridColumn4,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn10
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable   = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Descending)
     });
     //
     // gridColumn9
     //
     this.gridColumn9.Caption           = "Kalan";
     this.gridColumn9.FieldName         = "Kalan";
     this.gridColumn9.Name              = "gridColumn9";
     this.gridColumn9.UnboundExpression = "[OncekiAdet]-[DevirAdedi]";
     this.gridColumn9.UnboundType       = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn9.Visible           = true;
     this.gridColumn9.VisibleIndex      = 3;
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceHeader.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.gridColumn5.AppearanceHeader.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.gridColumn5.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn5.AppearanceHeader.Options.UseForeColor   = true;
     this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn5.Caption   = "pkStokDevir";
     this.gridColumn5.FieldName = "pkStokDevir";
     this.gridColumn5.Name      = "gridColumn5";
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.AppearanceHeader.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.gridColumn1.AppearanceHeader.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.gridColumn1.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn1.AppearanceHeader.Options.UseForeColor   = true;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn1.Caption = "Tarih";
     this.gridColumn1.DisplayFormat.FormatString = "G";
     this.gridColumn1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn1.FieldName    = "Tarih";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width        = 140;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceHeader.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.gridColumn3.AppearanceHeader.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.gridColumn3.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn3.AppearanceHeader.Options.UseForeColor   = true;
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn3.Caption      = "Açıklama";
     this.gridColumn3.FieldName    = "Aciklama";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 166;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.gridColumn2.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn2.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn2.AppearanceHeader.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.gridColumn2.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn2.AppearanceHeader.Options.UseForeColor   = true;
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.Caption      = "Şimdiki Mevcut";
     this.gridColumn2.FieldName    = "DevirAdedi";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 5;
     this.gridColumn2.Width        = 104;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn4.AppearanceHeader.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.gridColumn4.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn4.AppearanceHeader.Options.UseForeColor   = true;
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.Caption      = "Önceki Adet";
     this.gridColumn4.FieldName    = "OncekiAdet";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 4;
     this.gridColumn4.Width        = 89;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "fkKullanicilar";
     this.gridColumn6.FieldName = "fkKullanicilar";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.Width     = 120;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn7.AppearanceHeader.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.gridColumn7.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn7.AppearanceHeader.Options.UseForeColor   = true;
     this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn7.Caption = "İşlem Tarihi";
     this.gridColumn7.DisplayFormat.FormatString = "g";
     this.gridColumn7.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn7.FieldName    = "islemTarihi";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 6;
     this.gridColumn7.Width        = 102;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption           = "Mevcut";
     this.gridColumn8.FieldName         = "Mevcut";
     this.gridColumn8.Name              = "gridColumn8";
     this.gridColumn8.UnboundExpression = "[OncekiAdet]-[DevirAdedi]";
     this.gridColumn8.UnboundType       = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption    = "Depo Id";
     this.gridColumn10.ColumnEdit = this.repositoryItemLookUpEdit1;
     this.gridColumn10.FieldName  = "fkDepolar";
     this.gridColumn10.Name       = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 0;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AccessibleDescription = "depo ıd";
     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("DepoAdi", "DepoAdi"),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("pkDepolar", "pkDepolar", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)
     });
     this.repositoryItemLookUpEdit1.DisplayMember = "DepoAdi";
     this.repositoryItemLookUpEdit1.Name          = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.ValueMember   = "pkDepolar";
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.simpleButton18);
     this.panelControl2.Controls.Add(this.simpleButton17);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl2.Location = new System.Drawing.Point(0, 564);
     this.panelControl2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(856, 59);
     this.panelControl2.TabIndex = 42;
     this.panelControl2.Visible  = false;
     //
     // simpleButton18
     //
     this.simpleButton18.Enabled       = false;
     this.simpleButton18.Image         = ((System.Drawing.Image)(resources.GetObject("simpleButton18.Image")));
     this.simpleButton18.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
     this.simpleButton18.Location      = new System.Drawing.Point(454, 6);
     this.simpleButton18.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.simpleButton18.Name          = "simpleButton18";
     this.simpleButton18.Size          = new System.Drawing.Size(118, 47);
     toolTipTitleItem1.Text            = "Kopyala";
     toolTipItem1.LeftIndent           = 6;
     toolTipItem1.Text = "Kaydettiğiniz stok kartının tamamını kopyalar ve zaman kaybınızı önler, daha az z" +
                         "amanda daha çok stok işleyebilirsiniz";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.simpleButton18.SuperTip = superToolTip1;
     this.simpleButton18.TabIndex = 90;
     this.simpleButton18.Text     = "Sonraki";
     //
     // simpleButton17
     //
     this.simpleButton17.Enabled  = false;
     this.simpleButton17.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton17.Image")));
     this.simpleButton17.Location = new System.Drawing.Point(211, 4);
     this.simpleButton17.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.simpleButton17.Name     = "simpleButton17";
     this.simpleButton17.Size     = new System.Drawing.Size(118, 47);
     toolTipTitleItem2.Text       = "Kopyala";
     toolTipItem2.LeftIndent      = 6;
     toolTipItem2.Text            = "Kaydettiğiniz stok kartının tamamını kopyalar ve zaman kaybınızı önler, daha az z" +
                                    "amanda daha çok stok işleyebilirsiniz";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.simpleButton17.SuperTip = superToolTip2;
     this.simpleButton17.TabIndex = 89;
     this.simpleButton17.Text     = "Önceki";
     //
     // düzenleToolStripMenuItem
     //
     this.düzenleToolStripMenuItem.Name   = "düzenleToolStripMenuItem";
     this.düzenleToolStripMenuItem.Size   = new System.Drawing.Size(226, 38);
     this.düzenleToolStripMenuItem.Text   = "Düzenle";
     this.düzenleToolStripMenuItem.Click += new System.EventHandler(this.düzenleToolStripMenuItem_Click);
     //
     // frmStokDepoDevir
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(856, 623);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.panelControl3);
     this.Controls.Add(this.fkStokKarti);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.panelControl2);
     this.KeyPreview = true;
     this.Margin     = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name       = "frmStokDepoDevir";
     this.Text       = "Stok Devir İşlemi";
     this.Load      += new System.EventHandler(this.frmStokDevir_Load);
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmStokDepoDevir_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueDepolar.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.panelControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.deDevirTarihi.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deDevirTarihi.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceSimdikiMevcut.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ceBakiyeKaydedilecek.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ceMevcut.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Bakiye.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tEaciklama.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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);
 }
Exemplo 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()
 {
     this.components = new System.ComponentModel.Container();
     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 superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem1  = new DevExpress.Utils.ToolTipItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PledgeEdit));
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject8 = 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.groupControl1        = new DevExpress.XtraEditors.GroupControl();
     this.account              = new DevExpress.XtraEditors.ComboBoxEdit();
     this.pledgesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.billingData          = new ShomreiTorah.Data.UI.FrameworkBindingSource(this.components);
     this.labelControl6        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5        = new DevExpress.XtraEditors.LabelControl();
     this.date          = new ShomreiTorah.Billing.Controls.HebrewCalendarEdit();
     this.commit        = new ShomreiTorah.Billing.Controls.CommitButton();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.note          = new ShomreiTorah.Billing.Controls.Editors.AliyahNoteEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.subtypeText   = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.typeText      = new DevExpress.XtraEditors.TextEdit();
     this.comments      = new DevExpress.XtraEditors.MemoEdit();
     this.amount        = new DevExpress.XtraEditors.SpinEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.typeTree      = new ShomreiTorah.Data.UI.Controls.PledgeTypeTree();
     this.person        = new ShomreiTorah.Data.UI.Controls.PersonSelector();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.account.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pledgesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.billingData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.date.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.note.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.subtypeText.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.typeText.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comments.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.person.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControl1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControl1.Controls.Add(this.account);
     this.groupControl1.Controls.Add(this.labelControl6);
     this.groupControl1.Controls.Add(this.labelControl5);
     this.groupControl1.Controls.Add(this.date);
     this.groupControl1.Controls.Add(this.commit);
     this.groupControl1.Controls.Add(this.labelControl4);
     this.groupControl1.Controls.Add(this.note);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.subtypeText);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Controls.Add(this.typeText);
     this.groupControl1.Controls.Add(this.comments);
     this.groupControl1.Controls.Add(this.amount);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupControl1.Location = new System.Drawing.Point(217, 30);
     this.groupControl1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(503, 267);
     this.groupControl1.TabIndex = 2;
     this.groupControl1.Text     = "Details";
     //
     // account
     //
     this.account.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.pledgesBindingSource, "Account", true));
     this.account.Location = new System.Drawing.Point(82, 189);
     this.account.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.account.Name     = "account";
     this.account.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.DropDown)
     });
     this.account.Properties.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Skinned;
     this.account.Size     = new System.Drawing.Size(207, 26);
     this.account.TabIndex = 4;
     this.account.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
     //
     // pledgesBindingSource
     //
     this.pledgesBindingSource.DataMember = "Pledges";
     this.pledgesBindingSource.DataSource = this.billingData;
     this.pledgesBindingSource.Position   = 0;
     //
     // billingData
     //
     this.billingData.Position = 0;
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(9, 193);
     this.labelControl6.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(63, 19);
     this.labelControl6.TabIndex = 12;
     this.labelControl6.Text     = "Account:";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(9, 41);
     this.labelControl5.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(38, 19);
     this.labelControl5.TabIndex = 10;
     this.labelControl5.Text     = "Date:";
     //
     // date
     //
     this.date.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.pledgesBindingSource, "Date", true));
     this.date.Location = new System.Drawing.Point(84, 37);
     this.date.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.date.Name     = "date";
     this.date.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.date.Properties.DisplayFormat.FormatString = "d";
     this.date.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.date.Properties.EditFormat.FormatString    = "d";
     this.date.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.date.Properties.Mask.EditMask = "d";
     this.date.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.date.Size     = new System.Drawing.Size(206, 26);
     this.date.TabIndex = 0;
     this.date.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
     //
     // commit
     //
     this.commit.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.commit.Location        = new System.Drawing.Point(376, 225);
     this.commit.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.commit.Name            = "commit";
     this.commit.Size            = new System.Drawing.Size(120, 34);
     this.commit.TabIndex        = 7;
     this.commit.VisibleChanged += new System.EventHandler(this.commit_VisibleChanged);
     this.commit.Click          += new System.EventHandler(this.commit_Click);
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(9, 231);
     this.labelControl4.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(39, 19);
     this.labelControl4.TabIndex = 8;
     this.labelControl4.Text     = "Note:";
     //
     // note
     //
     this.note.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.pledgesBindingSource, "Note", true));
     this.note.EditValue = "";
     this.note.Location  = new System.Drawing.Point(84, 227);
     this.note.Margin    = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.note.Name      = "note";
     this.note.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.note.Properties.NullValuePrompt = "(will show on invoice)";
     this.note.Properties.NullValuePromptShowForEmptyValue = true;
     this.note.Size              = new System.Drawing.Size(206, 26);
     this.note.TabIndex          = 5;
     this.note.EditValueChanged += new System.EventHandler(this.note_EditValueChanged);
     this.note.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(9, 155);
     this.labelControl3.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(63, 19);
     this.labelControl3.TabIndex = 7;
     this.labelControl3.Text     = "Subtype:";
     //
     // subtypeText
     //
     this.subtypeText.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.pledgesBindingSource, "SubType", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.subtypeText.EditValue         = "";
     this.subtypeText.Location          = new System.Drawing.Point(84, 151);
     this.subtypeText.Margin            = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.subtypeText.Name              = "subtypeText";
     this.subtypeText.Size              = new System.Drawing.Size(206, 26);
     this.subtypeText.TabIndex          = 3;
     this.subtypeText.EditValueChanged += new System.EventHandler(this.TypesText_EditValueChanged);
     this.subtypeText.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(9, 117);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(41, 19);
     this.labelControl1.TabIndex = 6;
     this.labelControl1.Text     = "Type:";
     //
     // typeText
     //
     this.typeText.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.pledgesBindingSource, "Type", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.typeText.Location          = new System.Drawing.Point(84, 113);
     this.typeText.Margin            = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.typeText.Name              = "typeText";
     this.typeText.Size              = new System.Drawing.Size(206, 26);
     this.typeText.TabIndex          = 2;
     this.typeText.EditValueChanged += new System.EventHandler(this.TypesText_EditValueChanged);
     this.typeText.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
     this.typeText.Leave            += new System.EventHandler(this.typeText_Leave);
     //
     // comments
     //
     this.comments.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.comments.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.pledgesBindingSource, "Comments", true));
     this.comments.EditValue = "";
     this.comments.Location  = new System.Drawing.Point(298, 37);
     this.comments.Margin    = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.comments.Name      = "comments";
     this.comments.Properties.NullValuePrompt = "Comments (will not show on invoice)";
     this.comments.Properties.NullValuePromptShowForEmptyValue = true;
     this.comments.Size     = new System.Drawing.Size(197, 184);
     this.comments.TabIndex = 6;
     //
     // amount
     //
     this.amount.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.pledgesBindingSource, "Amount", true));
     this.amount.EditValue = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.amount.Location = new System.Drawing.Point(84, 75);
     this.amount.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.amount.Name     = "amount";
     this.amount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.amount.Properties.DisplayFormat.FormatString = "c";
     this.amount.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.amount.Properties.EditFormat.FormatString    = "c";
     this.amount.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.amount.Properties.Mask.EditMask = "c";
     this.amount.Size     = new System.Drawing.Size(206, 26);
     this.amount.TabIndex = 1;
     this.amount.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Input_KeyDown);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(9, 79);
     this.labelControl2.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(63, 19);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "Amount:";
     //
     // typeTree
     //
     this.typeTree.Dock          = System.Windows.Forms.DockStyle.Left;
     this.typeTree.HideSelection = false;
     this.typeTree.Location      = new System.Drawing.Point(0, 28);
     this.typeTree.Margin        = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.typeTree.Name          = "typeTree";
     this.typeTree.Size          = new System.Drawing.Size(217, 269);
     this.typeTree.SubTypeField  = this.subtypeText;
     this.typeTree.TabIndex      = 1;
     this.typeTree.TypeField     = this.typeText;
     this.typeTree.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.typeTree_AfterSelect);
     //
     // person
     //
     this.person.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.pledgesBindingSource, "Person", true));
     this.person.Dock     = System.Windows.Forms.DockStyle.Top;
     this.person.Location = new System.Drawing.Point(0, 0);
     this.person.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.person.Name     = "person";
     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.person.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, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", 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("person.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, superToolTip2, true)
     });
     this.person.Properties.NewPersonTemplate = null;
     this.person.Size              = new System.Drawing.Size(720, 28);
     this.person.TabIndex          = 0;
     this.person.PersonSelecting  += new System.EventHandler <ShomreiTorah.Data.UI.Controls.PersonSelectingEventArgs>(this.person_PersonSelecting);
     this.person.EditValueChanged += new System.EventHandler(this.person_EditValueChanged);
     //
     // PledgeEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.typeTree);
     this.Controls.Add(this.person);
     this.Margin      = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.MinimumSize = new System.Drawing.Size(720, 297);
     this.Name        = "PledgeEdit";
     this.Size        = new System.Drawing.Size(720, 297);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.account.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pledgesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.billingData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.date.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.note.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.subtypeText.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.typeText.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comments.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.person.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 20
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();
            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);

        }
Exemplo n.º 21
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();
     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();
     DevExpress.Utils.SuperToolTip         superToolTip3         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem5     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem3          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem3 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem6     = new DevExpress.Utils.ToolTipTitleItem();
     this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit();
     this.buttonEdit2 = new DevExpress.XtraEditors.ButtonEdit();
     this.buttonEdit3 = new DevExpress.XtraEditors.ButtonEdit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit3.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // buttonEdit1
     //
     this.buttonEdit1.Location = new System.Drawing.Point(0, 0);
     this.buttonEdit1.Name     = "buttonEdit1";
     this.buttonEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up)
     });
     this.buttonEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.buttonEdit1.Size                    = new System.Drawing.Size(25, 18);
     toolTipTitleItem1.Text                   = "Pindah Baris Item Data ke Atas.";
     toolTipItem1.Appearance.Image            = global::SentraWinFramework.Properties.Resources.element_up;
     toolTipItem1.Appearance.Options.UseImage = true;
     toolTipItem1.Image           = global::SentraWinFramework.Properties.Resources.element_up;
     toolTipItem1.LeftIndent      = 6;
     toolTipItem1.Text            = "Digunakan untuk memindahkan Baris Item Data pada Grid ke Atas.";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "Pada satu saat hanya satu baris saja yang dapat dipindahkan.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.buttonEdit1.SuperTip     = superToolTip1;
     this.buttonEdit1.TabIndex     = 2;
     this.buttonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEdit1_ButtonClick);
     //
     // buttonEdit2
     //
     this.buttonEdit2.Location = new System.Drawing.Point(0, 18);
     this.buttonEdit2.Name     = "buttonEdit2";
     this.buttonEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.buttonEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down)
     });
     this.buttonEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.buttonEdit2.Size                    = new System.Drawing.Size(25, 18);
     toolTipTitleItem3.Text                   = "Pindah Baris Item Data ke Bawah.";
     toolTipItem2.Appearance.Image            = global::SentraWinFramework.Properties.Resources.element_down;
     toolTipItem2.Appearance.Options.UseImage = true;
     toolTipItem2.Image           = global::SentraWinFramework.Properties.Resources.element_down;
     toolTipItem2.LeftIndent      = 6;
     toolTipItem2.Text            = "Digunakan untuk memindahkan Baris Item Data pada Grid ke bawah.";
     toolTipTitleItem4.LeftIndent = 6;
     toolTipTitleItem4.Text       = "Pada satu saat hanya satu baris saja yang dapat dipindahkan.";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.buttonEdit2.SuperTip     = superToolTip2;
     this.buttonEdit2.TabIndex     = 2;
     this.buttonEdit2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEdit2_ButtonClick);
     //
     // buttonEdit3
     //
     this.buttonEdit3.Location = new System.Drawing.Point(0, 41);
     this.buttonEdit3.Name     = "buttonEdit3";
     this.buttonEdit3.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.buttonEdit3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)
     });
     this.buttonEdit3.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.buttonEdit3.Size                    = new System.Drawing.Size(25, 18);
     toolTipTitleItem5.Text                   = "Hapus Baris Item Data (Ctrl-D).";
     toolTipItem3.Appearance.Image            = global::SentraWinFramework.Properties.Resources.element_delete;
     toolTipItem3.Appearance.Options.UseImage = true;
     toolTipItem3.Image           = global::SentraWinFramework.Properties.Resources.element_delete;
     toolTipItem3.LeftIndent      = 6;
     toolTipItem3.Text            = "Digunakan untuk menghapus Baris Item Data yang dipilih pada Grid.";
     toolTipTitleItem6.LeftIndent = 6;
     toolTipTitleItem6.Text       = "Item Data yang akan dihapus harus dipilih terlebih dahulu dengan menekan panel in" +
                                    "dikator baris di sebelah kiri grid.";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.buttonEdit3.SuperTip          = superToolTip3;
     this.buttonEdit3.TabIndex          = 2;
     this.buttonEdit3.ButtonClick      += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEdit3_ButtonClick);
     this.buttonEdit3.EditValueChanged += new System.EventHandler(this.buttonEdit3_EditValueChanged);
     //
     // GridRowMover2
     //
     this.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.buttonEdit3);
     this.Controls.Add(this.buttonEdit2);
     this.Controls.Add(this.buttonEdit1);
     this.LookAndFeel.UseDefaultLookAndFeel = false;
     this.LookAndFeel.UseWindowsXPTheme     = true;
     this.Name = "GridRowMover2";
     this.Size = new System.Drawing.Size(28, 64);
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit3.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 22
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(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);

        }
Exemplo 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();
     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();
     System.ComponentModel.ComponentResourceManager resources              = new System.ComponentModel.ComponentResourceManager(typeof(BaseEditForm));
     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();
     DevExpress.Utils.SuperToolTip                  superToolTip3          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem5      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem3           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem3  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem6      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip4          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem7      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem4           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem4  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem8      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip5          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem9      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem5           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem5  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem10     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip6          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem11     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem6           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem6  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem12     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip7          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem13     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem7           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem7  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem14     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip8          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem15     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem8           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem8  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem16     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip9          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem17     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem9           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem9  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem18     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip10         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem19     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem10          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem10 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem20     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip11         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem21     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem11          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem11 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem22     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip12         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem23     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem12          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem12 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem24     = new DevExpress.Utils.ToolTipTitleItem();
     this.ribbonControl            = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.btnYeni                  = new DevExpress.XtraBars.BarButtonItem();
     this.btnKaydet                = new DevExpress.XtraBars.BarButtonItem();
     this.btnGeriAl                = new DevExpress.XtraBars.BarButtonItem();
     this.btnSil                   = new DevExpress.XtraBars.BarButtonItem();
     this.btnCikis                 = new DevExpress.XtraBars.BarButtonItem();
     this.statusBarAciklama        = new DevExpress.XtraBars.BarStaticItem();
     this.statusBarKisayol         = new DevExpress.XtraBars.BarStaticItem();
     this.statusBarKisayolAciklama = new DevExpress.XtraBars.BarStaticItem();
     this.btnFarkliKaydet          = new DevExpress.XtraBars.BarButtonItem();
     this.btnUygula                = new DevExpress.XtraBars.BarButtonItem();
     this.btnYazdir                = new DevExpress.XtraBars.BarButtonItem();
     this.btnBaskiOnizleme         = new DevExpress.XtraBars.BarButtonItem();
     this.btnResimEkle             = new DevExpress.XtraBars.BarButtonItem();
     this.btnResimSil              = new DevExpress.XtraBars.BarButtonItem();
     this.btnTaksitOlustur         = new DevExpress.XtraBars.BarButtonItem();
     this.btnSifreSifirla          = new DevExpress.XtraBars.BarButtonItem();
     this.btnGiris                 = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage1              = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1         = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar1         = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.ribbonPage2              = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.resimMenu                = new DevExpress.XtraBars.PopupMenu(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resimMenu)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl
     //
     this.ribbonControl.DrawGroupCaptions     = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.DrawGroupsBorderMode  = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ExpandCollapseItem.Id = 0;
     this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl.ExpandCollapseItem,
         this.btnYeni,
         this.btnKaydet,
         this.btnGeriAl,
         this.btnSil,
         this.btnCikis,
         this.statusBarAciklama,
         this.statusBarKisayol,
         this.statusBarKisayolAciklama,
         this.btnFarkliKaydet,
         this.btnUygula,
         this.btnYazdir,
         this.btnBaskiOnizleme,
         this.btnResimEkle,
         this.btnResimSil,
         this.btnTaksitOlustur,
         this.btnSifreSifirla,
         this.btnGiris
     });
     this.ribbonControl.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl.Margin    = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.ribbonControl.MaxItemId = 18;
     this.ribbonControl.Name      = "ribbonControl";
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbonControl.ShowApplicationButton        = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ShowCategoryInCaption        = false;
     this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ShowExpandCollapseButton     = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ShowPageHeadersMode          = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbonControl.ShowQatLocationSelector      = false;
     this.ribbonControl.ShowToolbarCustomizeItem     = false;
     this.ribbonControl.Size      = new System.Drawing.Size(731, 102);
     this.ribbonControl.StatusBar = this.ribbonStatusBar1;
     this.ribbonControl.Toolbar.ShowCustomizeItem = false;
     this.ribbonControl.ToolbarLocation           = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // btnYeni
     //
     this.btnYeni.Caption                          = "Yeni";
     this.btnYeni.Id                               = 1;
     this.btnYeni.ImageOptions.Image               = global::OgrenciTakip.UI.Win.Properties.Resources.addfile_16x16;
     this.btnYeni.ImageOptions.LargeImage          = global::OgrenciTakip.UI.Win.Properties.Resources.addfile_32x32;
     this.btnYeni.ItemShortcut                     = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Insert));
     this.btnYeni.Name                             = "btnYeni";
     toolTipTitleItem1.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem1.Appearance.Options.UseImage = true;
     toolTipTitleItem1.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem1.Text                        = "(Ctrl+Insert)";
     toolTipItem1.LeftIndent                       = 6;
     toolTipItem1.Text                             = "Yeni Kart";
     toolTipTitleItem2.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem2.Appearance.Options.UseImage = true;
     toolTipTitleItem2.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem2.LeftIndent                  = 6;
     toolTipTitleItem2.Text                        = "Formu Yeni Kart Ekleme Modunda Açar.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.btnYeni.SuperTip = superToolTip1;
     //
     // btnKaydet
     //
     this.btnKaydet.Caption                        = "Kaydet";
     this.btnKaydet.Id                             = 2;
     this.btnKaydet.ImageOptions.Image             = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.Image")));
     this.btnKaydet.ImageOptions.LargeImage        = ((System.Drawing.Image)(resources.GetObject("btnKaydet.ImageOptions.LargeImage")));
     this.btnKaydet.ItemShortcut                   = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F2);
     this.btnKaydet.Name                           = "btnKaydet";
     toolTipTitleItem3.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem3.Appearance.Options.UseImage = true;
     toolTipTitleItem3.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem3.Text                        = "(F2)";
     toolTipItem2.LeftIndent                       = 6;
     toolTipItem2.Text                             = "Kaydet";
     toolTipTitleItem4.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem4.Appearance.Options.UseImage = true;
     toolTipTitleItem4.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem4.LeftIndent                  = 6;
     toolTipTitleItem4.Text                        = "Formda Yapılan Değişikler Onay Alınarak Kayıt Edilir.";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.btnKaydet.SuperTip = superToolTip2;
     //
     // btnGeriAl
     //
     this.btnGeriAl.Caption                        = "Geri Al";
     this.btnGeriAl.Id                             = 3;
     this.btnGeriAl.ImageOptions.Image             = ((System.Drawing.Image)(resources.GetObject("btnGeriAl.ImageOptions.Image")));
     this.btnGeriAl.ImageOptions.LargeImage        = ((System.Drawing.Image)(resources.GetObject("btnGeriAl.ImageOptions.LargeImage")));
     this.btnGeriAl.ItemShortcut                   = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z));
     this.btnGeriAl.Name                           = "btnGeriAl";
     toolTipTitleItem5.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem5.Appearance.Options.UseImage = true;
     toolTipTitleItem5.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem5.Text                        = "(Ctrl+Z)";
     toolTipItem3.LeftIndent                       = 6;
     toolTipItem3.Text                             = "Geri Al";
     toolTipTitleItem6.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem6.Appearance.Options.UseImage = true;
     toolTipTitleItem6.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem6.LeftIndent                  = 6;
     toolTipTitleItem6.Text                        = "Formdaki Değişiklikler Geri Alınarak Açılış Verileri Yüklenir.";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.btnGeriAl.SuperTip = superToolTip3;
     //
     // btnSil
     //
     this.btnSil.Caption                           = "Sil";
     this.btnSil.Id                                = 4;
     this.btnSil.ImageOptions.Image                = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.Image")));
     this.btnSil.ImageOptions.LargeImage           = ((System.Drawing.Image)(resources.GetObject("btnSil.ImageOptions.LargeImage")));
     this.btnSil.ItemShortcut                      = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete));
     this.btnSil.Name                              = "btnSil";
     toolTipTitleItem7.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem7.Appearance.Options.UseImage = true;
     toolTipTitleItem7.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem7.Text                        = "(Ctr+Delete)";
     toolTipItem4.LeftIndent                       = 6;
     toolTipItem4.Text                             = "Sil";
     toolTipTitleItem8.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem8.Appearance.Options.UseImage = true;
     toolTipTitleItem8.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem8.LeftIndent                  = 6;
     toolTipTitleItem8.Text                        = "Üzerinde Çalıştığınız Kayıt Onay Alınarak Silinir.";
     superToolTip4.Items.Add(toolTipTitleItem7);
     superToolTip4.Items.Add(toolTipItem4);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipTitleItem8);
     this.btnSil.SuperTip = superToolTip4;
     //
     // btnCikis
     //
     this.btnCikis.Caption                          = "Çıkış";
     this.btnCikis.Id                               = 5;
     this.btnCikis.ImageOptions.Image               = ((System.Drawing.Image)(resources.GetObject("btnCikis.ImageOptions.Image")));
     this.btnCikis.ImageOptions.LargeImage          = ((System.Drawing.Image)(resources.GetObject("btnCikis.ImageOptions.LargeImage")));
     this.btnCikis.Name                             = "btnCikis";
     this.btnCikis.ShortcutKeyDisplayString         = "Esc";
     toolTipTitleItem9.Appearance.Image             = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem9.Appearance.Options.UseImage  = true;
     toolTipTitleItem9.ImageOptions.Image           = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem9.Text                         = "(Esc)";
     toolTipItem5.LeftIndent                        = 6;
     toolTipItem5.Text                              = "Çıkış";
     toolTipTitleItem10.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem10.Appearance.Options.UseImage = true;
     toolTipTitleItem10.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem10.LeftIndent                  = 6;
     toolTipTitleItem10.Text                        = "Form Onayınız Alınarak Kapatılır.";
     superToolTip5.Items.Add(toolTipTitleItem9);
     superToolTip5.Items.Add(toolTipItem5);
     superToolTip5.Items.Add(toolTipSeparatorItem5);
     superToolTip5.Items.Add(toolTipTitleItem10);
     this.btnCikis.SuperTip = superToolTip5;
     //
     // statusBarAciklama
     //
     this.statusBarAciklama.Id = 6;
     this.statusBarAciklama.ImageOptions.Image                         = ((System.Drawing.Image)(resources.GetObject("statusBarAciklama.ImageOptions.Image")));
     this.statusBarAciklama.ImageOptions.LargeImage                    = ((System.Drawing.Image)(resources.GetObject("statusBarAciklama.ImageOptions.LargeImage")));
     this.statusBarAciklama.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.statusBarAciklama.ItemAppearance.Normal.Options.UseForeColor = true;
     this.statusBarAciklama.Name = "statusBarAciklama";
     //
     // statusBarKisayol
     //
     this.statusBarKisayol.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.statusBarKisayol.Id        = 7;
     this.statusBarKisayol.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.statusBarKisayol.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Green;
     this.statusBarKisayol.ItemAppearance.Normal.Options.UseFont      = true;
     this.statusBarKisayol.ItemAppearance.Normal.Options.UseForeColor = true;
     this.statusBarKisayol.Name = "statusBarKisayol";
     //
     // statusBarKisayolAciklama
     //
     this.statusBarKisayolAciklama.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.statusBarKisayolAciklama.Id        = 8;
     this.statusBarKisayolAciklama.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Green;
     this.statusBarKisayolAciklama.ItemAppearance.Normal.Options.UseForeColor = true;
     this.statusBarKisayolAciklama.Name = "statusBarKisayolAciklama";
     //
     // btnFarkliKaydet
     //
     this.btnFarkliKaydet.Caption                   = "Farklı Kaydet";
     this.btnFarkliKaydet.Id                        = 9;
     this.btnFarkliKaydet.ImageOptions.Image        = global::OgrenciTakip.UI.Win.Properties.Resources.saveall_16x16;
     this.btnFarkliKaydet.ImageOptions.LargeImage   = global::OgrenciTakip.UI.Win.Properties.Resources.saveall_32x32;
     this.btnFarkliKaydet.ItemShortcut              = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F2));
     this.btnFarkliKaydet.Name                      = "btnFarkliKaydet";
     toolTipTitleItem11.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem11.Appearance.Options.UseImage = true;
     toolTipTitleItem11.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem11.Text                        = "(Shift+F2)";
     toolTipItem6.LeftIndent                        = 6;
     toolTipItem6.Text = "Farklı Kaydet";
     toolTipTitleItem12.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem12.Appearance.Options.UseImage = true;
     toolTipTitleItem12.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem12.LeftIndent = 6;
     toolTipTitleItem12.Text       = "Formdaki Mevcut Bilgiler Baz Alınarak Yeni Bir Kayıt Oluşturulur.";
     superToolTip6.Items.Add(toolTipTitleItem11);
     superToolTip6.Items.Add(toolTipItem6);
     superToolTip6.Items.Add(toolTipSeparatorItem6);
     superToolTip6.Items.Add(toolTipTitleItem12);
     this.btnFarkliKaydet.SuperTip   = superToolTip6;
     this.btnFarkliKaydet.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnUygula
     //
     this.btnUygula.Caption                         = "Uygula";
     this.btnUygula.Id                              = 10;
     this.btnUygula.ImageOptions.Image              = global::OgrenciTakip.UI.Win.Properties.Resources.insertrangefilter_16x16;
     this.btnUygula.ImageOptions.LargeImage         = global::OgrenciTakip.UI.Win.Properties.Resources.insertrangefilter_32x32;
     this.btnUygula.ItemShortcut                    = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F8);
     this.btnUygula.Name                            = "btnUygula";
     toolTipTitleItem13.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem13.Appearance.Options.UseImage = true;
     toolTipTitleItem13.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem13.Text                        = "(F8)";
     toolTipItem7.LeftIndent                        = 6;
     toolTipItem7.Text                              = "Filtre Uygula";
     toolTipTitleItem14.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem14.Appearance.Options.UseImage = true;
     toolTipTitleItem14.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem14.LeftIndent                  = 6;
     toolTipTitleItem14.Text                        = "Oluşturmuş Olduğunuz Filtre İlgili Tabloya Uygulanır.";
     superToolTip7.Items.Add(toolTipTitleItem13);
     superToolTip7.Items.Add(toolTipItem7);
     superToolTip7.Items.Add(toolTipSeparatorItem7);
     superToolTip7.Items.Add(toolTipTitleItem14);
     this.btnUygula.SuperTip   = superToolTip7;
     this.btnUygula.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnYazdir
     //
     this.btnYazdir.Caption                         = "Yazdır";
     this.btnYazdir.Id                              = 11;
     this.btnYazdir.ImageOptions.Image              = global::OgrenciTakip.UI.Win.Properties.Resources.print_16x16;
     this.btnYazdir.ImageOptions.LargeImage         = global::OgrenciTakip.UI.Win.Properties.Resources.print_32x32;
     this.btnYazdir.ItemShortcut                    = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this.btnYazdir.Name                            = "btnYazdir";
     toolTipTitleItem15.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem15.Appearance.Options.UseImage = true;
     toolTipTitleItem15.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem15.Text                        = "(Ctrl +P)";
     toolTipItem8.LeftIndent                        = 6;
     toolTipItem8.Text                              = "Yazdir";
     toolTipTitleItem16.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem16.Appearance.Options.UseImage = true;
     toolTipTitleItem16.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem16.LeftIndent                  = 6;
     toolTipTitleItem16.Text                        = "Rapor Yazdırılmak Üzere Yazıcıya Gönderilir.";
     superToolTip8.Items.Add(toolTipTitleItem15);
     superToolTip8.Items.Add(toolTipItem8);
     superToolTip8.Items.Add(toolTipSeparatorItem8);
     superToolTip8.Items.Add(toolTipTitleItem16);
     this.btnYazdir.SuperTip   = superToolTip8;
     this.btnYazdir.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnBaskiOnizleme
     //
     this.btnBaskiOnizleme.Caption                  = "Baskı Önizleme";
     this.btnBaskiOnizleme.Id                       = 12;
     this.btnBaskiOnizleme.ImageOptions.Image       = global::OgrenciTakip.UI.Win.Properties.Resources.printpreview_16x16;
     this.btnBaskiOnizleme.ImageOptions.LargeImage  = global::OgrenciTakip.UI.Win.Properties.Resources.printpreview_32x32;
     this.btnBaskiOnizleme.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B));
     this.btnBaskiOnizleme.Name                     = "btnBaskiOnizleme";
     toolTipTitleItem17.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem17.Appearance.Options.UseImage = true;
     toolTipTitleItem17.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem17.Text                        = "(Ctrl +B)";
     toolTipItem9.LeftIndent                        = 6;
     toolTipItem9.Text                              = "Baskı Önizleme";
     toolTipTitleItem18.Appearance.Image            = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem18.Appearance.Options.UseImage = true;
     toolTipTitleItem18.ImageOptions.Image          = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem18.LeftIndent                  = 6;
     toolTipTitleItem18.Text                        = "Rapor Baskı Önizleme Modunda Açılır.";
     superToolTip9.Items.Add(toolTipTitleItem17);
     superToolTip9.Items.Add(toolTipItem9);
     superToolTip9.Items.Add(toolTipSeparatorItem9);
     superToolTip9.Items.Add(toolTipTitleItem18);
     this.btnBaskiOnizleme.SuperTip   = superToolTip9;
     this.btnBaskiOnizleme.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnResimEkle
     //
     this.btnResimEkle.Caption                  = "Resim Ekle";
     this.btnResimEkle.Id                       = 13;
     this.btnResimEkle.ImageOptions.Image       = global::OgrenciTakip.UI.Win.Properties.Resources.addfile_16x16;
     this.btnResimEkle.Name                     = "btnResimEkle";
     this.btnResimEkle.ShortcutKeyDisplayString = "Insert";
     //
     // btnResimSil
     //
     this.btnResimSil.Caption                  = "Resim Sil";
     this.btnResimSil.Id                       = 14;
     this.btnResimSil.ImageOptions.Image       = global::OgrenciTakip.UI.Win.Properties.Resources.deletelist_16x16;
     this.btnResimSil.Name                     = "btnResimSil";
     this.btnResimSil.ShortcutKeyDisplayString = "Delete";
     //
     // btnTaksitOlustur
     //
     this.btnTaksitOlustur.Caption                 = "Taksit Oluştur";
     this.btnTaksitOlustur.Id                      = 15;
     this.btnTaksitOlustur.ImageOptions.Image      = global::OgrenciTakip.UI.Win.Properties.Resources.addfile_16x16;
     this.btnTaksitOlustur.ImageOptions.LargeImage = global::OgrenciTakip.UI.Win.Properties.Resources.addfile_32x32;
     this.btnTaksitOlustur.ItemShortcut            = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F2);
     this.btnTaksitOlustur.Name                    = "btnTaksitOlustur";
     toolTipTitleItem19.ImageOptions.Image         = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem19.Text  = "(F2)";
     toolTipItem10.LeftIndent = 6;
     toolTipItem10.Text       = "Taksit Oluştur.";
     toolTipTitleItem20.ImageOptions.Image = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem20.LeftIndent         = 6;
     toolTipTitleItem20.Text = "Girdiğiniz Kriterlere Göre Taksit(ler) Oluşturulur.";
     superToolTip10.Items.Add(toolTipTitleItem19);
     superToolTip10.Items.Add(toolTipItem10);
     superToolTip10.Items.Add(toolTipSeparatorItem10);
     superToolTip10.Items.Add(toolTipTitleItem20);
     this.btnTaksitOlustur.SuperTip   = superToolTip10;
     this.btnTaksitOlustur.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnSifreSifirla
     //
     this.btnSifreSifirla.Caption                 = "Şifre Sıfırla";
     this.btnSifreSifirla.Id                      = 16;
     this.btnSifreSifirla.ImageOptions.Image      = global::OgrenciTakip.UI.Win.Properties.Resources.assigntome_16x16;
     this.btnSifreSifirla.ImageOptions.LargeImage = global::OgrenciTakip.UI.Win.Properties.Resources.assigntome_32x32;
     this.btnSifreSifirla.ItemShortcut            = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L));
     this.btnSifreSifirla.Name                    = "btnSifreSifirla";
     toolTipTitleItem21.ImageOptions.Image        = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem21.Text                      = "(Ctrl + L )";
     toolTipItem11.LeftIndent                     = 6;
     toolTipItem11.Text = "Şifre Sıfırla";
     toolTipTitleItem22.ImageOptions.Image = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem22.LeftIndent         = 6;
     toolTipTitleItem22.Text = "Kullanıcı İçin Yeni Bir Şifre Oluşturulup Mail Olarak Gönderilir.";
     superToolTip11.Items.Add(toolTipTitleItem21);
     superToolTip11.Items.Add(toolTipItem11);
     superToolTip11.Items.Add(toolTipSeparatorItem11);
     superToolTip11.Items.Add(toolTipTitleItem22);
     this.btnSifreSifirla.SuperTip   = superToolTip11;
     this.btnSifreSifirla.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnGiris
     //
     this.btnGiris.Caption                 = "Giriş";
     this.btnGiris.Id                      = 17;
     this.btnGiris.ImageOptions.Image      = global::OgrenciTakip.UI.Win.Properties.Resources.apply_16x16;
     this.btnGiris.ImageOptions.LargeImage = global::OgrenciTakip.UI.Win.Properties.Resources.apply_32x32;
     this.btnGiris.ItemShortcut            = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F2);
     this.btnGiris.Name                    = "btnGiris";
     toolTipTitleItem23.ImageOptions.Image = global::OgrenciTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem23.Text               = "(F2)";
     toolTipItem12.LeftIndent              = 6;
     toolTipItem12.Text                    = "Giriş";
     toolTipTitleItem24.ImageOptions.Image = global::OgrenciTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem24.LeftIndent         = 6;
     toolTipTitleItem24.Text               = "Çalışalacak Şube ve Dönem Seçilerek Programa Giriş Yapılır.";
     superToolTip12.Items.Add(toolTipTitleItem23);
     superToolTip12.Items.Add(toolTipItem12);
     superToolTip12.Items.Add(toolTipSeparatorItem12);
     superToolTip12.Items.Add(toolTipTitleItem24);
     this.btnGiris.SuperTip   = superToolTip12;
     this.btnGiris.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "ribbonPage1";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.btnGiris);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnYeni);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnKaydet);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnFarkliKaydet);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnGeriAl);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnSil);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnUygula);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnTaksitOlustur);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnYazdir);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnBaskiOnizleme);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnSifreSifirla);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnCikis);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "ribbonPageGroup1";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.ItemLinks.Add(this.statusBarAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.statusBarKisayol);
     this.ribbonStatusBar1.ItemLinks.Add(this.statusBarKisayolAciklama);
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 565);
     this.ribbonStatusBar1.Margin   = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.ribbonStatusBar1.Name     = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon   = this.ribbonControl;
     this.ribbonStatusBar1.Size     = new System.Drawing.Size(731, 31);
     //
     // ribbonPage2
     //
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "ribbonPage2";
     //
     // resimMenu
     //
     this.resimMenu.ItemLinks.Add(this.btnResimEkle);
     this.resimMenu.ItemLinks.Add(this.btnResimSil);
     this.resimMenu.Name   = "resimMenu";
     this.resimMenu.Ribbon = this.ribbonControl;
     //
     // BaseEditForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(731, 596);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl);
     this.Margin        = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.MaximizeBox   = false;
     this.Name          = "BaseEditForm";
     this.Ribbon        = this.ribbonControl;
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StatusBar     = this.ribbonStatusBar1;
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resimMenu)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo 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()
 {
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CotizacionClienteCopiarFrm));
     this.btnClose                  = new DevExpress.XtraEditors.SimpleButton();
     this.btnConsultar              = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl1             = new DevExpress.XtraEditors.GroupControl();
     this.labelControl26            = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1             = new DevExpress.XtraEditors.LabelControl();
     this.rIdempresaOrigen          = new DevExpress.XtraEditors.TextEdit();
     this.rIdsucursalOrigen         = new DevExpress.XtraEditors.TextEdit();
     this.groupControl2             = new DevExpress.XtraEditors.GroupControl();
     this.iIdSucursalDestino        = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.iIdEmpresaDestino         = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView3                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn6               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl2             = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6             = new DevExpress.XtraEditors.LabelControl();
     this.iNumeronegociacionOrigen  = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4             = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5             = new DevExpress.XtraEditors.LabelControl();
     this.iFechacotizacionOrigen    = new DevExpress.XtraEditors.DateEdit();
     this.rNumerocotizacionOrigen   = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3             = new DevExpress.XtraEditors.LabelControl();
     this.rSeriecotizacionOrigen    = new DevExpress.XtraEditors.TextEdit();
     this.groupControl3             = new DevExpress.XtraEditors.GroupControl();
     this.labelControl10            = new DevExpress.XtraEditors.LabelControl();
     this.iNumeronegociacionDestino = new DevExpress.XtraEditors.TextEdit();
     this.rNumerocotizacionDestino  = new DevExpress.XtraEditors.TextEdit();
     this.labelControl9             = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11            = new DevExpress.XtraEditors.LabelControl();
     this.iIdcptooperacionDestino   = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView2                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.iIdtipocpDestino          = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView4                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn12              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl13            = new DevExpress.XtraEditors.LabelControl();
     this.rSeriecotizacionDestino   = new DevExpress.XtraEditors.TextEdit();
     this.labelControl7             = new DevExpress.XtraEditors.LabelControl();
     this.iIdtipocpOrigen           = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.searchLookUpEdit1View     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn8               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl12            = new DevExpress.XtraEditors.LabelControl();
     this.iIdcptooperacionOrigen    = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.gridView6                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn10              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl8             = new DevExpress.XtraEditors.LabelControl();
     this.iNombrecliente            = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rIdempresaOrigen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rIdsucursalOrigen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.iIdSucursalDestino.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdEmpresaDestino.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNumeronegociacionOrigen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechacotizacionOrigen.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechacotizacionOrigen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rNumerocotizacionOrigen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rSeriecotizacionOrigen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.iNumeronegociacionDestino.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rNumerocotizacionDestino.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdcptooperacionDestino.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipocpDestino.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rSeriecotizacionDestino.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipocpOrigen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdcptooperacionOrigen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombrecliente.Properties)).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(440, 419);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(84, 23);
     this.btnClose.TabIndex     = 4;
     this.btnClose.Text         = "Cerrar";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // btnConsultar
     //
     this.btnConsultar.Image    = global::WinFormsApp.Properties.Resources.Action_Copy_CellValue;
     this.btnConsultar.Location = new System.Drawing.Point(350, 419);
     this.btnConsultar.Name     = "btnConsultar";
     this.btnConsultar.Size     = new System.Drawing.Size(84, 23);
     toolTipTitleItem1.Text     = "Procesar";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnConsultar.SuperTip = superToolTip1;
     this.btnConsultar.TabIndex = 3;
     this.btnConsultar.Text     = "Procesar";
     this.btnConsultar.Click   += new System.EventHandler(this.btnProcesar_Click);
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.labelControl26);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Controls.Add(this.rIdempresaOrigen);
     this.groupControl1.Controls.Add(this.rIdsucursalOrigen);
     this.groupControl1.Location = new System.Drawing.Point(12, 114);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(511, 83);
     this.groupControl1.TabIndex = 5;
     this.groupControl1.Text     = "Empresa y sucursal origen";
     //
     // labelControl26
     //
     this.labelControl26.Location = new System.Drawing.Point(13, 53);
     this.labelControl26.Name     = "labelControl26";
     this.labelControl26.Size     = new System.Drawing.Size(40, 13);
     this.labelControl26.TabIndex = 94;
     this.labelControl26.Text     = "Sucursal";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 25);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(41, 13);
     this.labelControl1.TabIndex = 93;
     this.labelControl1.Text     = "Empresa";
     //
     // rIdempresaOrigen
     //
     this.rIdempresaOrigen.EditValue           = "";
     this.rIdempresaOrigen.Location            = new System.Drawing.Point(74, 24);
     this.rIdempresaOrigen.Name                = "rIdempresaOrigen";
     this.rIdempresaOrigen.Properties.NullText = "[EditValue is null]";
     this.rIdempresaOrigen.Properties.ReadOnly = true;
     this.rIdempresaOrigen.Size                = new System.Drawing.Size(432, 20);
     this.rIdempresaOrigen.TabIndex            = 92;
     this.rIdempresaOrigen.Tag = "Seleccione Empresa";
     //
     // rIdsucursalOrigen
     //
     this.rIdsucursalOrigen.EditValue           = "";
     this.rIdsucursalOrigen.Location            = new System.Drawing.Point(74, 50);
     this.rIdsucursalOrigen.Name                = "rIdsucursalOrigen";
     this.rIdsucursalOrigen.Properties.NullText = "[EditValue is null]";
     this.rIdsucursalOrigen.Properties.ReadOnly = true;
     this.rIdsucursalOrigen.Size                = new System.Drawing.Size(432, 20);
     this.rIdsucursalOrigen.TabIndex            = 95;
     this.rIdsucursalOrigen.TabStop             = false;
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.iIdSucursalDestino);
     this.groupControl2.Controls.Add(this.iIdEmpresaDestino);
     this.groupControl2.Controls.Add(this.labelControl2);
     this.groupControl2.Controls.Add(this.labelControl6);
     this.groupControl2.Location = new System.Drawing.Point(12, 203);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(511, 84);
     this.groupControl2.TabIndex = 6;
     this.groupControl2.Text     = "Empresa y sucursal destino";
     //
     // iIdSucursalDestino
     //
     this.iIdSucursalDestino.Location = new System.Drawing.Point(74, 50);
     this.iIdSucursalDestino.Name     = "iIdSucursalDestino";
     this.iIdSucursalDestino.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdSucursalDestino.Properties.PopupFormSize = new System.Drawing.Size(500, 0);
     this.iIdSucursalDestino.Properties.ReadOnly      = true;
     this.iIdSucursalDestino.Properties.View          = this.gridView1;
     this.iIdSucursalDestino.Size              = new System.Drawing.Size(432, 20);
     this.iIdSucursalDestino.TabIndex          = 99;
     this.iIdSucursalDestino.TabStop           = false;
     this.iIdSucursalDestino.EditValueChanged += new System.EventHandler(this.iIdSucursalDestino_EditValueChanged);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5
     });
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name           = "gridView1";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "Id.";
     this.gridColumn3.FieldName = "Idsucursal";
     this.gridColumn3.Name      = "gridColumn3";
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "Código";
     this.gridColumn4.FieldName    = "Codigosucursal";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 0;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "Sucursal";
     this.gridColumn5.FieldName    = "Nombresucursal";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 1;
     //
     // iIdEmpresaDestino
     //
     this.iIdEmpresaDestino.Location = new System.Drawing.Point(74, 24);
     this.iIdEmpresaDestino.Name     = "iIdEmpresaDestino";
     this.iIdEmpresaDestino.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdEmpresaDestino.Properties.PopupFormSize = new System.Drawing.Size(500, 0);
     this.iIdEmpresaDestino.Properties.ReadOnly      = true;
     this.iIdEmpresaDestino.Properties.View          = this.gridView3;
     this.iIdEmpresaDestino.Size              = new System.Drawing.Size(432, 20);
     this.iIdEmpresaDestino.TabIndex          = 96;
     this.iIdEmpresaDestino.Tag               = "Seleccione Empresa";
     this.iIdEmpresaDestino.EditValueChanged += new System.EventHandler(this.iIdEmpresaDestino_EditValueChanged);
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn6,
         this.gridColumn7
     });
     this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView3.Name           = "gridView3";
     this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "Id.";
     this.gridColumn6.FieldName = "Idempres";
     this.gridColumn6.Name      = "gridColumn6";
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "Empresa";
     this.gridColumn7.FieldName    = "Razonsocial";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 0;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(13, 53);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(40, 13);
     this.labelControl2.TabIndex = 98;
     this.labelControl2.Text     = "Sucursal";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(13, 25);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(41, 13);
     this.labelControl6.TabIndex = 97;
     this.labelControl6.Text     = "Empresa";
     //
     // iNumeronegociacionOrigen
     //
     this.iNumeronegociacionOrigen.EditValue = 0;
     this.iNumeronegociacionOrigen.Location  = new System.Drawing.Point(320, 62);
     this.iNumeronegociacionOrigen.Name      = "iNumeronegociacionOrigen";
     this.iNumeronegociacionOrigen.Properties.Appearance.Options.UseTextOptions = true;
     this.iNumeronegociacionOrigen.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.iNumeronegociacionOrigen.Properties.CharacterCasing             = System.Windows.Forms.CharacterCasing.Upper;
     this.iNumeronegociacionOrigen.Properties.Mask.EditMask               = "n0";
     this.iNumeronegociacionOrigen.Properties.Mask.MaskType               = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.iNumeronegociacionOrigen.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.iNumeronegociacionOrigen.Properties.ReadOnly = true;
     this.iNumeronegociacionOrigen.Size     = new System.Drawing.Size(55, 20);
     this.iNumeronegociacionOrigen.TabIndex = 17;
     this.iNumeronegociacionOrigen.Tag      = "Ingrese Numero de Negociacion";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(242, 64);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(72, 13);
     this.labelControl4.TabIndex = 16;
     this.labelControl4.Text     = "Nº Negociación";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(381, 65);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(29, 13);
     this.labelControl5.TabIndex = 18;
     this.labelControl5.Text     = "Fecha";
     //
     // iFechacotizacionOrigen
     //
     this.iFechacotizacionOrigen.EditValue = null;
     this.iFechacotizacionOrigen.Location  = new System.Drawing.Point(427, 62);
     this.iFechacotizacionOrigen.Name      = "iFechacotizacionOrigen";
     this.iFechacotizacionOrigen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iFechacotizacionOrigen.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iFechacotizacionOrigen.Properties.ReadOnly = true;
     this.iFechacotizacionOrigen.Size     = new System.Drawing.Size(97, 20);
     this.iFechacotizacionOrigen.TabIndex = 13;
     this.iFechacotizacionOrigen.Tag      = "Ingrese la fecha del documento";
     //
     // rNumerocotizacionOrigen
     //
     this.rNumerocotizacionOrigen.EditValue = "0";
     this.rNumerocotizacionOrigen.Location  = new System.Drawing.Point(145, 62);
     this.rNumerocotizacionOrigen.Name      = "rNumerocotizacionOrigen";
     this.rNumerocotizacionOrigen.Properties.Mask.EditMask = "d8";
     this.rNumerocotizacionOrigen.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.rNumerocotizacionOrigen.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.rNumerocotizacionOrigen.Properties.ReadOnly = true;
     this.rNumerocotizacionOrigen.Size     = new System.Drawing.Size(85, 20);
     this.rNumerocotizacionOrigen.TabIndex = 15;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(13, 65);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(72, 13);
     this.labelControl3.TabIndex = 12;
     this.labelControl3.Text     = "Serie y número";
     //
     // rSeriecotizacionOrigen
     //
     this.rSeriecotizacionOrigen.EditValue = "0";
     this.rSeriecotizacionOrigen.Location  = new System.Drawing.Point(98, 62);
     this.rSeriecotizacionOrigen.Name      = "rSeriecotizacionOrigen";
     this.rSeriecotizacionOrigen.Properties.Appearance.Options.UseTextOptions = true;
     this.rSeriecotizacionOrigen.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.rSeriecotizacionOrigen.Properties.Mask.EditMask = "d4";
     this.rSeriecotizacionOrigen.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.rSeriecotizacionOrigen.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.rSeriecotizacionOrigen.Properties.ReadOnly = true;
     this.rSeriecotizacionOrigen.Size     = new System.Drawing.Size(41, 20);
     this.rSeriecotizacionOrigen.TabIndex = 14;
     this.rSeriecotizacionOrigen.TabStop  = false;
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.labelControl10);
     this.groupControl3.Controls.Add(this.iNumeronegociacionDestino);
     this.groupControl3.Controls.Add(this.rNumerocotizacionDestino);
     this.groupControl3.Controls.Add(this.labelControl9);
     this.groupControl3.Controls.Add(this.labelControl11);
     this.groupControl3.Controls.Add(this.iIdcptooperacionDestino);
     this.groupControl3.Controls.Add(this.iIdtipocpDestino);
     this.groupControl3.Controls.Add(this.labelControl13);
     this.groupControl3.Controls.Add(this.rSeriecotizacionDestino);
     this.groupControl3.Location = new System.Drawing.Point(12, 302);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(511, 111);
     this.groupControl3.TabIndex = 100;
     this.groupControl3.Text     = "Cotización a generar";
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(212, 80);
     this.labelControl10.Name     = "labelControl10";
     this.labelControl10.Size     = new System.Drawing.Size(72, 13);
     this.labelControl10.TabIndex = 110;
     this.labelControl10.Text     = "Nº Negociacion";
     //
     // iNumeronegociacionDestino
     //
     this.iNumeronegociacionDestino.EditValue = 0;
     this.iNumeronegociacionDestino.Location  = new System.Drawing.Point(290, 76);
     this.iNumeronegociacionDestino.Name      = "iNumeronegociacionDestino";
     this.iNumeronegociacionDestino.Properties.Appearance.Options.UseTextOptions = true;
     this.iNumeronegociacionDestino.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.iNumeronegociacionDestino.Properties.Mask.EditMask = "n0";
     this.iNumeronegociacionDestino.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.iNumeronegociacionDestino.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.iNumeronegociacionDestino.Properties.ReadOnly = true;
     this.iNumeronegociacionDestino.Size     = new System.Drawing.Size(55, 20);
     this.iNumeronegociacionDestino.TabIndex = 111;
     this.iNumeronegociacionDestino.Tag      = "Ingrese Numero de Negociacion";
     //
     // rNumerocotizacionDestino
     //
     this.rNumerocotizacionDestino.EditValue = "0";
     this.rNumerocotizacionDestino.Location  = new System.Drawing.Point(121, 76);
     this.rNumerocotizacionDestino.Name      = "rNumerocotizacionDestino";
     this.rNumerocotizacionDestino.Properties.Mask.EditMask = "d8";
     this.rNumerocotizacionDestino.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.rNumerocotizacionDestino.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.rNumerocotizacionDestino.Properties.ReadOnly = true;
     this.rNumerocotizacionDestino.Size     = new System.Drawing.Size(85, 20);
     this.rNumerocotizacionDestino.TabIndex = 109;
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(9, 53);
     this.labelControl9.Name     = "labelControl9";
     this.labelControl9.Size     = new System.Drawing.Size(49, 13);
     this.labelControl9.TabIndex = 112;
     this.labelControl9.Tag      = "Seleccione la operación";
     this.labelControl9.Text     = "Operación";
     //
     // labelControl11
     //
     this.labelControl11.Location = new System.Drawing.Point(9, 80);
     this.labelControl11.Name     = "labelControl11";
     this.labelControl11.Size     = new System.Drawing.Size(48, 13);
     this.labelControl11.TabIndex = 107;
     this.labelControl11.Text     = "Serie y N°";
     //
     // iIdcptooperacionDestino
     //
     this.iIdcptooperacionDestino.Location = new System.Drawing.Point(74, 50);
     this.iIdcptooperacionDestino.Name     = "iIdcptooperacionDestino";
     this.iIdcptooperacionDestino.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdcptooperacionDestino.Properties.ReadOnly = true;
     this.iIdcptooperacionDestino.Properties.View     = this.gridView2;
     this.iIdcptooperacionDestino.Size     = new System.Drawing.Size(432, 20);
     this.iIdcptooperacionDestino.TabIndex = 113;
     this.iIdcptooperacionDestino.Tag      = "Seleccione la operación";
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView2.Name           = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ColumnAutoWidth = false;
     this.gridView2.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Id.";
     this.gridColumn1.FieldName = "Idcptooperacion";
     this.gridColumn1.Name      = "gridColumn1";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Operación";
     this.gridColumn2.FieldName    = "Nombrecptooperacion";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // iIdtipocpDestino
     //
     this.iIdtipocpDestino.Location = new System.Drawing.Point(74, 24);
     this.iIdtipocpDestino.Name     = "iIdtipocpDestino";
     this.iIdtipocpDestino.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdtipocpDestino.Properties.ReadOnly = true;
     this.iIdtipocpDestino.Properties.View     = this.gridView4;
     this.iIdtipocpDestino.Size              = new System.Drawing.Size(432, 20);
     this.iIdtipocpDestino.TabIndex          = 106;
     this.iIdtipocpDestino.Tag               = "Seleccione el tipo de documento";
     this.iIdtipocpDestino.EditValueChanged += new System.EventHandler(this.iIdtipocp_EditValueChanged);
     //
     // gridView4
     //
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn12,
         this.gridColumn13
     });
     this.gridView4.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView4.Name           = "gridView4";
     this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView4.OptionsView.ColumnAutoWidth = false;
     this.gridView4.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption   = "Id.";
     this.gridColumn12.FieldName = "Idtipocp";
     this.gridColumn12.Name      = "gridColumn12";
     //
     // gridColumn13
     //
     this.gridColumn13.Caption      = "Tipo doc.";
     this.gridColumn13.FieldName    = "Nombretipocp";
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 0;
     //
     // labelControl13
     //
     this.labelControl13.Location = new System.Drawing.Point(9, 27);
     this.labelControl13.Name     = "labelControl13";
     this.labelControl13.Size     = new System.Drawing.Size(44, 13);
     this.labelControl13.TabIndex = 105;
     this.labelControl13.Text     = "Tipo doc.";
     //
     // rSeriecotizacionDestino
     //
     this.rSeriecotizacionDestino.EditValue = "0";
     this.rSeriecotizacionDestino.Location  = new System.Drawing.Point(74, 76);
     this.rSeriecotizacionDestino.Name      = "rSeriecotizacionDestino";
     this.rSeriecotizacionDestino.Properties.Appearance.Options.UseTextOptions = true;
     this.rSeriecotizacionDestino.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.rSeriecotizacionDestino.Properties.Mask.EditMask = "d4";
     this.rSeriecotizacionDestino.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.rSeriecotizacionDestino.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.rSeriecotizacionDestino.Properties.ReadOnly = true;
     this.rSeriecotizacionDestino.Size     = new System.Drawing.Size(41, 20);
     this.rSeriecotizacionDestino.TabIndex = 108;
     this.rSeriecotizacionDestino.TabStop  = false;
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(13, 15);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(44, 13);
     this.labelControl7.TabIndex = 101;
     this.labelControl7.Text     = "Tipo doc.";
     //
     // iIdtipocpOrigen
     //
     this.iIdtipocpOrigen.Location = new System.Drawing.Point(98, 12);
     this.iIdtipocpOrigen.Name     = "iIdtipocpOrigen";
     this.iIdtipocpOrigen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdtipocpOrigen.Properties.ReadOnly = true;
     this.iIdtipocpOrigen.Properties.View     = this.searchLookUpEdit1View;
     this.iIdtipocpOrigen.Size     = new System.Drawing.Size(426, 20);
     this.iIdtipocpOrigen.TabIndex = 102;
     this.iIdtipocpOrigen.Tag      = "Seleccione el tipo de documento";
     //
     // searchLookUpEdit1View
     //
     this.searchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn8,
         this.gridColumn9
     });
     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;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption   = "Id.";
     this.gridColumn8.FieldName = "Idtipocp";
     this.gridColumn8.Name      = "gridColumn8";
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "Tipo doc.";
     this.gridColumn9.FieldName    = "Nombretipocp";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 0;
     //
     // labelControl12
     //
     this.labelControl12.Location = new System.Drawing.Point(13, 41);
     this.labelControl12.Name     = "labelControl12";
     this.labelControl12.Size     = new System.Drawing.Size(49, 13);
     this.labelControl12.TabIndex = 103;
     this.labelControl12.Tag      = "Seleccione la operación";
     this.labelControl12.Text     = "Operación";
     //
     // iIdcptooperacionOrigen
     //
     this.iIdcptooperacionOrigen.Location = new System.Drawing.Point(98, 38);
     this.iIdcptooperacionOrigen.Name     = "iIdcptooperacionOrigen";
     this.iIdcptooperacionOrigen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdcptooperacionOrigen.Properties.ReadOnly = true;
     this.iIdcptooperacionOrigen.Properties.View     = this.gridView6;
     this.iIdcptooperacionOrigen.Size     = new System.Drawing.Size(426, 20);
     this.iIdcptooperacionOrigen.TabIndex = 104;
     this.iIdcptooperacionOrigen.Tag      = "Seleccione la operación";
     //
     // gridView6
     //
     this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn10,
         this.gridColumn11
     });
     this.gridView6.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView6.Name           = "gridView6";
     this.gridView6.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView6.OptionsView.ColumnAutoWidth = false;
     this.gridView6.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption   = "Id.";
     this.gridColumn10.FieldName = "Idcptooperacion";
     this.gridColumn10.Name      = "gridColumn10";
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "Operación";
     this.gridColumn11.FieldName    = "Nombrecptooperacion";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 0;
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(13, 91);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(33, 13);
     this.labelControl8.TabIndex = 96;
     this.labelControl8.Text     = "Cliente";
     //
     // iNombrecliente
     //
     this.iNombrecliente.EditValue           = "";
     this.iNombrecliente.Location            = new System.Drawing.Point(98, 88);
     this.iNombrecliente.Name                = "iNombrecliente";
     this.iNombrecliente.Properties.NullText = "[EditValue is null]";
     this.iNombrecliente.Properties.ReadOnly = true;
     this.iNombrecliente.Size                = new System.Drawing.Size(426, 20);
     this.iNombrecliente.TabIndex            = 97;
     this.iNombrecliente.TabStop             = false;
     //
     // CotizacionClienteCopiarFrm
     //
     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(531, 447);
     this.Controls.Add(this.labelControl8);
     this.Controls.Add(this.labelControl12);
     this.Controls.Add(this.iNombrecliente);
     this.Controls.Add(this.iIdcptooperacionOrigen);
     this.Controls.Add(this.labelControl7);
     this.Controls.Add(this.iIdtipocpOrigen);
     this.Controls.Add(this.groupControl3);
     this.Controls.Add(this.iNumeronegociacionOrigen);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.rSeriecotizacionOrigen);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.btnConsultar);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.rNumerocotizacionOrigen);
     this.Controls.Add(this.iFechacotizacionOrigen);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CotizacionClienteCopiarFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Copiar cotización ";
     this.Load           += new System.EventHandler(this.CotizacionClienteCopiarFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.rIdempresaOrigen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rIdsucursalOrigen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.iIdSucursalDestino.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdEmpresaDestino.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNumeronegociacionOrigen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechacotizacionOrigen.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iFechacotizacionOrigen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rNumerocotizacionOrigen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rSeriecotizacionOrigen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     this.groupControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.iNumeronegociacionDestino.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rNumerocotizacionDestino.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdcptooperacionDestino.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipocpDestino.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rSeriecotizacionDestino.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipocpOrigen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdcptooperacionOrigen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombrecliente.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo 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()
 {
     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();
     this.gcPersona        = new DevExpress.XtraGrid.GridControl();
     this.gvPersona        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnClose         = new DevExpress.XtraEditors.SimpleButton();
     this.btnSeleccionar   = new DevExpress.XtraEditors.SimpleButton();
     this.txtDatoABuscar   = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1    = new DevExpress.XtraEditors.LabelControl();
     this.btnNuevoRegistro = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl2    = new DevExpress.XtraEditors.LabelControl();
     this.cboTipoBusqueda  = new DevExpress.XtraEditors.ComboBoxEdit();
     ((System.ComponentModel.ISupportInitialize)(this.gcPersona)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvPersona)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDatoABuscar.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboTipoBusqueda.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // gcPersona
     //
     this.gcPersona.Location = new System.Drawing.Point(13, 64);
     this.gcPersona.MainView = this.gvPersona;
     this.gcPersona.Name     = "gcPersona";
     this.gcPersona.Size     = new System.Drawing.Size(651, 395);
     this.gcPersona.TabIndex = 4;
     this.gcPersona.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvPersona
     });
     //
     // gvPersona
     //
     this.gvPersona.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn4,
         this.gridColumn3,
         this.gridColumn5
     });
     this.gvPersona.FocusRectStyle       = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
     this.gvPersona.GridControl          = this.gcPersona;
     this.gvPersona.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gvPersona.Name = "gvPersona";
     this.gvPersona.OptionsBehavior.ReadOnly    = true;
     this.gvPersona.OptionsView.ColumnAutoWidth = false;
     this.gvPersona.OptionsView.ShowGroupPanel  = false;
     this.gvPersona.OptionsView.ShowViewCaption = true;
     this.gvPersona.VertScrollVisibility        = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gvPersona.ViewCaption  = "Personas";
     this.gvPersona.ShownEditor += new System.EventHandler(this.gvPersona_ShownEditor);
     this.gvPersona.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.gvSocioNegocio_KeyPress);
     this.gvPersona.DoubleClick += new System.EventHandler(this.gvSocioNegocio_DoubleClick);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Id.";
     this.gridColumn1.FieldName = "Idsocionegocio";
     this.gridColumn1.Name      = "gridColumn1";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Razón Social";
     this.gridColumn2.FieldName    = "Razonsocial";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 0;
     this.gridColumn2.Width        = 250;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "Tipo Doc.";
     this.gridColumn4.FieldName    = "Abreviaturadocentidad";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 2;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "N° Documento";
     this.gridColumn3.FieldName    = "Nrodocentidad";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 3;
     this.gridColumn3.Width        = 89;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "Nombre Comercial";
     this.gridColumn5.FieldName    = "Nombrecomercial";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 1;
     this.gridColumn5.Width        = 200;
     //
     // 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(580, 465);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(84, 23);
     this.btnClose.TabIndex     = 6;
     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(490, 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 = 5;
     this.btnSeleccionar.Text     = "Seleccionar";
     this.btnSeleccionar.Click   += new System.EventHandler(this.btnSeleccionar_Click);
     //
     // txtDatoABuscar
     //
     this.txtDatoABuscar.Location = new System.Drawing.Point(81, 38);
     this.txtDatoABuscar.Name     = "txtDatoABuscar";
     this.txtDatoABuscar.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtDatoABuscar.Size = new System.Drawing.Size(583, 20);
     toolTipTitleItem2.Text   = "Digite un valor a buscar (Razon, N° Documento)";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.txtDatoABuscar.SuperTip  = superToolTip2;
     this.txtDatoABuscar.TabIndex  = 3;
     this.txtDatoABuscar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDatoABuscar_KeyPress);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(8, 41);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(67, 13);
     this.labelControl1.TabIndex = 2;
     this.labelControl1.Text     = "&Dato a buscar";
     //
     // 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.Click   += new System.EventHandler(this.btnNuevoRegistro_Click);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(8, 15);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(51, 13);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "Buscar por";
     //
     // cboTipoBusqueda
     //
     this.cboTipoBusqueda.Location = new System.Drawing.Point(81, 12);
     this.cboTipoBusqueda.Name     = "cboTipoBusqueda";
     this.cboTipoBusqueda.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cboTipoBusqueda.Properties.Items.AddRange(new object[] {
         "RAZON SOCIAL",
         "NOMBRE COMERCIAL",
         "Nº DOCUMENTO"
     });
     this.cboTipoBusqueda.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cboTipoBusqueda.Size     = new System.Drawing.Size(235, 20);
     this.cboTipoBusqueda.TabIndex = 1;
     //
     // BuscadorPersonaFrm
     //
     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(671, 494);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.cboTipoBusqueda);
     this.Controls.Add(this.btnNuevoRegistro);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.txtDatoABuscar);
     this.Controls.Add(this.btnSeleccionar);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.gcPersona);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BuscadorPersonaFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Buscar Personas";
     this.Load           += new System.EventHandler(this.BuscadorPersonaFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gcPersona)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvPersona)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDatoABuscar.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboTipoBusqueda.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 26
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(Home));
     DevExpress.Utils.SuperToolTip     superToolTip4          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4      = new DevExpress.Utils.ToolTipTitleItem();
     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     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();
     this.navBarGroup1     = new DevExpress.XtraNavBar.NavBarGroup();
     this.imgCol16x        = new DevExpress.Utils.ImageCollection(this.components);
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     this.navBarControl1   = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup3     = new DevExpress.XtraNavBar.NavBarGroup();
     this.bntManagerUser   = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem5      = new DevExpress.XtraNavBar.NavBarItem();
     this.bntManagerMember = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup2     = new DevExpress.XtraNavBar.NavBarGroup();
     this.bntLogout        = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup4     = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItem1      = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem2      = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem3      = new DevExpress.XtraNavBar.NavBarItem();
     this.pnlUsercontrol   = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.imgCol16x)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlUsercontrol)).BeginInit();
     this.SuspendLayout();
     //
     // navBarGroup1
     //
     this.navBarGroup1.Name = "navBarGroup1";
     //
     // imgCol16x
     //
     this.imgCol16x.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imgCol16x.ImageStream")));
     this.imgCol16x.Images.SetKeyName(0, "address.png");
     this.imgCol16x.Images.SetKeyName(1, "administrative-docs.png");
     this.imgCol16x.Images.SetKeyName(2, "advertising.png");
     this.imgCol16x.Images.SetKeyName(3, "archives.png");
     this.imgCol16x.Images.SetKeyName(4, "attibutes.png");
     this.imgCol16x.Images.SetKeyName(5, "bank.png");
     this.imgCol16x.Images.SetKeyName(6, "basket.png");
     this.imgCol16x.Images.SetKeyName(7, "bestseller.png");
     this.imgCol16x.Images.SetKeyName(8, "billing.png");
     this.imgCol16x.Images.SetKeyName(9, "bookmark.png");
     this.imgCol16x.Images.SetKeyName(10, "brainstorming.png");
     this.imgCol16x.Images.SetKeyName(11, "business-contact.png");
     this.imgCol16x.Images.SetKeyName(12, "busy.png");
     this.imgCol16x.Images.SetKeyName(13, "calendar.png");
     this.imgCol16x.Images.SetKeyName(14, "category.png");
     this.imgCol16x.Images.SetKeyName(15, "collaboration.png");
     this.imgCol16x.Images.SetKeyName(16, "comment.png");
     this.imgCol16x.Images.SetKeyName(17, "communication.png");
     this.imgCol16x.Images.SetKeyName(18, "config.png");
     this.imgCol16x.Images.SetKeyName(19, "consulting.png");
     this.imgCol16x.Images.SetKeyName(20, "contact.png");
     this.imgCol16x.Images.SetKeyName(21, "cost.png");
     this.imgCol16x.Images.SetKeyName(22, "credit.png");
     this.imgCol16x.Images.SetKeyName(23, "credit-card.png");
     this.imgCol16x.Images.SetKeyName(24, "current-work.png");
     this.imgCol16x.Images.SetKeyName(25, "customers.png");
     this.imgCol16x.Images.SetKeyName(26, "cv.png");
     this.imgCol16x.Images.SetKeyName(27, "check.png");
     this.imgCol16x.Images.SetKeyName(28, "database.png");
     this.imgCol16x.Images.SetKeyName(29, "date.png");
     this.imgCol16x.Images.SetKeyName(30, "delicious.png");
     this.imgCol16x.Images.SetKeyName(31, "document-library.png");
     this.imgCol16x.Images.SetKeyName(32, "donate.png");
     this.imgCol16x.Images.SetKeyName(33, "drawings.png");
     this.imgCol16x.Images.SetKeyName(34, "edit.png");
     this.imgCol16x.Images.SetKeyName(35, "email.png");
     this.imgCol16x.Images.SetKeyName(36, "featured.png");
     this.imgCol16x.Images.SetKeyName(37, "feed.png");
     this.imgCol16x.Images.SetKeyName(38, "finished-work.png");
     this.imgCol16x.Images.SetKeyName(39, "flag.png");
     this.imgCol16x.Images.SetKeyName(40, "folder.png");
     this.imgCol16x.Images.SetKeyName(41, "free-for-job.png");
     this.imgCol16x.Images.SetKeyName(42, "freelance.png");
     this.imgCol16x.Images.SetKeyName(43, "full-time.png");
     this.imgCol16x.Images.SetKeyName(44, "future-projects.png");
     this.imgCol16x.Images.SetKeyName(45, "graphic-design.png");
     this.imgCol16x.Images.SetKeyName(46, "heart.png");
     this.imgCol16x.Images.SetKeyName(47, "hire-me.png");
     this.imgCol16x.Images.SetKeyName(48, "home.png");
     this.imgCol16x.Images.SetKeyName(49, "illustration.png");
     this.imgCol16x.Images.SetKeyName(50, "invoice.png");
     this.imgCol16x.Images.SetKeyName(51, "issue.png");
     this.imgCol16x.Images.SetKeyName(52, "library.png");
     this.imgCol16x.Images.SetKeyName(53, "lightbulb.png");
     this.imgCol16x.Images.SetKeyName(54, "limited-edition.png");
     this.imgCol16x.Images.SetKeyName(55, "link.png");
     this.imgCol16x.Images.SetKeyName(56, "lock.png");
     this.imgCol16x.Images.SetKeyName(57, "logout.png");
     this.imgCol16x.Images.SetKeyName(58, "login.png");
     this.imgCol16x.Images.SetKeyName(59, "milestone.png");
     this.imgCol16x.Images.SetKeyName(60, "my-account.png");
     this.imgCol16x.Images.SetKeyName(61, "networking.png");
     this.imgCol16x.Images.SetKeyName(62, "old-versions.png");
     this.imgCol16x.Images.SetKeyName(63, "order.png");
     this.imgCol16x.Images.SetKeyName(64, "order-192.png");
     this.imgCol16x.Images.SetKeyName(65, "payment-card.png");
     this.imgCol16x.Images.SetKeyName(66, "paypal.png");
     this.imgCol16x.Images.SetKeyName(67, "pen.png");
     this.imgCol16x.Images.SetKeyName(68, "pencil.png");
     this.imgCol16x.Images.SetKeyName(69, "plus.png");
     this.imgCol16x.Images.SetKeyName(70, "premium.png");
     this.imgCol16x.Images.SetKeyName(71, "print.png");
     this.imgCol16x.Images.SetKeyName(72, "process.png");
     this.imgCol16x.Images.SetKeyName(73, "product.png");
     this.imgCol16x.Images.SetKeyName(74, "product-193.png");
     this.imgCol16x.Images.SetKeyName(75, "product-design.png");
     this.imgCol16x.Images.SetKeyName(76, "project.png");
     this.imgCol16x.Images.SetKeyName(77, "publish.png");
     this.imgCol16x.Images.SetKeyName(78, "phone.png");
     this.imgCol16x.Images.SetKeyName(79, "photography.png");
     this.imgCol16x.Images.SetKeyName(80, "refresh.png");
     this.imgCol16x.Images.SetKeyName(81, "save.png");
     this.imgCol16x.Images.SetKeyName(82, "search.png");
     this.imgCol16x.Images.SetKeyName(83, "settings.png");
     this.imgCol16x.Images.SetKeyName(84, "shipping.png");
     this.imgCol16x.Images.SetKeyName(85, "showreel.png");
     this.imgCol16x.Images.SetKeyName(86, "sign-in.png");
     this.imgCol16x.Images.SetKeyName(87, "sign-out.png");
     this.imgCol16x.Images.SetKeyName(88, "sign-up.png");
     this.imgCol16x.Images.SetKeyName(89, "sitemap.png");
     this.imgCol16x.Images.SetKeyName(90, "special-offer.png");
     this.imgCol16x.Images.SetKeyName(91, "star.png");
     this.imgCol16x.Images.SetKeyName(92, "statistics.png");
     this.imgCol16x.Images.SetKeyName(93, "suppliers.png");
     this.imgCol16x.Images.SetKeyName(94, "tag.png");
     this.imgCol16x.Images.SetKeyName(95, "ticket.png");
     this.imgCol16x.Images.SetKeyName(96, "twitter.png");
     this.imgCol16x.Images.SetKeyName(97, "upcoming-work.png");
     this.imgCol16x.Images.SetKeyName(98, "user.png");
     this.imgCol16x.Images.SetKeyName(99, "world.png");
     this.imgCol16x.Images.SetKeyName(100, "zoom.png");
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.navBarControl1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.pnlUsercontrol);
     this.splitContainer1.Size             = new System.Drawing.Size(1040, 544);
     this.splitContainer1.SplitterDistance = 241;
     this.splitContainer1.TabIndex         = 1;
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup3;
     this.navBarControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
         this.navBarGroup2,
         this.navBarGroup3,
         this.navBarGroup4
     });
     this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
         this.navBarItem1,
         this.navBarItem2,
         this.navBarItem3,
         this.bntManagerUser,
         this.navBarItem5,
         this.bntManagerMember,
         this.bntLogout
     });
     this.navBarControl1.Location = new System.Drawing.Point(0, 0);
     this.navBarControl1.Name     = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 241;
     this.navBarControl1.Size     = new System.Drawing.Size(241, 544);
     this.navBarControl1.TabIndex = 1;
     this.navBarControl1.Text     = "navBarControl1";
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption      = "Quản lý";
     this.navBarGroup3.Expanded     = true;
     this.navBarGroup3.ImageUri.Uri = "Open";
     this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.bntManagerUser),
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem5),
         new DevExpress.XtraNavBar.NavBarItemLink(this.bntManagerMember)
     });
     this.navBarGroup3.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.LargeImage")));
     this.navBarGroup3.Name       = "navBarGroup3";
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     toolTipTitleItem4.Text       = "Quản lý";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.navBarGroup3.SuperTip = superToolTip4;
     //
     // bntManagerUser
     //
     this.bntManagerUser.Caption    = "Quản lý nhân viên";
     this.bntManagerUser.LargeImage = ((System.Drawing.Image)(resources.GetObject("bntManagerUser.LargeImage")));
     this.bntManagerUser.Name       = "bntManagerUser";
     this.bntManagerUser.SmallImage = ((System.Drawing.Image)(resources.GetObject("bntManagerUser.SmallImage")));
     toolTipTitleItem1.Text         = "Quản lý nhân viên";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.bntManagerUser.SuperTip     = superToolTip1;
     this.bntManagerUser.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.bntUcManagerUsers_LinkClicked);
     //
     // navBarItem5
     //
     this.navBarItem5.Caption    = "Quản lý tài liệu";
     this.navBarItem5.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItem5.LargeImage")));
     this.navBarItem5.Name       = "navBarItem5";
     this.navBarItem5.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem5.SmallImage")));
     toolTipTitleItem2.Text      = "Quản lý tài liệu";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.navBarItem5.SuperTip     = superToolTip2;
     this.navBarItem5.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.ucManagerDocuments_LinkClicked);
     //
     // bntManagerMember
     //
     this.bntManagerMember.Caption    = "Quản lý bạn đọc";
     this.bntManagerMember.LargeImage = ((System.Drawing.Image)(resources.GetObject("bntManagerMember.LargeImage")));
     this.bntManagerMember.Name       = "bntManagerMember";
     this.bntManagerMember.SmallImage = ((System.Drawing.Image)(resources.GetObject("bntManagerMember.SmallImage")));
     toolTipTitleItem3.Text           = "Quản lý bạn đọc";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.bntManagerMember.SuperTip     = superToolTip3;
     this.bntManagerMember.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.bntManagerMember_LinkClicked);
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption      = "Home";
     this.navBarGroup2.Expanded     = true;
     this.navBarGroup2.ImageUri.Uri = "Home";
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.bntLogout)
     });
     this.navBarGroup2.Name       = "navBarGroup2";
     this.navBarGroup2.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.SmallImage")));
     toolTipTitleItem5.Text       = "Home";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.navBarGroup2.SuperTip = superToolTip5;
     //
     // bntLogout
     //
     this.bntLogout.Caption      = "Thoát tài khoản";
     this.bntLogout.Name         = "bntLogout";
     this.bntLogout.SmallImage   = ((System.Drawing.Image)(resources.GetObject("bntLogout.SmallImage")));
     this.bntLogout.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.bntLogout_LinkClicked);
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption      = "Danh mục thông tin";
     this.navBarGroup4.Expanded     = true;
     this.navBarGroup4.ImageUri.Uri = "Italic";
     this.navBarGroup4.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem1),
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem2),
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem3)
     });
     this.navBarGroup4.Name = "navBarGroup4";
     //
     // navBarItem1
     //
     this.navBarItem1.Caption    = "Danh mục ngành học";
     this.navBarItem1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItem1.LargeImage")));
     this.navBarItem1.Name       = "navBarItem1";
     this.navBarItem1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem1.SmallImage")));
     toolTipTitleItem6.Text      = "Danh mục ngành học";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.navBarItem1.SuperTip = superToolTip6;
     //
     // navBarItem2
     //
     this.navBarItem2.Caption    = "Danh mục ngôn ngữ sách";
     this.navBarItem2.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItem2.LargeImage")));
     this.navBarItem2.Name       = "navBarItem2";
     this.navBarItem2.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem2.SmallImage")));
     toolTipTitleItem7.Text      = "Danh mục ngôn ngữ sách";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.navBarItem2.SuperTip = superToolTip7;
     //
     // navBarItem3
     //
     this.navBarItem3.Caption    = "Danh mục thể loại sách";
     this.navBarItem3.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItem3.LargeImage")));
     this.navBarItem3.Name       = "navBarItem3";
     this.navBarItem3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem3.SmallImage")));
     toolTipTitleItem8.Text      = "Danh mục thể loại sách";
     superToolTip8.Items.Add(toolTipTitleItem8);
     this.navBarItem3.SuperTip = superToolTip8;
     //
     // pnlUsercontrol
     //
     this.pnlUsercontrol.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlUsercontrol.Location = new System.Drawing.Point(0, 0);
     this.pnlUsercontrol.Name     = "pnlUsercontrol";
     this.pnlUsercontrol.Size     = new System.Drawing.Size(795, 544);
     this.pnlUsercontrol.TabIndex = 0;
     //
     // Home
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1040, 544);
     this.Controls.Add(this.splitContainer1);
     this.Name        = "Home";
     this.Text        = "PHẦN MỀM QUẢN LÝ VÀ TRA CỨU SÁCH";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Home_FormClosed);
     this.Load       += new System.EventHandler(this.Home_Load);
     ((System.ComponentModel.ISupportInitialize)(this.imgCol16x)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlUsercontrol)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo 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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProviders));
     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();
     this.ribbonProvider      = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.btnNewProvider      = new DevExpress.XtraBars.BarButtonItem();
     this.btnSaveChanges      = new DevExpress.XtraBars.BarButtonItem();
     this.btnDeleteProvider   = new DevExpress.XtraBars.BarButtonItem();
     this.btnRefresh          = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage1         = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1    = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.gridControlProvider = new DevExpress.XtraGrid.GridControl();
     this.gridviewProvider    = new DevExpress.XtraGrid.Views.Grid.GridView();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridviewProvider)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonProvider
     //
     this.ribbonProvider.ExpandCollapseItem.Id = 0;
     this.ribbonProvider.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonProvider.ExpandCollapseItem,
         this.btnNewProvider,
         this.btnSaveChanges,
         this.btnDeleteProvider,
         this.btnRefresh
     });
     this.ribbonProvider.Location  = new System.Drawing.Point(0, 0);
     this.ribbonProvider.MaxItemId = 5;
     this.ribbonProvider.Name      = "ribbonProvider";
     this.ribbonProvider.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbonProvider.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2007;
     this.ribbonProvider.Size        = new System.Drawing.Size(707, 141);
     //
     // btnNewProvider
     //
     this.btnNewProvider.Caption     = "Nuevo";
     this.btnNewProvider.Glyph       = ((System.Drawing.Image)(resources.GetObject("btnNewProvider.Glyph")));
     this.btnNewProvider.Id          = 1;
     this.btnNewProvider.Name        = "btnNewProvider";
     this.btnNewProvider.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     toolTipTitleItem1.Text  = "Nuevo Proveedor";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "Agrega un nuevo proveedor al registro.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.btnNewProvider.SuperTip   = superToolTip1;
     this.btnNewProvider.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnNewProvider_ItemClick);
     //
     // btnSaveChanges
     //
     this.btnSaveChanges.Caption     = "Guardar Cambios";
     this.btnSaveChanges.Glyph       = ((System.Drawing.Image)(resources.GetObject("btnSaveChanges.Glyph")));
     this.btnSaveChanges.Id          = 2;
     this.btnSaveChanges.Name        = "btnSaveChanges";
     this.btnSaveChanges.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                       | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     toolTipTitleItem2.Text  = "Guardar Cambios";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text       = "Guarda los cambios hechos en la fila seleccionada.";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.btnSaveChanges.SuperTip   = superToolTip2;
     this.btnSaveChanges.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSaveChanges_ItemClick);
     //
     // btnDeleteProvider
     //
     this.btnDeleteProvider.Caption     = "Eliminar";
     this.btnDeleteProvider.Glyph       = ((System.Drawing.Image)(resources.GetObject("btnDeleteProvider.Glyph")));
     this.btnDeleteProvider.Id          = 3;
     this.btnDeleteProvider.Name        = "btnDeleteProvider";
     this.btnDeleteProvider.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                          | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     toolTipTitleItem3.Text  = "Eliminar";
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text       = "Elimina el proveedor seleccionado.";
     superToolTip3.Items.Add(toolTipTitleItem3);
     superToolTip3.Items.Add(toolTipItem3);
     this.btnDeleteProvider.SuperTip   = superToolTip3;
     this.btnDeleteProvider.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDeleteProvider_ItemClick);
     //
     // btnRefresh
     //
     this.btnRefresh.Caption     = "Actualizar";
     this.btnRefresh.Glyph       = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Glyph")));
     this.btnRefresh.Id          = 4;
     this.btnRefresh.Name        = "btnRefresh";
     this.btnRefresh.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                                                                                   | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     toolTipTitleItem4.Text  = "Actualizar";
     toolTipItem4.LeftIndent = 6;
     toolTipItem4.Text       = "Actualiza la vista de los proveedores que se tienen actualmente en el registro.";
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem4);
     this.btnRefresh.SuperTip   = superToolTip4;
     this.btnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefresh_ItemClick);
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Opciones Proveedor";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.AllowTextClipping = false;
     this.ribbonPageGroup1.ItemLinks.Add(this.btnNewProvider);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnSaveChanges);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnDeleteProvider);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnRefresh);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "Opciones";
     //
     // gridControlProvider
     //
     this.gridControlProvider.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.gridControlProvider.Location             = new System.Drawing.Point(0, 141);
     this.gridControlProvider.LookAndFeel.SkinName = "Visual Studio 2013 Blue";
     this.gridControlProvider.LookAndFeel.Style    = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.gridControlProvider.MainView             = this.gridviewProvider;
     this.gridControlProvider.MenuManager          = this.ribbonProvider;
     this.gridControlProvider.Name                 = "gridControlProvider";
     this.gridControlProvider.Size                 = new System.Drawing.Size(707, 265);
     this.gridControlProvider.TabIndex             = 1;
     this.gridControlProvider.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridviewProvider
     });
     //
     // gridviewProvider
     //
     this.gridviewProvider.Appearance.Row.Font            = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridviewProvider.Appearance.Row.Options.UseFont = true;
     this.gridviewProvider.GridControl = this.gridControlProvider;
     this.gridviewProvider.Name        = "gridviewProvider";
     this.gridviewProvider.OptionsFind.AlwaysVisible = true;
     this.gridviewProvider.OptionsFind.FindMode      = DevExpress.XtraEditors.FindMode.Always;
     this.gridviewProvider.OptionsView.HeaderFilterButtonShowMode = DevExpress.XtraEditors.Controls.FilterButtonShowMode.Button;
     this.gridviewProvider.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridviewProvider_FocusedRowChanged);
     this.gridviewProvider.CellValueChanged  += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridviewProvider_CellValueChanged);
     //
     // frmProviders
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(707, 406);
     this.Controls.Add(this.gridControlProvider);
     this.Controls.Add(this.ribbonProvider);
     this.Name        = "frmProviders";
     this.Text        = "Proveedores";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmProviders_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridviewProvider)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo 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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Attendance));
     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();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     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.gridColumn4          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6          = new DevExpress.XtraGrid.Columns.GridColumn();
     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.barButtonItem3       = 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.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.checkEdit1           = new DevExpress.XtraEditors.CheckEdit();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.labelControl1);
     this.layoutControl1.Controls.Add(this.checkEdit1);
     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(678, 431);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // gridControl1
     //
     this.gridControl1.Location    = new System.Drawing.Point(12, 35);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(654, 384);
     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.gridColumn4,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn5,
         this.gridColumn6
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn1.AppearanceCell.Options.UseFont   = true;
     this.gridColumn1.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn1.AppearanceHeader.Options.UseFont = true;
     this.gridColumn1.Caption = "#";
     this.gridColumn1.Name    = "gridColumn1";
     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        = 30;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn2.AppearanceCell.Options.UseFont   = true;
     this.gridColumn2.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn2.AppearanceHeader.Options.UseFont = true;
     this.gridColumn2.Caption = "Employee ID";
     this.gridColumn2.Name    = "gridColumn2";
     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        = 60;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn3.AppearanceCell.Options.UseFont   = true;
     this.gridColumn3.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn3.AppearanceHeader.Options.UseFont = true;
     this.gridColumn3.Caption = "Full Name";
     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        = 150;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn4.AppearanceCell.Options.UseFont   = true;
     this.gridColumn4.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn4.AppearanceHeader.Options.UseFont = true;
     this.gridColumn4.Caption = "Date";
     this.gridColumn4.Name    = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowMove  = false;
     this.gridColumn4.OptionsColumn.AllowSize  = false;
     this.gridColumn4.OptionsColumn.FixedWidth = true;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width        = 60;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn7.AppearanceCell.Options.UseFont   = true;
     this.gridColumn7.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn7.AppearanceHeader.Options.UseFont = true;
     this.gridColumn7.Caption = "Start Time";
     this.gridColumn7.Name    = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowMove  = false;
     this.gridColumn7.OptionsColumn.AllowSize  = false;
     this.gridColumn7.OptionsColumn.FixedWidth = true;
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 4;
     this.gridColumn7.Width        = 60;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn8.AppearanceCell.Options.UseFont   = true;
     this.gridColumn8.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn8.AppearanceHeader.Options.UseFont = true;
     this.gridColumn8.Caption = "End Time";
     this.gridColumn8.Name    = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowMove  = false;
     this.gridColumn8.OptionsColumn.AllowSize  = false;
     this.gridColumn8.OptionsColumn.FixedWidth = true;
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 5;
     this.gridColumn8.Width        = 60;
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn5.AppearanceCell.Options.UseFont   = true;
     this.gridColumn5.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn5.AppearanceHeader.Options.UseFont = true;
     this.gridColumn5.Caption = "Status";
     this.gridColumn5.Name    = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowMove  = false;
     this.gridColumn5.OptionsColumn.AllowSize  = false;
     this.gridColumn5.OptionsColumn.FixedWidth = true;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 6;
     //
     // gridColumn6
     //
     this.gridColumn6.AppearanceCell.Font              = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn6.AppearanceCell.Options.UseFont   = true;
     this.gridColumn6.AppearanceHeader.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn6.AppearanceHeader.Options.UseFont = true;
     this.gridColumn6.Caption = "Mark";
     this.gridColumn6.Name    = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowMove  = false;
     this.gridColumn6.OptionsColumn.AllowSize  = false;
     this.gridColumn6.OptionsColumn.FixedWidth = true;
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 7;
     this.gridColumn6.Width        = 40;
     //
     // 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.barButtonItem3
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 3;
     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.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption    = "Save";
     this.barButtonItem1.Glyph      = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id         = 0;
     this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
     this.barButtonItem1.Name       = "barButtonItem1";
     toolTipTitleItem3.Text         = "Short Key";
     toolTipItem3.LeftIndent        = 6;
     toolTipItem3.Text = "Save - F1";
     superToolTip3.Items.Add(toolTipTitleItem3);
     superToolTip3.Items.Add(toolTipItem3);
     this.barButtonItem1.SuperTip = superToolTip3;
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption    = "New";
     this.barButtonItem2.Glyph      = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
     this.barButtonItem2.Id         = 1;
     this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
     this.barButtonItem2.Name       = "barButtonItem2";
     toolTipTitleItem4.Text         = "Short Key";
     toolTipItem4.LeftIndent        = 6;
     toolTipItem4.Text = "New/Cleare - F3";
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem4);
     this.barButtonItem2.SuperTip = superToolTip4;
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "Close";
     this.barButtonItem3.Id      = 2;
     this.barButtonItem3.Name    = "barButtonItem3";
     //
     // 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(678, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 455);
     this.barDockControlBottom.Size             = new System.Drawing.Size(678, 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, 431);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(678, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 431);
     //
     // 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.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(678, 431);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.gridControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 23);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(658, 388);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // checkEdit1
     //
     this.checkEdit1.Location           = new System.Drawing.Point(607, 12);
     this.checkEdit1.MenuManager        = this.barManager1;
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "All Mark";
     this.checkEdit1.Size               = new System.Drawing.Size(59, 19);
     this.checkEdit1.StyleController    = this.layoutControl1;
     this.checkEdit1.TabIndex           = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.checkEdit1;
     this.layoutControlItem2.Location    = new System.Drawing.Point(595, 0);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(63, 23);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // labelControl1
     //
     this.labelControl1.Location        = new System.Drawing.Point(12, 12);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(591, 13);
     this.labelControl1.StyleController = this.layoutControl1;
     this.labelControl1.TabIndex        = 6;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.labelControl1;
     this.layoutControlItem3.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(595, 23);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // Attendance
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(678, 478);
     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 = "Attendance";
     this.Text = "Attendance";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo 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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     this.ribbonControl1  = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.btnAddCustomer  = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2  = new DevExpress.XtraBars.BarButtonItem();
     this.btnListCustomer = 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.D = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12   = new DevExpress.XtraBars.BarButtonItem();
     this.rbnCustomer       = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rbnAddcustomer    = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup1  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup7  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage1       = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup2  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup10 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup11 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup12 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage2       = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup3  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage3       = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup4  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup13 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.barButtonItem1    = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3    = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage4       = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup5  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.barButtonItem13   = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPageGroup6  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup8  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup9  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup14 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup15 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup16 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup17 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup18 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.barButtonItem14   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem15   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem16   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17   = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem,
         this.btnAddCustomer,
         this.barButtonItem2,
         this.btnListCustomer,
         this.barButtonItem4,
         this.barButtonItem5,
         this.barButtonItem6,
         this.barButtonItem7,
         this.barButtonItem8,
         this.barButtonItem9,
         this.D,
         this.barButtonItem10,
         this.barButtonItem11,
         this.barButtonItem12,
         this.barButtonItem1,
         this.barButtonItem3,
         this.barButtonItem13,
         this.barButtonItem14,
         this.barButtonItem15,
         this.barButtonItem16,
         this.barButtonItem17
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 30;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.rbnCustomer,
         this.ribbonPage1,
         this.ribbonPage2,
         this.ribbonPage4,
         this.ribbonPage3
     });
     this.ribbonControl1.Size = new System.Drawing.Size(821, 162);
     //
     // btnAddCustomer
     //
     this.btnAddCustomer.ActAsDropDown           = true;
     this.btnAddCustomer.ButtonStyle             = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.btnAddCustomer.Caption                 = "Thêm mới";
     this.btnAddCustomer.Id                      = 2;
     this.btnAddCustomer.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnAddCustomer.ImageOptions.Image")));
     this.btnAddCustomer.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnAddCustomer.ImageOptions.LargeImage")));
     this.btnAddCustomer.Name                    = "btnAddCustomer";
     this.btnAddCustomer.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAddCustomer_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.ActAsDropDown           = true;
     this.barButtonItem2.ButtonStyle             = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem2.Caption                 = "Sửa ";
     this.barButtonItem2.Id                      = 3;
     this.barButtonItem2.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.Image")));
     this.barButtonItem2.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.LargeImage")));
     this.barButtonItem2.Name                    = "barButtonItem2";
     //
     // btnListCustomer
     //
     this.btnListCustomer.Caption                 = "Danh sách khách hàng";
     this.btnListCustomer.Id                      = 5;
     this.btnListCustomer.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnListCustomer.ImageOptions.Image")));
     this.btnListCustomer.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnListCustomer.ImageOptions.LargeImage")));
     this.btnListCustomer.Name                    = "btnListCustomer";
     this.btnListCustomer.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.btnListCustomer_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption                 = "Danh sách hết hạn";
     this.barButtonItem4.Id                      = 6;
     this.barButtonItem4.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.ImageOptions.Image")));
     this.barButtonItem4.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.ImageOptions.LargeImage")));
     this.barButtonItem4.Name                    = "barButtonItem4";
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption                 = "Tìm theo mã";
     this.barButtonItem5.Id                      = 7;
     this.barButtonItem5.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.ImageOptions.Image")));
     this.barButtonItem5.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.ImageOptions.LargeImage")));
     this.barButtonItem5.Name                    = "barButtonItem5";
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption                 = "Tìm theo tên";
     this.barButtonItem6.Id                      = 8;
     this.barButtonItem6.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.ImageOptions.Image")));
     this.barButtonItem6.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.ImageOptions.LargeImage")));
     this.barButtonItem6.Name                    = "barButtonItem6";
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption                 = "Thêm mới";
     this.barButtonItem7.Id                      = 9;
     this.barButtonItem7.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem7.ImageOptions.Image")));
     this.barButtonItem7.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem7.ImageOptions.LargeImage")));
     this.barButtonItem7.Name                    = "barButtonItem7";
     this.barButtonItem7.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption                 = "Sửa";
     this.barButtonItem8.Id                      = 10;
     this.barButtonItem8.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.ImageOptions.Image")));
     this.barButtonItem8.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.ImageOptions.LargeImage")));
     this.barButtonItem8.Name                    = "barButtonItem8";
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption                 = "Xóa";
     this.barButtonItem9.Id                      = 11;
     this.barButtonItem9.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.ImageOptions.Image")));
     this.barButtonItem9.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.ImageOptions.LargeImage")));
     this.barButtonItem9.Name                    = "barButtonItem9";
     //
     // D
     //
     this.D.Caption                 = "Danh sách nhân viên";
     this.D.Id                      = 12;
     this.D.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("D.ImageOptions.Image")));
     this.D.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("D.ImageOptions.LargeImage")));
     this.D.Name                    = "D";
     this.D.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption                 = "Cài đặt tài khoản";
     this.barButtonItem10.Id                      = 13;
     this.barButtonItem10.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.ImageOptions.Image")));
     this.barButtonItem10.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.ImageOptions.LargeImage")));
     this.barButtonItem10.Name                    = "barButtonItem10";
     //
     // barButtonItem11
     //
     this.barButtonItem11.Caption                 = "Bảng chấm công";
     this.barButtonItem11.Id                      = 14;
     this.barButtonItem11.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem11.ImageOptions.Image")));
     this.barButtonItem11.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem11.ImageOptions.LargeImage")));
     this.barButtonItem11.Name                    = "barButtonItem11";
     //
     // barButtonItem12
     //
     this.barButtonItem12.Caption                 = "Danh sách sản phẩm";
     this.barButtonItem12.Id                      = 15;
     this.barButtonItem12.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem12.ImageOptions.Image")));
     this.barButtonItem12.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem12.ImageOptions.LargeImage")));
     this.barButtonItem12.Name                    = "barButtonItem12";
     //
     // rbnCustomer
     //
     this.rbnCustomer.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.rbnAddcustomer,
         this.ribbonPageGroup1,
         this.ribbonPageGroup7
     });
     this.rbnCustomer.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("rbnCustomer.ImageOptions.Image")));
     this.rbnCustomer.Name = "rbnCustomer";
     this.rbnCustomer.Text = "Khách hàng";
     //
     // rbnAddcustomer
     //
     this.rbnAddcustomer.ImageOptions.Image        = ((System.Drawing.Image)(resources.GetObject("rbnAddcustomer.ImageOptions.Image")));
     this.rbnAddcustomer.ImageOptions.ImageUri.Uri = "Add";
     this.rbnAddcustomer.ImageOptions.SvgImage     = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("rbnAddcustomer.ImageOptions.SvgImage")));
     this.rbnAddcustomer.ItemLinks.Add(this.btnAddCustomer);
     this.rbnAddcustomer.ItemLinks.Add(this.barButtonItem2);
     this.rbnAddcustomer.Name             = "rbnAddcustomer";
     toolTipTitleItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.rbnAddcustomer.SuperTip = superToolTip1;
     this.rbnAddcustomer.Text     = "Cập nhật thông tin";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.btnListCustomer);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem4);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "Thống kê";
     //
     // ribbonPageGroup7
     //
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem6);
     this.ribbonPageGroup7.Name = "ribbonPageGroup7";
     this.ribbonPageGroup7.Text = "Tra cứu";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup2,
         this.ribbonPageGroup10,
         this.ribbonPageGroup11,
         this.ribbonPageGroup12
     });
     this.ribbonPage1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage1.ImageOptions.Image")));
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Quản lý nhân viên";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem7);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem8);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem9);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "Cập nhật thông tin";
     //
     // ribbonPageGroup10
     //
     this.ribbonPageGroup10.ItemLinks.Add(this.D);
     this.ribbonPageGroup10.Name = "ribbonPageGroup10";
     this.ribbonPageGroup10.Text = "Thống kê ";
     //
     // ribbonPageGroup11
     //
     this.ribbonPageGroup11.ItemLinks.Add(this.barButtonItem10);
     this.ribbonPageGroup11.Name = "ribbonPageGroup11";
     this.ribbonPageGroup11.Text = "Tài khoản";
     //
     // ribbonPageGroup12
     //
     this.ribbonPageGroup12.ItemLinks.Add(this.barButtonItem11);
     this.ribbonPageGroup12.Name = "ribbonPageGroup12";
     this.ribbonPageGroup12.Text = "Chấm công";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup3,
         this.ribbonPageGroup9,
         this.ribbonPageGroup15,
         this.ribbonPageGroup14,
         this.ribbonPageGroup18
     });
     this.ribbonPage2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage2.ImageOptions.Image")));
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "Quản lý bán hàng";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem12);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     this.ribbonPageGroup3.Text = "Danh sách ";
     //
     // ribbonPage3
     //
     this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup4,
         this.ribbonPageGroup13
     });
     this.ribbonPage3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage3.ImageOptions.Image")));
     this.ribbonPage3.Name = "ribbonPage3";
     this.ribbonPage3.Text = "Trợ giúp";
     //
     // ribbonPageGroup4
     //
     this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup4.Name = "ribbonPageGroup4";
     this.ribbonPageGroup4.Text = "Hướng dẫn";
     //
     // ribbonPageGroup13
     //
     this.ribbonPageGroup13.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("ribbonPageGroup13.ImageOptions.SvgImage")));
     this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem3);
     this.ribbonPageGroup13.Name = "ribbonPageGroup13";
     this.ribbonPageGroup13.Text = "Bản quyền";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption                 = "Hướng dẫn sử dụng";
     this.barButtonItem1.Id                      = 16;
     this.barButtonItem1.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image")));
     this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage")));
     this.barButtonItem1.Name                    = "barButtonItem1";
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption                 = "Bản Quyền";
     this.barButtonItem3.Id                      = 17;
     this.barButtonItem3.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.Image")));
     this.barButtonItem3.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.LargeImage")));
     this.barButtonItem3.Name                    = "barButtonItem3";
     //
     // ribbonPage4
     //
     this.ribbonPage4.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup5,
         this.ribbonPageGroup6,
         this.ribbonPageGroup8,
         this.ribbonPageGroup16,
         this.ribbonPageGroup17
     });
     this.ribbonPage4.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage4.ImageOptions.Image")));
     this.ribbonPage4.Name = "ribbonPage4";
     this.ribbonPage4.Text = "Quản lý thiết bị";
     //
     // ribbonPageGroup5
     //
     this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem13);
     this.ribbonPageGroup5.Name = "ribbonPageGroup5";
     this.ribbonPageGroup5.Text = "Thống kê thiết bị";
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption                 = "Quản Lý Thiết Bị";
     this.barButtonItem13.Id                      = 18;
     this.barButtonItem13.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.ImageOptions.Image")));
     this.barButtonItem13.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.ImageOptions.LargeImage")));
     this.barButtonItem13.Name                    = "barButtonItem13";
     //
     // ribbonPageGroup6
     //
     this.ribbonPageGroup6.Name = "ribbonPageGroup6";
     this.ribbonPageGroup6.Text = "Tìm kiếm thiết bị";
     //
     // ribbonPageGroup8
     //
     this.ribbonPageGroup8.Name = "ribbonPageGroup8";
     this.ribbonPageGroup8.Text = "Thêm thiết bị";
     //
     // ribbonPageGroup9
     //
     this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItem14);
     this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItem15);
     this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItem16);
     this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItem17);
     this.ribbonPageGroup9.Name = "ribbonPageGroup9";
     this.ribbonPageGroup9.Text = "Cập nhật thông tin";
     //
     // ribbonPageGroup14
     //
     this.ribbonPageGroup14.Name = "ribbonPageGroup14";
     this.ribbonPageGroup14.Text = "Xóa sản phẩm";
     //
     // ribbonPageGroup15
     //
     this.ribbonPageGroup15.Name = "ribbonPageGroup15";
     this.ribbonPageGroup15.Text = "Sửa sản phẩm";
     //
     // ribbonPageGroup16
     //
     this.ribbonPageGroup16.Name = "ribbonPageGroup16";
     this.ribbonPageGroup16.Text = "Sửa thông tin thiết bị";
     //
     // ribbonPageGroup17
     //
     this.ribbonPageGroup17.Name = "ribbonPageGroup17";
     this.ribbonPageGroup17.Text = "Xóa thiết bị";
     //
     // ribbonPageGroup18
     //
     this.ribbonPageGroup18.Name = "ribbonPageGroup18";
     this.ribbonPageGroup18.Text = "ribbonPageGroup18";
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "Cập nhật thông tin";
     this.barButtonItem14.Id      = 25;
     this.barButtonItem14.Name    = "barButtonItem14";
     //
     // barButtonItem15
     //
     this.barButtonItem15.Caption                 = "Thêm mới";
     this.barButtonItem15.Id                      = 27;
     this.barButtonItem15.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem15.ImageOptions.Image")));
     this.barButtonItem15.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem15.ImageOptions.LargeImage")));
     this.barButtonItem15.Name                    = "barButtonItem15";
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption                 = "Sửa";
     this.barButtonItem16.Id                      = 28;
     this.barButtonItem16.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem16.ImageOptions.Image")));
     this.barButtonItem16.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem16.ImageOptions.LargeImage")));
     this.barButtonItem16.Name                    = "barButtonItem16";
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption                 = "Xóa";
     this.barButtonItem17.Id                      = 29;
     this.barButtonItem17.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem17.ImageOptions.Image")));
     this.barButtonItem17.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem17.ImageOptions.LargeImage")));
     this.barButtonItem17.Name                    = "barButtonItem17";
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(821, 501);
     this.Controls.Add(this.ribbonControl1);
     this.IsMdiContainer = true;
     this.Name           = "Main";
     this.Ribbon         = this.ribbonControl1;
     this.Text           = "Local Gym";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.Main_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Customer_List));
     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.barButtonItem3       = new DevExpress.XtraBars.BarButtonItem();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.gridControl1         = new DevExpress.XtraGrid.GridControl();
     this.gridView1            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.ID                       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CustName                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Address                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Phone                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Email                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.WebAddr                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.OppBal                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CreditLimit              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlGroup1      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1       = new DevExpress.XtraLayout.LayoutControlItem();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).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.barButtonItem3
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 3;
     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.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.O));
     this.barButtonItem1.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
     this.barButtonItem1.Name         = "barButtonItem1";
     toolTipTitleItem1.Text           = "                           Ctrl+O";
     toolTipItem1.LeftIndent          = 6;
     toolTipItem1.Text            = "Open New Customer Registration Form";
     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(574, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 347);
     this.barDockControlBottom.Size             = new System.Drawing.Size(574, 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, 323);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(574, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 323);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "barButtonItem3";
     this.barButtonItem3.Id      = 2;
     this.barButtonItem3.Name    = "barButtonItem3";
     //
     // 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(574, 323);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // 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(550, 299);
     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.ID,
         this.CustName,
         this.Address,
         this.Phone,
         this.Email,
         this.WebAddr,
         this.OppBal,
         this.CreditLimit,
         this.gridColumn1
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsFind.AlwaysVisible  = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // ID
     //
     this.ID.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ID.AppearanceHeader.Options.UseFont        = true;
     this.ID.AppearanceHeader.Options.UseTextOptions = true;
     this.ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.ID.Caption   = "ID";
     this.ID.FieldName = "customerID";
     this.ID.Name      = "ID";
     this.ID.OptionsColumn.AllowFocus             = false;
     this.ID.OptionsColumn.AllowIncrementalSearch = false;
     this.ID.OptionsColumn.AllowMove  = false;
     this.ID.OptionsColumn.AllowSize  = false;
     this.ID.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.ID.OptionsColumn.FixedWidth = true;
     this.ID.OptionsColumn.ImmediateUpdateRowPosition = DevExpress.Utils.DefaultBoolean.False;
     this.ID.OptionsFilter.AllowAutoFilter            = false;
     this.ID.Visible      = true;
     this.ID.VisibleIndex = 0;
     this.ID.Width        = 40;
     //
     // CustName
     //
     this.CustName.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CustName.AppearanceHeader.Options.UseFont        = true;
     this.CustName.AppearanceHeader.Options.UseTextOptions = true;
     this.CustName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.CustName.Caption   = "Name";
     this.CustName.FieldName = "name";
     this.CustName.Name      = "CustName";
     this.CustName.OptionsColumn.AllowFocus             = false;
     this.CustName.OptionsColumn.AllowIncrementalSearch = false;
     this.CustName.OptionsColumn.AllowMove  = false;
     this.CustName.OptionsColumn.AllowSize  = false;
     this.CustName.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.CustName.OptionsColumn.FixedWidth = true;
     this.CustName.OptionsColumn.ImmediateUpdateRowPosition = DevExpress.Utils.DefaultBoolean.False;
     this.CustName.OptionsFilter.AllowAutoFilter            = false;
     this.CustName.Visible      = true;
     this.CustName.VisibleIndex = 1;
     this.CustName.Width        = 150;
     //
     // Address
     //
     this.Address.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Address.AppearanceHeader.Options.UseFont        = true;
     this.Address.AppearanceHeader.Options.UseTextOptions = true;
     this.Address.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.Address.Caption   = "Address";
     this.Address.FieldName = "address";
     this.Address.Name      = "Address";
     this.Address.OptionsColumn.AllowFocus             = false;
     this.Address.OptionsColumn.AllowIncrementalSearch = false;
     this.Address.OptionsColumn.AllowMove  = false;
     this.Address.OptionsColumn.AllowSize  = false;
     this.Address.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.Address.OptionsColumn.FixedWidth = true;
     this.Address.OptionsColumn.ImmediateUpdateRowPosition = DevExpress.Utils.DefaultBoolean.False;
     this.Address.OptionsFilter.AllowAutoFilter            = false;
     this.Address.Visible      = true;
     this.Address.VisibleIndex = 2;
     this.Address.Width        = 150;
     //
     // Phone
     //
     this.Phone.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Phone.AppearanceHeader.Options.UseFont        = true;
     this.Phone.AppearanceHeader.Options.UseTextOptions = true;
     this.Phone.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.Phone.Caption   = "Phone";
     this.Phone.FieldName = "phone";
     this.Phone.Name      = "Phone";
     this.Phone.OptionsColumn.AllowFocus             = false;
     this.Phone.OptionsColumn.AllowIncrementalSearch = false;
     this.Phone.OptionsColumn.AllowMove  = false;
     this.Phone.OptionsColumn.AllowSize  = false;
     this.Phone.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.Phone.OptionsColumn.FixedWidth = true;
     this.Phone.OptionsColumn.ImmediateUpdateRowPosition = DevExpress.Utils.DefaultBoolean.False;
     this.Phone.OptionsFilter.AllowAutoFilter            = false;
     this.Phone.Visible      = true;
     this.Phone.VisibleIndex = 3;
     this.Phone.Width        = 55;
     //
     // Email
     //
     this.Email.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Email.AppearanceHeader.Options.UseFont        = true;
     this.Email.AppearanceHeader.Options.UseTextOptions = true;
     this.Email.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.Email.Caption   = "Email ID";
     this.Email.FieldName = "email";
     this.Email.Name      = "Email";
     this.Email.OptionsColumn.AllowFocus             = false;
     this.Email.OptionsColumn.AllowIncrementalSearch = false;
     this.Email.OptionsColumn.AllowMove  = false;
     this.Email.OptionsColumn.AllowSize  = false;
     this.Email.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.Email.OptionsColumn.FixedWidth = true;
     this.Email.OptionsColumn.ImmediateUpdateRowPosition = DevExpress.Utils.DefaultBoolean.False;
     this.Email.OptionsFilter.AllowAutoFilter            = false;
     this.Email.Visible      = true;
     this.Email.VisibleIndex = 4;
     this.Email.Width        = 65;
     //
     // WebAddr
     //
     this.WebAddr.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.WebAddr.AppearanceHeader.Options.UseFont        = true;
     this.WebAddr.AppearanceHeader.Options.UseTextOptions = true;
     this.WebAddr.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.WebAddr.Caption   = "Web Address";
     this.WebAddr.FieldName = "webAddress";
     this.WebAddr.Name      = "WebAddr";
     this.WebAddr.OptionsColumn.AllowFocus             = false;
     this.WebAddr.OptionsColumn.AllowIncrementalSearch = false;
     this.WebAddr.OptionsColumn.AllowMove  = false;
     this.WebAddr.OptionsColumn.AllowSize  = false;
     this.WebAddr.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.WebAddr.OptionsColumn.FixedWidth = true;
     this.WebAddr.OptionsColumn.ImmediateUpdateRowPosition = DevExpress.Utils.DefaultBoolean.False;
     this.WebAddr.OptionsFilter.AllowAutoFilter            = false;
     this.WebAddr.Visible      = true;
     this.WebAddr.VisibleIndex = 5;
     this.WebAddr.Width        = 65;
     //
     // OppBal
     //
     this.OppBal.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.OppBal.AppearanceHeader.Options.UseFont        = true;
     this.OppBal.AppearanceHeader.Options.UseTextOptions = true;
     this.OppBal.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.OppBal.Caption = "Opening Balance";
     this.OppBal.DisplayFormat.FormatString = "#.00";
     this.OppBal.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.OppBal.FieldName = "openingBalance";
     this.OppBal.Name      = "OppBal";
     this.OppBal.OptionsColumn.AllowFocus             = false;
     this.OppBal.OptionsColumn.AllowIncrementalSearch = false;
     this.OppBal.OptionsColumn.AllowMove  = false;
     this.OppBal.OptionsColumn.AllowSize  = false;
     this.OppBal.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.OppBal.OptionsColumn.FixedWidth = true;
     this.OppBal.OptionsColumn.ImmediateUpdateRowPosition = DevExpress.Utils.DefaultBoolean.False;
     this.OppBal.OptionsFilter.AllowAutoFilter            = false;
     this.OppBal.Visible      = true;
     this.OppBal.VisibleIndex = 6;
     this.OppBal.Width        = 50;
     //
     // CreditLimit
     //
     this.CreditLimit.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CreditLimit.AppearanceHeader.Options.UseFont        = true;
     this.CreditLimit.AppearanceHeader.Options.UseTextOptions = true;
     this.CreditLimit.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.CreditLimit.Caption = "Credit Limit";
     this.CreditLimit.DisplayFormat.FormatString = "#.00";
     this.CreditLimit.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.CreditLimit.FieldName = "creditLimit";
     this.CreditLimit.Name      = "CreditLimit";
     this.CreditLimit.OptionsColumn.AllowFocus             = false;
     this.CreditLimit.OptionsColumn.AllowIncrementalSearch = false;
     this.CreditLimit.OptionsColumn.AllowMove  = false;
     this.CreditLimit.OptionsColumn.AllowSize  = false;
     this.CreditLimit.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.CreditLimit.OptionsColumn.FixedWidth = true;
     this.CreditLimit.OptionsColumn.ImmediateUpdateRowPosition = DevExpress.Utils.DefaultBoolean.False;
     this.CreditLimit.OptionsFilter.AllowAutoFilter            = false;
     this.CreditLimit.Visible      = true;
     this.CreditLimit.VisibleIndex = 7;
     this.CreditLimit.Width        = 50;
     //
     // 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    = "Open";
     this.gridColumn1.ColumnEdit = this.repositoryItemCheckEdit1;
     this.gridColumn1.Name       = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn1.OptionsColumn.AllowMove  = false;
     this.gridColumn1.OptionsColumn.AllowSize  = false;
     this.gridColumn1.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn1.OptionsColumn.FixedWidth = true;
     this.gridColumn1.OptionsColumn.ImmediateUpdateRowPosition = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.AllowAutoFilter            = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 8;
     this.gridColumn1.Width        = 25;
     //
     // 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(574, 323);
     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(554, 303);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight      = false;
     this.repositoryItemCheckEdit1.Name            = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.CheckedChanged += new System.EventHandler(this.repositoryItemCheckEdit1_CheckedChanged);
     //
     // Customer_List
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(574, 370);
     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  = "Customer_List";
     this.Text  = "Customer History";
     this.Load += new System.EventHandler(this.Customer_List_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo 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();
     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.PicDoc = new System.Windows.Forms.PictureBox();
     this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.btnZOut              = new DevExpress.XtraBars.BarButtonItem();
     this.btnZIn               = new DevExpress.XtraBars.BarButtonItem();
     this.btnExit              = 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();
     ((System.ComponentModel.ISupportInitialize)(this.PicDoc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // PicDoc
     //
     this.PicDoc.BackColor = System.Drawing.Color.White;
     this.PicDoc.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.PicDoc.Location  = new System.Drawing.Point(0, 34);
     this.PicDoc.Name      = "PicDoc";
     this.PicDoc.Size      = new System.Drawing.Size(414, 347);
     this.PicDoc.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.PicDoc.TabIndex  = 5;
     this.PicDoc.TabStop   = false;
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.LookAndFeel.SkinName = "Money Twins";
     this.barAndDockingController1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting   = false;
     //
     // barManager1
     //
     this.barManager1.AllowCustomization      = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup  = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     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.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnExit,
         this.btnZOut,
         this.btnZIn
     });
     this.barManager1.MaxItemId = 3;
     //
     // bar1
     //
     this.bar1.BarName   = "Tools";
     this.bar1.DockCol   = 0;
     this.bar1.DockRow   = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnZOut, DevExpress.XtraBars.BarItemPaintStyle.Standard),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnZIn, DevExpress.XtraBars.BarItemPaintStyle.Standard),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExit)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.AllowRename             = true;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.UseWholeRow             = true;
     this.bar1.Text = "Tools";
     //
     // btnZOut
     //
     this.btnZOut.Caption   = "Zoom Out";
     this.btnZOut.Glyph     = global::CRM.Properties.Resources.zoom;
     this.btnZOut.Id        = 1;
     this.btnZOut.Name      = "btnZOut";
     toolTipTitleItem1.Text = "Zoom Out";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnZOut.SuperTip   = superToolTip1;
     this.btnZOut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnZOut_ItemClick);
     //
     // btnZIn
     //
     this.btnZIn.Caption    = "Zoom In";
     this.btnZIn.Glyph      = global::CRM.Properties.Resources.zoom_in;
     this.btnZIn.Id         = 2;
     this.btnZIn.Name       = "btnZIn";
     toolTipTitleItem2.Text = "Zoom In";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnZIn.SuperTip   = superToolTip2;
     this.btnZIn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnZIn_ItemClick);
     //
     // btnExit
     //
     this.btnExit.Alignment  = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.btnExit.Caption    = "Exit";
     this.btnExit.Glyph      = global::CRM.Properties.Resources.exit1;
     this.btnExit.Id         = 0;
     this.btnExit.Name       = "btnExit";
     this.btnExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnExit_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(414, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 381);
     this.barDockControlBottom.Size             = new System.Drawing.Size(414, 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, 347);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(414, 34);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 347);
     //
     // frmImageView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(414, 381);
     this.ControlBox          = false;
     this.Controls.Add(this.PicDoc);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "frmImageView";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "ImageView";
     this.Load         += new System.EventHandler(this.frmImageView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.PicDoc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).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.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem9 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem3 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MoviesUserControl));
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
            this.tabByTitle = new DevExpress.XtraTab.XtraTabPage();
            this.grdMoviesList = new DevExpress.XtraGrid.GridControl();
            this.grdViewByTitle = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.LoadingStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.BusyPicture = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.clmTitle = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmYear = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmMarked = new DevExpress.XtraGrid.Columns.GridColumn();
            this.chkMarked = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.clmLocked = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmReleased = new DevExpress.XtraGrid.Columns.GridColumn();
            this.RepositoryImageComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
            this.tabByPoster = new DevExpress.XtraTab.XtraTabPage();
            this.galleryControl1 = new DevExpress.XtraBars.Ribbon.GalleryControl();
            this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
            this.picFanart = new YANFOE.UI.UserControls.CommonControls.DisplayPictureUserControl();
            this.tabEditTabsControl = new DevExpress.XtraTab.XtraTabControl();
            this.tabMainDetails = new DevExpress.XtraTab.XtraTabPage();
            this.movieMainDetailsUserControl1 = new YANFOE.UI.UserControls.MovieControls.MovieMainDetailsUserControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.btnNew = new DevExpress.XtraEditors.SimpleButton();
            this.btnMarked = new DevExpress.XtraEditors.SimpleButton();
            this.btnSave = new DevExpress.XtraEditors.SimpleButton();
            this.btnLoadFromWeb = new DevExpress.XtraEditors.SimpleButton();
            this.btnLock = new DevExpress.XtraEditors.SimpleButton();
            this.tabFileInfo = new DevExpress.XtraTab.XtraTabPage();
            this.movieFileInfoUserControl1 = new YANFOE.UI.UserControls.MovieControls.MovieFileInfoUserControl();
            this.tabIdentify = new DevExpress.XtraTab.XtraTabPage();
            this.movieIdentierUserControl11 = new YANFOE.UI.UserControls.MovieControls.MovieIdentierUserControl1();
            this.tabSets = new DevExpress.XtraTab.XtraTabPage();
            this.setManagerUserControl1 = new YANFOE.UI.UserControls.MovieControls.SetManagerUserControl();
            this.tabTrailers = new DevExpress.XtraTab.XtraTabPage();
            this.movieTrailerUserControl1 = new YANFOE.UI.UserControls.MovieControls.MovieTrailerUserControl();
            this.tabPreview = new DevExpress.XtraTab.XtraTabPage();
            this.nfoPreviewUserControl1 = new YANFOE.UI.UserControls.CommonControls.NFOPreviewUserControl();
            this.picPoster = new YANFOE.UI.UserControls.CommonControls.DisplayPictureUserControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlImages = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.splitterItem3 = new DevExpress.XtraLayout.SplitterItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
            this.galleryControlGallery1 = new DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.popupSave = new DevExpress.XtraBars.PopupMenu(this.components);
            this.btnSaveNfo = new DevExpress.XtraBars.BarButtonItem();
            this.btnSaveAllImages = new DevExpress.XtraBars.BarButtonItem();
            this.btnSavePoster = new DevExpress.XtraBars.BarButtonItem();
            this.btnSaveFanart = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
            this.popupLoadFromWeb = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem7 = 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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
            this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
            this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.popupMovieList = new DevExpress.XtraBars.PopupMenu(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
            this.xtraTabControl2.SuspendLayout();
            this.tabByTitle.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdMoviesList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdViewByTitle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BusyPicture)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkMarked)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.RepositoryImageComboBox)).BeginInit();
            this.tabByPoster.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.galleryControl1)).BeginInit();
            this.galleryControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabEditTabsControl)).BeginInit();
            this.tabEditTabsControl.SuspendLayout();
            this.tabMainDetails.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.tabFileInfo.SuspendLayout();
            this.tabIdentify.SuspendLayout();
            this.tabSets.SuspendLayout();
            this.tabTrailers.SuspendLayout();
            this.tabPreview.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlImages)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupSave)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupLoadFromWeb)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMovieList)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.xtraTabControl2);
            this.layoutControl1.Controls.Add(this.picFanart);
            this.layoutControl1.Controls.Add(this.tabEditTabsControl);
            this.layoutControl1.Controls.Add(this.picPoster);
            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(1200, 238, 354, 436);
            this.layoutControl1.Padding = new System.Windows.Forms.Padding(10);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(1049, 714);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // xtraTabControl2
            // 
            this.xtraTabControl2.Location = new System.Drawing.Point(2, 2);
            this.xtraTabControl2.Name = "xtraTabControl2";
            this.xtraTabControl2.SelectedTabPage = this.tabByTitle;
            this.xtraTabControl2.Size = new System.Drawing.Size(259, 710);
            this.xtraTabControl2.TabIndex = 1;
            this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabByTitle,
            this.tabByPoster});
            // 
            // tabByTitle
            // 
            this.tabByTitle.Controls.Add(this.grdMoviesList);
            this.tabByTitle.Name = "tabByTitle";
            this.tabByTitle.Size = new System.Drawing.Size(253, 684);
            this.tabByTitle.Text = "Title (0)";
            // 
            // grdMoviesList
            // 
            this.grdMoviesList.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode2.RelationName = "Level1";
            this.grdMoviesList.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode2});
            this.grdMoviesList.Location = new System.Drawing.Point(0, 0);
            this.grdMoviesList.MainView = this.grdViewByTitle;
            this.grdMoviesList.Name = "grdMoviesList";
            this.grdMoviesList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.RepositoryImageComboBox,
            this.BusyPicture,
            this.chkMarked});
            this.grdMoviesList.ShowOnlyPredefinedDetails = true;
            this.grdMoviesList.Size = new System.Drawing.Size(253, 684);
            this.grdMoviesList.TabIndex = 1;
            this.grdMoviesList.ToolTipController = this.toolTipController1;
            this.grdMoviesList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.grdViewByTitle});
            // 
            // grdViewByTitle
            // 
            this.grdViewByTitle.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.LoadingStatus,
            this.clmTitle,
            this.clmYear,
            this.clmMarked,
            this.clmLocked,
            this.clmReleased});
            this.grdViewByTitle.GridControl = this.grdMoviesList;
            this.grdViewByTitle.Name = "grdViewByTitle";
            this.grdViewByTitle.OptionsSelection.MultiSelect = true;
            this.grdViewByTitle.OptionsView.AnimationType = DevExpress.XtraGrid.Views.Base.GridAnimationType.AnimateAllContent;
            this.grdViewByTitle.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.GrdViewByTitle_RowCellStyle);
            this.grdViewByTitle.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.grdViewByTitle_PopupMenuShowing);
            this.grdViewByTitle.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.GrdViewByTitle_SelectionChanged);
            this.grdViewByTitle.DoubleClick += new System.EventHandler(this.GrdViewByTitle_DoubleClick);
            // 
            // LoadingStatus
            // 
            this.LoadingStatus.Caption = " ";
            this.LoadingStatus.ColumnEdit = this.BusyPicture;
            this.LoadingStatus.FieldName = "Busy";
            this.LoadingStatus.MaxWidth = 20;
            this.LoadingStatus.Name = "LoadingStatus";
            this.LoadingStatus.Visible = true;
            this.LoadingStatus.VisibleIndex = 0;
            this.LoadingStatus.Width = 20;
            // 
            // BusyPicture
            // 
            this.BusyPicture.Name = "BusyPicture";
            // 
            // clmTitle
            // 
            this.clmTitle.Caption = "Title";
            this.clmTitle.FieldName = "Title";
            this.clmTitle.Name = "clmTitle";
            this.clmTitle.OptionsColumn.AllowEdit = false;
            this.clmTitle.ToolTip = "Test tool tip";
            this.clmTitle.Visible = true;
            this.clmTitle.VisibleIndex = 1;
            this.clmTitle.Width = 104;
            // 
            // clmYear
            // 
            this.clmYear.Caption = "Year";
            this.clmYear.FieldName = "Year";
            this.clmYear.MaxWidth = 60;
            this.clmYear.Name = "clmYear";
            this.clmYear.OptionsColumn.AllowEdit = false;
            this.clmYear.Visible = true;
            this.clmYear.VisibleIndex = 2;
            this.clmYear.Width = 40;
            // 
            // clmMarked
            // 
            this.clmMarked.AppearanceHeader.Image = global::YANFOE.Properties.Resources.star_full;
            this.clmMarked.AppearanceHeader.Options.UseImage = true;
            this.clmMarked.ColumnEdit = this.chkMarked;
            this.clmMarked.FieldName = "Marked";
            this.clmMarked.MaxWidth = 22;
            this.clmMarked.Name = "clmMarked";
            this.clmMarked.Visible = true;
            this.clmMarked.VisibleIndex = 3;
            this.clmMarked.Width = 20;
            // 
            // chkMarked
            // 
            this.chkMarked.AutoHeight = false;
            this.chkMarked.Name = "chkMarked";
            this.chkMarked.PictureChecked = global::YANFOE.Properties.Resources.star_full;
            this.chkMarked.PictureUnchecked = global::YANFOE.Properties.Resources.star_empty;
            // 
            // clmLocked
            // 
            this.clmLocked.Caption = "Locked";
            this.clmLocked.FieldName = "Locked";
            this.clmLocked.MaxWidth = 20;
            this.clmLocked.Name = "clmLocked";
            this.clmLocked.Visible = true;
            this.clmLocked.VisibleIndex = 4;
            this.clmLocked.Width = 20;
            // 
            // clmReleased
            // 
            this.clmReleased.Caption = "Released";
            this.clmReleased.Name = "clmReleased";
            // 
            // RepositoryImageComboBox
            // 
            this.RepositoryImageComboBox.AutoHeight = false;
            this.RepositoryImageComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.RepositoryImageComboBox.Name = "RepositoryImageComboBox";
            // 
            // toolTipController1
            // 
            this.toolTipController1.AllowHtmlText = true;
            this.toolTipController1.InitialDelay = 1;
            this.toolTipController1.GetActiveObjectInfo += new DevExpress.Utils.ToolTipControllerGetActiveObjectInfoEventHandler(this.ToolTipController1_GetActiveObjectInfo);
            // 
            // tabByPoster
            // 
            this.tabByPoster.Controls.Add(this.galleryControl1);
            this.tabByPoster.Name = "tabByPoster";
            this.tabByPoster.Size = new System.Drawing.Size(253, 684);
            this.tabByPoster.Text = "Poster (0)";
            // 
            // galleryControl1
            // 
            this.galleryControl1.Controls.Add(this.galleryControlClient1);
            this.galleryControl1.DesignGalleryGroupIndex = 0;
            this.galleryControl1.DesignGalleryItemIndex = 0;
            this.galleryControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            // 
            // galleryControlGallery2
            // 
            this.galleryControl1.Gallery.ImageSize = new System.Drawing.Size(100, 150);
            this.galleryControl1.Gallery.ItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.GalleryItem_Click);
            this.galleryControl1.Location = new System.Drawing.Point(0, 0);
            this.galleryControl1.Name = "galleryControl1";
            this.galleryControl1.Size = new System.Drawing.Size(253, 684);
            this.galleryControl1.TabIndex = 0;
            this.galleryControl1.Text = "Movies";
            // 
            // galleryControlClient1
            // 
            this.galleryControlClient1.GalleryControl = this.galleryControl1;
            this.galleryControlClient1.Location = new System.Drawing.Point(2, 2);
            this.galleryControlClient1.Size = new System.Drawing.Size(232, 680);
            // 
            // picFanart
            // 
            this.picFanart.HeaderDetails = "No Image";
            this.picFanart.HeaderTitle = "Fanart";
            this.picFanart.Location = new System.Drawing.Point(692, 356);
            this.picFanart.Margin = new System.Windows.Forms.Padding(0);
            this.picFanart.Name = "picFanart";
            this.picFanart.Size = new System.Drawing.Size(352, 333);
            this.picFanart.TabIndex = 7;
            this.picFanart.Type = YANFOE.Tools.Enums.GalleryType.MovieFanart;
            // 
            // tabEditTabsControl
            // 
            this.tabEditTabsControl.Location = new System.Drawing.Point(270, 2);
            this.tabEditTabsControl.Name = "tabEditTabsControl";
            this.tabEditTabsControl.SelectedTabPage = this.tabMainDetails;
            this.tabEditTabsControl.Size = new System.Drawing.Size(777, 342);
            this.tabEditTabsControl.TabIndex = 5;
            this.tabEditTabsControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabMainDetails,
            this.tabFileInfo,
            this.tabIdentify,
            this.tabSets,
            this.tabTrailers,
            this.tabPreview});
            // 
            // tabMainDetails
            // 
            this.tabMainDetails.Controls.Add(this.movieMainDetailsUserControl1);
            this.tabMainDetails.Controls.Add(this.panelControl1);
            this.tabMainDetails.Name = "tabMainDetails";
            this.tabMainDetails.Size = new System.Drawing.Size(771, 316);
            this.tabMainDetails.Text = "Main Details";
            // 
            // movieMainDetailsUserControl1
            // 
            this.movieMainDetailsUserControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.movieMainDetailsUserControl1.Location = new System.Drawing.Point(0, 44);
            this.movieMainDetailsUserControl1.Name = "movieMainDetailsUserControl1";
            this.movieMainDetailsUserControl1.Size = new System.Drawing.Size(771, 272);
            this.movieMainDetailsUserControl1.TabIndex = 0;
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.simpleButton4);
            this.panelControl1.Controls.Add(this.simpleButton3);
            this.panelControl1.Controls.Add(this.panelControl2);
            this.panelControl1.Controls.Add(this.btnNew);
            this.panelControl1.Controls.Add(this.btnMarked);
            this.panelControl1.Controls.Add(this.btnSave);
            this.panelControl1.Controls.Add(this.btnLoadFromWeb);
            this.panelControl1.Controls.Add(this.btnLock);
            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(771, 44);
            this.panelControl1.TabIndex = 1;
            // 
            // simpleButton4
            // 
            this.simpleButton4.Dock = System.Windows.Forms.DockStyle.Left;
            this.simpleButton4.Enabled = false;
            this.simpleButton4.Image = global::YANFOE.Properties.Resources.folder32;
            this.simpleButton4.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.simpleButton4.Location = new System.Drawing.Point(156, 2);
            this.simpleButton4.Name = "simpleButton4";
            this.simpleButton4.Size = new System.Drawing.Size(48, 40);
            superToolTip8.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem10.Text = "Open Movie";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "Clicking this link will open the movie files <fileName>\r\n";
            superToolTip8.Items.Add(toolTipTitleItem10);
            superToolTip8.Items.Add(toolTipItem6);
            this.simpleButton4.SuperTip = superToolTip8;
            this.simpleButton4.TabIndex = 11;
            // 
            // simpleButton3
            // 
            this.simpleButton3.Dock = System.Windows.Forms.DockStyle.Left;
            this.simpleButton3.Enabled = false;
            this.simpleButton3.Image = global::YANFOE.Properties.Resources.monitor;
            this.simpleButton3.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.simpleButton3.Location = new System.Drawing.Point(108, 2);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(48, 40);
            superToolTip9.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem11.Text = "Open Movie";
            toolTipItem7.LeftIndent = 6;
            toolTipItem7.Text = "Clicking this link will open the movie files <fileName>\r\n";
            superToolTip9.Items.Add(toolTipTitleItem11);
            superToolTip9.Items.Add(toolTipItem7);
            this.simpleButton3.SuperTip = superToolTip9;
            this.simpleButton3.TabIndex = 10;
            // 
            // panelControl2
            // 
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelControl2.Location = new System.Drawing.Point(98, 2);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(10, 40);
            this.panelControl2.TabIndex = 9;
            // 
            // btnNew
            // 
            this.btnNew.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnNew.Image = global::YANFOE.Properties.Resources.new32;
            this.btnNew.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnNew.Location = new System.Drawing.Point(625, 2);
            this.btnNew.Name = "btnNew";
            this.btnNew.Size = new System.Drawing.Size(48, 40);
            superToolTip10.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem12.Appearance.Image = global::YANFOE.Properties.Resources.promo_red16;
            toolTipTitleItem12.Appearance.Options.UseImage = true;
            toolTipTitleItem12.Image = global::YANFOE.Properties.Resources.promo_red16;
            toolTipTitleItem12.Text = "Movie is marked as New";
            toolTipItem8.LeftIndent = 6;
            toolTipItem8.Text = "The new status will be removed next time YANFOE is started.<br>\r\n\r\n\r\n";
            superToolTip10.Items.Add(toolTipTitleItem12);
            superToolTip10.Items.Add(toolTipItem8);
            this.btnNew.SuperTip = superToolTip10;
            this.btnNew.TabIndex = 7;
            this.btnNew.Visible = false;
            this.btnNew.DoubleClick += new System.EventHandler(this.BtnNew_DoubleClick);
            // 
            // btnMarked
            // 
            this.btnMarked.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnMarked.Image = global::YANFOE.Properties.Resources.star_empty32;
            this.btnMarked.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnMarked.Location = new System.Drawing.Point(673, 2);
            this.btnMarked.Name = "btnMarked";
            this.btnMarked.Size = new System.Drawing.Size(48, 40);
            superToolTip11.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem13.Text = "Marked / Unmarked";
            superToolTip11.Items.Add(toolTipTitleItem13);
            this.btnMarked.SuperTip = superToolTip11;
            this.btnMarked.TabIndex = 6;
            this.btnMarked.Tag = "unmarked";
            this.btnMarked.Click += new System.EventHandler(this.BtnMarked_Click);
            // 
            // btnSave
            // 
            this.btnSave.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnSave.Image = global::YANFOE.Properties.Resources.save32;
            this.btnSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnSave.Location = new System.Drawing.Point(50, 2);
            this.btnSave.Name = "btnSave";
            this.barManager1.SetPopupContextMenu(this.btnSave, this.popupSave);
            this.btnSave.Size = new System.Drawing.Size(48, 40);
            superToolTip12.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem14.Text = "Save";
            toolTipItem9.LeftIndent = 6;
            toolTipItem9.Text = "Will Save Both NFO and Images To Disk";
            toolTipTitleItem15.LeftIndent = 6;
            toolTipTitleItem15.Text = "Right click for more options...\r\n";
            superToolTip12.Items.Add(toolTipTitleItem14);
            superToolTip12.Items.Add(toolTipItem9);
            superToolTip12.Items.Add(toolTipSeparatorItem3);
            superToolTip12.Items.Add(toolTipTitleItem15);
            this.btnSave.SuperTip = superToolTip12;
            this.btnSave.TabIndex = 4;
            this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
            // 
            // btnLoadFromWeb
            // 
            this.btnLoadFromWeb.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnLoadFromWeb.Image = global::YANFOE.Properties.Resources.globe32;
            this.btnLoadFromWeb.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnLoadFromWeb.Location = new System.Drawing.Point(2, 2);
            this.btnLoadFromWeb.Name = "btnLoadFromWeb";
            this.barManager1.SetPopupContextMenu(this.btnLoadFromWeb, this.popupLoadFromWeb);
            this.btnLoadFromWeb.Size = new System.Drawing.Size(48, 40);
            superToolTip5.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem5.Text = "Load From Web";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Will download details using the scraper set for this movie.";
            toolTipTitleItem6.LeftIndent = 6;
            toolTipTitleItem6.Text = "Right click for more options...\r\n";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem4);
            superToolTip5.Items.Add(toolTipSeparatorItem1);
            superToolTip5.Items.Add(toolTipTitleItem6);
            this.btnLoadFromWeb.SuperTip = superToolTip5;
            this.btnLoadFromWeb.TabIndex = 0;
            this.btnLoadFromWeb.Click += new System.EventHandler(this.BtnLoadFromWeb_Click);
            // 
            // btnLock
            // 
            this.btnLock.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnLock.Image = global::YANFOE.Properties.Resources.unlock32;
            this.btnLock.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnLock.Location = new System.Drawing.Point(721, 2);
            this.btnLock.Name = "btnLock";
            this.btnLock.Size = new System.Drawing.Size(48, 40);
            superToolTip6.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem7.Text = "Locked / Unlock";
            superToolTip6.Items.Add(toolTipTitleItem7);
            this.btnLock.SuperTip = superToolTip6;
            this.btnLock.TabIndex = 8;
            this.btnLock.Tag = "unlocked";
            this.btnLock.Click += new System.EventHandler(this.BtnLock_Click);
            // 
            // tabFileInfo
            // 
            this.tabFileInfo.Controls.Add(this.movieFileInfoUserControl1);
            this.tabFileInfo.Name = "tabFileInfo";
            this.tabFileInfo.Size = new System.Drawing.Size(771, 316);
            this.tabFileInfo.Text = "File Info";
            // 
            // movieFileInfoUserControl1
            // 
            this.movieFileInfoUserControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.movieFileInfoUserControl1.Location = new System.Drawing.Point(0, 0);
            this.movieFileInfoUserControl1.Name = "movieFileInfoUserControl1";
            this.movieFileInfoUserControl1.Size = new System.Drawing.Size(771, 316);
            this.movieFileInfoUserControl1.TabIndex = 0;
            // 
            // tabIdentify
            // 
            this.tabIdentify.Controls.Add(this.movieIdentierUserControl11);
            this.tabIdentify.Name = "tabIdentify";
            this.tabIdentify.Size = new System.Drawing.Size(771, 316);
            this.tabIdentify.Text = "Identifier";
            // 
            // movieIdentierUserControl11
            // 
            this.movieIdentierUserControl11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.movieIdentierUserControl11.Location = new System.Drawing.Point(0, 0);
            this.movieIdentierUserControl11.Name = "movieIdentierUserControl11";
            this.movieIdentierUserControl11.Size = new System.Drawing.Size(771, 316);
            this.movieIdentierUserControl11.TabIndex = 0;
            // 
            // tabSets
            // 
            this.tabSets.Controls.Add(this.setManagerUserControl1);
            this.tabSets.Name = "tabSets";
            this.tabSets.Size = new System.Drawing.Size(771, 316);
            this.tabSets.Text = "Set";
            // 
            // setManagerUserControl1
            // 
            this.setManagerUserControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.setManagerUserControl1.Location = new System.Drawing.Point(0, 0);
            this.setManagerUserControl1.Name = "setManagerUserControl1";
            this.setManagerUserControl1.Size = new System.Drawing.Size(771, 316);
            this.setManagerUserControl1.TabIndex = 0;
            // 
            // tabTrailers
            // 
            this.tabTrailers.Controls.Add(this.movieTrailerUserControl1);
            this.tabTrailers.Name = "tabTrailers";
            this.tabTrailers.Size = new System.Drawing.Size(771, 316);
            this.tabTrailers.Text = "Trailers";
            // 
            // movieTrailerUserControl1
            // 
            this.movieTrailerUserControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.movieTrailerUserControl1.Location = new System.Drawing.Point(0, 0);
            this.movieTrailerUserControl1.Name = "movieTrailerUserControl1";
            this.movieTrailerUserControl1.Size = new System.Drawing.Size(771, 316);
            this.movieTrailerUserControl1.TabIndex = 0;
            // 
            // tabPreview
            // 
            this.tabPreview.Controls.Add(this.nfoPreviewUserControl1);
            this.tabPreview.Name = "tabPreview";
            this.tabPreview.Size = new System.Drawing.Size(771, 316);
            this.tabPreview.Text = "Previews";
            // 
            // nfoPreviewUserControl1
            // 
            this.nfoPreviewUserControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.nfoPreviewUserControl1.Location = new System.Drawing.Point(0, 0);
            this.nfoPreviewUserControl1.Name = "nfoPreviewUserControl1";
            this.nfoPreviewUserControl1.PreviewArea = YANFOE.UI.UserControls.CommonControls.NFOPreviewUserControl.TvOrMovies.Movies;
            this.nfoPreviewUserControl1.Size = new System.Drawing.Size(771, 316);
            this.nfoPreviewUserControl1.TabIndex = 0;
            // 
            // picPoster
            // 
            this.picPoster.HeaderDetails = "No Image";
            this.picPoster.HeaderTitle = "Poster";
            this.picPoster.Location = new System.Drawing.Point(273, 356);
            this.picPoster.Name = "picPoster";
            this.picPoster.Size = new System.Drawing.Size(410, 333);
            this.picPoster.TabIndex = 6;
            this.picPoster.Type = YANFOE.Tools.Enums.GalleryType.MoviePoster;
            // 
            // 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.layoutControlImages,
            this.splitterItem3,
            this.layoutControlItem1,
            this.splitterItem2});
            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(1049, 714);
            this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.tabEditTabsControl;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(268, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(781, 346);
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // layoutControlImages
            // 
            this.layoutControlImages.CustomizationFormText = "Images";
            this.layoutControlImages.ExpandButtonMode = DevExpress.Utils.Controls.ExpandButtonMode.Inverted;
            this.layoutControlImages.ExpandButtonVisible = true;
            this.layoutControlImages.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem4,
            this.splitterItem1,
            this.layoutControlItem3});
            this.layoutControlImages.Location = new System.Drawing.Point(268, 351);
            this.layoutControlImages.Name = "layoutControlImages";
            this.layoutControlImages.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlImages.Size = new System.Drawing.Size(781, 363);
            this.layoutControlImages.Text = "Show / Hide Images";
            this.layoutControlImages.TextLocation = DevExpress.Utils.Locations.Bottom;
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.picFanart;
            this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
            this.layoutControlItem4.Location = new System.Drawing.Point(419, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(356, 337);
            this.layoutControlItem4.Text = "layoutControlItem4";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextToControlDistance = 0;
            this.layoutControlItem4.TextVisible = false;
            // 
            // splitterItem1
            // 
            this.splitterItem1.AllowHotTrack = true;
            this.splitterItem1.CustomizationFormText = "splitterItem1";
            this.splitterItem1.Location = new System.Drawing.Point(414, 0);
            this.splitterItem1.Name = "splitterItem1";
            this.splitterItem1.Size = new System.Drawing.Size(5, 337);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.picPoster;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(414, 337);
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // splitterItem3
            // 
            this.splitterItem3.AllowHotTrack = true;
            this.splitterItem3.CustomizationFormText = "splitterItem3";
            this.splitterItem3.Location = new System.Drawing.Point(268, 346);
            this.splitterItem3.Name = "splitterItem3";
            this.splitterItem3.Size = new System.Drawing.Size(781, 5);
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.xtraTabControl2;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(263, 714);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // splitterItem2
            // 
            this.splitterItem2.AllowHotTrack = true;
            this.splitterItem2.CustomizationFormText = "splitterItem2";
            this.splitterItem2.Location = new System.Drawing.Point(263, 0);
            this.splitterItem2.Name = "splitterItem2";
            this.splitterItem2.Size = new System.Drawing.Size(5, 714);
            // 
            // barManager1
            // 
            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.barStaticItem1,
            this.barSubItem1,
            this.barButtonItem2,
            this.barStaticItem2,
            this.btnSaveNfo,
            this.btnSaveAllImages,
            this.btnSavePoster,
            this.btnSaveFanart,
            this.barButtonItem7,
            this.barButtonItem8,
            this.barButtonItem3,
            this.barButtonItem4,
            this.barCheckItem1,
            this.barCheckItem2});
            this.barManager1.MaxItemId = 15;
            // 
            // popupSave
            // 
            this.popupSave.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.btnSaveNfo),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnSaveAllImages),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnSavePoster, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnSaveFanart),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8, true)});
            this.popupSave.Manager = this.barManager1;
            this.popupSave.Name = "popupSave";
            // 
            // btnSaveNfo
            // 
            this.btnSaveNfo.Caption = "Save NFO";
            this.btnSaveNfo.Glyph = global::YANFOE.Properties.Resources.school_board;
            this.btnSaveNfo.Id = 5;
            this.btnSaveNfo.Name = "btnSaveNfo";
            this.btnSaveNfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtnSaveNfo_ItemClick);
            // 
            // btnSaveAllImages
            // 
            this.btnSaveAllImages.Caption = "Save All Images";
            this.btnSaveAllImages.Glyph = global::YANFOE.Properties.Resources.picture;
            this.btnSaveAllImages.Id = 6;
            this.btnSaveAllImages.Name = "btnSaveAllImages";
            this.btnSaveAllImages.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtnSaveAllImages_ItemClick);
            // 
            // btnSavePoster
            // 
            this.btnSavePoster.Caption = "Save Poster";
            this.btnSavePoster.Glyph = global::YANFOE.Properties.Resources.picture_poster;
            this.btnSavePoster.Id = 7;
            this.btnSavePoster.Name = "btnSavePoster";
            this.btnSavePoster.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtnSavePoster_ItemClick);
            // 
            // btnSaveFanart
            // 
            this.btnSaveFanart.Caption = "Save Fanart";
            this.btnSaveFanart.Glyph = global::YANFOE.Properties.Resources.picture;
            this.btnSaveFanart.Id = 8;
            this.btnSaveFanart.Name = "btnSaveFanart";
            this.btnSaveFanart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtnSaveFanart_ItemClick);
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = "Save All";
            this.barButtonItem8.Glyph = global::YANFOE.Properties.Resources.save;
            this.barButtonItem8.Id = 10;
            this.barButtonItem8.Name = "barButtonItem8";
            this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BtnSave_Click);
            // 
            // popupLoadFromWeb
            // 
            this.popupLoadFromWeb.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7, true)});
            this.popupLoadFromWeb.Manager = this.barManager1;
            this.popupLoadFromWeb.Name = "popupLoadFromWeb";
            this.popupLoadFromWeb.ShowCaption = true;
            // 
            // barStaticItem2
            // 
            this.barStaticItem2.Caption = "<Current Scraper Group>";
            this.barStaticItem2.Id = 4;
            this.barStaticItem2.Name = "barStaticItem2";
            this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barButtonItem7
            // 
            this.barButtonItem7.Caption = "Scrape Using <alternative 1>";
            this.barButtonItem7.Id = 9;
            this.barButtonItem7.Name = "barButtonItem7";
            // 
            // 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(1049, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 714);
            this.barDockControlBottom.Size = new System.Drawing.Size(1049, 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, 714);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1049, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 714);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Load From Web";
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = "Load From Web";
            this.barStaticItem1.Id = 1;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "barSubItem1";
            this.barSubItem1.Id = 2;
            this.barSubItem1.Name = "barSubItem1";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "Scrape Text From Scraper Group";
            this.barButtonItem2.Id = 3;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "Lock";
            this.barButtonItem3.Id = 11;
            this.barButtonItem3.Name = "barButtonItem3";
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "Unlock";
            this.barButtonItem4.Id = 12;
            this.barButtonItem4.Name = "barButtonItem4";
            // 
            // barCheckItem1
            // 
            this.barCheckItem1.Caption = "Lock";
            this.barCheckItem1.Glyph = global::YANFOE.Properties.Resources.unlock32;
            this.barCheckItem1.Id = 13;
            this.barCheckItem1.Name = "barCheckItem1";
            // 
            // barCheckItem2
            // 
            this.barCheckItem2.Caption = "Mark";
            this.barCheckItem2.Glyph = global::YANFOE.Properties.Resources.star_empty32;
            this.barCheckItem2.Id = 14;
            this.barCheckItem2.Name = "barCheckItem2";
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            this.imageCollection1.Images.SetKeyName(0, "lock.png");
            this.imageCollection1.Images.SetKeyName(1, "star_full.png");
            // 
            // popupMovieList
            // 
            this.popupMovieList.Manager = this.barManager1;
            this.popupMovieList.Name = "popupMovieList";
            this.popupMovieList.BeforePopup += new System.ComponentModel.CancelEventHandler(this.popupMovieList_BeforePopup);
            // 
            // MoviesUserControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            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 = "MoviesUserControl";
            this.Size = new System.Drawing.Size(1049, 714);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
            this.xtraTabControl2.ResumeLayout(false);
            this.tabByTitle.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdMoviesList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdViewByTitle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BusyPicture)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkMarked)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.RepositoryImageComboBox)).EndInit();
            this.tabByPoster.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.galleryControl1)).EndInit();
            this.galleryControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tabEditTabsControl)).EndInit();
            this.tabEditTabsControl.ResumeLayout(false);
            this.tabMainDetails.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.tabFileInfo.ResumeLayout(false);
            this.tabIdentify.ResumeLayout(false);
            this.tabSets.ResumeLayout(false);
            this.tabTrailers.ResumeLayout(false);
            this.tabPreview.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlImages)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupSave)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupLoadFromWeb)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMovieList)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo 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()
 {
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XFrmFluxoCaixaVendas));
     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();
     this.groupControl1      = new DevExpress.XtraEditors.GroupControl();
     this.tableLayoutPanel2  = new System.Windows.Forms.TableLayoutPanel();
     this.panelControl3      = new DevExpress.XtraEditors.PanelControl();
     this.labelControl10     = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1      = new DevExpress.XtraEditors.LabelControl();
     this.lbVlrDinheiro      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5      = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11     = new DevExpress.XtraEditors.LabelControl();
     this.lbVlrCartao        = new DevExpress.XtraEditors.LabelControl();
     this.lbVlrOutros        = new DevExpress.XtraEditors.LabelControl();
     this.lbVlrTotEntradas   = new DevExpress.XtraEditors.LabelControl();
     this.lbVlrChqRecebidos  = new DevExpress.XtraEditors.LabelControl();
     this.labelControl17     = new DevExpress.XtraEditors.LabelControl();
     this.panelControl4      = new DevExpress.XtraEditors.PanelControl();
     this.labelControl25     = new DevExpress.XtraEditors.LabelControl();
     this.lbVlrSaldoDinheiro = new DevExpress.XtraEditors.LabelControl();
     this.separatorControl1  = new DevExpress.XtraEditors.SeparatorControl();
     this.panelControl1      = new DevExpress.XtraEditors.PanelControl();
     this.labelControl22     = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2      = new DevExpress.XtraEditors.LabelControl();
     this.lbVlrRetiradas     = new DevExpress.XtraEditors.LabelControl();
     this.labelControl20     = new DevExpress.XtraEditors.LabelControl();
     this.lbVlrEstornos      = new DevExpress.XtraEditors.LabelControl();
     this.lbVlrTotSaidas     = new DevExpress.XtraEditors.LabelControl();
     this.panelControl2      = new DevExpress.XtraEditors.PanelControl();
     this.labelControl3      = new DevExpress.XtraEditors.LabelControl();
     this.lbSaldo            = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.AppearanceCaption.Font            = new System.Drawing.Font("Tahoma", 9F);
     this.groupControl1.AppearanceCaption.Options.UseFont = true;
     this.groupControl1.Controls.Add(this.tableLayoutPanel2);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(573, 246);
     this.groupControl1.TabIndex = 5;
     this.groupControl1.Text     = "Indicadores";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.65663F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.34337F));
     this.tableLayoutPanel2.Controls.Add(this.panelControl3, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.panelControl4, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.separatorControl1, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.panelControl1, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.panelControl2, 1, 2);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(2, 21);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 3;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 49F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(569, 223);
     this.tableLayoutPanel2.TabIndex = 16;
     //
     // panelControl3
     //
     this.panelControl3.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.panelControl3.Appearance.Options.UseBackColor = true;
     this.panelControl3.Controls.Add(this.labelControl10);
     this.panelControl3.Controls.Add(this.labelControl1);
     this.panelControl3.Controls.Add(this.lbVlrDinheiro);
     this.panelControl3.Controls.Add(this.labelControl5);
     this.panelControl3.Controls.Add(this.labelControl11);
     this.panelControl3.Controls.Add(this.lbVlrCartao);
     this.panelControl3.Controls.Add(this.lbVlrOutros);
     this.panelControl3.Controls.Add(this.lbVlrTotEntradas);
     this.panelControl3.Controls.Add(this.lbVlrChqRecebidos);
     this.panelControl3.Controls.Add(this.labelControl17);
     this.panelControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(3, 2);
     this.panelControl3.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(287, 151);
     this.panelControl3.TabIndex = 40;
     //
     // labelControl10
     //
     this.labelControl10.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Navy;
     this.labelControl10.Location             = new System.Drawing.Point(6, 90);
     this.labelControl10.Name     = "labelControl10";
     this.labelControl10.Size     = new System.Drawing.Size(122, 16);
     this.labelControl10.TabIndex = 15;
     this.labelControl10.Text     = "( + )    Prazo/Outros:";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Navy;
     this.labelControl1.Location             = new System.Drawing.Point(6, 19);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(94, 16);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "( + )    Dinheiro:";
     //
     // lbVlrDinheiro
     //
     this.lbVlrDinheiro.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.lbVlrDinheiro.Appearance.ForeColor = System.Drawing.Color.Navy;
     this.lbVlrDinheiro.Location             = new System.Drawing.Point(174, 19);
     this.lbVlrDinheiro.Name     = "lbVlrDinheiro";
     this.lbVlrDinheiro.Size     = new System.Drawing.Size(25, 16);
     this.lbVlrDinheiro.TabIndex = 3;
     this.lbVlrDinheiro.Text     = "0,00";
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Navy;
     this.labelControl5.Location             = new System.Drawing.Point(6, 42);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(85, 16);
     this.labelControl5.TabIndex = 14;
     this.labelControl5.Text     = "( + )    Cartão:";
     //
     // labelControl11
     //
     this.labelControl11.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Navy;
     this.labelControl11.Location             = new System.Drawing.Point(6, 113);
     this.labelControl11.Name     = "labelControl11";
     this.labelControl11.Size     = new System.Drawing.Size(130, 16);
     this.labelControl11.TabIndex = 16;
     this.labelControl11.Text     = "( + )    Total entradas:";
     //
     // lbVlrCartao
     //
     this.lbVlrCartao.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.lbVlrCartao.Appearance.ForeColor = System.Drawing.Color.Navy;
     this.lbVlrCartao.Location             = new System.Drawing.Point(174, 42);
     this.lbVlrCartao.Name     = "lbVlrCartao";
     this.lbVlrCartao.Size     = new System.Drawing.Size(25, 16);
     this.lbVlrCartao.TabIndex = 17;
     this.lbVlrCartao.Text     = "0,00";
     //
     // lbVlrOutros
     //
     this.lbVlrOutros.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.lbVlrOutros.Appearance.ForeColor = System.Drawing.Color.Navy;
     this.lbVlrOutros.Location             = new System.Drawing.Point(174, 90);
     this.lbVlrOutros.Name     = "lbVlrOutros";
     this.lbVlrOutros.Size     = new System.Drawing.Size(25, 16);
     this.lbVlrOutros.TabIndex = 19;
     this.lbVlrOutros.Text     = "0,00";
     //
     // lbVlrTotEntradas
     //
     this.lbVlrTotEntradas.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.lbVlrTotEntradas.Appearance.ForeColor = System.Drawing.Color.Navy;
     this.lbVlrTotEntradas.Location             = new System.Drawing.Point(174, 113);
     this.lbVlrTotEntradas.Name     = "lbVlrTotEntradas";
     this.lbVlrTotEntradas.Size     = new System.Drawing.Size(25, 16);
     this.lbVlrTotEntradas.TabIndex = 21;
     this.lbVlrTotEntradas.Text     = "0,00";
     //
     // lbVlrChqRecebidos
     //
     this.lbVlrChqRecebidos.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.lbVlrChqRecebidos.Appearance.ForeColor = System.Drawing.Color.Navy;
     this.lbVlrChqRecebidos.Location             = new System.Drawing.Point(174, 66);
     this.lbVlrChqRecebidos.Name     = "lbVlrChqRecebidos";
     this.lbVlrChqRecebidos.Size     = new System.Drawing.Size(25, 16);
     this.lbVlrChqRecebidos.TabIndex = 30;
     this.lbVlrChqRecebidos.Text     = "0,00";
     //
     // labelControl17
     //
     this.labelControl17.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.labelControl17.Appearance.ForeColor = System.Drawing.Color.Navy;
     this.labelControl17.Location             = new System.Drawing.Point(6, 66);
     this.labelControl17.Name     = "labelControl17";
     this.labelControl17.Size     = new System.Drawing.Size(96, 16);
     this.labelControl17.TabIndex = 29;
     this.labelControl17.Text     = "( + )    Cheques:";
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.labelControl25);
     this.panelControl4.Controls.Add(this.lbVlrSaldoDinheiro);
     this.panelControl4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl4.Location = new System.Drawing.Point(3, 176);
     this.panelControl4.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(287, 45);
     this.panelControl4.TabIndex = 30;
     //
     // labelControl25
     //
     this.labelControl25.Appearance.Font      = new System.Drawing.Font("Tahoma", 14F);
     this.labelControl25.Appearance.ForeColor = System.Drawing.Color.LimeGreen;
     this.labelControl25.Location             = new System.Drawing.Point(6, 11);
     this.labelControl25.Name     = "labelControl25";
     this.labelControl25.Size     = new System.Drawing.Size(159, 23);
     this.labelControl25.TabIndex = 35;
     this.labelControl25.Text     = "Saldo em dinheiro:";
     //
     // lbVlrSaldoDinheiro
     //
     this.lbVlrSaldoDinheiro.Appearance.Font      = new System.Drawing.Font("Tahoma", 14F);
     this.lbVlrSaldoDinheiro.Appearance.ForeColor = System.Drawing.Color.LimeGreen;
     this.lbVlrSaldoDinheiro.Location             = new System.Drawing.Point(174, 11);
     this.lbVlrSaldoDinheiro.Name                  = "lbVlrSaldoDinheiro";
     this.lbVlrSaldoDinheiro.Size                  = new System.Drawing.Size(36, 23);
     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  = "Saldo em dinheiro";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "Representa o somente o saldo em espécie que contém no caixa. Soma-se as entradas " +
                               "em dinheiro e subtrai as saídas em dinheiro.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.lbVlrSaldoDinheiro.SuperTip = superToolTip1;
     this.lbVlrSaldoDinheiro.TabIndex = 36;
     this.lbVlrSaldoDinheiro.Text     = "0,00";
     //
     // separatorControl1
     //
     this.tableLayoutPanel2.SetColumnSpan(this.separatorControl1, 2);
     this.separatorControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.separatorControl1.Location = new System.Drawing.Point(3, 157);
     this.separatorControl1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.separatorControl1.Name     = "separatorControl1";
     this.separatorControl1.Padding  = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.separatorControl1.Size     = new System.Drawing.Size(563, 15);
     this.separatorControl1.TabIndex = 37;
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.labelControl22);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.lbVlrRetiradas);
     this.panelControl1.Controls.Add(this.labelControl20);
     this.panelControl1.Controls.Add(this.lbVlrEstornos);
     this.panelControl1.Controls.Add(this.lbVlrTotSaidas);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(296, 2);
     this.panelControl1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(270, 151);
     this.panelControl1.TabIndex = 38;
     //
     // labelControl22
     //
     this.labelControl22.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.labelControl22.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl22.Location             = new System.Drawing.Point(12, 113);
     this.labelControl22.Name     = "labelControl22";
     this.labelControl22.Size     = new System.Drawing.Size(117, 16);
     this.labelControl22.TabIndex = 32;
     this.labelControl22.Text     = "(  -  )   Total saídas:";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl2.Location             = new System.Drawing.Point(12, 19);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(90, 16);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text     = "(  -  )   Saques:";
     //
     // lbVlrRetiradas
     //
     this.lbVlrRetiradas.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.lbVlrRetiradas.Appearance.ForeColor = System.Drawing.Color.Red;
     this.lbVlrRetiradas.Location             = new System.Drawing.Point(153, 19);
     this.lbVlrRetiradas.Name     = "lbVlrRetiradas";
     this.lbVlrRetiradas.Size     = new System.Drawing.Size(25, 16);
     this.lbVlrRetiradas.TabIndex = 4;
     this.lbVlrRetiradas.Text     = "0,00";
     //
     // labelControl20
     //
     this.labelControl20.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.labelControl20.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl20.Location             = new System.Drawing.Point(12, 42);
     this.labelControl20.Name     = "labelControl20";
     this.labelControl20.Size     = new System.Drawing.Size(97, 16);
     this.labelControl20.TabIndex = 23;
     this.labelControl20.Text     = "(  -  )   Estornos:";
     //
     // lbVlrEstornos
     //
     this.lbVlrEstornos.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.lbVlrEstornos.Appearance.ForeColor = System.Drawing.Color.Red;
     this.lbVlrEstornos.Location             = new System.Drawing.Point(153, 42);
     this.lbVlrEstornos.Name     = "lbVlrEstornos";
     this.lbVlrEstornos.Size     = new System.Drawing.Size(25, 16);
     this.lbVlrEstornos.TabIndex = 24;
     this.lbVlrEstornos.Text     = "0,00";
     //
     // lbVlrTotSaidas
     //
     this.lbVlrTotSaidas.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.lbVlrTotSaidas.Appearance.ForeColor = System.Drawing.Color.Red;
     this.lbVlrTotSaidas.Location             = new System.Drawing.Point(153, 113);
     this.lbVlrTotSaidas.Name     = "lbVlrTotSaidas";
     this.lbVlrTotSaidas.Size     = new System.Drawing.Size(25, 16);
     this.lbVlrTotSaidas.TabIndex = 33;
     this.lbVlrTotSaidas.Text     = "0,00";
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.labelControl3);
     this.panelControl2.Controls.Add(this.lbSaldo);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(296, 176);
     this.panelControl2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(270, 45);
     this.panelControl2.TabIndex = 41;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font      = new System.Drawing.Font("Tahoma", 14F);
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl3.Location             = new System.Drawing.Point(12, 11);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(100, 23);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text     = "Saldo Total:";
     //
     // lbSaldo
     //
     this.lbSaldo.Appearance.Font      = new System.Drawing.Font("Tahoma", 14F);
     this.lbSaldo.Appearance.ForeColor = System.Drawing.Color.Black;
     this.lbSaldo.Location             = new System.Drawing.Point(153, 11);
     this.lbSaldo.Name = "lbSaldo";
     this.lbSaldo.Size = new System.Drawing.Size(36, 23);
     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  = "Saldo total";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text       = "Representa o saldo total do caixa, incluíndo todas as entradas e subtraindo as sa" +
                               "ídas.";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.lbSaldo.SuperTip = superToolTip2;
     this.lbSaldo.TabIndex = 5;
     this.lbSaldo.Text     = "0,00";
     //
     // XFrmFluxoCaixaVendas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(573, 246);
     this.Controls.Add(this.groupControl1);
     this.KeyPreview    = true;
     this.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "XFrmFluxoCaixaVendas";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Fluxo de Vendas";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.XFrmFluxoCaixaVendas_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.panelControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     this.panelControl4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 34
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);

        }
Exemplo 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(FrmFis));
     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     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     this.imgMenu                = new System.Windows.Forms.ImageList(this.components);
     this.btnKapat               = new DevExpress.XtraEditors.SimpleButton();
     this.btnAra                 = new DevExpress.XtraEditors.SimpleButton();
     this.BtnGuncelle            = new DevExpress.XtraEditors.SimpleButton();
     this.btnDuzenle             = new DevExpress.XtraEditors.SimpleButton();
     this.grpMenu                = new DevExpress.XtraEditors.GroupControl();
     this.btnSil                 = new DevExpress.XtraEditors.SimpleButton();
     this.btnFiltreiptal         = new DevExpress.XtraEditors.SimpleButton();
     this.ımageList1             = new System.Windows.Forms.ImageList(this.components);
     this.btnFiltreKapat         = new DevExpress.XtraEditors.SimpleButton();
     this.filterControl1         = new DevExpress.XtraEditors.FilterControl();
     this.gridcontFisler         = new DevExpress.XtraGrid.GridControl();
     this.gridFisler             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.btnFiltrele            = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.lblBaslik              = new DevExpress.XtraEditors.LabelControl();
     this.colId                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFisKodu           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFisTuru           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCariKodu          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCariAdi           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBelgeNo           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTarih             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPlasiyerKodu      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPlasiyerAdi       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIskontoOrani      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIskontoTutar      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colToplamTutar       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAciklama          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSaat              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.dropDownButton1      = new DevExpress.XtraEditors.DropDownButton();
     this.popupMenu1           = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barManager1          = 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.barAlisFaturasi      = new DevExpress.XtraBars.BarButtonItem();
     this.barSatisFisi         = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.grpMenu)).BeginInit();
     this.grpMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridcontFisler)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridFisler)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // imgMenu
     //
     this.imgMenu.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgMenu.ImageStream")));
     this.imgMenu.TransparentColor = System.Drawing.Color.Transparent;
     this.imgMenu.Images.SetKeyName(0, "folder_out.png");
     this.imgMenu.Images.SetKeyName(1, "refresh.png");
     this.imgMenu.Images.SetKeyName(2, "view.png");
     this.imgMenu.Images.SetKeyName(3, "note_add.png");
     this.imgMenu.Images.SetKeyName(4, "note_delete.png");
     this.imgMenu.Images.SetKeyName(5, "note_edit.png");
     //
     // btnKapat
     //
     this.btnKapat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnKapat.ImageOptions.ImageIndex = 0;
     this.btnKapat.ImageOptions.ImageList  = this.imgMenu;
     this.btnKapat.Location = new System.Drawing.Point(1274, 23);
     this.btnKapat.Name     = "btnKapat";
     this.btnKapat.Size     = new System.Drawing.Size(84, 40);
     this.btnKapat.TabIndex = 0;
     this.btnKapat.Text     = "Kapat";
     //
     // btnAra
     //
     this.btnAra.ImageOptions.ImageIndex = 2;
     this.btnAra.ImageOptions.ImageList  = this.imgMenu;
     this.btnAra.Location = new System.Drawing.Point(415, 25);
     this.btnAra.Name     = "btnAra";
     this.btnAra.Size     = new System.Drawing.Size(95, 40);
     this.btnAra.TabIndex = 0;
     this.btnAra.Text     = "Ara";
     this.btnAra.Click   += new System.EventHandler(this.btnAra_Click);
     //
     // BtnGuncelle
     //
     this.BtnGuncelle.ImageOptions.ImageIndex = 1;
     this.BtnGuncelle.ImageOptions.ImageList  = this.imgMenu;
     this.BtnGuncelle.Location = new System.Drawing.Point(314, 25);
     this.BtnGuncelle.Name     = "BtnGuncelle";
     this.BtnGuncelle.Size     = new System.Drawing.Size(95, 40);
     this.BtnGuncelle.TabIndex = 0;
     this.BtnGuncelle.Text     = "Güncelle";
     this.BtnGuncelle.Click   += new System.EventHandler(this.BtnGuncelle_Click);
     //
     // btnDuzenle
     //
     this.btnDuzenle.ImageOptions.ImageIndex = 5;
     this.btnDuzenle.ImageOptions.ImageList  = this.imgMenu;
     this.btnDuzenle.Location = new System.Drawing.Point(111, 23);
     this.btnDuzenle.Name     = "btnDuzenle";
     this.btnDuzenle.Size     = new System.Drawing.Size(102, 40);
     this.btnDuzenle.TabIndex = 0;
     this.btnDuzenle.Text     = "Düzenle";
     //
     // grpMenu
     //
     this.grpMenu.Controls.Add(this.dropDownButton1);
     this.grpMenu.Controls.Add(this.btnKapat);
     this.grpMenu.Controls.Add(this.btnAra);
     this.grpMenu.Controls.Add(this.BtnGuncelle);
     this.grpMenu.Controls.Add(this.btnSil);
     this.grpMenu.Controls.Add(this.btnDuzenle);
     this.grpMenu.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.grpMenu.Location = new System.Drawing.Point(0, 528);
     this.grpMenu.Name     = "grpMenu";
     this.grpMenu.Size     = new System.Drawing.Size(1370, 68);
     this.grpMenu.TabIndex = 8;
     this.grpMenu.Text     = "Menü";
     //
     // btnSil
     //
     this.btnSil.ImageOptions.ImageIndex = 4;
     this.btnSil.ImageOptions.ImageList  = this.imgMenu;
     this.btnSil.Location = new System.Drawing.Point(218, 23);
     this.btnSil.Name     = "btnSil";
     this.btnSil.Size     = new System.Drawing.Size(90, 40);
     this.btnSil.TabIndex = 0;
     this.btnSil.Text     = "Sil";
     this.btnSil.Click   += new System.EventHandler(this.btnSil_Click);
     //
     // btnFiltreiptal
     //
     this.btnFiltreiptal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFiltreiptal.ImageOptions.ImageIndex = 2;
     this.btnFiltreiptal.ImageOptions.ImageList  = this.ımageList1;
     this.btnFiltreiptal.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFiltreiptal.Location = new System.Drawing.Point(1265, 25);
     this.btnFiltreiptal.Name     = "btnFiltreiptal";
     this.btnFiltreiptal.Size     = new System.Drawing.Size(43, 35);
     toolTipTitleItem2.Text       = "Filtre İptal";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnFiltreiptal.SuperTip = superToolTip2;
     this.btnFiltreiptal.TabIndex = 1;
     this.btnFiltreiptal.Click   += new System.EventHandler(this.btnFiltreiptal_Click);
     //
     // ımageList1
     //
     this.ımageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ımageList1.ImageStream")));
     this.ımageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.ımageList1.Images.SetKeyName(0, "folder_out.png");
     this.ımageList1.Images.SetKeyName(1, "funnel.png");
     this.ımageList1.Images.SetKeyName(2, "funnel_delete.png");
     //
     // btnFiltreKapat
     //
     this.btnFiltreKapat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFiltreKapat.ImageOptions.ImageIndex = 0;
     this.btnFiltreKapat.ImageOptions.ImageList  = this.ımageList1;
     this.btnFiltreKapat.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFiltreKapat.Location = new System.Drawing.Point(1314, 25);
     this.btnFiltreKapat.Name     = "btnFiltreKapat";
     this.btnFiltreKapat.Size     = new System.Drawing.Size(44, 35);
     toolTipTitleItem3.Text       = "Filtreyi Kapat";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnFiltreKapat.SuperTip = superToolTip3;
     this.btnFiltreKapat.TabIndex = 1;
     this.btnFiltreKapat.Click   += new System.EventHandler(this.btnFiltreKapat_Click);
     //
     // filterControl1
     //
     this.filterControl1.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.filterControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.filterControl1.Location = new System.Drawing.Point(0, 0);
     this.filterControl1.Name     = "filterControl1";
     this.filterControl1.ShowGroupCommandsIcon = true;
     this.filterControl1.Size = new System.Drawing.Size(1370, 65);
     this.filterControl1.SortFilterColumns = false;
     this.filterControl1.SourceControl     = this.gridcontFisler;
     this.filterControl1.TabIndex          = 0;
     this.filterControl1.Text = "filterControl1";
     //
     // gridcontFisler
     //
     this.gridcontFisler.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gridcontFisler.Location = new System.Drawing.Point(0, 0);
     this.gridcontFisler.MainView = this.gridFisler;
     this.gridcontFisler.Name     = "gridcontFisler";
     this.gridcontFisler.Size     = new System.Drawing.Size(1370, 528);
     this.gridcontFisler.TabIndex = 0;
     this.gridcontFisler.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridFisler
     });
     //
     // gridFisler
     //
     this.gridFisler.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colId,
         this.colFisKodu,
         this.colFisTuru,
         this.colCariKodu,
         this.colCariAdi,
         this.colBelgeNo,
         this.colTarih,
         this.colSaat,
         this.colPlasiyerKodu,
         this.colPlasiyerAdi,
         this.colIskontoOrani,
         this.colIskontoTutar,
         this.colToplamTutar,
         this.colAciklama
     });
     this.gridFisler.GridControl = this.gridcontFisler;
     this.gridFisler.Name        = "gridFisler";
     //
     // btnFiltrele
     //
     this.btnFiltrele.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFiltrele.ImageOptions.ImageIndex = 1;
     this.btnFiltrele.ImageOptions.ImageList  = this.ımageList1;
     this.btnFiltrele.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFiltrele.Location = new System.Drawing.Point(1218, 25);
     this.btnFiltrele.Name     = "btnFiltrele";
     this.btnFiltrele.Size     = new System.Drawing.Size(41, 35);
     toolTipTitleItem1.Text    = "Filtrele";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnFiltrele.SuperTip = superToolTip1;
     this.btnFiltrele.TabIndex = 1;
     this.btnFiltrele.Click   += new System.EventHandler(this.btnFiltrele_Click);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 55);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.btnFiltrele);
     this.splitContainerControl1.Panel1.Controls.Add(this.btnFiltreiptal);
     this.splitContainerControl1.Panel1.Controls.Add(this.btnFiltreKapat);
     this.splitContainerControl1.Panel1.Controls.Add(this.filterControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.grpMenu);
     this.splitContainerControl1.Panel2.Controls.Add(this.gridcontFisler);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1370, 666);
     this.splitContainerControl1.SplitterPosition = 65;
     this.splitContainerControl1.TabIndex         = 10;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // lblBaslik
     //
     this.lblBaslik.Appearance.Font                   = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblBaslik.Appearance.Image                  = ((System.Drawing.Image)(resources.GetObject("lblBaslik.Appearance.Image")));
     this.lblBaslik.Appearance.ImageAlign             = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblBaslik.Appearance.Options.UseFont        = true;
     this.lblBaslik.Appearance.Options.UseImage       = true;
     this.lblBaslik.Appearance.Options.UseImageAlign  = true;
     this.lblBaslik.Appearance.Options.UseTextOptions = true;
     this.lblBaslik.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.lblBaslik.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblBaslik.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.lblBaslik.Dock         = System.Windows.Forms.DockStyle.Top;
     this.lblBaslik.Location     = new System.Drawing.Point(0, 0);
     this.lblBaslik.Name         = "lblBaslik";
     this.lblBaslik.Size         = new System.Drawing.Size(1370, 55);
     this.lblBaslik.TabIndex     = 11;
     this.lblBaslik.Text         = "Fiş ve Faturalar";
     //
     // colId
     //
     this.colId.FieldName = "Id";
     this.colId.Name      = "colId";
     this.colId.OptionsColumn.AllowEdit = false;
     this.colId.OptionsColumn.ShowInCustomizationForm = false;
     //
     // colFisKodu
     //
     this.colFisKodu.Caption   = "Fiş Kodu";
     this.colFisKodu.FieldName = "FisKodu";
     this.colFisKodu.Name      = "colFisKodu";
     this.colFisKodu.OptionsColumn.AllowEdit = false;
     this.colFisKodu.Visible      = true;
     this.colFisKodu.VisibleIndex = 0;
     this.colFisKodu.Width        = 79;
     //
     // colFisTuru
     //
     this.colFisTuru.Caption   = "Fiş Türü";
     this.colFisTuru.FieldName = "FisTuru";
     this.colFisTuru.Name      = "colFisTuru";
     this.colFisTuru.OptionsColumn.AllowEdit = false;
     this.colFisTuru.Visible      = true;
     this.colFisTuru.VisibleIndex = 1;
     this.colFisTuru.Width        = 88;
     //
     // colCariKodu
     //
     this.colCariKodu.Caption   = "Cari Kodu";
     this.colCariKodu.FieldName = "CariKodu";
     this.colCariKodu.Name      = "colCariKodu";
     this.colCariKodu.OptionsColumn.AllowEdit = false;
     this.colCariKodu.Visible      = true;
     this.colCariKodu.VisibleIndex = 2;
     this.colCariKodu.Width        = 84;
     //
     // colCariAdi
     //
     this.colCariAdi.Caption   = "Cari Adı";
     this.colCariAdi.FieldName = "CariAdi";
     this.colCariAdi.Name      = "colCariAdi";
     this.colCariAdi.OptionsColumn.AllowEdit = false;
     this.colCariAdi.Visible      = true;
     this.colCariAdi.VisibleIndex = 3;
     this.colCariAdi.Width        = 139;
     //
     // colBelgeNo
     //
     this.colBelgeNo.Caption   = "Belge No";
     this.colBelgeNo.FieldName = "BelgeNo";
     this.colBelgeNo.Name      = "colBelgeNo";
     this.colBelgeNo.OptionsColumn.AllowEdit = false;
     this.colBelgeNo.Visible      = true;
     this.colBelgeNo.VisibleIndex = 4;
     this.colBelgeNo.Width        = 105;
     //
     // colTarih
     //
     this.colTarih.Caption = "Tarih";
     this.colTarih.DisplayFormat.FormatString = "d";
     this.colTarih.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colTarih.FieldName = "Tarih";
     this.colTarih.Name      = "colTarih";
     this.colTarih.OptionsColumn.AllowEdit = false;
     this.colTarih.Visible      = true;
     this.colTarih.VisibleIndex = 5;
     this.colTarih.Width        = 73;
     //
     // colPlasiyerKodu
     //
     this.colPlasiyerKodu.Caption   = "Plasiyer Kodu";
     this.colPlasiyerKodu.FieldName = "PlasiyerKodu";
     this.colPlasiyerKodu.Name      = "colPlasiyerKodu";
     this.colPlasiyerKodu.OptionsColumn.AllowEdit = false;
     this.colPlasiyerKodu.Visible      = true;
     this.colPlasiyerKodu.VisibleIndex = 7;
     this.colPlasiyerKodu.Width        = 78;
     //
     // colPlasiyerAdi
     //
     this.colPlasiyerAdi.Caption   = "Plasiyer Adı";
     this.colPlasiyerAdi.FieldName = "PlasiyerAdi";
     this.colPlasiyerAdi.Name      = "colPlasiyerAdi";
     this.colPlasiyerAdi.OptionsColumn.AllowEdit = false;
     this.colPlasiyerAdi.Visible      = true;
     this.colPlasiyerAdi.VisibleIndex = 8;
     this.colPlasiyerAdi.Width        = 112;
     //
     // colIskontoOrani
     //
     this.colIskontoOrani.Caption = "İnd.Oranı";
     this.colIskontoOrani.DisplayFormat.FormatString = "\'%\'0";
     this.colIskontoOrani.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colIskontoOrani.FieldName = "IskontoOrani";
     this.colIskontoOrani.Name      = "colIskontoOrani";
     this.colIskontoOrani.OptionsColumn.AllowEdit = false;
     this.colIskontoOrani.Visible      = true;
     this.colIskontoOrani.VisibleIndex = 10;
     this.colIskontoOrani.Width        = 74;
     //
     // colIskontoTutar
     //
     this.colIskontoTutar.Caption = "İnd.Tutarı";
     this.colIskontoTutar.DisplayFormat.FormatString = "C2";
     this.colIskontoTutar.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colIskontoTutar.FieldName = "IskontoTutar";
     this.colIskontoTutar.Name      = "colIskontoTutar";
     this.colIskontoTutar.OptionsColumn.AllowEdit = false;
     this.colIskontoTutar.Visible      = true;
     this.colIskontoTutar.VisibleIndex = 11;
     this.colIskontoTutar.Width        = 80;
     //
     // colToplamTutar
     //
     this.colToplamTutar.Caption = "Toplam Tutar";
     this.colToplamTutar.DisplayFormat.FormatString = "C2";
     this.colToplamTutar.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colToplamTutar.FieldName = "ToplamTutar";
     this.colToplamTutar.Name      = "colToplamTutar";
     this.colToplamTutar.OptionsColumn.AllowEdit = false;
     this.colToplamTutar.Visible      = true;
     this.colToplamTutar.VisibleIndex = 12;
     this.colToplamTutar.Width        = 114;
     //
     // colAciklama
     //
     this.colAciklama.Caption   = "Açıklama";
     this.colAciklama.FieldName = "Aciklama";
     this.colAciklama.Name      = "colAciklama";
     this.colAciklama.OptionsColumn.AllowEdit = false;
     this.colAciklama.Visible      = true;
     this.colAciklama.VisibleIndex = 9;
     this.colAciklama.Width        = 276;
     //
     // colSaat
     //
     this.colSaat.Caption = "Saat";
     this.colSaat.DisplayFormat.FormatString = "t";
     this.colSaat.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colSaat.FieldName = "Tarih";
     this.colSaat.Name      = "colSaat";
     this.colSaat.OptionsColumn.AllowEdit = false;
     this.colSaat.Visible      = true;
     this.colSaat.VisibleIndex = 6;
     this.colSaat.Width        = 50;
     //
     // dropDownButton1
     //
     this.dropDownButton1.DropDownArrowStyle      = DevExpress.XtraEditors.DropDownArrowStyle.Show;
     this.dropDownButton1.DropDownControl         = this.popupMenu1;
     this.dropDownButton1.ImageOptions.ImageIndex = 3;
     this.dropDownButton1.ImageOptions.ImageList  = this.imgMenu;
     this.dropDownButton1.Location = new System.Drawing.Point(3, 23);
     this.dropDownButton1.Name     = "dropDownButton1";
     this.dropDownButton1.Size     = new System.Drawing.Size(102, 40);
     this.dropDownButton1.TabIndex = 9;
     this.dropDownButton1.Text     = "Ekle";
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barAlisFaturasi),
         new DevExpress.XtraBars.LinkPersistInfo(this.barSatisFisi)
     });
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name    = "popupMenu1";
     //
     // barManager1
     //
     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.barAlisFaturasi,
         this.barSatisFisi
     });
     this.barManager1.MaxItemId = 2;
     //
     // 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.Size             = new System.Drawing.Size(1370, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 721);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1370, 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.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 721);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1370, 0);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 721);
     //
     // barAlisFaturasi
     //
     this.barAlisFaturasi.Caption            = "Alış Faturası";
     this.barAlisFaturasi.Id                 = 0;
     this.barAlisFaturasi.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barAlisFaturasi.ImageOptions.Image")));
     this.barAlisFaturasi.Name               = "barAlisFaturasi";
     //
     // barSatisFisi
     //
     this.barSatisFisi.Caption            = "Satiş Faturası";
     this.barSatisFisi.Id                 = 1;
     this.barSatisFisi.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barSatisFisi.ImageOptions.Image")));
     this.barSatisFisi.Name               = "barSatisFisi";
     //
     // FrmFis
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1370, 721);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.lblBaslik);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "FrmFis";
     this.Text  = "Fiş ve Faturalar";
     this.Load += new System.EventHandler(this.FrmFis_Load);
     ((System.ComponentModel.ISupportInitialize)(this.grpMenu)).EndInit();
     this.grpMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridcontFisler)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridFisler)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).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);

		}
Exemplo n.º 37
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(TipomediopagoMntFrm));
     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.labelControl6        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5        = new DevExpress.XtraEditors.LabelControl();
     this.iNombremediopago     = new DevExpress.XtraEditors.TextEdit();
     this.pkIdEntidad          = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.iEssunat             = new DevExpress.XtraEditors.CheckEdit();
     this.rCodigomediopago     = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombremediopago.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iEssunat.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rCodigomediopago.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, 141);
     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, 110);
     //
     // 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, 110);
     //
     // 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";
     //
     // iNombremediopago
     //
     this.iNombremediopago.Location    = new System.Drawing.Point(103, 89);
     this.iNombremediopago.MenuManager = this.bmMantenimiento;
     this.iNombremediopago.Name        = "iNombremediopago";
     this.iNombremediopago.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.iNombremediopago.Properties.MaxLength       = 80;
     this.iNombremediopago.Size     = new System.Drawing.Size(614, 20);
     this.iNombremediopago.TabIndex = 2;
     this.iNombremediopago.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(103, 115);
     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             = 3;
     this.iEssunat.CheckedChanged      += new System.EventHandler(this.iNumeracionauto_CheckedChanged);
     //
     // rCodigomediopago
     //
     this.rCodigomediopago.Location    = new System.Drawing.Point(103, 64);
     this.rCodigomediopago.MenuManager = this.bmMantenimiento;
     this.rCodigomediopago.Name        = "rCodigomediopago";
     this.rCodigomediopago.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.rCodigomediopago.Properties.MaxLength       = 3;
     this.rCodigomediopago.Properties.ReadOnly        = true;
     this.rCodigomediopago.Size     = new System.Drawing.Size(59, 20);
     this.rCodigomediopago.TabIndex = 1;
     this.rCodigomediopago.TabStop  = false;
     this.rCodigomediopago.Tag      = "Ingrese el código";
     //
     // TipomediopagoMntFrm
     //
     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, 141);
     this.Controls.Add(this.iEssunat);
     this.Controls.Add(this.rCodigomediopago);
     this.Controls.Add(this.labelControl6);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.iNombremediopago);
     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            = "TipomediopagoMntFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Mantenimiento de Medio de Pago";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.TipomediopagoMntFrm_FormClosing);
     this.Load           += new System.EventHandler(this.TipomediopagoMntFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.TipomediopagoMntFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iNombremediopago.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iEssunat.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rCodigomediopago.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(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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmKasaHareketleri));
     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();
     this.grpMenu                = new DevExpress.XtraEditors.GroupControl();
     this.btnStokHareket         = new DevExpress.XtraEditors.SimpleButton();
     this.imgMenu                = new System.Windows.Forms.ImageList(this.components);
     this.btnKapat               = new DevExpress.XtraEditors.SimpleButton();
     this.btnAra                 = new DevExpress.XtraEditors.SimpleButton();
     this.BtnGuncelle            = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.btnFiltrele            = new DevExpress.XtraEditors.SimpleButton();
     this.btnFiltreiptal         = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1          = new DevExpress.XtraEditors.SimpleButton();
     this.filterControl1         = new DevExpress.XtraEditors.FilterControl();
     this.gridcontKasaHareket    = new DevExpress.XtraGrid.GridControl();
     this.gridKasaHareket        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colId            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFisKodu       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHareket       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colKasaKodu      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colKasaAdi       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOdemeTuruKodu = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOdemeTuruAdi  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCariKodu      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCariAdi       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTarih         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSaat          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTutar         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAciklama      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lblBaslik        = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.grpMenu)).BeginInit();
     this.grpMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridcontKasaHareket)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridKasaHareket)).BeginInit();
     this.SuspendLayout();
     //
     // grpMenu
     //
     this.grpMenu.Controls.Add(this.btnStokHareket);
     this.grpMenu.Controls.Add(this.btnKapat);
     this.grpMenu.Controls.Add(this.btnAra);
     this.grpMenu.Controls.Add(this.BtnGuncelle);
     this.grpMenu.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.grpMenu.Location = new System.Drawing.Point(0, 653);
     this.grpMenu.Name     = "grpMenu";
     this.grpMenu.Size     = new System.Drawing.Size(1370, 68);
     this.grpMenu.TabIndex = 7;
     this.grpMenu.Text     = "Menü";
     //
     // btnStokHareket
     //
     this.btnStokHareket.ImageOptions.ImageIndex = 6;
     this.btnStokHareket.ImageOptions.ImageList  = this.imgMenu;
     this.btnStokHareket.Location = new System.Drawing.Point(12, 23);
     this.btnStokHareket.Name     = "btnStokHareket";
     this.btnStokHareket.Size     = new System.Drawing.Size(106, 40);
     this.btnStokHareket.TabIndex = 1;
     this.btnStokHareket.Text     = "Detayı Gör";
     this.btnStokHareket.Click   += new System.EventHandler(this.BtnStokHareket_Click_1);
     //
     // imgMenu
     //
     this.imgMenu.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgMenu.ImageStream")));
     this.imgMenu.TransparentColor = System.Drawing.Color.Transparent;
     this.imgMenu.Images.SetKeyName(0, "refresh.png");
     this.imgMenu.Images.SetKeyName(1, "view.png");
     this.imgMenu.Images.SetKeyName(2, "folder_out.png");
     this.imgMenu.Images.SetKeyName(3, "folder_out.png");
     this.imgMenu.Images.SetKeyName(4, "funnel.png");
     this.imgMenu.Images.SetKeyName(5, "funnel_delete.png");
     this.imgMenu.Images.SetKeyName(6, "note_information.png");
     //
     // btnKapat
     //
     this.btnKapat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnKapat.ImageOptions.ImageIndex = 2;
     this.btnKapat.ImageOptions.ImageList  = this.imgMenu;
     this.btnKapat.Location = new System.Drawing.Point(1274, 23);
     this.btnKapat.Name     = "btnKapat";
     this.btnKapat.Size     = new System.Drawing.Size(84, 40);
     this.btnKapat.TabIndex = 0;
     this.btnKapat.Text     = "Kapat";
     this.btnKapat.Click   += new System.EventHandler(this.BtnKapat_Click_1);
     //
     // btnAra
     //
     this.btnAra.ImageOptions.ImageIndex = 1;
     this.btnAra.ImageOptions.ImageList  = this.imgMenu;
     this.btnAra.Location = new System.Drawing.Point(225, 23);
     this.btnAra.Name     = "btnAra";
     this.btnAra.Size     = new System.Drawing.Size(95, 40);
     this.btnAra.TabIndex = 0;
     this.btnAra.Text     = "Ara";
     this.btnAra.Click   += new System.EventHandler(this.BtnAra_Click_1);
     //
     // BtnGuncelle
     //
     this.BtnGuncelle.ImageOptions.ImageIndex = 0;
     this.BtnGuncelle.ImageOptions.ImageList  = this.imgMenu;
     this.BtnGuncelle.Location = new System.Drawing.Point(124, 23);
     this.BtnGuncelle.Name     = "BtnGuncelle";
     this.BtnGuncelle.Size     = new System.Drawing.Size(95, 40);
     this.BtnGuncelle.TabIndex = 0;
     this.BtnGuncelle.Text     = "Güncelle";
     this.BtnGuncelle.Click   += new System.EventHandler(this.BtnGuncelle_Click_1);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 55);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.btnFiltrele);
     this.splitContainerControl1.Panel1.Controls.Add(this.btnFiltreiptal);
     this.splitContainerControl1.Panel1.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel1.Controls.Add(this.filterControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gridcontKasaHareket);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1370, 598);
     this.splitContainerControl1.SplitterPosition = 65;
     this.splitContainerControl1.TabIndex         = 8;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // btnFiltrele
     //
     this.btnFiltrele.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFiltrele.ImageOptions.ImageIndex = 4;
     this.btnFiltrele.ImageOptions.ImageList  = this.imgMenu;
     this.btnFiltrele.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFiltrele.Location = new System.Drawing.Point(1218, 25);
     this.btnFiltrele.Name     = "btnFiltrele";
     this.btnFiltrele.Size     = new System.Drawing.Size(41, 35);
     toolTipTitleItem1.Text    = "Filtrele";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnFiltrele.SuperTip = superToolTip1;
     this.btnFiltrele.TabIndex = 1;
     this.btnFiltrele.Click   += new System.EventHandler(this.BtnFiltrele_Click_1);
     //
     // btnFiltreiptal
     //
     this.btnFiltreiptal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFiltreiptal.ImageOptions.ImageIndex = 5;
     this.btnFiltreiptal.ImageOptions.ImageList  = this.imgMenu;
     this.btnFiltreiptal.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFiltreiptal.Location = new System.Drawing.Point(1265, 25);
     this.btnFiltreiptal.Name     = "btnFiltreiptal";
     this.btnFiltreiptal.Size     = new System.Drawing.Size(43, 35);
     toolTipTitleItem2.Text       = "Filtre İptal";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnFiltreiptal.SuperTip = superToolTip2;
     this.btnFiltreiptal.TabIndex = 1;
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.ImageOptions.ImageIndex = 3;
     this.simpleButton1.ImageOptions.ImageList  = this.imgMenu;
     this.simpleButton1.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.simpleButton1.Location = new System.Drawing.Point(1314, 25);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(44, 35);
     toolTipTitleItem3.Text      = "Filtreyi Kapat";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.simpleButton1.SuperTip = superToolTip3;
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Click   += new System.EventHandler(this.SimpleButton1_Click_1);
     //
     // filterControl1
     //
     this.filterControl1.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.filterControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.filterControl1.Location = new System.Drawing.Point(0, 0);
     this.filterControl1.Name     = "filterControl1";
     this.filterControl1.ShowGroupCommandsIcon = true;
     this.filterControl1.Size = new System.Drawing.Size(1370, 65);
     this.filterControl1.SortFilterColumns = false;
     this.filterControl1.SourceControl     = this.gridcontKasaHareket;
     this.filterControl1.TabIndex          = 0;
     this.filterControl1.Text = "filterControl1";
     //
     // gridcontKasaHareket
     //
     this.gridcontKasaHareket.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridcontKasaHareket.Location = new System.Drawing.Point(0, 0);
     this.gridcontKasaHareket.MainView = this.gridKasaHareket;
     this.gridcontKasaHareket.Name     = "gridcontKasaHareket";
     this.gridcontKasaHareket.Size     = new System.Drawing.Size(1370, 528);
     this.gridcontKasaHareket.TabIndex = 1;
     this.gridcontKasaHareket.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridKasaHareket
     });
     //
     // gridKasaHareket
     //
     this.gridKasaHareket.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colId,
         this.colFisKodu,
         this.colHareket,
         this.colKasaKodu,
         this.colKasaAdi,
         this.colOdemeTuruKodu,
         this.colOdemeTuruAdi,
         this.colCariKodu,
         this.colCariAdi,
         this.colTarih,
         this.colSaat,
         this.colTutar,
         this.colAciklama
     });
     this.gridKasaHareket.GridControl = this.gridcontKasaHareket;
     this.gridKasaHareket.Name        = "gridKasaHareket";
     //
     // colId
     //
     this.colId.FieldName = "Id";
     this.colId.Name      = "colId";
     this.colId.OptionsColumn.AllowEdit = false;
     this.colId.OptionsColumn.ShowInCustomizationForm = false;
     //
     // colFisKodu
     //
     this.colFisKodu.Caption   = "Fiş Kodu";
     this.colFisKodu.FieldName = "FisKodu";
     this.colFisKodu.Name      = "colFisKodu";
     this.colFisKodu.OptionsColumn.AllowEdit = false;
     this.colFisKodu.Visible      = true;
     this.colFisKodu.VisibleIndex = 0;
     //
     // colHareket
     //
     this.colHareket.Caption   = "Hareket";
     this.colHareket.FieldName = "Hareket";
     this.colHareket.Name      = "colHareket";
     this.colHareket.OptionsColumn.AllowEdit = false;
     this.colHareket.Visible      = true;
     this.colHareket.VisibleIndex = 1;
     this.colHareket.Width        = 83;
     //
     // colKasaKodu
     //
     this.colKasaKodu.Caption   = "Kasa Kodu";
     this.colKasaKodu.FieldName = "KasaKodu";
     this.colKasaKodu.Name      = "colKasaKodu";
     this.colKasaKodu.OptionsColumn.AllowEdit = false;
     this.colKasaKodu.Visible      = true;
     this.colKasaKodu.VisibleIndex = 2;
     //
     // colKasaAdi
     //
     this.colKasaAdi.Caption   = "Kasa Adı";
     this.colKasaAdi.FieldName = "KasaAdi";
     this.colKasaAdi.Name      = "colKasaAdi";
     this.colKasaAdi.OptionsColumn.AllowEdit = false;
     this.colKasaAdi.Visible      = true;
     this.colKasaAdi.VisibleIndex = 3;
     //
     // colOdemeTuruKodu
     //
     this.colOdemeTuruKodu.Caption   = "Ödeme Türü Kodu";
     this.colOdemeTuruKodu.FieldName = "OdemeTuruKodu";
     this.colOdemeTuruKodu.Name      = "colOdemeTuruKodu";
     this.colOdemeTuruKodu.OptionsColumn.AllowEdit = false;
     this.colOdemeTuruKodu.Visible      = true;
     this.colOdemeTuruKodu.VisibleIndex = 4;
     this.colOdemeTuruKodu.Width        = 119;
     //
     // colOdemeTuruAdi
     //
     this.colOdemeTuruAdi.Caption   = "Ödeme Türü";
     this.colOdemeTuruAdi.FieldName = "OdemeTuruAdi";
     this.colOdemeTuruAdi.Name      = "colOdemeTuruAdi";
     this.colOdemeTuruAdi.OptionsColumn.AllowEdit = false;
     this.colOdemeTuruAdi.Visible      = true;
     this.colOdemeTuruAdi.VisibleIndex = 5;
     this.colOdemeTuruAdi.Width        = 115;
     //
     // colCariKodu
     //
     this.colCariKodu.Caption   = "Cari Kodu";
     this.colCariKodu.FieldName = "CariKodu";
     this.colCariKodu.Name      = "colCariKodu";
     this.colCariKodu.OptionsColumn.AllowEdit = false;
     this.colCariKodu.Visible      = true;
     this.colCariKodu.VisibleIndex = 6;
     this.colCariKodu.Width        = 126;
     //
     // colCariAdi
     //
     this.colCariAdi.Caption   = "Cari Adı";
     this.colCariAdi.FieldName = "CariAdi";
     this.colCariAdi.Name      = "colCariAdi";
     this.colCariAdi.OptionsColumn.AllowEdit = false;
     this.colCariAdi.Visible      = true;
     this.colCariAdi.VisibleIndex = 7;
     this.colCariAdi.Width        = 126;
     //
     // colTarih
     //
     this.colTarih.DisplayFormat.FormatString = "d";
     this.colTarih.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colTarih.FieldName = "Tarih";
     this.colTarih.Name      = "colTarih";
     this.colTarih.OptionsColumn.AllowEdit = false;
     this.colTarih.Visible      = true;
     this.colTarih.VisibleIndex = 8;
     this.colTarih.Width        = 67;
     //
     // colSaat
     //
     this.colSaat.Caption = "Saat";
     this.colSaat.DisplayFormat.FormatString = "t";
     this.colSaat.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colSaat.FieldName = "Tarih";
     this.colSaat.Name      = "colSaat";
     this.colSaat.OptionsColumn.AllowEdit = false;
     this.colSaat.Visible      = true;
     this.colSaat.VisibleIndex = 9;
     this.colSaat.Width        = 45;
     //
     // colTutar
     //
     this.colTutar.DisplayFormat.FormatString = "C2";
     this.colTutar.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colTutar.FieldName = "Tutar";
     this.colTutar.Name      = "colTutar";
     this.colTutar.OptionsColumn.AllowEdit = false;
     this.colTutar.Visible      = true;
     this.colTutar.VisibleIndex = 11;
     this.colTutar.Width        = 124;
     //
     // colAciklama
     //
     this.colAciklama.Caption   = "Açıklama";
     this.colAciklama.FieldName = "Aciklama";
     this.colAciklama.Name      = "colAciklama";
     this.colAciklama.OptionsColumn.AllowEdit = false;
     this.colAciklama.Visible      = true;
     this.colAciklama.VisibleIndex = 10;
     this.colAciklama.Width        = 322;
     //
     // lblBaslik
     //
     this.lblBaslik.Appearance.Font                   = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblBaslik.Appearance.Image                  = ((System.Drawing.Image)(resources.GetObject("lblBaslik.Appearance.Image")));
     this.lblBaslik.Appearance.ImageAlign             = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblBaslik.Appearance.Options.UseFont        = true;
     this.lblBaslik.Appearance.Options.UseImage       = true;
     this.lblBaslik.Appearance.Options.UseImageAlign  = true;
     this.lblBaslik.Appearance.Options.UseTextOptions = true;
     this.lblBaslik.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.lblBaslik.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblBaslik.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.lblBaslik.Dock         = System.Windows.Forms.DockStyle.Top;
     this.lblBaslik.Location     = new System.Drawing.Point(0, 0);
     this.lblBaslik.Name         = "lblBaslik";
     this.lblBaslik.Size         = new System.Drawing.Size(1370, 55);
     this.lblBaslik.TabIndex     = 6;
     this.lblBaslik.Text         = "Kasa Hareketleri";
     //
     // FrmKasaHareketleri
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1370, 721);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.lblBaslik);
     this.Controls.Add(this.grpMenu);
     this.Name  = "FrmKasaHareketleri";
     this.Text  = "FrmKasaHareketleri";
     this.Load += new System.EventHandler(this.FrmKasaHareketleri_Load);
     ((System.ComponentModel.ISupportInitialize)(this.grpMenu)).EndInit();
     this.grpMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridcontKasaHareket)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridKasaHareket)).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.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);

        }
Exemplo 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()
 {
     DevExpress.XtraEditors.TileItemElement tileItemElement1   = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip          superToolTip1      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem      toolTipTitleItem1  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement2   = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip          superToolTip2      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem      toolTipTitleItem2  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement3   = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip          superToolTip3      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem      toolTipTitleItem3  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement4   = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip          superToolTip4      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem      toolTipTitleItem4  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement5   = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip          superToolTip5      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem      toolTipTitleItem5  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement6   = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip          superToolTip6      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem      toolTipTitleItem6  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement7   = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip          superToolTip7      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem      toolTipTitleItem7  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement8   = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip          superToolTip8      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem      toolTipTitleItem8  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement9   = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip          superToolTip9      = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem      toolTipTitleItem9  = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement10  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip          superToolTip10     = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem      toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
     this.tileControl1              = new DevExpress.XtraEditors.TileControl();
     this.tileGroup1                = new DevExpress.XtraEditors.TileGroup();
     this.tileItemDolarEUA          = new DevExpress.XtraEditors.TileItem();
     this.tileItemDolarCanadense    = new DevExpress.XtraEditors.TileItem();
     this.tileItemDolarAustraliano  = new DevExpress.XtraEditors.TileItem();
     this.tileItemEuro              = new DevExpress.XtraEditors.TileItem();
     this.tileItemFrancoSuico       = new DevExpress.XtraEditors.TileItem();
     this.tileItemLibraEsterlina    = new DevExpress.XtraEditors.TileItem();
     this.tileItemIene              = new DevExpress.XtraEditors.TileItem();
     this.tileItemCoroaSueca        = new DevExpress.XtraEditors.TileItem();
     this.tileItemCoroaNorueguesa   = new DevExpress.XtraEditors.TileItem();
     this.tileItemCoroaDinamarquesa = new DevExpress.XtraEditors.TileItem();
     this.gridControl1              = new DevExpress.XtraGrid.GridControl();
     this.bsCotacaoMonetaria        = new System.Windows.Forms.BindingSource();
     this.gridView1             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colIdCotacaoMonetaria = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDataCotacao        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colValorCompra        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colValorVenda         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIdMoeda            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMoeda          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1            = new System.Windows.Forms.Panel();
     this.lblFonte1         = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsCotacaoMonetaria)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tileControl1
     //
     this.tileControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.DragSize = new System.Drawing.Size(0, 0);
     this.tileControl1.Groups.Add(this.tileGroup1);
     this.tileControl1.ItemSize = 125;
     this.tileControl1.Location = new System.Drawing.Point(3, 2);
     this.tileControl1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tileControl1.MaxId    = 16;
     this.tileControl1.Name     = "tileControl1";
     this.tileControl1.Padding  = new System.Windows.Forms.Padding(21, 18, 21, 18);
     this.tileControl1.Size     = new System.Drawing.Size(841, 315);
     this.tileControl1.TabIndex = 0;
     this.tileControl1.Text     = "tileControl1";
     this.tileControl1.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Top;
     //
     // tileGroup1
     //
     this.tileGroup1.Items.Add(this.tileItemDolarEUA);
     this.tileGroup1.Items.Add(this.tileItemDolarCanadense);
     this.tileGroup1.Items.Add(this.tileItemDolarAustraliano);
     this.tileGroup1.Items.Add(this.tileItemEuro);
     this.tileGroup1.Items.Add(this.tileItemFrancoSuico);
     this.tileGroup1.Items.Add(this.tileItemLibraEsterlina);
     this.tileGroup1.Items.Add(this.tileItemIene);
     this.tileGroup1.Items.Add(this.tileItemCoroaSueca);
     this.tileGroup1.Items.Add(this.tileItemCoroaNorueguesa);
     this.tileGroup1.Items.Add(this.tileItemCoroaDinamarquesa);
     this.tileGroup1.Name = "tileGroup1";
     this.tileGroup1.Text = "Tiles";
     //
     // tileItemDolarEUA
     //
     this.tileItemDolarEUA.AppearanceItem.Normal.BackColor            = System.Drawing.SystemColors.ActiveCaption;
     this.tileItemDolarEUA.AppearanceItem.Normal.Options.UseBackColor = true;
     tileItemElement1.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement1.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
     tileItemElement1.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement1.Text          = "Dólar EUA";
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemDolarEUA.Elements.Add(tileItemElement1);
     this.tileItemDolarEUA.Id       = 0;
     this.tileItemDolarEUA.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemDolarEUA.Name     = "tileItemDolarEUA";
     toolTipTitleItem1.Text         = "Clique na moeda para exibir o histórico cambial dos últimos 7 dias.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.tileItemDolarEUA.SuperTip   = superToolTip1;
     this.tileItemDolarEUA.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemDolarEUA_ItemClick);
     //
     // tileItemDolarCanadense
     //
     tileItemElement2.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement2.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
     tileItemElement2.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement2.Text          = "Dólar Canadense";
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemDolarCanadense.Elements.Add(tileItemElement2);
     this.tileItemDolarCanadense.Id       = 10;
     this.tileItemDolarCanadense.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemDolarCanadense.Name     = "tileItemDolarCanadense";
     toolTipTitleItem2.Text = "Clique na moeda para exibir o histórico cambial dos últimos 7 dias.";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.tileItemDolarCanadense.SuperTip   = superToolTip2;
     this.tileItemDolarCanadense.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemDolarCanadense_ItemClick);
     //
     // tileItemDolarAustraliano
     //
     tileItemElement3.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement3.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement3.Text          = "Dólar Australiano";
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemDolarAustraliano.Elements.Add(tileItemElement3);
     this.tileItemDolarAustraliano.Id       = 15;
     this.tileItemDolarAustraliano.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemDolarAustraliano.Name     = "tileItemDolarAustraliano";
     toolTipTitleItem3.Text = "Clique na moeda para exibir o histórico cambial dos últimos 7 dias.";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.tileItemDolarAustraliano.SuperTip   = superToolTip3;
     this.tileItemDolarAustraliano.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemDolarAustraliano_ItemClick);
     //
     // tileItemEuro
     //
     this.tileItemEuro.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.tileItemEuro.AppearanceItem.Normal.Options.UseBackColor = true;
     tileItemElement4.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement4.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
     tileItemElement4.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement4.Text          = "Euro";
     tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemEuro.Elements.Add(tileItemElement4);
     this.tileItemEuro.Id       = 2;
     this.tileItemEuro.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemEuro.Name     = "tileItemEuro";
     toolTipTitleItem4.Text     = "Clique na moeda para exibir o histórico cambial dos últimos 7 dias.";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.tileItemEuro.SuperTip   = superToolTip4;
     this.tileItemEuro.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemEuro_ItemClick);
     //
     // tileItemFrancoSuico
     //
     this.tileItemFrancoSuico.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Red;
     this.tileItemFrancoSuico.AppearanceItem.Normal.Options.UseBackColor = true;
     tileItemElement5.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement5.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
     tileItemElement5.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement5.Text          = "Franco Suíço";
     tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemFrancoSuico.Elements.Add(tileItemElement5);
     this.tileItemFrancoSuico.Id       = 4;
     this.tileItemFrancoSuico.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemFrancoSuico.Name     = "tileItemFrancoSuico";
     toolTipTitleItem5.Text            = "Clique na moeda para exibir o histórico cambial dos últimos 7 dias.";
     superToolTip5.Items.Add(toolTipTitleItem5);
     this.tileItemFrancoSuico.SuperTip   = superToolTip5;
     this.tileItemFrancoSuico.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemFrancoSuico_ItemClick);
     //
     // tileItemLibraEsterlina
     //
     this.tileItemLibraEsterlina.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Maroon;
     this.tileItemLibraEsterlina.AppearanceItem.Normal.Options.UseBackColor = true;
     tileItemElement6.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement6.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
     tileItemElement6.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement6.Text          = "Libra Esterlina";
     tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemLibraEsterlina.Elements.Add(tileItemElement6);
     this.tileItemLibraEsterlina.Id       = 8;
     this.tileItemLibraEsterlina.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemLibraEsterlina.Name     = "tileItemLibraEsterlina";
     toolTipTitleItem6.Text = "Clique na moeda para exibir o histórico cambial dos últimos 7 dias.";
     superToolTip6.Items.Add(toolTipTitleItem6);
     this.tileItemLibraEsterlina.SuperTip   = superToolTip6;
     this.tileItemLibraEsterlina.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemLibraEsterlina_ItemClick);
     //
     // tileItemIene
     //
     this.tileItemIene.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.tileItemIene.AppearanceItem.Normal.Options.UseBackColor = true;
     tileItemElement7.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement7.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
     tileItemElement7.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement7.Text          = "Iene";
     tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemIene.Elements.Add(tileItemElement7);
     this.tileItemIene.Id       = 3;
     this.tileItemIene.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemIene.Name     = "tileItemIene";
     toolTipTitleItem7.Text     = "Clique na moeda para exibir o histórico cambial dos últimos 7 dias.";
     superToolTip7.Items.Add(toolTipTitleItem7);
     this.tileItemIene.SuperTip   = superToolTip7;
     this.tileItemIene.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemIene_ItemClick);
     //
     // tileItemCoroaSueca
     //
     tileItemElement8.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement8.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
     tileItemElement8.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement8.Text          = "Coroa Sueca";
     tileItemElement8.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemCoroaSueca.Elements.Add(tileItemElement8);
     this.tileItemCoroaSueca.Id       = 7;
     this.tileItemCoroaSueca.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemCoroaSueca.Name     = "tileItemCoroaSueca";
     toolTipTitleItem8.Text           = "Clique na moeda para exibir o histórico cambial dos últimos 7 dias.";
     superToolTip8.Items.Add(toolTipTitleItem8);
     this.tileItemCoroaSueca.SuperTip   = superToolTip8;
     this.tileItemCoroaSueca.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemCoroaSueca_ItemClick);
     //
     // tileItemCoroaNorueguesa
     //
     tileItemElement9.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement9.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
     tileItemElement9.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement9.Text          = "Coroa Norueguesa";
     tileItemElement9.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemCoroaNorueguesa.Elements.Add(tileItemElement9);
     this.tileItemCoroaNorueguesa.Id       = 6;
     this.tileItemCoroaNorueguesa.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemCoroaNorueguesa.Name     = "tileItemCoroaNorueguesa";
     toolTipTitleItem9.Text = "Clique na moeda para exibir o histórico cambial dos últimos 7 dias.";
     superToolTip9.Items.Add(toolTipTitleItem9);
     this.tileItemCoroaNorueguesa.SuperTip   = superToolTip9;
     this.tileItemCoroaNorueguesa.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemCoroaNorueguesa_ItemClick);
     //
     // tileItemCoroaDinamarquesa
     //
     tileItemElement10.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement10.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
     tileItemElement10.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement10.Text          = "Coroa Dinamarquesa";
     tileItemElement10.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemCoroaDinamarquesa.Elements.Add(tileItemElement10);
     this.tileItemCoroaDinamarquesa.Id       = 5;
     this.tileItemCoroaDinamarquesa.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemCoroaDinamarquesa.Name     = "tileItemCoroaDinamarquesa";
     toolTipTitleItem10.Text = "Clique na moeda para exibir o histórico cambial dos últimos 7 dias.";
     superToolTip10.Items.Add(toolTipTitleItem10);
     this.tileItemCoroaDinamarquesa.SuperTip   = superToolTip10;
     this.tileItemCoroaDinamarquesa.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemCoroaDinamarquesa_ItemClick);
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.bsCotacaoMonetaria;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.gridControl1.Location = new System.Drawing.Point(3, 341);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(841, 271);
     this.gridControl1.TabIndex = 1;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // bsCotacaoMonetaria
     //
     this.bsCotacaoMonetaria.DataSource = typeof(ITSolution.Framework.Web.Bacen.CotacaoMonetaria);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colIdCotacaoMonetaria,
         this.colDataCotacao,
         this.colValorCompra,
         this.colValorVenda,
         this.colIdMoeda,
         this.colMoeda
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable   = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDataCotacao, DevExpress.Data.ColumnSortOrder.Descending)
     });
     this.gridView1.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
     //
     // colIdCotacaoMonetaria
     //
     this.colIdCotacaoMonetaria.AppearanceCell.Options.UseTextOptions   = true;
     this.colIdCotacaoMonetaria.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Near;
     this.colIdCotacaoMonetaria.AppearanceHeader.Options.UseTextOptions = true;
     this.colIdCotacaoMonetaria.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.colIdCotacaoMonetaria.FieldName = "IdCotacaoMonetaria";
     this.colIdCotacaoMonetaria.Name      = "colIdCotacaoMonetaria";
     //
     // colDataCotacao
     //
     this.colDataCotacao.AppearanceCell.Options.UseTextOptions   = true;
     this.colDataCotacao.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Near;
     this.colDataCotacao.AppearanceHeader.Options.UseTextOptions = true;
     this.colDataCotacao.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.colDataCotacao.FieldName    = "DataCotacao";
     this.colDataCotacao.Name         = "colDataCotacao";
     this.colDataCotacao.Visible      = true;
     this.colDataCotacao.VisibleIndex = 0;
     this.colDataCotacao.Width        = 121;
     //
     // colValorCompra
     //
     this.colValorCompra.AppearanceCell.Options.UseTextOptions   = true;
     this.colValorCompra.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Near;
     this.colValorCompra.AppearanceHeader.Options.UseTextOptions = true;
     this.colValorCompra.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.colValorCompra.DisplayFormat.FormatString = "n4";
     this.colValorCompra.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colValorCompra.FieldName    = "ValorCompra";
     this.colValorCompra.Name         = "colValorCompra";
     this.colValorCompra.Visible      = true;
     this.colValorCompra.VisibleIndex = 2;
     this.colValorCompra.Width        = 183;
     //
     // colValorVenda
     //
     this.colValorVenda.AppearanceCell.Options.UseTextOptions   = true;
     this.colValorVenda.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Near;
     this.colValorVenda.AppearanceHeader.Options.UseTextOptions = true;
     this.colValorVenda.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.colValorVenda.DisplayFormat.FormatString = "n4";
     this.colValorVenda.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colValorVenda.FieldName    = "ValorVenda";
     this.colValorVenda.Name         = "colValorVenda";
     this.colValorVenda.Visible      = true;
     this.colValorVenda.VisibleIndex = 3;
     this.colValorVenda.Width        = 204;
     //
     // colIdMoeda
     //
     this.colIdMoeda.AppearanceCell.Options.UseTextOptions   = true;
     this.colIdMoeda.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Near;
     this.colIdMoeda.AppearanceHeader.Options.UseTextOptions = true;
     this.colIdMoeda.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.colIdMoeda.FieldName = "IdMoeda";
     this.colIdMoeda.Name      = "colIdMoeda";
     //
     // colMoeda
     //
     this.colMoeda.AppearanceCell.Options.UseTextOptions   = true;
     this.colMoeda.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Near;
     this.colMoeda.AppearanceHeader.Options.UseTextOptions = true;
     this.colMoeda.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.colMoeda.Caption      = "Moeda";
     this.colMoeda.FieldName    = "Moeda.NomeMoeda";
     this.colMoeda.Name         = "colMoeda";
     this.colMoeda.Visible      = true;
     this.colMoeda.VisibleIndex = 1;
     this.colMoeda.Width        = 313;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.gridControl1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tileControl1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(847, 614);
     this.tableLayoutPanel1.TabIndex = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblFonte1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 321);
     this.panel1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(841, 16);
     this.panel1.TabIndex = 2;
     //
     // lblFonte1
     //
     this.lblFonte1.Location = new System.Drawing.Point(7, 2);
     this.lblFonte1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.lblFonte1.Name     = "lblFonte1";
     this.lblFonte1.Size     = new System.Drawing.Size(53, 16);
     this.lblFonte1.TabIndex = 2;
     this.lblFonte1.Text     = "%fonte%";
     this.lblFonte1.Visible  = false;
     //
     // XFrmCambio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(847, 614);
     this.Controls.Add(this.tableLayoutPanel1);
     this.KeyPreview    = true;
     this.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name          = "XFrmCambio";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Cotação Cambial";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.XFrmCambio_FormClosing);
     this.Shown        += new System.EventHandler(this.XFrmCambio_Shown);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.XFrmCambio_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsCotacaoMonetaria)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            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);

        }
Exemplo 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();
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCari));
     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();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.btnFiltrele            = new DevExpress.XtraEditors.SimpleButton();
     this.ımageList1             = new System.Windows.Forms.ImageList(this.components);
     this.btnFiltreiptal         = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1          = new DevExpress.XtraEditors.SimpleButton();
     this.filterControl1         = new DevExpress.XtraEditors.FilterControl();
     this.gridControl1           = new DevExpress.XtraGrid.GridControl();
     this.gridView1          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colId              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDurumu          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCariTuru        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCariKodu        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCariAdi         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colYetkiliKisi     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFaturaUnvani    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCepTelefonu     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTelefon         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFax             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEMail           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWeb             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIl              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIlce            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSemt            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAdres           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCariGrubu       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCariAltGrubu    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOzelKod1        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOzelKod2        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOzelKod3        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOzelKod4        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVergiDairesi    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVergiNo         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIskontoOrani    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRiskLimiti      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAlisOzelFiyati  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSatisOzelFiyati = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAcıklama        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAlacak          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBorc            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBakiye          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.imgMenu            = new System.Windows.Forms.ImageList(this.components);
     this.grpMenu            = new DevExpress.XtraEditors.GroupControl();
     this.btnStokHareket     = new DevExpress.XtraEditors.SimpleButton();
     this.btnEkle            = new DevExpress.XtraEditors.SimpleButton();
     this.btnKapat           = new DevExpress.XtraEditors.SimpleButton();
     this.btnAra             = new DevExpress.XtraEditors.SimpleButton();
     this.BtnGuncelle        = new DevExpress.XtraEditors.SimpleButton();
     this.btnKopyala         = new DevExpress.XtraEditors.SimpleButton();
     this.btnSil             = new DevExpress.XtraEditors.SimpleButton();
     this.btnDuzenle         = new DevExpress.XtraEditors.SimpleButton();
     this.lblBaslik          = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpMenu)).BeginInit();
     this.grpMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 55);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.btnFiltrele);
     this.splitContainerControl1.Panel1.Controls.Add(this.btnFiltreiptal);
     this.splitContainerControl1.Panel1.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel1.Controls.Add(this.filterControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1370, 598);
     this.splitContainerControl1.SplitterPosition = 65;
     this.splitContainerControl1.TabIndex         = 5;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // btnFiltrele
     //
     this.btnFiltrele.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFiltrele.ImageOptions.ImageIndex = 1;
     this.btnFiltrele.ImageOptions.ImageList  = this.ımageList1;
     this.btnFiltrele.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFiltrele.Location = new System.Drawing.Point(1218, 25);
     this.btnFiltrele.Name     = "btnFiltrele";
     this.btnFiltrele.Size     = new System.Drawing.Size(41, 35);
     toolTipTitleItem1.Text    = "Filtrele";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.btnFiltrele.SuperTip = superToolTip1;
     this.btnFiltrele.TabIndex = 1;
     this.btnFiltrele.Click   += new System.EventHandler(this.BtnFiltrele_Click);
     //
     // ımageList1
     //
     this.ımageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ımageList1.ImageStream")));
     this.ımageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.ımageList1.Images.SetKeyName(0, "folder_out.png");
     this.ımageList1.Images.SetKeyName(1, "funnel.png");
     this.ımageList1.Images.SetKeyName(2, "funnel_delete.png");
     //
     // btnFiltreiptal
     //
     this.btnFiltreiptal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFiltreiptal.ImageOptions.ImageIndex = 2;
     this.btnFiltreiptal.ImageOptions.ImageList  = this.ımageList1;
     this.btnFiltreiptal.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnFiltreiptal.Location = new System.Drawing.Point(1265, 25);
     this.btnFiltreiptal.Name     = "btnFiltreiptal";
     this.btnFiltreiptal.Size     = new System.Drawing.Size(43, 35);
     toolTipTitleItem2.Text       = "Filtre İptal";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.btnFiltreiptal.SuperTip = superToolTip2;
     this.btnFiltreiptal.TabIndex = 1;
     this.btnFiltreiptal.Click   += new System.EventHandler(this.BtnFiltreiptal_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.ImageOptions.ImageIndex = 0;
     this.simpleButton1.ImageOptions.ImageList  = this.ımageList1;
     this.simpleButton1.ImageOptions.Location   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.simpleButton1.Location = new System.Drawing.Point(1314, 25);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(44, 35);
     toolTipTitleItem3.Text      = "Filtreyi Kapat";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.simpleButton1.SuperTip = superToolTip3;
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Click   += new System.EventHandler(this.SimpleButton1_Click);
     //
     // filterControl1
     //
     this.filterControl1.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.filterControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.filterControl1.Location = new System.Drawing.Point(0, 0);
     this.filterControl1.Name     = "filterControl1";
     this.filterControl1.ShowGroupCommandsIcon = true;
     this.filterControl1.Size = new System.Drawing.Size(1370, 65);
     this.filterControl1.SortFilterColumns = false;
     this.filterControl1.SourceControl     = this.gridControl1;
     this.filterControl1.TabIndex          = 0;
     this.filterControl1.Text = "filterControl1";
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(1370, 528);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colId,
         this.colDurumu,
         this.colCariTuru,
         this.colCariKodu,
         this.colCariAdi,
         this.colYetkiliKisi,
         this.colFaturaUnvani,
         this.colCepTelefonu,
         this.colTelefon,
         this.colFax,
         this.colEMail,
         this.colWeb,
         this.colIl,
         this.colIlce,
         this.colSemt,
         this.colAdres,
         this.colCariGrubu,
         this.colCariAltGrubu,
         this.colOzelKod1,
         this.colOzelKod2,
         this.colOzelKod3,
         this.colOzelKod4,
         this.colVergiDairesi,
         this.colVergiNo,
         this.colIskontoOrani,
         this.colRiskLimiti,
         this.colAlisOzelFiyati,
         this.colSatisOzelFiyati,
         this.colAcıklama,
         this.colAlacak,
         this.colBorc,
         this.colBakiye
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // colId
     //
     this.colId.FieldName = "Id";
     this.colId.Name      = "colId";
     this.colId.OptionsColumn.AllowEdit = false;
     this.colId.OptionsColumn.ShowInCustomizationForm = false;
     //
     // colDurumu
     //
     this.colDurumu.FieldName = "Durumu";
     this.colDurumu.Name      = "colDurumu";
     this.colDurumu.OptionsColumn.AllowEdit = false;
     this.colDurumu.Visible      = true;
     this.colDurumu.VisibleIndex = 0;
     this.colDurumu.Width        = 57;
     //
     // colCariTuru
     //
     this.colCariTuru.Caption   = "Cari Türü";
     this.colCariTuru.FieldName = "CariTuru";
     this.colCariTuru.Name      = "colCariTuru";
     this.colCariTuru.OptionsColumn.AllowEdit = false;
     this.colCariTuru.Visible      = true;
     this.colCariTuru.VisibleIndex = 1;
     this.colCariTuru.Width        = 107;
     //
     // colCariKodu
     //
     this.colCariKodu.Caption   = "Cari Kodu";
     this.colCariKodu.FieldName = "CariKodu";
     this.colCariKodu.Name      = "colCariKodu";
     this.colCariKodu.OptionsColumn.AllowEdit = false;
     this.colCariKodu.Visible      = true;
     this.colCariKodu.VisibleIndex = 2;
     this.colCariKodu.Width        = 107;
     //
     // colCariAdi
     //
     this.colCariAdi.Caption   = "Cari Adı";
     this.colCariAdi.FieldName = "CariAdi";
     this.colCariAdi.Name      = "colCariAdi";
     this.colCariAdi.OptionsColumn.AllowEdit = false;
     this.colCariAdi.Visible      = true;
     this.colCariAdi.VisibleIndex = 3;
     this.colCariAdi.Width        = 107;
     //
     // colYetkiliKisi
     //
     this.colYetkiliKisi.Caption   = "Yetkili Kişi";
     this.colYetkiliKisi.FieldName = "YetkiliKisi";
     this.colYetkiliKisi.Name      = "colYetkiliKisi";
     this.colYetkiliKisi.OptionsColumn.AllowEdit = false;
     this.colYetkiliKisi.Visible      = true;
     this.colYetkiliKisi.VisibleIndex = 4;
     this.colYetkiliKisi.Width        = 107;
     //
     // colFaturaUnvani
     //
     this.colFaturaUnvani.Caption   = "Fatura Ünvanı";
     this.colFaturaUnvani.FieldName = "FaturaUnvani";
     this.colFaturaUnvani.Name      = "colFaturaUnvani";
     this.colFaturaUnvani.OptionsColumn.AllowEdit = false;
     this.colFaturaUnvani.Visible      = true;
     this.colFaturaUnvani.VisibleIndex = 5;
     this.colFaturaUnvani.Width        = 303;
     //
     // colCepTelefonu
     //
     this.colCepTelefonu.Caption   = "Cep Telefonu";
     this.colCepTelefonu.FieldName = "CepTelefonu";
     this.colCepTelefonu.Name      = "colCepTelefonu";
     this.colCepTelefonu.OptionsColumn.AllowEdit = false;
     this.colCepTelefonu.Visible      = true;
     this.colCepTelefonu.VisibleIndex = 6;
     this.colCepTelefonu.Width        = 78;
     //
     // colTelefon
     //
     this.colTelefon.Caption   = "Sabit Telefon";
     this.colTelefon.FieldName = "Telefon";
     this.colTelefon.Name      = "colTelefon";
     this.colTelefon.OptionsColumn.AllowEdit = false;
     this.colTelefon.Visible      = true;
     this.colTelefon.VisibleIndex = 7;
     this.colTelefon.Width        = 78;
     //
     // colFax
     //
     this.colFax.Caption   = "Fax";
     this.colFax.FieldName = "Fax";
     this.colFax.Name      = "colFax";
     this.colFax.OptionsColumn.AllowEdit = false;
     //
     // colEMail
     //
     this.colEMail.Caption   = "E-mail";
     this.colEMail.FieldName = "EMail";
     this.colEMail.Name      = "colEMail";
     this.colEMail.OptionsColumn.AllowEdit = false;
     //
     // colWeb
     //
     this.colWeb.Caption   = "Web";
     this.colWeb.FieldName = "Web";
     this.colWeb.Name      = "colWeb";
     this.colWeb.OptionsColumn.AllowEdit = false;
     //
     // colIl
     //
     this.colIl.Caption   = "İl";
     this.colIl.FieldName = "Il";
     this.colIl.Name      = "colIl";
     this.colIl.OptionsColumn.AllowEdit = false;
     //
     // colIlce
     //
     this.colIlce.Caption   = "İlçe";
     this.colIlce.FieldName = "Ilce";
     this.colIlce.Name      = "colIlce";
     this.colIlce.OptionsColumn.AllowEdit = false;
     //
     // colSemt
     //
     this.colSemt.Caption   = "Semt";
     this.colSemt.FieldName = "Semt";
     this.colSemt.Name      = "colSemt";
     this.colSemt.OptionsColumn.AllowEdit = false;
     //
     // colAdres
     //
     this.colAdres.Caption   = "Adres";
     this.colAdres.FieldName = "Adres";
     this.colAdres.Name      = "colAdres";
     this.colAdres.OptionsColumn.AllowEdit = false;
     //
     // colCariGrubu
     //
     this.colCariGrubu.Caption   = "Cari Grubu";
     this.colCariGrubu.FieldName = "CariGrubu";
     this.colCariGrubu.Name      = "colCariGrubu";
     this.colCariGrubu.OptionsColumn.AllowEdit = false;
     //
     // colCariAltGrubu
     //
     this.colCariAltGrubu.Caption   = "Cari Alt Grubu";
     this.colCariAltGrubu.FieldName = "CariAltGrubu";
     this.colCariAltGrubu.Name      = "colCariAltGrubu";
     this.colCariAltGrubu.OptionsColumn.AllowEdit = false;
     //
     // colOzelKod1
     //
     this.colOzelKod1.Caption   = "Özel Kod -1";
     this.colOzelKod1.FieldName = "OzelKod1";
     this.colOzelKod1.Name      = "colOzelKod1";
     this.colOzelKod1.OptionsColumn.AllowEdit = false;
     //
     // colOzelKod2
     //
     this.colOzelKod2.Caption   = "Özel Kod -2";
     this.colOzelKod2.FieldName = "OzelKod2";
     this.colOzelKod2.Name      = "colOzelKod2";
     this.colOzelKod2.OptionsColumn.AllowEdit = false;
     //
     // colOzelKod3
     //
     this.colOzelKod3.Caption   = "Özel Kod -3";
     this.colOzelKod3.FieldName = "OzelKod3";
     this.colOzelKod3.Name      = "colOzelKod3";
     this.colOzelKod3.OptionsColumn.AllowEdit = false;
     //
     // colOzelKod4
     //
     this.colOzelKod4.Caption   = "Özel Kod -4";
     this.colOzelKod4.FieldName = "OzelKod4";
     this.colOzelKod4.Name      = "colOzelKod4";
     this.colOzelKod4.OptionsColumn.AllowEdit = false;
     //
     // colVergiDairesi
     //
     this.colVergiDairesi.Caption   = "Vergi Dairesi";
     this.colVergiDairesi.FieldName = "VergiDairesi";
     this.colVergiDairesi.Name      = "colVergiDairesi";
     this.colVergiDairesi.OptionsColumn.AllowEdit = false;
     //
     // colVergiNo
     //
     this.colVergiNo.Caption   = "Vergi No";
     this.colVergiNo.FieldName = "VergiNo";
     this.colVergiNo.Name      = "colVergiNo";
     this.colVergiNo.OptionsColumn.AllowEdit = false;
     //
     // colIskontoOrani
     //
     this.colIskontoOrani.Caption = "İskonto Oranı";
     this.colIskontoOrani.DisplayFormat.FormatString = "\'%\'0";
     this.colIskontoOrani.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colIskontoOrani.FieldName = "IskontoOrani";
     this.colIskontoOrani.Name      = "colIskontoOrani";
     this.colIskontoOrani.OptionsColumn.AllowEdit = false;
     this.colIskontoOrani.Visible      = true;
     this.colIskontoOrani.VisibleIndex = 8;
     this.colIskontoOrani.Width        = 78;
     //
     // colRiskLimiti
     //
     this.colRiskLimiti.Caption = "Risk Limiti";
     this.colRiskLimiti.DisplayFormat.FormatString = "\'%\'0";
     this.colRiskLimiti.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colRiskLimiti.FieldName = "RiskLimiti";
     this.colRiskLimiti.Name      = "colRiskLimiti";
     this.colRiskLimiti.OptionsColumn.AllowEdit = false;
     this.colRiskLimiti.Visible      = true;
     this.colRiskLimiti.VisibleIndex = 9;
     this.colRiskLimiti.Width        = 78;
     //
     // colAlisOzelFiyati
     //
     this.colAlisOzelFiyati.Caption   = "Alış Özel Fiyatı";
     this.colAlisOzelFiyati.FieldName = "AlisOzelFiyati";
     this.colAlisOzelFiyati.Name      = "colAlisOzelFiyati";
     this.colAlisOzelFiyati.OptionsColumn.AllowEdit = false;
     //
     // colSatisOzelFiyati
     //
     this.colSatisOzelFiyati.Caption   = "Satış Özel Fiyatı";
     this.colSatisOzelFiyati.FieldName = "SatisOzelFiyati";
     this.colSatisOzelFiyati.Name      = "colSatisOzelFiyati";
     this.colSatisOzelFiyati.OptionsColumn.AllowEdit = false;
     //
     // colAcıklama
     //
     this.colAcıklama.Caption   = "Açıklama";
     this.colAcıklama.FieldName = "Acıklama";
     this.colAcıklama.Name      = "colAcıklama";
     this.colAcıklama.OptionsColumn.AllowEdit = false;
     //
     // colAlacak
     //
     this.colAlacak.Caption = "Alacak";
     this.colAlacak.DisplayFormat.FormatString = "C2";
     this.colAlacak.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colAlacak.FieldName = "Alacak";
     this.colAlacak.Name      = "colAlacak";
     this.colAlacak.OptionsColumn.AllowEdit = false;
     this.colAlacak.Visible      = true;
     this.colAlacak.VisibleIndex = 10;
     this.colAlacak.Width        = 78;
     //
     // colBorc
     //
     this.colBorc.Caption = "Borç";
     this.colBorc.DisplayFormat.FormatString = "C2";
     this.colBorc.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colBorc.FieldName = "Borc";
     this.colBorc.Name      = "colBorc";
     this.colBorc.OptionsColumn.AllowEdit = false;
     this.colBorc.Visible      = true;
     this.colBorc.VisibleIndex = 11;
     this.colBorc.Width        = 78;
     //
     // colBakiye
     //
     this.colBakiye.Caption = "Bakiye";
     this.colBakiye.DisplayFormat.FormatString = "C2";
     this.colBakiye.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colBakiye.FieldName = "Bakiye";
     this.colBakiye.Name      = "colBakiye";
     this.colBakiye.OptionsColumn.AllowEdit = false;
     this.colBakiye.Visible      = true;
     this.colBakiye.VisibleIndex = 12;
     this.colBakiye.Width        = 96;
     //
     // imgMenu
     //
     this.imgMenu.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgMenu.ImageStream")));
     this.imgMenu.TransparentColor = System.Drawing.Color.Transparent;
     this.imgMenu.Images.SetKeyName(0, "Cari Düzenle.png");
     this.imgMenu.Images.SetKeyName(1, "Cari Ekle.png");
     this.imgMenu.Images.SetKeyName(2, "Cari Hareket.png");
     this.imgMenu.Images.SetKeyName(3, "cari kpyala.png");
     this.imgMenu.Images.SetKeyName(4, "Cari Sil.png");
     this.imgMenu.Images.SetKeyName(5, "refresh.png");
     this.imgMenu.Images.SetKeyName(6, "view.png");
     this.imgMenu.Images.SetKeyName(7, "folder_out.png");
     //
     // grpMenu
     //
     this.grpMenu.Controls.Add(this.btnStokHareket);
     this.grpMenu.Controls.Add(this.btnEkle);
     this.grpMenu.Controls.Add(this.btnKapat);
     this.grpMenu.Controls.Add(this.btnAra);
     this.grpMenu.Controls.Add(this.BtnGuncelle);
     this.grpMenu.Controls.Add(this.btnKopyala);
     this.grpMenu.Controls.Add(this.btnSil);
     this.grpMenu.Controls.Add(this.btnDuzenle);
     this.grpMenu.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.grpMenu.Location = new System.Drawing.Point(0, 653);
     this.grpMenu.Name     = "grpMenu";
     this.grpMenu.Size     = new System.Drawing.Size(1370, 68);
     this.grpMenu.TabIndex = 4;
     this.grpMenu.Text     = "Menü";
     //
     // btnStokHareket
     //
     this.btnStokHareket.ImageOptions.ImageIndex = 2;
     this.btnStokHareket.ImageOptions.ImageList  = this.imgMenu;
     this.btnStokHareket.Location = new System.Drawing.Point(405, 23);
     this.btnStokHareket.Name     = "btnStokHareket";
     this.btnStokHareket.Size     = new System.Drawing.Size(106, 40);
     this.btnStokHareket.TabIndex = 1;
     this.btnStokHareket.Text     = "Cari \r\nHareket\r\n";
     this.btnStokHareket.Click   += new System.EventHandler(this.BtnStokHareket_Click);
     //
     // btnEkle
     //
     this.btnEkle.ImageOptions.ImageIndex = 1;
     this.btnEkle.ImageOptions.ImageList  = this.imgMenu;
     this.btnEkle.Location = new System.Drawing.Point(7, 23);
     this.btnEkle.Name     = "btnEkle";
     this.btnEkle.Size     = new System.Drawing.Size(90, 40);
     this.btnEkle.TabIndex = 0;
     this.btnEkle.Text     = "Ekle";
     this.btnEkle.Click   += new System.EventHandler(this.BtnEkle_Click);
     //
     // btnKapat
     //
     this.btnKapat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnKapat.ImageOptions.ImageIndex = 7;
     this.btnKapat.ImageOptions.ImageList  = this.imgMenu;
     this.btnKapat.Location = new System.Drawing.Point(1274, 23);
     this.btnKapat.Name     = "btnKapat";
     this.btnKapat.Size     = new System.Drawing.Size(84, 40);
     this.btnKapat.TabIndex = 0;
     this.btnKapat.Text     = "Kapat";
     this.btnKapat.Click   += new System.EventHandler(this.BtnKapat_Click);
     //
     // btnAra
     //
     this.btnAra.ImageOptions.ImageIndex = 6;
     this.btnAra.ImageOptions.ImageList  = this.imgMenu;
     this.btnAra.Location = new System.Drawing.Point(618, 23);
     this.btnAra.Name     = "btnAra";
     this.btnAra.Size     = new System.Drawing.Size(95, 40);
     this.btnAra.TabIndex = 0;
     this.btnAra.Text     = "Ara";
     this.btnAra.Click   += new System.EventHandler(this.BtnAra_Click);
     //
     // BtnGuncelle
     //
     this.BtnGuncelle.ImageOptions.ImageIndex = 5;
     this.BtnGuncelle.ImageOptions.ImageList  = this.imgMenu;
     this.BtnGuncelle.Location = new System.Drawing.Point(517, 23);
     this.BtnGuncelle.Name     = "BtnGuncelle";
     this.BtnGuncelle.Size     = new System.Drawing.Size(95, 40);
     this.BtnGuncelle.TabIndex = 0;
     this.BtnGuncelle.Text     = "Güncelle";
     this.BtnGuncelle.Click   += new System.EventHandler(this.BtnGuncelle_Click);
     //
     // btnKopyala
     //
     this.btnKopyala.ImageOptions.ImageIndex = 3;
     this.btnKopyala.ImageOptions.ImageList  = this.imgMenu;
     this.btnKopyala.Location = new System.Drawing.Point(304, 23);
     this.btnKopyala.Name     = "btnKopyala";
     this.btnKopyala.Size     = new System.Drawing.Size(94, 40);
     this.btnKopyala.TabIndex = 0;
     this.btnKopyala.Text     = "Kopyala";
     this.btnKopyala.Click   += new System.EventHandler(this.BtnKopyala_Click);
     //
     // btnSil
     //
     this.btnSil.ImageOptions.ImageIndex = 4;
     this.btnSil.ImageOptions.ImageList  = this.imgMenu;
     this.btnSil.Location = new System.Drawing.Point(209, 23);
     this.btnSil.Name     = "btnSil";
     this.btnSil.Size     = new System.Drawing.Size(90, 40);
     this.btnSil.TabIndex = 0;
     this.btnSil.Text     = "Sil";
     this.btnSil.Click   += new System.EventHandler(this.BtnSil_Click);
     //
     // btnDuzenle
     //
     this.btnDuzenle.ImageOptions.ImageIndex = 0;
     this.btnDuzenle.ImageOptions.ImageList  = this.imgMenu;
     this.btnDuzenle.Location = new System.Drawing.Point(102, 23);
     this.btnDuzenle.Name     = "btnDuzenle";
     this.btnDuzenle.Size     = new System.Drawing.Size(102, 40);
     this.btnDuzenle.TabIndex = 0;
     this.btnDuzenle.Text     = "Düzenle";
     this.btnDuzenle.Click   += new System.EventHandler(this.BtnDuzenle_Click);
     //
     // lblBaslik
     //
     this.lblBaslik.Appearance.Font                   = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblBaslik.Appearance.Image                  = ((System.Drawing.Image)(resources.GetObject("lblBaslik.Appearance.Image")));
     this.lblBaslik.Appearance.ImageAlign             = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblBaslik.Appearance.Options.UseFont        = true;
     this.lblBaslik.Appearance.Options.UseImage       = true;
     this.lblBaslik.Appearance.Options.UseImageAlign  = true;
     this.lblBaslik.Appearance.Options.UseTextOptions = true;
     this.lblBaslik.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.lblBaslik.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblBaslik.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.lblBaslik.Dock         = System.Windows.Forms.DockStyle.Top;
     this.lblBaslik.Location     = new System.Drawing.Point(0, 0);
     this.lblBaslik.Name         = "lblBaslik";
     this.lblBaslik.Size         = new System.Drawing.Size(1370, 55);
     this.lblBaslik.TabIndex     = 3;
     this.lblBaslik.Text         = "Cari Kartları";
     //
     // FrmCari
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1370, 721);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.grpMenu);
     this.Controls.Add(this.lblBaslik);
     this.Name  = "FrmCari";
     this.Text  = "FrmCari";
     this.Load += new System.EventHandler(this.FrmCari_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpMenu)).EndInit();
     this.grpMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            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);

        }
Exemplo 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();
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlantillahistoriaMntFrm));
     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.xtraTabControl1       = new DevExpress.XtraTab.XtraTabControl();
     this.tpDatos               = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabControl2       = new DevExpress.XtraTab.XtraTabControl();
     this.tpDetalleProgramacion = new DevExpress.XtraTab.XtraTabPage();
     this.gcDetalle             = new DevExpress.XtraGrid.GridControl();
     this.gvDetalle             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn4           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6           = new DevExpress.XtraGrid.Columns.GridColumn();
     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.iIdtipohistoria       = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl8         = new DevExpress.XtraEditors.LabelControl();
     this.pkIdEntidad           = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.bmItemsPlantilla      = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1            = new DevExpress.XtraBars.Bar();
     this.btnAddItem      = new DevExpress.XtraBars.BarButtonItem();
     this.btnEditItem     = new DevExpress.XtraBars.BarButtonItem();
     this.btnDelItem      = new DevExpress.XtraBars.BarButtonItem();
     this.btnAddCategoria = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.tpDatos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
     this.xtraTabControl2.SuspendLayout();
     this.tpDetalleProgramacion.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetalle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetalle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipohistoria.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bmItemsPlantilla)).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, "", 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.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.Alignment    = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     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(729, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 577);
     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, 546);
     //
     // 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, 546);
     //
     // 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;
     //
     // 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;
     //
     // 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";
     //
     // 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;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.Location        = new System.Drawing.Point(0, 31);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.tpDatos;
     this.xtraTabControl1.Size            = new System.Drawing.Size(729, 546);
     this.xtraTabControl1.TabIndex        = 0;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.tpDatos
     });
     //
     // tpDatos
     //
     this.tpDatos.Controls.Add(this.xtraTabControl2);
     this.tpDatos.Controls.Add(this.iIdtipohistoria);
     this.tpDatos.Controls.Add(this.labelControl8);
     this.tpDatos.Controls.Add(this.pkIdEntidad);
     this.tpDatos.Controls.Add(this.labelControl1);
     this.tpDatos.Name = "tpDatos";
     this.tpDatos.Size = new System.Drawing.Size(723, 518);
     this.tpDatos.Text = "Registro de programción";
     //
     // xtraTabControl2
     //
     this.xtraTabControl2.Location        = new System.Drawing.Point(11, 40);
     this.xtraTabControl2.Name            = "xtraTabControl2";
     this.xtraTabControl2.SelectedTabPage = this.tpDetalleProgramacion;
     this.xtraTabControl2.Size            = new System.Drawing.Size(705, 471);
     this.xtraTabControl2.TabIndex        = 13;
     this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.tpDetalleProgramacion
     });
     //
     // tpDetalleProgramacion
     //
     this.tpDetalleProgramacion.Controls.Add(this.gcDetalle);
     this.tpDetalleProgramacion.Controls.Add(this.barDockControl3);
     this.tpDetalleProgramacion.Controls.Add(this.barDockControl4);
     this.tpDetalleProgramacion.Controls.Add(this.barDockControl2);
     this.tpDetalleProgramacion.Controls.Add(this.barDockControl1);
     this.tpDetalleProgramacion.Name = "tpDetalleProgramacion";
     this.tpDetalleProgramacion.Size = new System.Drawing.Size(699, 443);
     this.tpDetalleProgramacion.Text = "Detalle programación";
     //
     // gcDetalle
     //
     this.gcDetalle.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gcDetalle.Location    = new System.Drawing.Point(0, 31);
     this.gcDetalle.MainView    = this.gvDetalle;
     this.gcDetalle.MenuManager = this.bmMantenimiento;
     this.gcDetalle.Name        = "gcDetalle";
     this.gcDetalle.Size        = new System.Drawing.Size(699, 412);
     this.gcDetalle.TabIndex    = 9;
     this.gcDetalle.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvDetalle
     });
     //
     // gvDetalle
     //
     this.gvDetalle.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn4,
         this.gridColumn7,
         this.gridColumn3,
         this.gridColumn5,
         this.gridColumn6
     });
     this.gvDetalle.GridControl = this.gcDetalle;
     this.gvDetalle.GroupCount  = 1;
     this.gvDetalle.Name        = "gvDetalle";
     this.gvDetalle.OptionsBehavior.AutoExpandAllGroups    = true;
     this.gvDetalle.OptionsBehavior.ReadOnly               = true;
     this.gvDetalle.OptionsCustomization.AllowColumnMoving = false;
     this.gvDetalle.OptionsView.ColumnAutoWidth            = false;
     this.gvDetalle.OptionsView.ShowFilterPanelMode        = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gvDetalle.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn5, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "Id.";
     this.gridColumn4.FieldName = "Idplantillahistoriadet";
     this.gridColumn4.Name      = "gridColumn4";
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "Id. Item historia";
     this.gridColumn7.FieldName = "Iditemhistoria";
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.Width     = 133;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "Item de historia";
     this.gridColumn3.FieldName    = "Nombreitemhistoria";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 1;
     this.gridColumn3.Width        = 133;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "Categoría";
     this.gridColumn5.FieldName    = "Nombrecategoriaitem";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 0;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "Nº";
     this.gridColumn6.FieldName    = "Ordenitemplantilla";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 0;
     //
     // 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, 412);
     //
     // barDockControl4
     //
     this.barDockControl4.CausesValidation = false;
     this.barDockControl4.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControl4.Location         = new System.Drawing.Point(699, 31);
     this.barDockControl4.Size             = new System.Drawing.Size(0, 412);
     //
     // barDockControl2
     //
     this.barDockControl2.CausesValidation = false;
     this.barDockControl2.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControl2.Location         = new System.Drawing.Point(0, 443);
     this.barDockControl2.Size             = new System.Drawing.Size(699, 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(699, 31);
     //
     // iIdtipohistoria
     //
     this.iIdtipohistoria.Location    = new System.Drawing.Point(91, 14);
     this.iIdtipohistoria.MenuManager = this.bmMantenimiento;
     this.iIdtipohistoria.Name        = "iIdtipohistoria";
     this.iIdtipohistoria.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.iIdtipohistoria.Properties.View = this.searchLookUpEdit1View;
     this.iIdtipohistoria.Size            = new System.Drawing.Size(540, 20);
     this.iIdtipohistoria.TabIndex        = 6;
     this.iIdtipohistoria.Tag             = "Seleccione el servicio";
     //
     // searchLookUpEdit1View
     //
     this.searchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2
     });
     this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.searchLookUpEdit1View.Name           = "searchLookUpEdit1View";
     this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Id.";
     this.gridColumn1.FieldName = "Idtipohistoria";
     this.gridColumn1.Name      = "gridColumn1";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Tipo de historia";
     this.gridColumn2.FieldName    = "Nombretipohistoria";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(12, 17);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(73, 13);
     this.labelControl8.TabIndex = 5;
     this.labelControl8.Text     = "Tipo de historia";
     //
     // pkIdEntidad
     //
     this.pkIdEntidad.EditValue               = "0";
     this.pkIdEntidad.Location                = new System.Drawing.Point(657, 14);
     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 = 12;
     this.pkIdEntidad.TabStop  = false;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(637, 17);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(14, 13);
     this.labelControl1.TabIndex = 11;
     this.labelControl1.Text     = "Id.";
     //
     // bmItemsPlantilla
     //
     this.bmItemsPlantilla.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     this.bmItemsPlantilla.DockControls.Add(this.barDockControl1);
     this.bmItemsPlantilla.DockControls.Add(this.barDockControl2);
     this.bmItemsPlantilla.DockControls.Add(this.barDockControl3);
     this.bmItemsPlantilla.DockControls.Add(this.barDockControl4);
     this.bmItemsPlantilla.Form = this.tpDetalleProgramacion;
     this.bmItemsPlantilla.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnAddItem,
         this.btnEditItem,
         this.btnDelItem,
         this.btnAddCategoria
     });
     this.bmItemsPlantilla.MaxItemId  = 4;
     this.bmItemsPlantilla.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bmItemsPlantilla_ItemClick);
     //
     // bar1
     //
     this.bar1.BarName   = "Tools";
     this.bar1.DockCol   = 0;
     this.bar1.DockRow   = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.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),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnAddCategoria, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Tools";
     //
     // btnAddItem
     //
     this.btnAddItem.Caption      = "Agregar item";
     this.btnAddItem.Glyph        = global::WinFormsApp.Properties.Resources.Action_Inline_New;
     this.btnAddItem.Id           = 0;
     this.btnAddItem.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.A));
     this.btnAddItem.Name         = "btnAddItem";
     toolTipTitleItem8.Text       = "Agregar item (Alt + A)";
     superToolTip8.Items.Add(toolTipTitleItem8);
     this.btnAddItem.SuperTip = superToolTip8;
     //
     // btnEditItem
     //
     this.btnEditItem.Caption      = "Modificar item";
     this.btnEditItem.Glyph        = global::WinFormsApp.Properties.Resources.Action_Inline_Edit;
     this.btnEditItem.Id           = 1;
     this.btnEditItem.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.M));
     this.btnEditItem.Name         = "btnEditItem";
     toolTipTitleItem9.Text        = "Modificar item (Alt + M)";
     superToolTip9.Items.Add(toolTipTitleItem9);
     this.btnEditItem.SuperTip = superToolTip9;
     //
     // btnDelItem
     //
     this.btnDelItem.Caption      = "Eliminar item";
     this.btnDelItem.Glyph        = global::WinFormsApp.Properties.Resources.Action_Delete_12x12;
     this.btnDelItem.Id           = 2;
     this.btnDelItem.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.E));
     this.btnDelItem.Name         = "btnDelItem";
     toolTipTitleItem10.Text      = "Eliminar item (Alt + E)";
     superToolTip10.Items.Add(toolTipTitleItem10);
     this.btnDelItem.SuperTip = superToolTip10;
     //
     // btnAddCategoria
     //
     this.btnAddCategoria.Caption      = "Agregar una categoría";
     this.btnAddCategoria.Glyph        = ((System.Drawing.Image)(resources.GetObject("btnAddCategoria.Glyph")));
     this.btnAddCategoria.Id           = 3;
     this.btnAddCategoria.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C));
     this.btnAddCategoria.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("btnAddCategoria.LargeGlyph")));
     this.btnAddCategoria.Name         = "btnAddCategoria";
     toolTipTitleItem11.Text           = "Agregar una categoría (Alt + C)";
     superToolTip11.Items.Add(toolTipTitleItem11);
     this.btnAddCategoria.SuperTip = superToolTip11;
     //
     // PlantillahistoriaMntFrm
     //
     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, 577);
     this.Controls.Add(this.xtraTabControl1);
     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            = "PlantillahistoriaMntFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Mantenimiento de Plantilla de historia";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.PlantillahistoriaMntFrm_FormClosing);
     this.Load           += new System.EventHandler(this.PlantillahistoriaMntFrm_Load);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.PlantillahistoriaMntFrm_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.bmMantenimiento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.tpDatos.ResumeLayout(false);
     this.tpDatos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
     this.xtraTabControl2.ResumeLayout(false);
     this.tpDetalleProgramacion.ResumeLayout(false);
     this.tpDetalleProgramacion.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcDetalle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDetalle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iIdtipohistoria.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pkIdEntidad.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bmItemsPlantilla)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo 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(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();
 }
 /// <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(Frm_Main));
     DevExpress.Utils.SuperToolTip     superToolTip1          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1   = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItem1    = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem2    = new DevExpress.XtraNavBar.NavBarItem();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     this.SuspendLayout();
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup1;
     this.navBarControl1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
         this.navBarGroup1
     });
     this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
         this.navBarItem1,
         this.navBarItem2
     });
     this.navBarControl1.Location = new System.Drawing.Point(0, 0);
     this.navBarControl1.Name     = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 140;
     this.navBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane;
     this.navBarControl1.Size           = new System.Drawing.Size(140, 798);
     this.navBarControl1.TabIndex       = 1;
     this.navBarControl1.Text           = "navBarControl1";
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption       = "";
     this.navBarGroup1.DragDropFlags = DevExpress.XtraNavBar.NavBarDragDrop.None;
     this.navBarGroup1.Expanded      = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem1),
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem2)
     });
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.NavigationPaneVisible = false;
     //
     // navBarItem1
     //
     this.navBarItem1.Caption = "archivieren ...";
     this.navBarItem1.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False;
     this.navBarItem1.ImageOptions.SmallImage         = ((System.Drawing.Image)(resources.GetObject("navBarItem1.ImageOptions.SmallImage")));
     this.navBarItem1.Name = "navBarItem1";
     toolTipTitleItem1.ImageOptions.ImageUri.Uri = "Add";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.navBarItem1.SuperTip     = superToolTip1;
     this.navBarItem1.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem1_LinkClicked);
     //
     // navBarItem2
     //
     this.navBarItem2.Caption = "Archiv Report";
     this.navBarItem2.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem2.ImageOptions.SmallImage")));
     this.navBarItem2.Name         = "navBarItem2";
     this.navBarItem2.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem2_LinkClicked);
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1091, 798);
     this.Controls.Add(this.navBarControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode       = System.Windows.Forms.ImeMode.Off;
     this.Name          = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "AktuelleData-Archivierung Tool ";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.Frm_Main_Load);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo 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();
            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);

		}
Exemplo 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(FrmLogIn));
     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.layoutControl1         = new DevExpress.XtraLayout.LayoutControl();
     this.grpcOperationPrompt    = new DevExpress.XtraEditors.GroupControl();
     this.lblErrorPrompt         = new DevExpress.XtraEditors.LabelControl();
     this.sbtnCancel             = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnLogIn              = new DevExpress.XtraEditors.SimpleButton();
     this.grpcAccountAndPassWord = new DevExpress.XtraEditors.GroupControl();
     this.txtePassWord           = new DevExpress.XtraEditors.TextEdit();
     this.cmbeAccountList        = new DevExpress.XtraEditors.ComboBoxEdit();
     this.lblPassWord            = new DevExpress.XtraEditors.LabelControl();
     this.lblAccountSelection    = new DevExpress.XtraEditors.LabelControl();
     this.pePassWord             = new DevExpress.XtraEditors.PictureEdit();
     this.peAccount              = new DevExpress.XtraEditors.PictureEdit();
     this.peLogo = new DevExpress.XtraEditors.PictureEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.simpleSeparator1    = new DevExpress.XtraLayout.SimpleSeparator();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpcOperationPrompt)).BeginInit();
     this.grpcOperationPrompt.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpcAccountAndPassWord)).BeginInit();
     this.grpcAccountAndPassWord.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtePassWord.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbeAccountList.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pePassWord.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.peAccount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.peLogo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.grpcOperationPrompt);
     this.layoutControl1.Controls.Add(this.grpcAccountAndPassWord);
     this.layoutControl1.Controls.Add(this.peLogo);
     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(926, 161, 562, 500);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(564, 349);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // grpcOperationPrompt
     //
     this.grpcOperationPrompt.Controls.Add(this.lblErrorPrompt);
     this.grpcOperationPrompt.Controls.Add(this.sbtnCancel);
     this.grpcOperationPrompt.Controls.Add(this.sbtnLogIn);
     this.grpcOperationPrompt.Location = new System.Drawing.Point(16, 211);
     this.grpcOperationPrompt.Name     = "grpcOperationPrompt";
     this.grpcOperationPrompt.Size     = new System.Drawing.Size(532, 108);
     this.grpcOperationPrompt.TabIndex = 6;
     this.grpcOperationPrompt.Tag      = "GRPC_OPERATIONPROMPT";
     this.grpcOperationPrompt.Text     = "操作提示";
     //
     // lblErrorPrompt
     //
     this.lblErrorPrompt.Appearance.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblErrorPrompt.Appearance.Options.UseFont = true;
     this.lblErrorPrompt.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.lblErrorPrompt.Location = new System.Drawing.Point(2, 88);
     this.lblErrorPrompt.Name     = "lblErrorPrompt";
     this.lblErrorPrompt.Size     = new System.Drawing.Size(35, 18);
     this.lblErrorPrompt.TabIndex = 1;
     this.lblErrorPrompt.Tag      = "LBLC_ERRORPROMPT";
     this.lblErrorPrompt.Text     = "提示:";
     //
     // sbtnCancel
     //
     this.sbtnCancel.Location = new System.Drawing.Point(382, 44);
     this.sbtnCancel.Name     = "sbtnCancel";
     this.sbtnCancel.Size     = new System.Drawing.Size(75, 30);
     this.sbtnCancel.TabIndex = 0;
     this.sbtnCancel.Tag      = "SBTN_CANCEL";
     this.sbtnCancel.Text     = "取消";
     //
     // sbtnLogIn
     //
     this.sbtnLogIn.Location = new System.Drawing.Point(114, 44);
     this.sbtnLogIn.Name     = "sbtnLogIn";
     this.sbtnLogIn.Size     = new System.Drawing.Size(75, 30);
     this.sbtnLogIn.TabIndex = 0;
     this.sbtnLogIn.Tag      = "SBTN_LOGIN";
     this.sbtnLogIn.Text     = "登录";
     //
     // grpcAccountAndPassWord
     //
     this.grpcAccountAndPassWord.Controls.Add(this.txtePassWord);
     this.grpcAccountAndPassWord.Controls.Add(this.cmbeAccountList);
     this.grpcAccountAndPassWord.Controls.Add(this.lblPassWord);
     this.grpcAccountAndPassWord.Controls.Add(this.lblAccountSelection);
     this.grpcAccountAndPassWord.Controls.Add(this.pePassWord);
     this.grpcAccountAndPassWord.Controls.Add(this.peAccount);
     this.grpcAccountAndPassWord.Location = new System.Drawing.Point(16, 80);
     this.grpcAccountAndPassWord.Name     = "grpcAccountAndPassWord";
     this.grpcAccountAndPassWord.Size     = new System.Drawing.Size(532, 125);
     this.grpcAccountAndPassWord.TabIndex = 5;
     this.grpcAccountAndPassWord.Tag      = "GRPC_ACCOUNTPROMPT";
     this.grpcAccountAndPassWord.Text     = "账户信息";
     //
     // txtePassWord
     //
     this.txtePassWord.Location = new System.Drawing.Point(190, 84);
     this.txtePassWord.Name     = "txtePassWord";
     this.txtePassWord.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtePassWord.Properties.Appearance.Options.UseFont = true;
     this.txtePassWord.Properties.PasswordChar = '*';
     this.txtePassWord.Size     = new System.Drawing.Size(267, 30);
     this.txtePassWord.TabIndex = 3;
     //
     // cmbeAccountList
     //
     this.cmbeAccountList.Location = new System.Drawing.Point(190, 41);
     this.cmbeAccountList.Name     = "cmbeAccountList";
     this.cmbeAccountList.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbeAccountList.Properties.Appearance.Options.UseFont = true;
     this.cmbeAccountList.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbeAccountList.Size     = new System.Drawing.Size(267, 30);
     this.cmbeAccountList.TabIndex = 2;
     //
     // lblPassWord
     //
     this.lblPassWord.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPassWord.Appearance.Options.UseFont = true;
     this.lblPassWord.Location = new System.Drawing.Point(24, 87);
     this.lblPassWord.Name     = "lblPassWord";
     this.lblPassWord.Size     = new System.Drawing.Size(47, 24);
     this.lblPassWord.TabIndex = 1;
     this.lblPassWord.Tag      = "LBLC_PASSWORD";
     this.lblPassWord.Text     = "密码:";
     //
     // lblAccountSelection
     //
     this.lblAccountSelection.Appearance.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAccountSelection.Appearance.Options.UseFont = true;
     this.lblAccountSelection.Location = new System.Drawing.Point(24, 41);
     this.lblAccountSelection.Name     = "lblAccountSelection";
     this.lblAccountSelection.Size     = new System.Drawing.Size(47, 24);
     this.lblAccountSelection.TabIndex = 1;
     this.lblAccountSelection.Tag      = "LBLC_ACCOUNTSELECTION";
     this.lblAccountSelection.Text     = "账户:";
     //
     // pePassWord
     //
     this.pePassWord.Cursor    = System.Windows.Forms.Cursors.Default;
     this.pePassWord.EditValue = ((object)(resources.GetObject("pePassWord.EditValue")));
     this.pePassWord.Location  = new System.Drawing.Point(114, 76);
     this.pePassWord.Name      = "pePassWord";
     this.pePassWord.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pePassWord.Size     = new System.Drawing.Size(40, 40);
     this.pePassWord.TabIndex = 0;
     //
     // peAccount
     //
     this.peAccount.Cursor    = System.Windows.Forms.Cursors.Default;
     this.peAccount.EditValue = ((object)(resources.GetObject("peAccount.EditValue")));
     this.peAccount.Location  = new System.Drawing.Point(114, 30);
     this.peAccount.Name      = "peAccount";
     this.peAccount.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.peAccount.Size     = new System.Drawing.Size(40, 40);
     this.peAccount.TabIndex = 0;
     //
     // peLogo
     //
     this.peLogo.Cursor   = System.Windows.Forms.Cursors.Default;
     this.peLogo.Location = new System.Drawing.Point(16, 16);
     this.peLogo.Name     = "peLogo";
     this.peLogo.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.peLogo.Size            = new System.Drawing.Size(532, 55);
     this.peLogo.StyleController = this.layoutControl1;
     toolTipTitleItem1.Text      = "供应商";
     toolTipItem1.LeftIndent     = 6;
     toolTipItem1.Text           = "深圳市汇众智慧科技有限公司";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.peLogo.SuperTip = superToolTip1;
     this.peLogo.TabIndex = 4;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.emptySpaceItem1,
         this.simpleSeparator1,
         this.layoutControlItem2,
         this.layoutControlItem3
     });
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 4;
     this.layoutControlGroup1.Size        = new System.Drawing.Size(564, 349);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.peLogo;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(538, 61);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(0, 309);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(538, 14);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // simpleSeparator1
     //
     this.simpleSeparator1.AllowHotTrack = false;
     this.simpleSeparator1.Location      = new System.Drawing.Point(0, 61);
     this.simpleSeparator1.Name          = "simpleSeparator1";
     this.simpleSeparator1.Size          = new System.Drawing.Size(538, 3);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.grpcAccountAndPassWord;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 64);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(538, 131);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.grpcOperationPrompt;
     this.layoutControlItem3.Location    = new System.Drawing.Point(0, 195);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(538, 114);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // FrmLogIn
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(564, 349);
     this.Controls.Add(this.layoutControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FrmLogIn";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Tag           = "FRM_LOGIN";
     this.Text          = "用户登录";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grpcOperationPrompt)).EndInit();
     this.grpcOperationPrompt.ResumeLayout(false);
     this.grpcOperationPrompt.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpcAccountAndPassWord)).EndInit();
     this.grpcAccountAndPassWord.ResumeLayout(false);
     this.grpcAccountAndPassWord.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtePassWord.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbeAccountList.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pePassWord.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.peAccount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.peLogo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 50
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);

        }
Exemplo n.º 51
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>
        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();

        }
Exemplo n.º 55
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);
 }
Exemplo n.º 56
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();

        }
Exemplo 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);

        }
Exemplo n.º 60
-1
 /// <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);
 }